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