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