138889Sjdp## Process this file with automake to generate Makefile.in
238889Sjdp
3130561SobrienAUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
4218822SdimACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
538889Sjdp
660484SobrienSUBDIRS = doc po
7130561Sobrien# Automake should figure this out on its own.  It doesn't, because
8130561Sobrien# of the "cygnus" option.  But distclean still wants it.
9130561SobrienDIST_SUBDIRS = $(SUBDIRS)
1038889Sjdp
1138889Sjdptooldir = $(exec_prefix)/$(target_alias)
1238889Sjdp
1360484SobrienYACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
1460484SobrienLEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
1538889Sjdp
16218822Sdim# We have to set this, because autoconf 2.59 does not substitute YFLAGS.
17218822Sdim# Autoconf 2.61 does, so this can be removed when we upgrade.
18218822SdimYFLAGS =
19218822Sdim
2077298SobrienWARN_CFLAGS = @WARN_CFLAGS@
21218822SdimNO_WERROR = @NO_WERROR@
2277298SobrienAM_CFLAGS = $(WARN_CFLAGS)
2377298Sobrien
2460484SobrienMKDEP = gcc -MM
2538889Sjdp
2638889SjdpTARG_CPU = @target_cpu_type@
2738889SjdpTARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
2838889SjdpTARG_CPU_O = tc-@target_cpu_type@.o
2938889SjdpTARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
3038889SjdpOBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
3138889SjdpOBJ_FORMAT_O = obj-@obj_format@.o
3238889SjdpOBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
3338889SjdpTARG_ENV_H = $(srcdir)/config/te-@te_file@.h
3438889SjdpATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
3538889SjdpATOF_TARG_O = atof-@atof@.o
3638889Sjdp
3738889Sjdp# use @target_cpu_type@ for refering to configured target name
38218822SdimIT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
3938889SjdpIT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
4038889SjdpIT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
4138889SjdpIT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
4238889Sjdp
4338889Sjdp# CPU types.  This is only used for dependency information.
4438889Sjdp
4538889SjdpCPU_TYPES = \
4638889Sjdp	alpha \
4738889Sjdp	arc \
4838889Sjdp	arm \
4960484Sobrien	avr \
50218822Sdim	bfin \
51218822Sdim	cr16 \
5277298Sobrien	cris \
53218822Sdim	crx \
5438889Sjdp	d10v \
5560484Sobrien	d30v \
56104834Sobrien	dlx \
5760484Sobrien	fr30 \
58104834Sobrien	frv \
5938889Sjdp	h8300 \
6038889Sjdp	hppa \
6160484Sobrien	i370 \
6238889Sjdp	i386 \
6338889Sjdp	i860 \
6438889Sjdp	i960 \
65218822Sdim	ia64 \
66130561Sobrien	ip2k \
67218822Sdim	m32c \
6838889Sjdp	m32r \
6977298Sobrien	m68hc11 \
7038889Sjdp	m68k \
71218822Sdim	maxq \
7260484Sobrien	mcore \
73218822Sdim	mep \
7438889Sjdp	mips \
7589857Sobrien	mmix \
7638889Sjdp	mn10200 \
7738889Sjdp	mn10300 \
78130561Sobrien	msp430 \
79218822Sdim	mt \
8038889Sjdp	ns32k \
8189857Sobrien	openrisc \
8291041Sobrien	or32 \
8389857Sobrien	pdp11 \
8460484Sobrien	pj \
8538889Sjdp	ppc \
8689857Sobrien	s390 \
87218822Sdim	score \
8838889Sjdp	sh \
89104834Sobrien	sh64 \
9038889Sjdp	sparc \
91218822Sdim	spu \
9238889Sjdp	tic30 \
93130561Sobrien	tic4x \
9477298Sobrien	tic54x \
95218822Sdim	v850 \
9638889Sjdp	vax \
97218822Sdim	xc16x \
9889857Sobrien	xstormy16 \
99130561Sobrien	xtensa \
100218822Sdim	z80 \
10138889Sjdp	z8k
10238889Sjdp
10338889Sjdp# Object format types.  This is only used for dependency information.
10478828Sobrien# We deliberately omit SOM, since it does not work as a cross assembler.
10538889Sjdp
10638889SjdpOBJ_FORMATS = \
10738889Sjdp	aout \
10838889Sjdp	coff \
10938889Sjdp	ecoff \
11038889Sjdp	elf \
111218822Sdim	evax
11238889Sjdp
11338889Sjdp# This is an sh case which sets valid according to whether the CPU
11438889Sjdp# type in the shell variable c and the OS type in the shell variable o
11538889Sjdp# are supported.  This helps cuts down on the amount of dependency
11638889Sjdp# information.
11738889Sjdp
11838889SjdpCPU_OBJ_VALID = \
11938889Sjdp	valid= ; \
12038889Sjdp	case $$o in \
12138889Sjdp	aout) \
12238889Sjdp	  case $$c in \
123218822Sdim	  arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tic30 | vax) \
12438889Sjdp	    valid=yes ;; \
12538889Sjdp	  esac ;; \
126218822Sdim	coff) \
12738889Sjdp	  case $$c in \
128218822Sdim	  arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \
129218822Sdim		| ppc | sh | sparc | tic* | xscale | z80 | z8k) \
130218822Sdim	    valid=yes ;; \
13138889Sjdp	  esac ;; \
13238889Sjdp	ecoff) \
13338889Sjdp	  case $$c in \
13438889Sjdp	  mips | alpha) valid=yes ;; \
13538889Sjdp	  esac ;; \
136218822Sdim	elf) valid=yes ; \
137218822Sdim	  case $$c in \
138218822Sdim	  maxq | ns32k | tic* | z80 | z8k) valid= ;; \
139218822Sdim	  esac ;; \
14038889Sjdp	evax) \
14138889Sjdp	  case $$c in \
14238889Sjdp	  alpha) valid=yes ;; \
14338889Sjdp	  esac ;; \
14438889Sjdp	vms) \
14538889Sjdp	  case $$c in \
14638889Sjdp	  vax) valid=yes ;; \
14738889Sjdp	  esac ;; \
14838889Sjdp	esac;
14938889Sjdp
15060484Sobrien# These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.
15138889Sjdp
15277298SobrienMULTI_CPU_TYPES = i386 mips cris
15360484Sobrien
15460484SobrienMULTI_CPU_OBJ_VALID = \
15538889Sjdp	valid= ; \
15660484Sobrien	case $$o in \
15760484Sobrien	aout) \
15860484Sobrien	  case $$c in \
15977298Sobrien	  i386 | cris) valid=yes ;; \
16060484Sobrien	  esac ;; \
16177298Sobrien	coff) \
16277298Sobrien	  case $$c in \
16377298Sobrien	  i386 | mips) valid=yes ;; \
16477298Sobrien	  esac ;; \
16560484Sobrien	ecoff) \
16660484Sobrien	  case $$c in \
16760484Sobrien	  mips) valid=yes ;; \
16860484Sobrien	  esac ;; \
16960484Sobrien	elf) valid=yes ;; \
17038889Sjdp	esac;
17138889Sjdp
17238889Sjdp# Regular source files.
17338889Sjdp
17438889SjdpGAS_CFILES = \
17538889Sjdp	app.c \
17638889Sjdp	as.c \
17738889Sjdp	atof-generic.c \
17838889Sjdp	cond.c \
17938889Sjdp	depend.c \
18060484Sobrien	dwarf2dbg.c \
181130561Sobrien	dw2gencfi.c \
18238889Sjdp	ecoff.c \
18338889Sjdp	ehopt.c \
18438889Sjdp	expr.c \
18538889Sjdp	flonum-copy.c \
18638889Sjdp	flonum-konst.c \
18738889Sjdp	flonum-mult.c \
18838889Sjdp	frags.c \
18938889Sjdp	hash.c \
19038889Sjdp	input-file.c \
19138889Sjdp	input-scrub.c \
19238889Sjdp	listing.c \
19338889Sjdp	literal.c \
19438889Sjdp	macro.c \
19538889Sjdp	messages.c \
19638889Sjdp	output-file.c \
19738889Sjdp	read.c \
19838889Sjdp	sb.c \
19938889Sjdp	stabs.c \
20038889Sjdp	subsegs.c \
20138889Sjdp	symbols.c \
20238889Sjdp	write.c
20338889Sjdp
204130561SobrienCFILES = $(GAS_CFILES) itbl-ops.c
20538889Sjdp
20638889SjdpHFILES = \
20738889Sjdp	as.h \
20860484Sobrien	asintl.h \
20938889Sjdp	bignum.h \
21038889Sjdp	bit_fix.h \
21160484Sobrien	cgen.h \
21260484Sobrien	dwarf2dbg.h \
213130561Sobrien	dw2gencfi.h \
21438889Sjdp	ecoff.h \
21538889Sjdp	emul-target.h \
21638889Sjdp	emul.h \
21738889Sjdp	expr.h \
21838889Sjdp	flonum.h \
21938889Sjdp	frags.h \
22038889Sjdp	hash.h \
22138889Sjdp	input-file.h \
222218822Sdim	itbl-lex.h \
22338889Sjdp	itbl-ops.h \
22438889Sjdp	listing.h \
22538889Sjdp	macro.h \
22638889Sjdp	obj.h \
22738889Sjdp	output-file.h \
22838889Sjdp	read.h \
22938889Sjdp	sb.h \
23038889Sjdp	struc-symbol.h \
23138889Sjdp	subsegs.h \
23238889Sjdp	symbols.h \
23338889Sjdp	tc.h \
23438889Sjdp	write.h
23538889Sjdp
23638889Sjdp# CPU files in config.
23738889Sjdp
23838889SjdpTARGET_CPU_CFILES = \
23938889Sjdp	config/tc-alpha.c \
24038889Sjdp	config/tc-arc.c \
24138889Sjdp	config/tc-arm.c \
24260484Sobrien	config/tc-avr.c \
243218822Sdim	config/tc-bfin.c \
244218822Sdim	config/tc-cr16.c \
24577298Sobrien	config/tc-cris.c \
246218822Sdim	config/tc-crx.c \
24738889Sjdp	config/tc-d10v.c \
24860484Sobrien	config/tc-d30v.c \
249104834Sobrien	config/tc-dlx.c \
25060484Sobrien	config/tc-fr30.c \
251104834Sobrien	config/tc-frv.c \
25238889Sjdp	config/tc-h8300.c \
25338889Sjdp	config/tc-hppa.c \
25477298Sobrien	config/tc-ia64.c \
25560484Sobrien	config/tc-i370.c \
25638889Sjdp	config/tc-i386.c \
25738889Sjdp	config/tc-i860.c \
25838889Sjdp	config/tc-i960.c \
259130561Sobrien	config/tc-ip2k.c \
260218822Sdim	config/tc-m32c.c \
26138889Sjdp	config/tc-m32r.c \
26277298Sobrien	config/tc-m68hc11.c \
26338889Sjdp	config/tc-m68k.c \
26460484Sobrien	config/tc-mcore.c \
265218822Sdim	config/tc-mep.c \
26638889Sjdp	config/tc-mips.c \
26789857Sobrien	config/tc-mmix.c \
26838889Sjdp	config/tc-mn10200.c \
26938889Sjdp	config/tc-mn10300.c \
270130561Sobrien	config/tc-msp430.c \
27138889Sjdp	config/tc-ns32k.c \
27289857Sobrien	config/tc-openrisc.c \
27391041Sobrien	config/tc-or32.c \
27489857Sobrien	config/tc-pdp11.c \
27560484Sobrien	config/tc-pj.c \
27638889Sjdp	config/tc-ppc.c \
27789857Sobrien	config/tc-s390.c \
278218822Sdim	config/tc-score.c \
27938889Sjdp	config/tc-sh.c \
28091041Sobrien	config/tc-sh64.c \
28138889Sjdp	config/tc-sparc.c \
282218822Sdim	config/tc-spu.c \
28338889Sjdp	config/tc-tic30.c \
28477298Sobrien	config/tc-tic54x.c \
28538889Sjdp	config/tc-vax.c \
28638889Sjdp	config/tc-v850.c \
28789857Sobrien	config/tc-xstormy16.c \
288218822Sdim	config/tc-xc16x.c \
289130561Sobrien	config/tc-xtensa.c \
290218822Sdim	config/tc-z80.c \
29138889Sjdp	config/tc-z8k.c
29238889Sjdp
29338889SjdpTARGET_CPU_HFILES = \
29438889Sjdp	config/tc-alpha.h \
29538889Sjdp	config/tc-arc.h \
29638889Sjdp	config/tc-arm.h \
29760484Sobrien	config/tc-avr.h \
298218822Sdim	config/tc-bfin.h \
299218822Sdim	config/tc-cr16.h \
30077298Sobrien	config/tc-cris.h \
301218822Sdim	config/tc-crx.h \
30238889Sjdp	config/tc-d10v.h \
30360484Sobrien	config/tc-d30v.h \
304104834Sobrien	config/tc-dlx.h \
30560484Sobrien	config/tc-fr30.h \
306104834Sobrien	config/tc-frv.h \
30738889Sjdp	config/tc-h8300.h \
30838889Sjdp	config/tc-hppa.h \
30977298Sobrien	config/tc-ia64.h \
31060484Sobrien	config/tc-i370.h \
31138889Sjdp	config/tc-i386.h \
31238889Sjdp	config/tc-i860.h \
31338889Sjdp	config/tc-i960.h \
314130561Sobrien	config/tc-ip2k.h \
315218822Sdim	config/tc-m32c.h \
31638889Sjdp	config/tc-m32r.h \
31777298Sobrien	config/tc-m68hc11.h \
31838889Sjdp	config/tc-m68k.h \
31960484Sobrien	config/tc-mcore.h \
320218822Sdim	config/tc-mep.h \
32138889Sjdp	config/tc-mips.h \
32289857Sobrien	config/tc-mmix.h \
32338889Sjdp	config/tc-mn10200.h \
32438889Sjdp	config/tc-mn10300.h \
325130561Sobrien	config/tc-msp430.h \
32638889Sjdp	config/tc-ns32k.h \
32789857Sobrien	config/tc-openrisc.h \
32891041Sobrien	config/tc-or32.h \
32989857Sobrien	config/tc-pdp11.h \
33060484Sobrien	config/tc-pj.h \
33138889Sjdp	config/tc-ppc.h \
33289857Sobrien	config/tc-s390.h \
333218822Sdim	config/tc-score.h \
33438889Sjdp	config/tc-sh.h \
33591041Sobrien	config/tc-sh64.h \
33638889Sjdp	config/tc-sparc.h \
337218822Sdim	config/tc-spu.h \
33838889Sjdp	config/tc-tic30.h \
33977298Sobrien	config/tc-tic54x.h \
34038889Sjdp	config/tc-vax.h \
34138889Sjdp	config/tc-v850.h \
34289857Sobrien	config/tc-xstormy16.h \
343218822Sdim	config/tc-xc16x.h \
344130561Sobrien	config/tc-xtensa.h \
345218822Sdim	config/tc-z80.h \
34638889Sjdp	config/tc-z8k.h
34738889Sjdp
34838889Sjdp# OBJ files in config
34938889Sjdp
35038889SjdpOBJ_FORMAT_CFILES = \
35138889Sjdp	config/obj-aout.c \
35238889Sjdp	config/obj-coff.c \
35338889Sjdp	config/obj-ecoff.c \
35438889Sjdp	config/obj-elf.c \
35538889Sjdp	config/obj-evax.c \
356218822Sdim	config/obj-som.c
35738889Sjdp
35838889SjdpOBJ_FORMAT_HFILES = \
35938889Sjdp	config/obj-aout.h \
36038889Sjdp	config/obj-coff.h \
36138889Sjdp	config/obj-ecoff.h \
36238889Sjdp	config/obj-elf.h \
36338889Sjdp	config/obj-evax.h \
364218822Sdim	config/obj-som.h
36538889Sjdp
36638889Sjdp# Emulation header files in config
36738889Sjdp
36838889SjdpTARG_ENV_HFILES = \
36938889Sjdp	config/te-386bsd.h \
370218822Sdim	config/te-armlinuxeabi.h \
37138889Sjdp	config/te-aux.h \
37238889Sjdp	config/te-delta.h \
37338889Sjdp	config/te-delt88.h \
37438889Sjdp	config/te-dpx2.h \
37538889Sjdp	config/te-dynix.h \
37660484Sobrien	config/te-epoc-pe.h \
37738889Sjdp	config/te-generic.h \
37838889Sjdp	config/te-go32.h \
37938889Sjdp	config/te-hppa.h \
38078828Sobrien	config/te-hppa64.h \
38178828Sobrien	config/te-hppalinux64.h \
38238889Sjdp	config/te-i386aix.h \
38389857Sobrien	config/te-ia64aix.h \
38438889Sjdp	config/te-ic960.h \
38538889Sjdp	config/te-linux.h \
38638889Sjdp	config/te-lnews.h \
38738889Sjdp	config/te-lynx.h \
38838889Sjdp	config/te-mach.h \
38938889Sjdp	config/te-macos.h \
39038889Sjdp	config/te-nbsd.h \
39138889Sjdp	config/te-nbsd532.h \
392218822Sdim	config/te-netware.h \
39338889Sjdp	config/te-pc532mach.h \
39438889Sjdp	config/te-pe.h \
39538889Sjdp	config/te-psos.h \
39638889Sjdp	config/te-riscix.h \
39738889Sjdp	config/te-sparcaout.h \
39838889Sjdp	config/te-sun3.h \
39938889Sjdp	config/te-svr4.h \
400218822Sdim	config/te-symbian.h \
401218822Sdim	config/te-tmips.h \
402218822Sdim	config/te-wince-pe.h
40338889Sjdp
40438889Sjdp# Multi files in config
40538889Sjdp
40638889SjdpMULTI_CFILES = \
40777298Sobrien	config/e-crisaout.c \
40877298Sobrien	config/e-criself.c \
40960484Sobrien	config/e-i386aout.c \
41038889Sjdp	config/e-i386coff.c \
41138889Sjdp	config/e-i386elf.c \
41238889Sjdp	config/e-mipsecoff.c \
41338889Sjdp	config/e-mipself.c
41438889Sjdp
41538889SjdpCONFIG_OBJS = \
41638889Sjdp	$(TARG_CPU_O) \
41738889Sjdp	$(OBJ_FORMAT_O) \
41838889Sjdp	$(ATOF_TARG_O) \
41938889Sjdp	$(extra_objects)
42038889Sjdp
42138889SjdpGENERIC_OBJS = \
42238889Sjdp	app.o \
42338889Sjdp	as.o \
42438889Sjdp	atof-generic.o \
42538889Sjdp	cond.o \
42638889Sjdp	depend.o \
42760484Sobrien	dwarf2dbg.o \
428130561Sobrien	dw2gencfi.o \
42938889Sjdp	ehopt.o \
43038889Sjdp	expr.o \
43138889Sjdp	flonum-konst.o \
43238889Sjdp	flonum-copy.o \
43338889Sjdp	flonum-mult.o \
43438889Sjdp	frags.o \
43538889Sjdp	hash.o \
43638889Sjdp	input-file.o \
43738889Sjdp	input-scrub.o \
43838889Sjdp	literal.o \
43938889Sjdp	messages.o \
44038889Sjdp	output-file.o \
44138889Sjdp	read.o \
44238889Sjdp	subsegs.o \
44338889Sjdp	symbols.o \
44438889Sjdp	write.o \
44538889Sjdp	listing.o \
44638889Sjdp	ecoff.o \
44738889Sjdp	stabs.o \
44838889Sjdp	sb.o \
44938889Sjdp	macro.o
45038889Sjdp
45138889SjdpOBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
45238889Sjdp
45360484SobrienPOTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
45460484Sobrien	$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
455218822Sdim	$(HFILES) $(CFILES)
45660484Sobrienpo/POTFILES.in: @MAINT@ Makefile
457130561Sobrien	for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
45860484Sobrien	  && mv tmp $(srcdir)/po/POTFILES.in
45960484Sobrien
460130561Sobrien# Note: GASP is now deprecated and has been removed.  It is still
461130561Sobrien# available in the CVS archive or older binutils releases if it is needed.
462104834Sobriennoinst_PROGRAMS = as-new
46360484Sobriennoinst_SCRIPTS = $(GDBINIT)
46460484SobrienEXTRA_SCRIPTS = .gdbinit
46538889Sjdp
466218822SdimEXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
467218822Sdim	bfin-parse.c bfin-parse.h bfin-lex.c
46838889Sjdp
46989857Sobriendiststuff: $(EXTRA_DIST) info
470218822Sdimall: info
47138889Sjdp
47260484SobrienDISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
47338889Sjdp
47438889Sjdp# Now figure out from those variables how to compile and link.
47538889Sjdp
47638889SjdpBASEDIR = $(srcdir)/..
47738889SjdpBFDDIR = $(BASEDIR)/bfd
47838889SjdpINCDIR = $(BASEDIR)/include
47938889Sjdp
48038889Sjdp# This is the variable actually used when we compile.
48138889Sjdp# Specify the directories to be searched for header files.
48238889Sjdp# Both . and srcdir are used, in that order,
48338889Sjdp# so that tm.h and config.h will be found in the compilation
48438889Sjdp# subdirectory rather than in the source directory.
485218822SdimINCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
486218822Sdim	-I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ \
487218822Sdim	-DLOCALEDIR="\"$(datadir)/locale\""
48838889Sjdp
48938889Sjdp# This should be parallel to INCLUDES, but should replace $(srcdir)
49038889Sjdp# with $${srcdir}, and should work in a subdirectory.  This is used
49138889Sjdp# when building dependencies, because the dependency building is done
49238889Sjdp# in a subdirectory.
493218822SdimDEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd \
494218822Sdim	-I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. \
495218822Sdim	-I$${srcdir}/../bfd @INCINTL@ \
496218822Sdim	-DLOCALEDIR="\"$(datadir)/locale\""
49738889Sjdp
498218822SdimDEP_FLAGS = -DOBJ_MAYBE_ELF \
49989857Sobrien	-I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES)
50089857Sobrien
50138889Sjdp# How to link with both our special library facilities
50238889Sjdp# and the system's installed libraries.
50338889Sjdp
504218822SdimGASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
50538889Sjdp
50638889Sjdp# Files to be copied away after each stage in building.
50738889SjdpSTAGESTUFF = *.o $(noinst_PROGRAMS)
50838889Sjdp
50938889Sjdpas_new_SOURCES = $(GAS_CFILES)
51038889Sjdpas_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
511218822Sdim	$(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM)
51238889Sjdpas_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
513218822Sdim	$(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
51438889Sjdp
51538889Sjdp# Stuff that every object file depends upon.  If anything is removed
51638889Sjdp# from this list, remove it from dep-in.sed as well.
517218822Sdim$(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \
518218822Sdim	$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \
519218822Sdim	$(INCDIR)/fopen-same.h $(INCDIR)/fopen-bin.h $(INCDIR)/fopen-vms.h \
52077298Sobrien	$(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \
52177298Sobrien	as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
52277298Sobrien	frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
52338889Sjdp
524218822SdimEXPECT = expect
525218822SdimRUNTEST = runtest
52638889SjdpRUNTESTFLAGS=
52738889Sjdp
52838889Sjdpcheck-DEJAGNU: site.exp
52938889Sjdp	if [ -d testsuite ]; then \
53038889Sjdp	  true; \
53138889Sjdp	else \
53238889Sjdp	  mkdir testsuite; \
53338889Sjdp	fi
53438889Sjdp	rm -f testsuite/site.exp
53538889Sjdp	cp site.exp testsuite/site.exp
53638889Sjdp	rootme=`pwd`; export rootme; \
53738889Sjdp	srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
53838889Sjdp	EXPECT=${EXPECT} ; export EXPECT ; \
53938889Sjdp	runtest=$(RUNTEST); \
54038889Sjdp	cd testsuite; \
54138889Sjdp	if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
54238889Sjdp	  $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
54338889Sjdp		$(RUNTESTFLAGS); \
54438889Sjdp	else echo "WARNING: could not find \`runtest'" 1>&2; :;\
54538889Sjdp	fi
54638889Sjdp
54738889Sjdp# The implicit .c.o rule doesn't work for these, perhaps because of
54838889Sjdp# the variables, or perhaps because the sources are not on vpath.
54977298Sobrien$(TARG_CPU_O): $(TARG_CPU_C)
55038889Sjdp	$(COMPILE) -c $(TARG_CPU_C)
55138889Sjdp$(ATOF_TARG_O): $(ATOF_TARG_C)
55238889Sjdp	$(COMPILE) -c $(ATOF_TARG_C)
55338889Sjdp
55438889Sjdp# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
55538889Sjdp# so the automatic dependency stuff doesn't work.
55638889Sjdpecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
55738889Sjdp	$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
55838889Sjdp	$(INCDIR)/aout/stab_gnu.h
55938889Sjdp
56038889Sjdp# We need all these explicit rules for the multi stuff.  Because of
56138889Sjdp# these rules, we don't need one for OBJ_FORMAT_O.
56238889Sjdp
563218822Sdimobj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout)
56438889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-aout.c
565218822Sdimobj-coff.o: $(srcdir)/config/obj-coff.c $(DEP_@target_cpu_type@_coff)
56638889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-coff.c
567218822Sdimobj-ecoff.o : $(srcdir)/config/obj-ecoff.c $(DEP_@target_cpu_type@_ecoff)
56838889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-ecoff.c
569218822Sdimobj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf)
57038889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-elf.c
57138889Sjdpobj-evax.o : $(srcdir)/config/obj-evax.c
57238889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-evax.c
57338889Sjdpobj-multi.o : $(srcdir)/config/obj-multi.c
57438889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-multi.c
57538889Sjdpobj-som.o : $(srcdir)/config/obj-som.c
57638889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-som.c
57738889Sjdp
57838889Sjdpe-mipself.o : $(srcdir)/config/e-mipself.c
57938889Sjdp	$(COMPILE) -c $(srcdir)/config/e-mipself.c
58038889Sjdpe-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
58138889Sjdp	$(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
58260484Sobriene-i386aout.o: $(srcdir)/config/e-i386aout.c
58360484Sobrien	$(COMPILE) -c $(srcdir)/config/e-i386aout.c
58438889Sjdpe-i386coff.o: $(srcdir)/config/e-i386coff.c
58538889Sjdp	$(COMPILE) -c $(srcdir)/config/e-i386coff.c
58638889Sjdpe-i386elf.o: $(srcdir)/config/e-i386elf.c
58738889Sjdp	$(COMPILE) -c $(srcdir)/config/e-i386elf.c
58877298Sobriene-crisaout.o: $(srcdir)/config/e-crisaout.c
58977298Sobrien	$(COMPILE) -c $(srcdir)/config/e-crisaout.c
59077298Sobriene-criself.o: $(srcdir)/config/e-criself.c
59177298Sobrien	$(COMPILE) -c $(srcdir)/config/e-criself.c
59238889Sjdp
593130561Sobrienxtensa-relax.o: $(srcdir)/config/xtensa-relax.c
594130561Sobrien	$(COMPILE) -c $(srcdir)/config/xtensa-relax.c
595130561Sobrien
59638889Sjdp# The m68k operand parser.
59738889Sjdp
598218822SdimEXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y
59938889Sjdp
60060484Sobrien# If m68k-parse.y is in a different directory, then ylwrap will use an
60160484Sobrien# absolute path when it invokes yacc, which will cause yacc to put the
60260484Sobrien# absolute path into the generated file.  That's a pain when it comes
60360484Sobrien# to generating snapshots, because it introduces spurious diffs.
60460484Sobrien# Since when we make the snapshots $(srcdir) = ".", we check for that
60560484Sobrien# case and handle it differently.  This means that anybody who
60660484Sobrien# configures with $(srcdir) = "." will have to set their path in the
60760484Sobrien# debugger if they want to debug m68k-parse.y.  This is bad, but on
60860484Sobrien# the other hand it's good that people who use the prebuilt
60960484Sobrien# m68k-parse.c don't get a spurious absolute path.
61038889Sjdpm68k-parse.c: $(srcdir)/config/m68k-parse.y
61160484Sobrien	f=$(srcdir)/config/m68k-parse.y; \
61260484Sobrien	if [ $$f = "./config/m68k-parse.y" ]; then \
61360484Sobrien	  ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \
61460484Sobrien	   ln config/m68k-parse.y . > /dev/null 2>/dev/null || \
61560484Sobrien	   cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
61660484Sobrien	  f=m68k-parse.y; \
61760484Sobrien	else true; fi; \
618218822Sdim	$(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
61960484Sobrien	if [ $$f = "m68k-parse.y" ]; then \
62060484Sobrien	  rm -f m68k-parse.y; \
62160484Sobrien	else true; fi
622218822Sdim# Disable -Werror, if it has been enabled, since old versions of bison/
623218822Sdim# yacc will produce working code which contain compile time warnings.
62438889Sjdpm68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
625218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
62638889Sjdp
62738889Sjdp# Don't let the .y.h rule clobber m68k-parse.h.
62838889Sjdpm68k-parse.h: ; @true
62938889Sjdp$(srcdir)/config/m68k-parse.h: ; @true
63038889Sjdp
631218822Sdimbfin-parse.c: $(srcdir)/config/bfin-parse.y
632218822Sdim	$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ;
633218822Sdimbfin-parse.h: bfin-parse.c
634218822Sdimbfin-parse.o: bfin-parse.c bfin-parse.h $(srcdir)/config/bfin-defs.h \
635218822Sdim $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h
636218822Sdim
637218822Sdimbfin-defs.h: ; @true
638218822Sdim$(srcdir)/config/bfin-defs.h: ; @true
639218822Sdim
640218822Sdimbfin-lex.c: $(srcdir)/config/bfin-lex.l
641218822Sdim	$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
642218822Sdimbfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
643218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
644218822Sdim
64538889Sjdp# The instruction table specification lexical analyzer and parser.
64638889Sjdp
64738889Sjdpitbl-lex.c: $(srcdir)/itbl-lex.l
64838889Sjdp
649218822Sdim# Disable -Werror, if it has been enabled, since old versions of bison/
650218822Sdim# yacc will produce working code which contain compile time warnings.
651218822Sdimitbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
652218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
65338889Sjdp
654218822Sdim# Disable -Werror, if it has been enabled, since old versions of bison/
655218822Sdim# yacc will produce working code which contain compile time warnings.
656218822Sdimitbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
657218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
658218822Sdim
65938889Sjdpitbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
66038889Sjdp
66138889Sjdpitbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
662218822Sdim	$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
66338889Sjdp
66438889Sjdp# stand-alone itbl assembler & disassembler
66538889Sjdp
666130561SobrienEXTRA_PROGRAMS = itbl-test
66738889Sjdpitbl_test_SOURCES = itbl-parse.y itbl-lex.l
66860484Sobrienitbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
66938889Sjdp
67060484Sobrienitbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
67160484Sobrien	$(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
67238889Sjdp
67338889Sjdpitbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
67438889Sjdp	$(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
67538889Sjdp
67638889Sjdp# CGEN interface.
67738889Sjdp
67860484SobrienCGEN_CPU_PREFIX = @cgen_cpu_prefix@
67960484Sobrien
68060484Sobriencgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \
68138889Sjdp	$(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
68260484Sobrien	$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
68360484Sobrien	$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
68438889Sjdp
68538889Sjdp# Remake the info files.
68638889Sjdp
687218822SdimMOSTLYCLEANFILES = $(STAGESTUFF) core \
68838889Sjdp	testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
68938889Sjdp	testsuite/site.exp site.bak site.exp stage stage1 stage2
69038889Sjdp
69177298SobrienCLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR
69238889Sjdp
693218822Sdim.PHONY: install-html install-html-am install-html-recursive
694218822Sdim
695218822Sdiminstall-html:	install-html-recursive
696218822Sdim
697218822Sdiminstall-html-recursive:
698218822Sdim	@failcom='exit 1'; \
699218822Sdim	for f in x $$MAKEFLAGS; do \
700218822Sdim	  case $$f in \
701218822Sdim	    *=* | --[!k]*);; \
702218822Sdim	    *k*) failcom='fail=yes';; \
703218822Sdim	  esac; \
704218822Sdim	done; \
705218822Sdim	dot_seen=no; \
706218822Sdim	target=`echo $@ | sed s/-recursive//`; \
707218822Sdim	list='$(SUBDIRS)'; for subdir in $$list; do \
708218822Sdim	  echo "Making $$target in $$subdir"; \
709218822Sdim	  if test "$$subdir" = "."; then \
710218822Sdim	    dot_seen=yes; \
711218822Sdim	    local_target="$$target-am"; \
712218822Sdim	  else \
713218822Sdim	    local_target="$$target"; \
714218822Sdim	  fi; \
715218822Sdim	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
716218822Sdim	  || eval $$failcom; \
717218822Sdim	done; \
718218822Sdim	if test "$$dot_seen" = "no"; then \
719218822Sdim	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
720218822Sdim	fi; test -z "$$fail"
721218822Sdim
72238889Sjdp.PHONY: install-exec-local install-data-local
72360484Sobrien.PHONY: install-exec-bindir install-exec-tooldir
72438889Sjdp
72560484Sobrieninstall-exec-local: install-exec-bindir @install_tooldir@
72660484Sobrien
72760484Sobrieninstall-exec-bindir: $(noinst_PROGRAMS)
728104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bindir)
72938889Sjdp	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
73038889Sjdp	  if test -f $$p; then \
73160484Sobrien	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
732104834Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
73338889Sjdp	  else :; fi; \
73438889Sjdp	done
73560484Sobrien
73660484Sobrieninstall-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
737104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
73838889Sjdp	n=`echo as | sed '$(transform)'`; \
73938889Sjdp	if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
740104834Sobrien	  rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
741104834Sobrien	  ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
742104834Sobrien	    || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
74360484Sobrien	else \
74460484Sobrien	  true ; \
74538889Sjdp	fi
74638889Sjdp
74738889Sjdp# These exist for maintenance purposes.
74838889Sjdp
74938889Sjdp.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
75038889Sjdp
75138889Sjdpbootstrap: as-new
75238889Sjdp	$(MAKE) stage1
75338889Sjdp	rm -f stage && ln -s stage1 stage
75438889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
75538889Sjdp	$(MAKE) stage2
75638889Sjdp	rm -f stage && ln -s stage2 stage
75738889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
75838889Sjdp	$(MAKE) comparison against=stage2
75938889Sjdp
76038889Sjdpbootstrap2:
76138889Sjdp	rm -f stage && ln -s stage1 stage
76238889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
76338889Sjdp	$(MAKE) stage2
76438889Sjdp	rm -f stage && ln -s stage2 stage
76538889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
76638889Sjdp	$(MAKE) comparison against=stage2
76738889Sjdp
76838889Sjdpbootstrap3:
76938889Sjdp	rm -f stage && ln -s stage2 stage
77038889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
77138889Sjdp	$(MAKE) comparison against=stage2
77238889Sjdp
77338889Sjdp# Copy the object files from a particular stage into a subdirectory.
77438889Sjdpstage1:
77538889Sjdp	-mkdir stage1
77638889Sjdp	-mv $(STAGESTUFF) stage1
77738889Sjdp	if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
77838889Sjdp
77938889Sjdpstage2:
78038889Sjdp	-mkdir stage2
78138889Sjdp	-mv $(STAGESTUFF) stage2
78238889Sjdp	if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
78338889Sjdp
78438889Sjdpstage3:
78538889Sjdp	-mkdir stage3
78638889Sjdp	-mv $(STAGESTUFF) stage3
78738889Sjdp	if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
78838889Sjdp
78938889Sjdpagainst=stage2
79038889Sjdp
79138889Sjdp# This rule is derived from corresponding code in the Makefile.in for gcc.
79238889Sjdp# The "tail +16c" is to bypass headers which may include timestamps or
79338889Sjdp# temporary assembly file names.
79438889Sjdpcomparison:
79538889Sjdp	x=0 ; \
79638889Sjdp	for file in *.o ; do \
79738889Sjdp	  tail +16c ./$$file > tmp-foo1; \
79838889Sjdp	  if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
79938889Sjdp	    if cmp tmp-foo1 tmp-foo2 ; then \
80038889Sjdp	      true ; \
80138889Sjdp	    else \
80238889Sjdp	      echo $$file differs ; \
80338889Sjdp	      x=1 ; \
80438889Sjdp	    fi ; \
80538889Sjdp	  else true; fi ; \
80638889Sjdp	done ; \
80738889Sjdp	exit $$x
80838889Sjdp	-rm -f tmp-foo*
80938889Sjdp
81038889Sjdp.PHONY: de-stage1 de-stage2 de-stage3
81138889Sjdp
81238889Sjdpde-stage1:
81338889Sjdp	- (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
81438889Sjdp	- rmdir stage1
81538889Sjdp
81638889Sjdpde-stage2:
81738889Sjdp	- (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
81838889Sjdp	- rmdir stage2
81938889Sjdp
82038889Sjdpde-stage3:
82138889Sjdp	- (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
82238889Sjdp	- rmdir stage3
82338889Sjdp
82438889SjdpDEP_FILE_DEPS =  $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
82538889Sjdp	$(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
82638889Sjdp
827218822SdimCONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt
82889857Sobrien
82977298Sobrien# Automatic dependency computation.  This is a real pain, because the
83077298Sobrien# dependencies change based on target_cpu_type and obj_format.
83177298Sobrien# Just to make things even more complicated, automake separates the
83277298Sobrien# dependency variable assignments from the dependency rules, and tacks
83377298Sobrien# on a .NOEXPORT at the end of Makefile.in.
83477298Sobrien
83560484SobrienDEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2
83677298Sobrien	rm -f DEP1 # delete because we use $? in DEP1 rule
83738889Sjdp	srcdir=`cd $(srcdir); pwd`; \
83860484Sobrien	$(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1
83960484Sobrien	rm -rf DEPDIR
84077298Sobrien	echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA
84160484Sobrien	sed -f dep.sed < DEPTC >> DEPA
84260484Sobrien	sed -f dep.sed < DEPOBJ >> DEPA
84360484Sobrien	sed -f dep.sed < DEP2 >> DEPA
84477298Sobrien	echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
84577298Sobrien	echo '#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA
84677298Sobrien	sed -f dep.sed < DEP1 >> DEPA
84760484Sobrien	echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
84860484Sobrien	echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA
84960484Sobrien	echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA
85077298Sobrien	echo '#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
85177298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
85277298Sobrien	  echo 'make DEP failed!'; exit 1; \
85377298Sobrien	else \
85477298Sobrien	  mv -f DEPA $@; \
85577298Sobrien	fi
85638889Sjdp
85760484SobrienDEP1: $(CFILES) $(MULTI_CFILES)
85860484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
85938889Sjdp	srcdir=`cd $(srcdir); pwd`; \
86060484Sobrien	cd DEPDIR; \
86138889Sjdp	echo '' > targ-cpu.h; \
86238889Sjdp	echo '' > obj-format.h; \
86338889Sjdp	echo '' > targ-env.h; \
86438889Sjdp	echo '' > itbl-cpu.h; \
86560484Sobrien	echo '' > itbl-parse.h; \
86689857Sobrien	$(MKDEP) $(DEP_FLAGS) $? > DEP
86760484Sobrien	mv -f DEPDIR/DEP $@
86838889Sjdp
86938889Sjdp# Work out the special dependencies for the tc-*.c files.
87060484SobrienDEPTC: $(TARGET_CPU_CFILES)
87160484Sobrien	rm -f DEPTCA
87260484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
87338889Sjdp	srcdir=`cd $(srcdir); pwd`; \
87460484Sobrien	cd DEPDIR; \
87538889Sjdp	for c in $(CPU_TYPES); do \
87638889Sjdp	  for o in $(OBJ_FORMATS); do \
87738889Sjdp	    $(CPU_OBJ_VALID) \
87838889Sjdp	    if [ x$${valid} = xyes ]; then \
87938889Sjdp	      echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
88038889Sjdp	      echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
88138889Sjdp	      echo '#include "te-generic.h"' > targ-env.h; \
88238889Sjdp	      echo '' > itbl-cpu.h; \
88360484Sobrien	      echo '' > itbl-parse.h; \
88460484Sobrien	      echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
88538889Sjdp	      rm -f dummy.c; \
88638889Sjdp	      cp $${srcdir}/config/tc-$${c}.c dummy.c; \
88789857Sobrien	      $(MKDEP) $(DEP_FLAGS) dummy.c | \
88860484Sobrien	        sed -e "s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ../DEPTCA; \
88938889Sjdp	      rm -f dummy.c; \
89038889Sjdp	    else true; fi; \
89138889Sjdp	  done; \
89238889Sjdp	done
89360484Sobrien	echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA
89460484Sobrien	echo '  $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA
89560484Sobrien	echo '  $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA
89660484Sobrien	for c in $(MULTI_CPU_TYPES); do \
89777298Sobrien	  echo "DEPTC_$${c}"'_multi = \' >> DEPTCA; \
89860484Sobrien	  for o in $(OBJ_FORMATS); do \
89960484Sobrien	    $(MULTI_CPU_OBJ_VALID) \
90038889Sjdp	    if [ x$${valid} = xyes ]; then \
90160484Sobrien	      echo '$$(DEPTC_'"$${c}_$${o}"') \' >> DEPTCA; \
90238889Sjdp	    else true; fi; \
90360484Sobrien	  done; \
90460484Sobrien	  echo '' >> DEPTCA; \
90538889Sjdp	done
90660484Sobrien	mv -f DEPTCA DEPTC
90738889Sjdp
90838889Sjdp# Work out the special dependencies for the obj-*.c files.
90960484SobrienDEPOBJ: $(OBJ_FORMAT_CFILES)
91060484Sobrien	rm -f DEPOBJA
91160484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
91238889Sjdp	srcdir=`cd $(srcdir); pwd`; \
91360484Sobrien	cd DEPDIR; \
91438889Sjdp	for c in $(CPU_TYPES); do \
91538889Sjdp	  for o in $(OBJ_FORMATS); do \
91638889Sjdp	    $(CPU_OBJ_VALID) \
91738889Sjdp	    if [ x$${valid} = xyes ]; then \
91838889Sjdp	      echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
91938889Sjdp	      echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
92038889Sjdp	      echo '#include "te-generic.h"' > targ-env.h; \
92138889Sjdp	      echo '' > itbl-cpu.h; \
92260484Sobrien	      echo '' > itbl-parse.h; \
92338889Sjdp	      rm -f dummy.c; \
92438889Sjdp	      cp $${srcdir}/config/obj-$${o}.c dummy.c; \
92589857Sobrien	      $(MKDEP) $(DEP_FLAGS) dummy.c | \
92660484Sobrien	        sed -e "s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ../DEPOBJA; \
92738889Sjdp	      rm -f dummy.c; \
92838889Sjdp	    else true; fi; \
92938889Sjdp	  done; \
93038889Sjdp	done
93160484Sobrien	echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA
93260484Sobrien	echo '  $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA
93360484Sobrien	echo '  $$(BFDDIR)/som.h  $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
93460484Sobrien	echo '  $$(INCDIR)/aout/stab.def' >> DEPOBJA
93560484Sobrien	for c in $(MULTI_CPU_TYPES); do \
93677298Sobrien	  echo "DEPOBJ_$${c}"'_multi = \' >> DEPOBJA; \
93760484Sobrien	  for o in $(OBJ_FORMATS); do \
93860484Sobrien	    $(MULTI_CPU_OBJ_VALID) \
93938889Sjdp	    if [ x$${valid} = xyes ]; then \
94060484Sobrien	      echo '$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \
94138889Sjdp	    else true; fi; \
94260484Sobrien	  done; \
94360484Sobrien	  echo '' >> DEPOBJA; \
94438889Sjdp	done
94560484Sobrien	mv -f DEPOBJA DEPOBJ
94638889Sjdp
94738889Sjdp# Work out the dependencies for each CPU/OBJ combination.
94838889Sjdp# Note that SOM is a special case, because it only works native.
94960484SobrienDEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
95077298Sobrien	rm -f DEP2A
95160484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
95238889Sjdp	srcdir=`cd $(srcdir); pwd`; \
95360484Sobrien	cd DEPDIR; \
95438889Sjdp	for c in $(CPU_TYPES); do \
95538889Sjdp	  for o in $(OBJ_FORMATS); do \
95638889Sjdp	    $(CPU_OBJ_VALID) \
95738889Sjdp	    if [ x$${valid} = xyes ]; then \
95838889Sjdp	      echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
95938889Sjdp	      echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
96089857Sobrien	      $(MKDEP) $(DEP_FLAGS) dummy.c | \
96177298Sobrien	        sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ../DEP2A; \
96238889Sjdp	    else true; fi; \
96338889Sjdp	  done; \
96438889Sjdp	done
96577298Sobrien	echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A
96660484Sobrien	for c in $(MULTI_CPU_TYPES); do \
96777298Sobrien	  echo "DEP_$${c}"'_multi = \' >> DEP2A; \
96860484Sobrien	  for o in $(OBJ_FORMATS); do \
96960484Sobrien	    $(MULTI_CPU_OBJ_VALID) \
97038889Sjdp	    if [ x$${valid} = xyes ]; then \
97177298Sobrien	      echo '$$(DEP_'"$${c}_$${o}"') \' >> DEP2A; \
97238889Sjdp	    else true; fi; \
97360484Sobrien	  done; \
97477298Sobrien	  echo '' >> DEP2A; \
97538889Sjdp	done
97677298Sobrien	mv -f DEP2A DEP2
97738889Sjdp
97838889Sjdpdep.sed: dep-in.sed config.status
97938889Sjdp	srcdir=`cd $(srcdir); pwd`; \
98038889Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed \
98138889Sjdp		-e "s!@INCDIR@!$${srcdir}/../include!" \
98238889Sjdp		-e "s!@BFDDIR@!$${srcdir}/../bfd!" \
98394536Sobrien		-e "s!@SRCDIR@!$${srcdir}!" \
98494536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!'
98538889Sjdp
98660484Sobriendep: DEP
98777298Sobrien	sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
98877298Sobrien	  < Makefile > tmp-Makefile
98960484Sobrien	cat DEP >> tmp-Makefile
99038889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
99138889Sjdp
99260484Sobriendep-in: DEP
99377298Sobrien	sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
99477298Sobrien	  < $(srcdir)/Makefile.in > tmp-Makefile.in
99560484Sobrien	cat DEP >> tmp-Makefile.in
99638889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
99738889Sjdp
99860484Sobriendep-am: DEP
99977298Sobrien	sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
100077298Sobrien	  < $(srcdir)/Makefile.am > tmp-Makefile.am
100160484Sobrien	cat DEP >> tmp-Makefile.am
100238889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
100338889Sjdp
100477298Sobrien# HEED THE MKDEP WARNINGS.
100577298Sobrien# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY.
100638889Sjdp.PHONY: dep dep-in dep-am
100738889Sjdp
100877298SobrienAMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
1009218822SdimDEPTC_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1010218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
101177298Sobrien  subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
1012218822Sdim  $(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1013218822Sdim  $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
1014218822SdimDEPTC_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1015218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1016218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
1017218822Sdim  $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
1018218822Sdim  $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
1019218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
1020218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
1021218822SdimDEPTC_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
1022218822Sdim  subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
1023218822Sdim  $(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1024218822Sdim  $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
1025218822SdimDEPTC_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1026218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1027218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
102889857Sobrien  struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
102989857Sobrien  $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
103089857Sobrien  $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
1031218822SdimDEPTC_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1032218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1033218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
1034218822Sdim  dwarf2dbg.h
1035218822SdimDEPTC_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1036218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
103789857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1038218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
1039218822Sdim  dwarf2dbg.h
1040218822SdimDEPTC_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1041218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1042218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
1043218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
1044218822Sdim  $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h dw2gencfi.h \
1045218822Sdim  $(INCDIR)/elf/dwarf2.h dwarf2dbg.h
1046218822SdimDEPTC_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1047218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1048218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
104989857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
105089857Sobrien  $(INCDIR)/opcode/avr.h
1051218822SdimDEPTC_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1052218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1053218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
1054218822Sdim  struc-symbol.h $(srcdir)/config/bfin-defs.h $(INCDIR)/obstack.h \
1055218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(BFDDIR)/libbfd.h \
1056218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
1057218822Sdim  $(INCDIR)/elf/reloc-macros.h $(srcdir)/config/bfin-aux.h \
1058218822Sdim  $(srcdir)/config/bfin-defs.h $(INCDIR)/opcode/bfin.h
1059218822SdimDEPTC_cr16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1060218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1061218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h dwarf2dbg.h \
1062218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/cr16.h \
1063218822Sdim  $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h
1064218822SdimDEPTC_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
1065218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1066218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/cris.h \
1067218822Sdim  dwarf2dbg.h
1068218822SdimDEPTC_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1069218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1070218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
107189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
107277298Sobrien  $(INCDIR)/opcode/cris.h dwarf2dbg.h
1073218822SdimDEPTC_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1074218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1075218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
1076218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \
1077218822Sdim  $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
1078218822SdimDEPTC_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1079218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1080218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
108177298Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
108277298Sobrien  $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
1083218822SdimDEPTC_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1084218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1085218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
108677298Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
1087218822SdimDEPTC_dlx_elf = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-elf.h \
108889857Sobrien  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1089218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \
1090218822Sdim  dwarf2dbg.h $(srcdir)/config/tc-dlx.h $(INCDIR)/opcode/dlx.h
1091218822SdimDEPTC_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1092218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1093218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
109489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1095218822Sdim  $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1096218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
109789857Sobrien  $(srcdir)/../opcodes/fr30-opc.h cgen.h
1098218822SdimDEPTC_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1099218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1100218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h subsegs.h \
1101218822Sdim  $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
1102218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1103218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
1104218822Sdim  cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
1105218822Sdim  $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
1106218822SdimDEPTC_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1107218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1108130561Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1109218822Sdim  dwarf2dbg.h $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h
1110218822SdimDEPTC_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1111218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1112218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
1113130561Sobrien  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \
111489857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
1115218822SdimDEPTC_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1116218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1117218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1118218822Sdim  $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
111989857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1120218822Sdim  subsegs.h $(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1121218822Sdim  $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h dwarf2dbg.h
1122218822SdimDEPTC_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1123218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1124218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
112589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1126130561Sobrien  struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
1127130561Sobrien  $(INCDIR)/elf/reloc-macros.h
1128218822SdimDEPTC_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1129218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1130218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1131218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
1132218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
1133218822SdimDEPTC_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1134218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1135218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1136218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1137218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
1138218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
1139218822SdimDEPTC_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1140218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1141218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
1142218822Sdim  $(INCDIR)/opcode/i386.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1143218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
1144218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
1145218822SdimDEPTC_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1146218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1147218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
114889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
114989857Sobrien  $(INCDIR)/opcode/i860.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h
1150218822SdimDEPTC_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1151218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1152218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
115338889Sjdp  $(INCDIR)/opcode/i960.h
1154218822SdimDEPTC_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1155218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1156218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
115789857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
1158218822SdimDEPTC_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1159218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1160218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
1161218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1162218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ia64.h \
1163218822Sdim  $(INCDIR)/elf/ia64.h
1164218822SdimDEPTC_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1165218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1166218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
1167130561Sobrien  subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \
1168218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1169218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/ip2k-opc.h \
1170218822Sdim  cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \
1171218822Sdim  $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
1172218822SdimDEPTC_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1173218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1174218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
1175218822Sdim  subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32c-desc.h \
1176218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1177218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/m32c-opc.h \
1178218822Sdim  $(srcdir)/../opcodes/cgen-types.h ../bfd/bfd_stdint.h \
1179218822Sdim  $(srcdir)/../opcodes/cgen-ops.h cgen.h $(INCDIR)/elf/common.h \
1180218822Sdim  $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \
1181218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
1182218822SdimDEPTC_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1183218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1184218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
118589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1186218822Sdim  $(srcdir)/../opcodes/m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1187218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1188218822Sdim  $(srcdir)/../opcodes/m32r-opc.h cgen.h $(INCDIR)/elf/m32r.h \
1189218822Sdim  $(INCDIR)/elf/reloc-macros.h
1190218822SdimDEPTC_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1191218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1192218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
119389857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1194130561Sobrien  $(INCDIR)/opcode/m68hc11.h dwarf2dbg.h $(INCDIR)/elf/m68hc11.h \
1195130561Sobrien  $(INCDIR)/elf/reloc-macros.h
1196218822SdimDEPTC_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1197218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1198218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1199218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
1200130561Sobrien  $(srcdir)/config/m68k-parse.h
1201218822SdimDEPTC_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1202218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1203218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1204218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1205218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
1206218822Sdim  $(srcdir)/config/m68k-parse.h
1207218822SdimDEPTC_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1208218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1209218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
1210218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1211218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
1212130561Sobrien  $(srcdir)/config/m68k-parse.h $(INCDIR)/elf/m68k.h \
1213130561Sobrien  $(INCDIR)/elf/reloc-macros.h
1214218822SdimDEPTC_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1215218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1216218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1217218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(srcdir)/config/tc-maxq.h \
1218218822Sdim  $(INCDIR)/opcode/maxq.h
1219218822SdimDEPTC_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1220218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1221218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1222218822Sdim  $(srcdir)/../opcodes/mcore-opc.h $(INCDIR)/safe-ctype.h
1223218822SdimDEPTC_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1224218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1225218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
122689857Sobrien  subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
122789857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h
1228218822SdimDEPTC_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1229218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1230218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \
1231218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mep-desc.h \
1232218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1233218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/mep-opc.h \
1234218822Sdim  cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1235218822Sdim  $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/xregex.h \
1236218822Sdim  $(INCDIR)/xregex2.h
1237218822SdimDEPTC_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1238218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1239218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1240218822Sdim  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
1241218822Sdim  dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h \
124260484Sobrien  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
124377298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
124477298Sobrien  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1245218822SdimDEPTC_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1246218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1247218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
1248218822Sdim  $(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
1249218822Sdim  $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1250218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1251218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1252218822Sdim  ecoff.h
1253218822SdimDEPTC_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1254218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1255218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
1256218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h \
1257218822Sdim  itbl-ops.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1258218822Sdim  $(srcdir)/config/obj-elf.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
125989857Sobrien  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1260218822SdimDEPTC_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1261104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1262218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
126389857Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/mmix.h \
126489857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1265218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/obstack.h
1266218822SdimDEPTC_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1267218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1268218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
126989857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
127089857Sobrien  $(INCDIR)/opcode/mn10200.h
1271218822SdimDEPTC_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1272218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1273218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
127489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
127589857Sobrien  $(INCDIR)/opcode/mn10300.h dwarf2dbg.h
1276218822SdimDEPTC_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1277218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1278218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
1279130561Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/msp430.h \
1280218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h
1281218822SdimDEPTC_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1282218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1283218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
1284218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mt-desc.h \
1285218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1286218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/mt-opc.h \
1287218822Sdim  cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/mt.h $(INCDIR)/elf/reloc-macros.h \
1288218822Sdim  $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
1289218822SdimDEPTC_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1290218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
129138889Sjdp  $(INCDIR)/obstack.h
1292218822SdimDEPTC_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1293218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1294218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
1295218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/openrisc-desc.h \
1296218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1297218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/openrisc-opc.h \
1298218822Sdim  cgen.h
1299218822SdimDEPTC_or32_coff = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-coff.h \
1300218822Sdim  $(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \
1301218822Sdim  $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1302218822Sdim  $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h
1303218822SdimDEPTC_or32_elf = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-elf.h \
130489857Sobrien  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1305218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \
1306218822Sdim  dwarf2dbg.h $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h \
130791041Sobrien  $(INCDIR)/elf/reloc-macros.h
1308218822SdimDEPTC_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
1309218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
131089857Sobrien  $(INCDIR)/opcode/pdp11.h
1311218822SdimDEPTC_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1312218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1313218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
131489857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
1315218822SdimDEPTC_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1316218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1317218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
131889857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pj.h
1319218822SdimDEPTC_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1320218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1321218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
1322218822Sdim  $(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1323218822Sdim  $(INCDIR)/opcode/ppc.h
1324218822SdimDEPTC_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1325218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1326218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
132789857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1328130561Sobrien  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h \
1329130561Sobrien  $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
1330218822SdimDEPTC_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1331218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1332218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
133389857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1334130561Sobrien  struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1335130561Sobrien  $(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
1336218822SdimDEPTC_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1337218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1338218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
1339218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
1340218822Sdim  $(INCDIR)/opcode/score-inst.h $(INCDIR)/opcode/score-datadep.h \
1341218822Sdim  struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1342218822Sdim  dwarf2dbg.h
1343218822SdimDEPTC_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1344218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1345218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1346218822Sdim  $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1347218822Sdim  struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1348218822SdimDEPTC_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1349218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1350218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
1351218822Sdim  $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1352218822Sdim  struc-symbol.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1353218822Sdim  dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1354218822SdimDEPTC_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1355218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1356218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
1357218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
1358218822Sdim  $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/sh64-opc.h \
1359104834Sobrien  $(srcdir)/config/tc-sh.c subsegs.h $(INCDIR)/obstack.h \
1360218822Sdim  $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1361218822Sdim  struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1362218822SdimDEPTC_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1363218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1364218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h \
1365218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1366218822SdimDEPTC_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1367218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1368218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1369218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h \
1370218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1371218822SdimDEPTC_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1372218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1373218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
137489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1375130561Sobrien  $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1376130561Sobrien  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
137789857Sobrien  dwarf2dbg.h
1378218822SdimDEPTC_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1379218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1380218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \
1381218822Sdim  $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1382218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/spu-insns.h
1383218822SdimDEPTC_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1384218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1385218822Sdim  $(INCDIR)/opcode/tic30.h
1386218822SdimDEPTC_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1387218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
138889857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1389218822Sdim  $(INCDIR)/opcode/tic30.h
1390218822SdimDEPTC_tic4x_coff = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-coff.h \
1391218822Sdim  $(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \
1392218822Sdim  $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
1393218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic4x.h subsegs.h \
1394218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/obstack.h
1395218822SdimDEPTC_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
139677298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1397218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1398218822Sdim  sb.h macro.h subsegs.h $(INCDIR)/obstack.h struc-symbol.h \
1399218822Sdim  $(INCDIR)/opcode/tic54x.h $(srcdir)/config/obj-coff.h
1400218822SdimDEPTC_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1401218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1402218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
1403218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1404218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h \
1405218822Sdim  dwarf2dbg.h
1406218822SdimDEPTC_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1407218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
1408218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
1409218822Sdim  $(INCDIR)/opcode/vax.h
1410218822SdimDEPTC_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1411218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1412218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
1413104834Sobrien  $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
1414218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/elf/vax.h \
1415218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/vax.h
1416218822SdimDEPTC_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1417218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1418218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
141994536Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1420218822Sdim  $(srcdir)/../opcodes/xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1421218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1422218822Sdim  $(srcdir)/../opcodes/xc16x-opc.h cgen.h dwarf2dbg.h \
1423218822Sdim  $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h
1424218822SdimDEPTC_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1425218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1426218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
1427218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/xstormy16-desc.h \
1428218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1429218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/xstormy16-opc.h \
143089857Sobrien  cgen.h
1431218822SdimDEPTC_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1432218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1433218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
1434130561Sobrien  $(INCDIR)/xtensa-config.h sb.h $(INCDIR)/safe-ctype.h \
1435218822Sdim  $(srcdir)/config/tc-xtensa.h subsegs.h $(INCDIR)/obstack.h \
1436218822Sdim  $(srcdir)/config/xtensa-relax.h $(srcdir)/config/xtensa-istack.h \
1437218822Sdim  dwarf2dbg.h struc-symbol.h $(INCDIR)/xtensa-config.h
1438218822SdimDEPTC_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
1439218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1440218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1441218822Sdim  subsegs.h $(INCDIR)/obstack.h
1442218822SdimDEPTC_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1443218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1444218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1445218822Sdim  $(srcdir)/../opcodes/z8k-opc.h
144660484SobrienDEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
144738889Sjdp  $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
144838889Sjdp  $(BFDDIR)/som.h
144960484SobrienDEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) \
145060484Sobrien  $(DEPTC_i386_elf)
145160484SobrienDEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) \
145260484Sobrien  $(DEPTC_mips_elf)
145377298SobrienDEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf)
1454218822SdimDEPOBJ_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1455218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1456218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1457218822Sdim  $(BFDDIR)/libecoff.h
1458218822SdimDEPOBJ_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1459218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1460218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h $(INCDIR)/safe-ctype.h \
1461218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1462218822Sdim  dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1463218822Sdim  $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
146460484Sobrien  $(INCDIR)/aout/aout64.h
1465218822SdimDEPOBJ_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1466218822SdimDEPOBJ_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1467218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1468218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
1469130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1470218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1471218822SdimDEPOBJ_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1472218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1473218822Sdim  $(INCDIR)/obstack.h
1474218822SdimDEPOBJ_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1475218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
147689857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1477218822Sdim  subsegs.h $(INCDIR)/obstack.h
1478218822SdimDEPOBJ_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1479218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1480218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
1481218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1482218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1483218822SdimDEPOBJ_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1484218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1485218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
148689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1487218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1488218822SdimDEPOBJ_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1489218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1490218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
149189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1492218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1493218822SdimDEPOBJ_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
1494218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1495218822Sdim  $(INCDIR)/obstack.h
1496218822SdimDEPOBJ_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1497218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1498218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
149989857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1500218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1501218822SdimDEPOBJ_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1502218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1503218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
150489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1505218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1506218822SdimDEPOBJ_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1507218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1508218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
1509218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1510218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1511218822SdimDEPOBJ_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1512218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1513218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
1514218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1515218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1516218822SdimDEPOBJ_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1517218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1518218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \
1519104834Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1520218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1521218822SdimDEPOBJ_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1522218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1523218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
152489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1525218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1526218822SdimDEPOBJ_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1527218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1528218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h $(INCDIR)/safe-ctype.h \
1529218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1530218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1531218822SdimDEPOBJ_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1532218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1533104834Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1534218822Sdim  subsegs.h $(INCDIR)/obstack.h
1535218822SdimDEPOBJ_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1536218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1537218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
1538104834Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1539218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1540218822SdimDEPOBJ_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1541218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1542218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1543218822Sdim  $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
154489857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1545218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1546218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1547218822SdimDEPOBJ_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1548218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1549218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
155089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1551218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h \
1552218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
1553218822SdimDEPOBJ_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1554218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1555218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1556218822Sdim  $(INCDIR)/obstack.h
1557218822SdimDEPOBJ_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1558218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1559218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
156089857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1561218822Sdim  subsegs.h $(INCDIR)/obstack.h
1562218822SdimDEPOBJ_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1563218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1564218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
1565218822Sdim  $(INCDIR)/opcode/i386.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1566218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1567218822Sdim  dwarf2dbg.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
1568130561Sobrien  $(INCDIR)/aout/aout64.h
1569218822SdimDEPOBJ_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1570218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1571218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
157289857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1573218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1574218822SdimDEPOBJ_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1575218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1576218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
1577218822SdimDEPOBJ_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1578218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1579218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
158089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1581218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1582218822SdimDEPOBJ_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1583218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1584218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
1585218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1586218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1587218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1588218822SdimDEPOBJ_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1589218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1590218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
159189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1592218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1593218822SdimDEPOBJ_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1594218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1595218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
1596130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1597218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1598218822SdimDEPOBJ_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1599218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1600218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
160189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1602218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1603218822SdimDEPOBJ_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1604218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1605218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
160689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1607218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1608218822SdimDEPOBJ_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
160977298Sobrien  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
161038889Sjdp  $(INCDIR)/obstack.h
1611218822SdimDEPOBJ_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1612218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
161389857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1614218822Sdim  subsegs.h $(INCDIR)/obstack.h
1615218822SdimDEPOBJ_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1616218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1617218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
1618218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1619218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1620218822SdimDEPOBJ_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1621218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
162289857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1623218822Sdim  subsegs.h $(INCDIR)/obstack.h
1624218822SdimDEPOBJ_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1625218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1626130561Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1627218822Sdim  subsegs.h $(INCDIR)/obstack.h
1628218822SdimDEPOBJ_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1629218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1630218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
1631130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1632218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1633218822SdimDEPOBJ_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1634218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1635218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \
163689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1637218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/mep.h \
1638218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
1639218822SdimDEPOBJ_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1640218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
164189857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1642218822Sdim  subsegs.h $(INCDIR)/obstack.h
1643218822SdimDEPOBJ_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1644218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1645218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1646218822Sdim  $(BFDDIR)/libecoff.h
1647218822SdimDEPOBJ_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1648218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1649218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h $(INCDIR)/safe-ctype.h \
1650218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1651218822Sdim  dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1652218822Sdim  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
1653218822SdimDEPOBJ_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1654218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1655218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
165689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1657218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1658218822SdimDEPOBJ_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1659218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1660218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
166191041Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1662218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1663218822SdimDEPOBJ_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1664218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1665218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
166689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1667218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1668218822SdimDEPOBJ_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1669218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1670218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
167189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1672218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1673218822SdimDEPOBJ_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1674218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1675218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
167689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1677218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1678218822SdimDEPOBJ_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1679218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1680218822Sdim  $(INCDIR)/obstack.h
1681218822SdimDEPOBJ_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1682218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1683218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
1684218822Sdim  dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1685218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1686218822SdimDEPOBJ_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
1687218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
1688218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
1689218822SdimDEPOBJ_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1690218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1691218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \
169289857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1693218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1694218822SdimDEPOBJ_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
1695218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1696218822Sdim  $(INCDIR)/obstack.h
1697218822SdimDEPOBJ_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1698218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1699218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
170089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1701130561Sobrien  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1702218822SdimDEPOBJ_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1703218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1704218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
170589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1706218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1707218822SdimDEPOBJ_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1708218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1709218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
1710218822SdimDEPOBJ_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1711218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1712218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
171389857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1714218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h \
1715218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
1716218822SdimDEPOBJ_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1717218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1718218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
171989857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1720218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1721218822SdimDEPOBJ_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1722218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1723218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
1724130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1725218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1726218822SdimDEPOBJ_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1727218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1728218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1729218822Sdim  subsegs.h $(INCDIR)/obstack.h
1730218822SdimDEPOBJ_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1731218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1732218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h $(INCDIR)/safe-ctype.h \
1733218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1734218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1735218822SdimDEPOBJ_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1736218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1737218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
1738218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
173989857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1740218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1741218822SdimDEPOBJ_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1742218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1743218822Sdim  $(INCDIR)/obstack.h
1744218822SdimDEPOBJ_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1745218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
174677298Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1747218822Sdim  subsegs.h $(INCDIR)/obstack.h
1748218822SdimDEPOBJ_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1749218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1750218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
175189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1752218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1753218822SdimDEPOBJ_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1754218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1755218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \
1756218822Sdim  $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1757218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1758218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1759218822SdimDEPOBJ_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1760218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
176177298Sobrien  $(INCDIR)/obstack.h
1762218822SdimDEPOBJ_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1763218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
176489857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1765218822Sdim  subsegs.h $(INCDIR)/obstack.h
1766218822SdimDEPOBJ_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
1767218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1768218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1769218822Sdim  subsegs.h $(INCDIR)/obstack.h
1770218822SdimDEPOBJ_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
1771218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1772218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1773218822Sdim  subsegs.h $(INCDIR)/obstack.h
1774218822SdimDEPOBJ_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1775218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1776218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
1777218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1778218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1779218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1780218822SdimDEPOBJ_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1781218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1782218822Sdim  $(INCDIR)/obstack.h
1783218822SdimDEPOBJ_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1784218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1785218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
178689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1787130561Sobrien  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1788218822SdimDEPOBJ_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1789218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1790218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
179189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1792218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1793218822SdimDEPOBJ_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1794218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1795218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
1796218822Sdim  dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1797218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1798218822SdimDEPOBJ_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1799218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1800218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
1801218822Sdim  $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h subsegs.h \
1802218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1803218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1804218822SdimDEPOBJ_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
1805218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1806218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1807218822Sdim  subsegs.h $(INCDIR)/obstack.h
1808218822SdimDEPOBJ_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1809218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1810218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1811218822Sdim  subsegs.h $(INCDIR)/obstack.h
181260484SobrienDEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
181338889Sjdp  $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
181438889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
181560484SobrienDEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) \
181660484Sobrien  $(DEPOBJ_i386_elf)
181760484SobrienDEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) \
181860484Sobrien  $(DEPOBJ_mips_elf)
181977298SobrienDEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf)
182038889SjdpDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
182138889Sjdp  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1822218822SdimDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1823218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1824218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
182538889SjdpDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1826218822SdimDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1827218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1828218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
1829218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1830218822Sdim  $(BFDDIR)/libcoff.h
183138889SjdpDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
183238889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
183338889SjdpDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1834218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1835218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1836218822SdimDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1837218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1838218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
1839218822SdimDEP_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1840218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1841218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
1842218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1843218822Sdim  $(BFDDIR)/libcoff.h
1844218822SdimDEP_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1845218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1846218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
1847218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1848218822Sdim  $(BFDDIR)/libcoff.h
1849218822SdimDEP_cr16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1850218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1851218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h dwarf2dbg.h \
1852218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1853218822Sdim  $(BFDDIR)/libcoff.h
185477298SobrienDEP_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
185577298Sobrien  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1856218822SdimDEP_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1857218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1858218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
1859218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1860218822Sdim  $(BFDDIR)/libcoff.h
1861218822SdimDEP_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1862218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1863218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
1864218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1865218822Sdim  $(BFDDIR)/libcoff.h
1866218822SdimDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1867218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1868218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
1869218822SdimDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1870218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1871218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
1872218822SdimDEP_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1873218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1874218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \
1875218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1876218822Sdim  $(BFDDIR)/libcoff.h
1877218822SdimDEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1878218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1879218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
1880218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1881218822Sdim  $(BFDDIR)/libcoff.h
1882218822SdimDEP_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1883218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1884218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h
188538889SjdpDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1886218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1887218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1888218822SdimDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1889218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1890218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
1891218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1892218822Sdim  $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
1893218822SdimDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1894218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1895218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1896218822Sdim  $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
189789857Sobrien  $(INCDIR)/elf/reloc-macros.h
1898218822SdimDEP_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1899218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1900218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
1901218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1902218822Sdim  $(BFDDIR)/libcoff.h
190338889SjdpDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1904218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
190538889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
190638889SjdpDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1907218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1908218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1909218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1910218822SdimDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1911218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1912218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
1913218822Sdim  $(INCDIR)/opcode/i386.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
1914218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1915218822Sdim  $(BFDDIR)/libcoff.h
1916218822SdimDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1917218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1918218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
1919218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1920218822Sdim  $(BFDDIR)/libcoff.h
192138889SjdpDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1922218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1923130561Sobrien  $(INCDIR)/bfdlink.h
1924218822SdimDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1925218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1926218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
1927218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1928218822Sdim  $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h
1929218822SdimDEP_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1930218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1931218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
1932218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h
1933218822SdimDEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1934218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1935218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
1936218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1937218822Sdim  $(BFDDIR)/libcoff.h
1938218822SdimDEP_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1939218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1940218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
1941218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1942218822Sdim  $(BFDDIR)/libcoff.h
1943218822SdimDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1944218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1945218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
1946218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1947218822Sdim  $(BFDDIR)/libcoff.h
1948218822SdimDEP_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1949218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1950218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
1951218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1952218822Sdim  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
195338889SjdpDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
195438889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
195538889SjdpDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1956218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1957218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1958218822SdimDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1959218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1960218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
1961218822SdimDEP_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1962218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1963218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
196460484SobrienDEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1965218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1966218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1967218822SdimDEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1968218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1969218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
1970218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1971218822Sdim  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
1972218822SdimDEP_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1973218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1974218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \
1975218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1976218822Sdim  $(BFDDIR)/libcoff.h
197738889SjdpDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1978218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1979218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
198038889SjdpDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
198138889Sjdp  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1982218822SdimDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1983218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1984218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
1985218822SdimDEP_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1986218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1987218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
1988218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1989218822Sdim  $(BFDDIR)/libcoff.h
1990218822SdimDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1991218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1992218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
1993218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1994218822Sdim  $(BFDDIR)/libcoff.h
1995218822SdimDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1996218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1997218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
1998218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1999218822Sdim  $(BFDDIR)/libcoff.h
2000218822SdimDEP_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2001218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2002218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
2003218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2004218822Sdim  $(BFDDIR)/libcoff.h
2005218822SdimDEP_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2006218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2007218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
2008218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2009218822Sdim  $(BFDDIR)/libcoff.h
201038889SjdpDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
201138889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
2012218822SdimDEP_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2013218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2014218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
2015218822Sdim  dwarf2dbg.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2016218822Sdim  $(BFDDIR)/libcoff.h
2017218822SdimDEP_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
2018218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
201989857Sobrien  $(INCDIR)/bfdlink.h
2020218822SdimDEP_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2021218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2022218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \
2023218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2024218822Sdim  $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h
202589857SobrienDEP_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
202689857Sobrien  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
2027218822SdimDEP_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2028218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2029218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
2030218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2031218822Sdim  $(BFDDIR)/libcoff.h
2032218822SdimDEP_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2033218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2034218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
2035218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2036218822Sdim  $(BFDDIR)/libcoff.h
203738889SjdpDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
2038218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
203938889Sjdp  $(INCDIR)/bfdlink.h
2040218822SdimDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2041218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2042218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
2043218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2044218822Sdim  $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h
2045218822SdimDEP_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2046218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2047218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
2048218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2049218822Sdim  $(BFDDIR)/libcoff.h
2050218822SdimDEP_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2051218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2052218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
2053218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2054218822Sdim  $(BFDDIR)/libcoff.h
205538889SjdpDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
2056218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
2057218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
2058218822SdimDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2059218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2060218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
2061218822SdimDEP_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2062218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2063218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
2064218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
206538889SjdpDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
206638889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
206738889SjdpDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
2068218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
2069218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
2070218822SdimDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2071218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2072218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
2073218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2074218822Sdim  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
2075218822SdimDEP_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2076218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2077218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \
2078218822Sdim  $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
2079218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h
208038889SjdpDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
208138889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
208238889SjdpDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
2083218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
2084218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
2085130561SobrienDEP_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
2086218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
2087218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
208877298SobrienDEP_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
2089218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
2090218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
2091218822SdimDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2092218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2093218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
2094218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
2095218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h
209638889SjdpDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
209738889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
2098218822SdimDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2099218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2100218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
2101218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2102218822Sdim  $(BFDDIR)/libcoff.h
2103218822SdimDEP_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2104218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2105218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
2106218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2107218822Sdim  $(BFDDIR)/libcoff.h
2108218822SdimDEP_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2109218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2110218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
2111218822Sdim  dwarf2dbg.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2112218822Sdim  $(BFDDIR)/libcoff.h
2113218822SdimDEP_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2114218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2115218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
2116130561Sobrien  $(INCDIR)/xtensa-config.h
2117218822SdimDEP_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
2118218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
2119218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
212038889SjdpDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
2121218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
2122218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
212338889SjdpDEP_hppa_som = $(BFDDIR)/som.h
212460484SobrienDEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) \
212560484Sobrien  $(DEP_i386_elf)
212638889SjdpDEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
212738889Sjdp  $(DEP_mips_elf)
212877298SobrienDEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf)
212977298SobrienBMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
213077298Sobrien#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
2131218822Sdimapp.o: app.c
2132218822Sdimas.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2133218822Sdim  sb.h macro.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
2134218822Sdim  ../bfd/bfdver.h
2135218822Sdimatof-generic.o: atof-generic.c $(INCDIR)/safe-ctype.h
2136218822Sdimcond.o: cond.c sb.h macro.h $(INCDIR)/obstack.h
2137218822Sdimdepend.o: depend.c
2138218822Sdimdwarf2dbg.o: dwarf2dbg.c $(INCDIR)/safe-ctype.h dwarf2dbg.h \
2139130561Sobrien  $(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \
2140130561Sobrien  $(INCDIR)/elf/dwarf2.h
2141218822Sdimdw2gencfi.o: dw2gencfi.c dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
2142218822Sdim  subsegs.h $(INCDIR)/obstack.h
2143218822Sdimecoff.o: ecoff.c ecoff.h
2144218822Sdimehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
2145218822Sdimexpr.o: expr.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h
2146218822Sdimflonum-copy.o: flonum-copy.c
214777298Sobrienflonum-konst.o: flonum-konst.c
214877298Sobrienflonum-mult.o: flonum-mult.c
2149218822Sdimfrags.o: frags.c subsegs.h $(INCDIR)/obstack.h
2150218822Sdimhash.o: hash.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h
2151218822Sdiminput-file.o: input-file.c input-file.h $(INCDIR)/safe-ctype.h
2152218822Sdiminput-scrub.o: input-scrub.c input-file.h sb.h
2153218822Sdimlisting.o: listing.c $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
2154218822Sdim  input-file.h subsegs.h
2155218822Sdimliteral.o: literal.c subsegs.h $(INCDIR)/obstack.h
215689857Sobrienmacro.o: macro.c $(INCDIR)/safe-ctype.h sb.h macro.h
2157218822Sdimmessages.o: messages.c
2158218822Sdimoutput-file.o: output-file.c output-file.h
2159218822Sdimread.o: read.c $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
2160218822Sdim  sb.h macro.h ecoff.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
216177298Sobriensb.o: sb.c sb.h
2162218822Sdimstabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
2163218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2164218822Sdimsubsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
2165218822Sdimsymbols.o: symbols.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
2166218822Sdim  subsegs.h struc-symbol.h
2167218822Sdimwrite.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2168218822Sdim  dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
2169218822Sdimitbl-ops.o: itbl-ops.c itbl-ops.h
2170218822Sdime-crisaout.o: $(srcdir)/config/e-crisaout.c emul-target.h
2171218822Sdime-criself.o: $(srcdir)/config/e-criself.c emul-target.h
2172218822Sdime-i386aout.o: $(srcdir)/config/e-i386aout.c emul-target.h
2173218822Sdime-i386coff.o: $(srcdir)/config/e-i386coff.c emul-target.h
2174218822Sdime-i386elf.o: $(srcdir)/config/e-i386elf.c emul-target.h
2175218822Sdime-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul-target.h
2176218822Sdime-mipself.o: $(srcdir)/config/e-mipself.c emul-target.h
217738889Sjdp$(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
217860484Sobrien$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@)
217960484Sobrien$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@)
218077298Sobrien#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
2181