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