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