Initial revision
[binutils.git] / gas / Makefile.in
blob244fff2ef318e6d9b656fa4234a25382c6208074
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
67 AS = @AS@
68 BFDLIB = @BFDLIB@
69 CATALOGS = @CATALOGS@
70 CATOBJEXT = @CATOBJEXT@
71 CC = @CC@
72 DATADIRNAME = @DATADIRNAME@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 GMOFILES = @GMOFILES@
76 GMSGFMT = @GMSGFMT@
77 GT_NO = @GT_NO@
78 GT_YES = @GT_YES@
79 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
80 INSTOBJEXT = @INSTOBJEXT@
81 INTLDEPS = @INTLDEPS@
82 INTLOBJS = @INTLOBJS@
83 LD = @LD@
84 LIBTOOL = @LIBTOOL@
85 LN_S = @LN_S@
86 MAINT = @MAINT@
87 MAKEINFO = @MAKEINFO@
88 MKINSTALLDIRS = @MKINSTALLDIRS@
89 MSGFMT = @MSGFMT@
90 NM = @NM@
91 OPCODES_LIB = @OPCODES_LIB@
92 PACKAGE = @PACKAGE@
93 POFILES = @POFILES@
94 POSUB = @POSUB@
95 RANLIB = @RANLIB@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 USE_NLS = @USE_NLS@
98 VERSION = @VERSION@
99 atof = @atof@
100 cgen_cpu_prefix = @cgen_cpu_prefix@
101 extra_objects = @extra_objects@
102 install_tooldir = @install_tooldir@
103 l = @l@
104 obj_format = @obj_format@
105 target_cpu_type = @target_cpu_type@
106 te_file = @te_file@
108 INTLLIBS = @INTLLIBS@
110 AUTOMAKE_OPTIONS = cygnus dejagnu
112 SUBDIRS = doc po
114 tooldir = $(exec_prefix)/$(target_alias)
116 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
117 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
119 DEP = $(srcdir)/../mkdep
121 TARG_CPU = @target_cpu_type@
122 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
123 TARG_CPU_O = tc-@target_cpu_type@.o
124 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
125 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
126 OBJ_FORMAT_O = obj-@obj_format@.o
127 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
128 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
129 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
130 ATOF_TARG_O = atof-@atof@.o
132 # use @target_cpu_type@ for refering to configured target name
133 IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
134 IT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
135 IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
136 IT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o
138 # CPU types. This is only used for dependency information.
140 CPU_TYPES = \
141 a29k \
142 alpha \
143 arc \
144 arm \
145 d10v \
146 d30v \
147 fr30 \
148 h8300 \
149 h8500 \
150 hppa \
151 i386 \
152 i860 \
153 i960 \
154 m32r \
155 m68k \
156 m88k \
157 mcore \
158 mips \
159 mn10200 \
160 mn10300 \
161 ns32k \
162 ppc \
163 sh \
164 sparc \
165 tahoe \
166 tic30 \
167 tic80 \
168 vax \
169 w65 \
170 v850 \
174 # Object format types. This is only used for dependency information.
175 # We deliberately omit som, since it does not work as a cross assembler.
177 OBJ_FORMATS = \
178 aout \
179 bout \
180 coff \
181 ecoff \
182 elf \
183 evax \
184 hp300 \
185 ieee \
189 # This is an sh case which sets valid according to whether the CPU
190 # type in the shell variable c and the OS type in the shell variable o
191 # are supported. This helps cuts down on the amount of dependency
192 # information.
194 CPU_OBJ_VALID = \
195 valid= ; \
196 case $$o in \
197 aout) \
198 case $$c in \
199 a29k | arm | i386 | i860 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax) \
200 valid=yes ;; \
201 esac ;; \
202 bout) \
203 case $$c in \
204 i960) valid=yes ;; \
205 esac ;; \
206 coff) valid=yes ;; \
207 ecoff) \
208 case $$c in \
209 mips | alpha) valid=yes ;; \
210 esac ;; \
211 elf) valid=yes ;; \
212 evax) \
213 case $$c in \
214 alpha) valid=yes ;; \
215 esac ;; \
216 hp300) \
217 case $$c in \
218 m68k) valid=yes ;; \
219 esac ;; \
220 vms) \
221 case $$c in \
222 vax) valid=yes ;; \
223 esac ;; \
224 esac;
227 # This is like CPU_OBJ_VALID, for the obj=multi case.
229 CPU_MULTI_VALID = \
230 valid= ; \
231 case $$c in \
232 i386 | mips) valid=yes ;; \
233 esac;
236 # Regular source files.
238 GAS_CFILES = \
239 app.c \
240 as.c \
241 atof-generic.c \
242 bignum-copy.c \
243 cond.c \
244 depend.c \
245 ecoff.c \
246 ehopt.c \
247 expr.c \
248 flonum-copy.c \
249 flonum-konst.c \
250 flonum-mult.c \
251 frags.c \
252 hash.c \
253 input-file.c \
254 input-scrub.c \
255 listing.c \
256 literal.c \
257 macro.c \
258 messages.c \
259 output-file.c \
260 read.c \
261 sb.c \
262 stabs.c \
263 subsegs.c \
264 symbols.c \
265 write.c
268 CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
270 HFILES = \
271 as.h \
272 asintl.h \
273 bignum.h \
274 bit_fix.h \
275 cgen.h \
276 ecoff.h \
277 emul-target.h \
278 emul.h \
279 expr.h \
280 flonum.h \
281 frags.h \
282 hash.h \
283 input-file.h \
284 itbl-ops.h \
285 listing.h \
286 macro.h \
287 obj.h \
288 output-file.h \
289 read.h \
290 sb.h \
291 struc-symbol.h \
292 subsegs.h \
293 symbols.h \
294 tc.h \
295 write.h
298 # CPU files in config.
300 TARGET_CPU_CFILES = \
301 config/tc-a29k.c \
302 config/tc-alpha.c \
303 config/tc-arc.c \
304 config/tc-arm.c \
305 config/tc-d10v.c \
306 config/tc-d30v.c \
307 config/tc-h8300.c \
308 config/tc-h8500.c \
309 config/tc-hppa.c \
310 config/tc-i386.c \
311 config/tc-i860.c \
312 config/tc-i960.c \
313 config/tc-m32r.c \
314 config/tc-m68k.c \
315 config/tc-m88k.c \
316 config/tc-mcore.c \
317 config/tc-mips.c \
318 config/tc-mn10200.c \
319 config/tc-mn10300.c \
320 config/tc-ns32k.c \
321 config/tc-ppc.c \
322 config/tc-sh.c \
323 config/tc-sparc.c \
324 config/tc-tahoe.c \
325 config/tc-tic30.c \
326 config/tc-tic80.c \
327 config/tc-vax.c \
328 config/tc-w65.c \
329 config/tc-v850.c \
330 config/tc-z8k.c
333 TARGET_CPU_HFILES = \
334 config/tc-a29k.h \
335 config/tc-alpha.h \
336 config/tc-arc.h \
337 config/tc-arm.h \
338 config/tc-d10v.h \
339 config/tc-d30v.h \
340 config/tc-h8300.h \
341 config/tc-h8500.h \
342 config/tc-hppa.h \
343 config/tc-i386.h \
344 config/tc-i860.h \
345 config/tc-i960.h \
346 config/tc-m32r.h \
347 config/tc-m68k.h \
348 config/tc-m88k.h \
349 config/tc-mcore.h \
350 config/tc-mips.h \
351 config/tc-mn10200.h \
352 config/tc-mn10300.h \
353 config/tc-ns32k.h \
354 config/tc-ppc.h \
355 config/tc-sh.h \
356 config/tc-sparc.h \
357 config/tc-tahoe.h \
358 config/tc-tic30.h \
359 config/tc-tic80.h \
360 config/tc-vax.h \
361 config/tc-w65.h \
362 config/tc-v850.h \
363 config/tc-z8k.h
366 # OBJ files in config
368 OBJ_FORMAT_CFILES = \
369 config/obj-aout.c \
370 config/obj-bout.c \
371 config/obj-coff.c \
372 config/obj-ecoff.c \
373 config/obj-elf.c \
374 config/obj-evax.c \
375 config/obj-hp300.c \
376 config/obj-ieee.c \
377 config/obj-som.c \
378 config/obj-vms.c
381 OBJ_FORMAT_HFILES = \
382 config/obj-aout.h \
383 config/obj-bout.h \
384 config/obj-coff.h \
385 config/obj-ecoff.h \
386 config/obj-elf.h \
387 config/obj-evax.h \
388 config/obj-hp300.h \
389 config/obj-ieee.h \
390 config/obj-som.h \
391 config/obj-vms.h
394 # Emulation header files in config
396 TARG_ENV_HFILES = \
397 config/te-386bsd.h \
398 config/te-aux.h \
399 config/te-delta.h \
400 config/te-delt88.h \
401 config/te-dpx2.h \
402 config/te-dynix.h \
403 config/te-generic.h \
404 config/te-go32.h \
405 config/te-hp300.h \
406 config/te-hppa.h \
407 config/te-i386aix.h \
408 config/te-ic960.h \
409 config/te-linux.h \
410 config/te-lnews.h \
411 config/te-lynx.h \
412 config/te-mach.h \
413 config/te-macos.h \
414 config/te-multi.h \
415 config/te-nbsd.h \
416 config/te-nbsd532.h \
417 config/te-pc532mach.h \
418 config/te-pe.h \
419 config/te-ppcnw.h \
420 config/te-psos.h \
421 config/te-riscix.h \
422 config/te-sparcaout.h \
423 config/te-sun3.h \
424 config/te-svr4.h \
425 config/te-sysv32.h
428 # Multi files in config
430 MULTI_CFILES = \
431 config/e-i386coff.c \
432 config/e-i386elf.c \
433 config/e-mipsecoff.c \
434 config/e-mipself.c
437 CONFIG_OBJS = \
438 $(TARG_CPU_O) \
439 $(OBJ_FORMAT_O) \
440 $(ATOF_TARG_O) \
441 $(extra_objects)
444 GENERIC_OBJS = \
445 app.o \
446 as.o \
447 atof-generic.o \
448 bignum-copy.o \
449 cond.o \
450 depend.o \
451 ehopt.o \
452 expr.o \
453 flonum-konst.o \
454 flonum-copy.o \
455 flonum-mult.o \
456 frags.o \
457 hash.o \
458 input-file.o \
459 input-scrub.o \
460 literal.o \
461 messages.o \
462 output-file.o \
463 read.o \
464 subsegs.o \
465 symbols.o \
466 write.o \
467 listing.o \
468 ecoff.o \
469 stabs.o \
470 sb.o \
471 macro.o
474 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
476 POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
477 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
478 $(HFILES) $(CFILES) $(GAS_CFILES)
481 noinst_PROGRAMS = as-new gasp-new
482 noinst_SCRIPTS = .gdbinit
484 EXTRA_DIST = make-gas.com
486 DISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
488 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
490 # Now figure out from those variables how to compile and link.
492 BASEDIR = $(srcdir)/..
493 BFDDIR = $(BASEDIR)/bfd
494 INCDIR = $(BASEDIR)/include
496 # This is the variable actually used when we compile.
497 # Specify the directories to be searched for header files.
498 # Both . and srcdir are used, in that order,
499 # so that tm.h and config.h will be found in the compilation
500 # subdirectory rather than in the source directory.
501 INCLUDES = -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\""
503 # This should be parallel to INCLUDES, but should replace $(srcdir)
504 # with $${srcdir}, and should work in a subdirectory. This is used
505 # when building dependencies, because the dependency building is done
506 # in a subdirectory.
507 DEP_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\""
509 # How to link with both our special library facilities
510 # and the system's installed libraries.
512 GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
514 # Files to be copied away after each stage in building.
515 STAGESTUFF = *.o $(noinst_PROGRAMS)
517 as_new_SOURCES = $(GAS_CFILES)
518 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
519 $(extra_objects) $(GASLIBS) $(INTLLIBS)
521 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
522 $(extra_objects) $(GASLIBS) $(INTLDEPS)
525 gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
526 gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS)
527 gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS)
529 EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
530 echo $${rootme}/../expect/expect ; \
531 else echo expect ; fi`
534 RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
535 echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
538 RUNTESTFLAGS =
540 # The m68k operand parser.
542 EXTRA_as_new_SOURCES = config/m68k-parse.y
544 # stand-alone itbl assembler & disassembler
546 EXTRA_PROGRAMS = itbl-test
547 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
548 itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@
550 # CGEN interface.
552 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
554 # Remake the info files.
556 MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \
557 testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
558 testsuite/site.exp site.bak site.exp stage stage1 stage2
561 CLEANFILES = dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
563 against = stage2
565 # Automatic dependency computation. This is a real pain, because the
566 # dependencies change based on target_cpu_type and obj_format. We
567 # currently ignore any dependencies caused by emulation files.
569 DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
570 $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
573 TCDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
574 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
576 TCDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
577 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
578 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
580 TCDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
581 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
582 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h $(INCDIR)/opcode/a29k.h
584 TCDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
585 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
586 subsegs.h $(INCDIR)/obstack.h ecoff.h $(INCDIR)/opcode/alpha.h \
587 $(srcdir)/config/atof-vax.c
589 TCDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
590 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
591 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
592 $(srcdir)/config/atof-vax.c
594 TCDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
595 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
596 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
597 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
598 $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
599 $(srcdir)/config/atof-vax.c
601 TCDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
602 subsegs.h $(INCDIR)/obstack.h ecoff.h $(INCDIR)/opcode/alpha.h \
603 $(srcdir)/config/atof-vax.c
605 TCDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
606 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
607 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \
608 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h
610 TCDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
611 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
612 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
613 $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h $(INCDIR)/elf/arc.h \
614 $(INCDIR)/elf/reloc-macros.h
616 TCDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
617 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
619 TCDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
620 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
621 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
623 TCDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
624 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
625 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
626 $(INCDIR)/obstack.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
628 TCDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
629 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
630 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
631 $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
633 TCDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
634 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
635 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
636 $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h \
637 $(INCDIR)/elf/reloc-macros.h
639 TCDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
640 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
641 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
643 TCDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
644 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
645 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h subsegs.h \
646 $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
648 TCDEP_fr30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-fr30.h \
649 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
650 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/fr30-desc.h \
651 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/fr30-opc.h \
652 cgen.h
654 TCDEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
655 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
656 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h subsegs.h \
657 $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/fr30-desc.h \
658 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/fr30-opc.h \
659 cgen.h
661 TCDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
662 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
663 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
665 TCDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
666 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
667 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
668 $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
670 TCDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
671 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
672 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
674 TCDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
675 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
676 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
677 $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
679 TCDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
680 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
681 subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/libbfd.h \
682 $(INCDIR)/opcode/hppa.h
684 TCDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
685 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
686 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
687 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
688 subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libbfd.h $(INCDIR)/opcode/hppa.h
690 TCDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
691 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
692 $(INCDIR)/opcode/i386.h
694 TCDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
695 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
696 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
698 TCDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
699 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
700 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
701 $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
703 TCDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
704 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i860.h
706 TCDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
707 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
708 $(INCDIR)/opcode/i860.h
710 TCDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
711 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
712 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h $(INCDIR)/opcode/i860.h
714 TCDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
715 $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
717 TCDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
718 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
719 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
721 TCDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
722 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
723 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h \
724 $(INCDIR)/opcode/i960.h
726 TCDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
727 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
728 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/m32r-desc.h \
729 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32r-opc.h \
730 cgen.h
732 TCDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
733 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
734 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
735 $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/m32r-desc.h \
736 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32r-opc.h \
737 cgen.h
739 TCDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
740 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
741 subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
743 TCDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
744 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
745 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
746 $(srcdir)/config/m68k-parse.h
748 TCDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
749 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
750 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/obstack.h \
751 subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
753 TCDEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
754 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
755 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
756 $(srcdir)/config/m68k-parse.h
758 TCDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
759 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
760 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
762 TCDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
763 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
764 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
765 $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
767 TCDEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
768 $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(BFDDIR)/libcoff.h \
769 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h
771 TCDEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
772 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
773 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h subsegs.h \
774 $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
775 $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h
777 TCDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
778 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
779 $(INCDIR)/opcode/mips.h itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h \
780 $(INCDIR)/coff/ecoff.h
782 TCDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
783 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
784 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
785 itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
787 TCDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
788 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
789 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
790 itbl-ops.h
792 TCDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
793 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
794 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
795 $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h itbl-ops.h \
796 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h ecoff.h \
797 $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
799 TCDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
800 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
801 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
803 TCDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
804 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
805 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
806 $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
808 TCDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
809 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
810 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
812 TCDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
813 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
814 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
815 $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
817 TCDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
818 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
819 $(INCDIR)/obstack.h
821 TCDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
822 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
823 $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
825 TCDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
826 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
827 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h $(INCDIR)/opcode/ns32k.h \
828 $(INCDIR)/obstack.h
830 TCDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
831 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
832 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h
834 TCDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
835 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
836 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
837 $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h $(INCDIR)/elf/ppc.h \
838 $(INCDIR)/elf/reloc-macros.h
840 TCDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
841 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
842 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
844 TCDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
845 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
846 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
847 $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
849 TCDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
850 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
851 $(INCDIR)/opcode/sparc.h
853 TCDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
854 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
855 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h
857 TCDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
858 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
859 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
860 $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h $(INCDIR)/elf/sparc.h \
861 $(INCDIR)/elf/reloc-macros.h
863 TCDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
864 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
865 $(INCDIR)/opcode/tahoe.h
867 TCDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
868 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
869 $(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
871 TCDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
872 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
873 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h $(INCDIR)/obstack.h \
874 $(INCDIR)/opcode/tahoe.h
876 TCDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
877 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
879 TCDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
880 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
881 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
883 TCDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
884 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
885 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h $(INCDIR)/opcode/tic30.h
887 TCDEP_tic80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic80.h \
888 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic80.h $(BFDDIR)/libcoff.h \
889 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic80.h
891 TCDEP_tic80_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
892 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
893 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h $(INCDIR)/opcode/tic80.h
895 TCDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
896 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
897 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
899 TCDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
900 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
901 $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
903 TCDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
904 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
905 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h $(srcdir)/config/vax-inst.h \
906 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
908 TCDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
909 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(srcdir)/config/vax-inst.h \
910 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
912 TCDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
913 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
914 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
916 TCDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
917 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
918 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
919 $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
921 TCDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
922 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
923 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
925 TCDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
926 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
927 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
928 $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
930 TCDEP_z8k_coff = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-coff.h \
931 $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
932 $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
934 TCDEP_z8k_elf = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-elf.h \
935 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
936 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
938 TCDEP_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
939 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
940 $(BFDDIR)/som.h
942 TCDEP_i386_multi = $(TCDEP_i386_coff) $(TCDEP_i386_elf)
943 TCDEP_mips_multi = $(TCDEP_mips_coff) $(TCDEP_mips_ecoff) \
944 $(TCDEP_mips_elf)
946 OBJDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
947 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
948 $(INCDIR)/obstack.h
950 OBJDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
951 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
952 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
954 OBJDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
955 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
956 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h subsegs.h \
957 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
959 OBJDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
960 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
961 $(INCDIR)/obstack.h subsegs.h
963 OBJDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
964 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
965 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
966 $(BFDDIR)/libecoff.h
968 OBJDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
969 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
970 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
971 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
972 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
973 $(INCDIR)/aout/aout64.h
975 OBJDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
976 OBJDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
977 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
978 $(INCDIR)/obstack.h subsegs.h
980 OBJDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
981 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
982 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
983 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
985 OBJDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
986 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
987 $(INCDIR)/obstack.h
989 OBJDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
990 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
991 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
993 OBJDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
994 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
995 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
996 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
998 OBJDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
999 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1000 $(INCDIR)/obstack.h subsegs.h
1002 OBJDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1003 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1004 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
1005 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1007 OBJDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
1008 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1009 $(INCDIR)/obstack.h subsegs.h
1011 OBJDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1012 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1013 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h subsegs.h \
1014 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1016 OBJDEP_fr30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-fr30.h \
1017 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1018 $(INCDIR)/obstack.h subsegs.h
1020 OBJDEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1021 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1022 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h subsegs.h \
1023 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1025 OBJDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1026 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
1027 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1029 OBJDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1030 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1031 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
1032 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1034 OBJDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
1035 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
1036 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1038 OBJDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1039 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1040 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
1041 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1043 OBJDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
1044 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1045 $(INCDIR)/obstack.h subsegs.h
1047 OBJDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1048 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1049 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1050 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1051 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1053 OBJDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1054 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1055 $(INCDIR)/obstack.h
1057 OBJDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1058 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
1059 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1061 OBJDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1062 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1063 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
1064 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1066 OBJDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
1067 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1068 $(INCDIR)/obstack.h
1070 OBJDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
1071 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1072 $(INCDIR)/obstack.h subsegs.h
1074 OBJDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1075 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1076 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h subsegs.h \
1077 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1079 OBJDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
1080 $(INCDIR)/obstack.h
1082 OBJDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1083 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1084 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1086 OBJDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1087 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1088 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h subsegs.h \
1089 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1091 OBJDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
1092 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1093 $(INCDIR)/obstack.h subsegs.h
1095 OBJDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1096 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1097 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
1098 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1100 OBJDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1101 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1102 $(INCDIR)/obstack.h
1104 OBJDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1105 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
1106 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1108 OBJDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1109 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1110 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h subsegs.h \
1111 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1113 OBJDEP_m68k_hp300 = $(srcdir)/config/obj-aout.c $(srcdir)/config/obj-hp300.h \
1114 $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1115 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1116 $(INCDIR)/obstack.h
1118 OBJDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
1119 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
1120 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1122 OBJDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1123 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1124 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
1125 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1127 OBJDEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1128 $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(BFDDIR)/libcoff.h \
1129 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1131 OBJDEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1132 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1133 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h subsegs.h \
1134 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1136 OBJDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
1137 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1138 $(INCDIR)/obstack.h
1140 OBJDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1141 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1142 $(INCDIR)/obstack.h subsegs.h
1144 OBJDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1145 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1146 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1147 $(BFDDIR)/libecoff.h
1149 OBJDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1150 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1151 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
1152 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1153 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
1155 OBJDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
1156 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1157 $(INCDIR)/obstack.h subsegs.h
1159 OBJDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1160 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1161 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
1162 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1164 OBJDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
1165 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1166 $(INCDIR)/obstack.h subsegs.h
1168 OBJDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1169 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1170 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
1171 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1173 OBJDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1174 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1175 $(INCDIR)/obstack.h
1177 OBJDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
1178 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1179 $(INCDIR)/obstack.h subsegs.h
1181 OBJDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1182 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1183 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h subsegs.h \
1184 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1186 OBJDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1187 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1188 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1190 OBJDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1191 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1192 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
1193 $(INCDIR)/obstack.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1194 $(INCDIR)/aout/aout64.h
1196 OBJDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1197 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
1198 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1200 OBJDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1201 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1202 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
1203 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1205 OBJDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1206 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1207 $(INCDIR)/obstack.h
1209 OBJDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1210 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1211 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1213 OBJDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1214 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1215 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
1216 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1218 OBJDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1219 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1220 $(INCDIR)/obstack.h
1222 OBJDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1223 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1224 $(INCDIR)/obstack.h subsegs.h
1226 OBJDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1227 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1228 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h subsegs.h \
1229 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1231 OBJDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1232 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1233 $(INCDIR)/obstack.h
1235 OBJDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1236 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1237 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1239 OBJDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1240 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1241 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h subsegs.h \
1242 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1244 OBJDEP_tic80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic80.h \
1245 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic80.h $(BFDDIR)/libcoff.h \
1246 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1248 OBJDEP_tic80_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1249 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1250 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h subsegs.h \
1251 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1253 OBJDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1254 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1255 $(INCDIR)/obstack.h
1257 OBJDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1258 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1259 $(INCDIR)/obstack.h subsegs.h
1261 OBJDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1262 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1263 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h subsegs.h \
1264 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1266 OBJDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1267 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.h \
1268 $(INCDIR)/obstack.h
1270 OBJDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1271 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1272 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1274 OBJDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1275 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1276 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
1277 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1279 OBJDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1280 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1281 $(INCDIR)/obstack.h subsegs.h
1283 OBJDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1284 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1285 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
1286 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1288 OBJDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1289 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1290 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1292 OBJDEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1293 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1294 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h subsegs.h \
1295 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1297 OBJDEP_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
1298 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
1299 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1301 OBJDEP_i386_multi = $(OBJDEP_i386_coff) $(OBJDEP_i386_elf)
1302 OBJDEP_mips_multi = $(OBJDEP_mips_coff) $(OBJDEP_mips_ecoff) \
1303 $(OBJDEP_mips_elf)
1305 DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
1306 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1308 DEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
1309 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
1310 $(INCDIR)/bfdlink.h
1312 DEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1313 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1314 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h
1316 DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
1317 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1319 DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1320 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1322 DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1323 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1324 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
1326 DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1327 DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
1328 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1330 DEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1331 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1332 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h
1334 DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1335 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1337 DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1338 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
1339 $(INCDIR)/bfdlink.h
1341 DEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1342 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1343 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
1345 DEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
1346 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1348 DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1349 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1350 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
1352 DEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
1353 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1355 DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1356 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1357 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
1359 DEP_fr30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-fr30.h \
1360 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1362 DEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1363 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1364 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h
1366 DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1367 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
1368 $(INCDIR)/bfdlink.h
1370 DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1371 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1372 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h
1374 DEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
1375 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
1376 $(INCDIR)/bfdlink.h
1378 DEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1379 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1380 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h
1382 DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
1383 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1385 DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1386 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1387 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1388 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h
1390 DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1391 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1393 DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1394 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
1395 $(INCDIR)/bfdlink.h
1397 DEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1398 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1399 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h
1401 DEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
1402 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1404 DEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
1405 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1407 DEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1408 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1409 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h
1411 DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h
1412 DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1413 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1414 $(INCDIR)/bfdlink.h
1416 DEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1417 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1418 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h
1420 DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
1421 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1423 DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1424 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1425 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h
1427 DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1428 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1430 DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1431 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
1432 $(INCDIR)/bfdlink.h
1434 DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1435 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1436 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
1438 DEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
1439 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1441 DEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
1442 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
1443 $(INCDIR)/bfdlink.h
1445 DEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1446 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1447 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h
1449 DEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1450 $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(BFDDIR)/libcoff.h \
1451 $(INCDIR)/bfdlink.h
1453 DEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1454 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1455 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h
1457 DEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
1458 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1460 DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1461 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1463 DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1464 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1466 DEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1467 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1468 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
1470 DEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
1471 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1473 DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1474 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1475 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h
1477 DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
1478 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1480 DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1481 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1482 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h
1484 DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1485 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1487 DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
1488 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1490 DEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1491 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1492 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h
1494 DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1495 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1496 $(INCDIR)/bfdlink.h
1498 DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1499 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1500 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h
1502 DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1503 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
1504 $(INCDIR)/bfdlink.h
1506 DEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1507 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1508 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
1510 DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1511 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1513 DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1514 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1515 $(INCDIR)/bfdlink.h
1517 DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1518 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1519 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h
1521 DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1522 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1524 DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1525 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1527 DEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1528 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1529 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h
1531 DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1532 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1534 DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1535 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1536 $(INCDIR)/bfdlink.h
1538 DEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1539 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1540 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h
1542 DEP_tic80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic80.h \
1543 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic80.h $(BFDDIR)/libcoff.h \
1544 $(INCDIR)/bfdlink.h
1546 DEP_tic80_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1547 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1548 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h
1550 DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1551 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1553 DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1554 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1556 DEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1557 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1558 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h
1560 DEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1561 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1563 DEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1564 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1565 $(INCDIR)/bfdlink.h
1567 DEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1568 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1569 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h
1571 DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1572 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1574 DEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1575 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1576 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h
1578 DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1579 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1580 $(INCDIR)/bfdlink.h
1582 DEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1583 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1584 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
1586 DEP_hppa_som = $(BFDDIR)/som.h
1587 DEP_i386_multi = $(DEP_i386_coff) $(DEP_i386_elf)
1588 DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
1589 $(DEP_mips_elf)
1591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1592 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
1593 CONFIG_HEADER = config.h
1594 CONFIG_CLEAN_FILES = .gdbinit
1595 noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT)
1596 PROGRAMS = $(noinst_PROGRAMS)
1599 DEFS = @DEFS@ -I. -I$(srcdir) -I.
1600 CPPFLAGS = @CPPFLAGS@
1601 LDFLAGS = @LDFLAGS@
1602 LIBS = @LIBS@
1603 itbl_test_OBJECTS = itbl-parse.o itbl-lex.o
1604 itbl_test_DEPENDENCIES = itbl-test-ops.o itbl-test.o \
1605 ../libiberty/libiberty.a
1606 itbl_test_LDFLAGS =
1607 as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \
1608 depend.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o \
1609 flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o \
1610 literal.o macro.o messages.o output-file.o read.o sb.o stabs.o \
1611 subsegs.o symbols.o write.o
1612 as_new_LDFLAGS =
1613 gasp_new_OBJECTS = gasp.o macro.o sb.o hash.o
1614 gasp_new_LDFLAGS =
1615 SCRIPTS = $(noinst_SCRIPTS)
1617 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
1618 LEXLIB = @LEXLIB@
1619 YLWRAP = $(top_srcdir)/../ylwrap
1620 CFLAGS = @CFLAGS@
1621 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1622 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1623 CCLD = $(CC)
1624 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1625 DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
1626 Makefile.in NEWS acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \
1627 configure configure.in gdbinit.in itbl-lex.c itbl-parse.c
1630 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1632 TAR = tar
1633 GZIP_ENV = --best
1634 SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
1635 OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
1637 all: all-redirect
1638 .SUFFIXES:
1639 .SUFFIXES: .S .c .l .lo .o .s .y
1640 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1641 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
1643 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1644 cd $(top_builddir) \
1645 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1647 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
1648 cd $(srcdir) && $(ACLOCAL)
1650 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1651 $(SHELL) ./config.status --recheck
1652 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1653 cd $(srcdir) && $(AUTOCONF)
1655 config.h: stamp-h
1656 @if test ! -f $@; then \
1657 rm -f stamp-h; \
1658 $(MAKE) stamp-h; \
1659 else :; fi
1660 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
1661 cd $(top_builddir) \
1662 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
1663 $(SHELL) ./config.status
1664 @echo timestamp > stamp-h 2> /dev/null
1665 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
1666 @if test ! -f $@; then \
1667 rm -f $(srcdir)/stamp-h.in; \
1668 $(MAKE) $(srcdir)/stamp-h.in; \
1669 else :; fi
1670 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
1671 cd $(top_srcdir) && $(AUTOHEADER)
1672 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
1674 mostlyclean-hdr:
1676 clean-hdr:
1678 distclean-hdr:
1679 -rm -f config.h
1681 maintainer-clean-hdr:
1682 .gdbinit: $(top_builddir)/config.status gdbinit.in
1683 cd $(top_builddir) && CONFIG_FILES=$@:gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
1685 mostlyclean-noinstPROGRAMS:
1687 clean-noinstPROGRAMS:
1688 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1690 distclean-noinstPROGRAMS:
1692 maintainer-clean-noinstPROGRAMS:
1694 .c.o:
1695 $(COMPILE) -c $<
1697 .s.o:
1698 $(COMPILE) -c $<
1700 .S.o:
1701 $(COMPILE) -c $<
1703 mostlyclean-compile:
1704 -rm -f *.o core *.core
1706 clean-compile:
1708 distclean-compile:
1709 -rm -f *.tab.c
1711 maintainer-clean-compile:
1713 .c.lo:
1714 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1716 .s.lo:
1717 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1719 .S.lo:
1720 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1722 mostlyclean-libtool:
1723 -rm -f *.lo
1725 clean-libtool:
1726 -rm -rf .libs _libs
1728 distclean-libtool:
1730 maintainer-clean-libtool:
1732 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
1733 @rm -f itbl-test$(EXEEXT)
1734 $(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
1736 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
1737 @rm -f as-new$(EXEEXT)
1738 $(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1740 gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES)
1741 @rm -f gasp-new$(EXEEXT)
1742 $(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS)
1743 .l.c:
1744 $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
1745 .y.c:
1746 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS)
1747 config/m68k-parse.h: config/m68k-parse.c
1748 itbl-parse.h: itbl-parse.c
1751 # This directory's subdirectories are mostly independent; you can cd
1752 # into them and run `make' without going through this Makefile.
1753 # To change the values of `make' variables: instead of editing Makefiles,
1754 # (1) if the variable is set in `config.status', edit `config.status'
1755 # (which will cause the Makefiles to be regenerated when you run `make');
1756 # (2) otherwise, pass the desired values on the `make' command line.
1758 @SET_MAKE@
1760 all-recursive install-data-recursive install-exec-recursive \
1761 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
1762 check-recursive installcheck-recursive info-recursive dvi-recursive:
1763 @set fnord $(MAKEFLAGS); amf=$$2; \
1764 dot_seen=no; \
1765 target=`echo $@ | sed s/-recursive//`; \
1766 list='$(SUBDIRS)'; for subdir in $$list; do \
1767 echo "Making $$target in $$subdir"; \
1768 if test "$$subdir" = "."; then \
1769 dot_seen=yes; \
1770 local_target="$$target-am"; \
1771 else \
1772 local_target="$$target"; \
1773 fi; \
1774 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1775 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1776 done; \
1777 if test "$$dot_seen" = "no"; then \
1778 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1779 fi; test -z "$$fail"
1781 mostlyclean-recursive clean-recursive distclean-recursive \
1782 maintainer-clean-recursive:
1783 @set fnord $(MAKEFLAGS); amf=$$2; \
1784 dot_seen=no; \
1785 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
1786 rev="$$subdir $$rev"; \
1787 test "$$subdir" = "." && dot_seen=yes; \
1788 done; \
1789 test "$$dot_seen" = "no" && rev=". $$rev"; \
1790 target=`echo $@ | sed s/-recursive//`; \
1791 for subdir in $$rev; do \
1792 echo "Making $$target in $$subdir"; \
1793 if test "$$subdir" = "."; then \
1794 local_target="$$target-am"; \
1795 else \
1796 local_target="$$target"; \
1797 fi; \
1798 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1799 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1800 done && test -z "$$fail"
1801 tags-recursive:
1802 list='$(SUBDIRS)'; for subdir in $$list; do \
1803 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1804 done
1806 tags: TAGS
1808 ID: $(HEADERS) $(SOURCES) $(LISP)
1809 list='$(SOURCES) $(HEADERS)'; \
1810 unique=`for i in $$list; do echo $$i; done | \
1811 awk ' { files[$$0] = 1; } \
1812 END { for (i in files) print i; }'`; \
1813 here=`pwd` && cd $(srcdir) \
1814 && mkid -f$$here/ID $$unique $(LISP)
1816 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
1817 tags=; \
1818 here=`pwd`; \
1819 list='$(SUBDIRS)'; for subdir in $$list; do \
1820 if test "$$subdir" = .; then :; else \
1821 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1822 fi; \
1823 done; \
1824 list='$(SOURCES) $(HEADERS)'; \
1825 unique=`for i in $$list; do echo $$i; done | \
1826 awk ' { files[$$0] = 1; } \
1827 END { for (i in files) print i; }'`; \
1828 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
1829 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
1831 mostlyclean-tags:
1833 clean-tags:
1835 distclean-tags:
1836 -rm -f TAGS ID
1838 maintainer-clean-tags:
1840 distdir = $(PACKAGE)-$(VERSION)
1841 top_distdir = $(distdir)
1843 # This target untars the dist file and tries a VPATH configuration. Then
1844 # it guarantees that the distribution is self-contained by making another
1845 # tarfile.
1846 distcheck: dist
1847 -rm -rf $(distdir)
1848 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
1849 mkdir $(distdir)/=build
1850 mkdir $(distdir)/=inst
1851 dc_install_base=`cd $(distdir)/=inst && pwd`; \
1852 cd $(distdir)/=build \
1853 && ../configure --srcdir=.. --prefix=$$dc_install_base \
1854 && $(MAKE) $(AM_MAKEFLAGS) \
1855 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1856 && $(MAKE) $(AM_MAKEFLAGS) check \
1857 && $(MAKE) $(AM_MAKEFLAGS) install \
1858 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1859 && $(MAKE) $(AM_MAKEFLAGS) dist
1860 -rm -rf $(distdir)
1861 @banner="$(distdir).tar.gz is ready for distribution"; \
1862 dashes=`echo "$$banner" | sed s/./=/g`; \
1863 echo "$$dashes"; \
1864 echo "$$banner"; \
1865 echo "$$dashes"
1866 dist: distdir
1867 -chmod -R a+r $(distdir)
1868 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1869 -rm -rf $(distdir)
1870 dist-all: distdir
1871 -chmod -R a+r $(distdir)
1872 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1873 -rm -rf $(distdir)
1874 distdir: $(DISTFILES)
1875 -rm -rf $(distdir)
1876 mkdir $(distdir)
1877 -chmod 777 $(distdir)
1878 @for file in $(DISTFILES); do \
1879 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1880 if test -d $$d/$$file; then \
1881 cp -pr $$/$$file $(distdir)/$$file; \
1882 else \
1883 test -f $(distdir)/$$file \
1884 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1885 || cp -p $$d/$$file $(distdir)/$$file || :; \
1886 fi; \
1887 done
1888 for subdir in $(SUBDIRS); do \
1889 if test "$$subdir" = .; then :; else \
1890 test -d $(distdir)/$$subdir \
1891 || mkdir $(distdir)/$$subdir \
1892 || exit 1; \
1893 chmod 777 $(distdir)/$$subdir; \
1894 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1895 || exit 1; \
1896 fi; \
1897 done
1899 DEJATOOL = $(PACKAGE)
1901 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
1902 site.exp: Makefile
1903 @echo 'Making a new site.exp file...'
1904 @test ! -f site.bak || rm -f site.bak
1905 @echo '## these variables are automatically generated by make ##' > $@-t
1906 @echo '# Do not edit here. If you wish to override these values' >> $@-t
1907 @echo '# edit the last section' >> $@-t
1908 @echo 'set tool $(DEJATOOL)' >> $@-t
1909 @echo 'set srcdir $(srcdir)' >> $@-t
1910 @echo 'set objdir' `pwd` >> $@-t
1911 @echo 'set host_alias $(host_alias)' >> $@-t
1912 @echo 'set host_triplet $(host_triplet)' >> $@-t
1913 @echo 'set target_alias $(target_alias)' >> $@-t
1914 @echo 'set target_triplet $(target_triplet)' >> $@-t
1915 @echo 'set build_alias $(build_alias)' >> $@-t
1916 @echo 'set build_triplet $(build_triplet)' >> $@-t
1917 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
1918 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
1919 @test ! -f site.exp || mv site.exp site.bak
1920 @mv $@-t site.exp
1921 info-am:
1922 info: info-recursive
1923 dvi-am:
1924 dvi: dvi-recursive
1925 check-am:
1926 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1927 check: check-recursive
1928 installcheck-am:
1929 installcheck: installcheck-recursive
1930 install-info-am:
1931 install-info: install-info-recursive
1932 all-recursive-am: config.h
1933 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1935 install-exec-am: install-exec-local
1936 install-exec: install-exec-recursive
1938 install-data-am:
1939 install-data: install-data-recursive
1941 install-am: all-am
1942 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1943 install: install-recursive
1944 uninstall-am:
1945 uninstall: uninstall-recursive
1946 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
1947 all-redirect: all-recursive-am
1948 install-strip:
1949 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1950 installdirs: installdirs-recursive
1951 installdirs-am:
1954 mostlyclean-generic:
1955 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1957 clean-generic:
1958 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1960 distclean-generic:
1961 -rm -f Makefile $(CONFIG_CLEAN_FILES)
1962 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
1963 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1965 maintainer-clean-generic:
1966 -test -z "itbl-lexlconfig/m68k-parsehconfig/m68k-parsecitbl-parsehitbl-parsec" || rm -f itbl-lexl config/m68k-parseh config/m68k-parsec itbl-parseh itbl-parsec
1967 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
1968 mostlyclean-compile mostlyclean-libtool \
1969 mostlyclean-tags mostlyclean-generic
1971 mostlyclean: mostlyclean-recursive
1973 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
1974 clean-tags clean-generic mostlyclean-am
1976 clean: clean-recursive
1978 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
1979 distclean-libtool distclean-tags distclean-generic \
1980 clean-am
1981 -rm -f libtool
1983 distclean: distclean-recursive
1984 -rm -f config.status
1986 maintainer-clean-am: maintainer-clean-hdr \
1987 maintainer-clean-noinstPROGRAMS \
1988 maintainer-clean-compile maintainer-clean-libtool \
1989 maintainer-clean-tags maintainer-clean-generic \
1990 distclean-am
1991 @echo "This command is intended for maintainers to use;"
1992 @echo "it deletes files that may require special tools to rebuild."
1994 maintainer-clean: maintainer-clean-recursive
1995 -rm -f config.status
1997 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1998 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1999 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
2000 mostlyclean-compile distclean-compile clean-compile \
2001 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
2002 clean-libtool maintainer-clean-libtool install-data-recursive \
2003 uninstall-data-recursive install-exec-recursive \
2004 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
2005 all-recursive check-recursive installcheck-recursive info-recursive \
2006 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
2007 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
2008 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
2009 info-am info dvi-am dvi check check-am installcheck-am installcheck \
2010 install-info-am install-info all-recursive-am install-exec-local \
2011 install-exec-am install-exec install-data-am install-data install-am \
2012 install uninstall-am uninstall all-redirect all-am all installdirs-am \
2013 installdirs mostlyclean-generic distclean-generic clean-generic \
2014 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
2016 po/POTFILES.in: @MAINT@ Makefile
2017 for file in $(POTFILES); do echo $$file; done | sort > tmp \
2018 && mv tmp $(srcdir)/po/POTFILES.in
2020 $(srcdir)/make-gas.com: stamp-mk.com
2021 stamp-mk.com: vmsconf.sh Makefile
2022 sh $(srcdir)/vmsconf.sh $(GENERIC_OBJS) > new-make.com
2023 $(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
2024 touch stamp-mk.com
2025 diststuff: $(DISTSTUFF) info
2027 $(OBJS): @ALL_OBJ_DEPS@
2029 # Stuff that every object file depends upon. If anything is removed
2030 # from this list, remove it from dep-in.sed as well.
2031 $(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
2032 expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \
2033 obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h
2035 check-DEJAGNU: site.exp
2036 if [ -d testsuite ]; then \
2037 true; \
2038 else \
2039 mkdir testsuite; \
2041 rm -f testsuite/site.exp
2042 cp site.exp testsuite/site.exp
2043 rootme=`pwd`; export rootme; \
2044 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
2045 EXPECT=${EXPECT} ; export EXPECT ; \
2046 if [ -f $(top_builddir)/../expect/expect ]; then \
2047 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
2048 export TCL_LIBRARY; \
2049 fi; \
2050 runtest=$(RUNTEST); \
2051 cd testsuite; \
2052 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
2053 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
2054 $(RUNTESTFLAGS); \
2055 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
2058 # The implicit .c.o rule doesn't work for these, perhaps because of
2059 # the variables, or perhaps because the sources are not on vpath.
2060 $(TARG_CPU_O): $(TARG_CPU_C) $(TARG_CPU_DEP_@target_cpu_type@)
2061 $(COMPILE) -c $(TARG_CPU_C)
2062 $(ATOF_TARG_O): $(ATOF_TARG_C)
2063 $(COMPILE) -c $(ATOF_TARG_C)
2065 # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
2066 # so the automatic dependency stuff doesn't work.
2067 ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
2068 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
2069 $(INCDIR)/aout/stab_gnu.h
2071 # We need all these explicit rules for the multi stuff. Because of
2072 # these rules, we don't need one for OBJ_FORMAT_O.
2074 obj-aout.o : $(srcdir)/config/obj-aout.c
2075 $(COMPILE) -c $(srcdir)/config/obj-aout.c
2076 obj-bout.o : $(srcdir)/config/obj-bout.c
2077 $(COMPILE) -c $(srcdir)/config/obj-bout.c
2078 obj-coff.o: $(srcdir)/config/obj-coff.c
2079 $(COMPILE) -c $(srcdir)/config/obj-coff.c
2080 obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
2081 $(COMPILE) -c $(srcdir)/config/obj-ecoff.c
2082 obj-elf.o : $(srcdir)/config/obj-elf.c
2083 $(COMPILE) -c $(srcdir)/config/obj-elf.c
2084 obj-evax.o : $(srcdir)/config/obj-evax.c
2085 $(COMPILE) -c $(srcdir)/config/obj-evax.c
2086 obj-hp300.o : $(srcdir)/config/obj-hp300.c
2087 $(COMPILE) -c $(srcdir)/config/obj-hp300.c
2088 obj-ieee.o : $(srcdir)/config/obj-ieee.c
2089 $(COMPILE) -c $(srcdir)/config/obj-ieee.c
2090 obj-multi.o : $(srcdir)/config/obj-multi.c
2091 $(COMPILE) -c $(srcdir)/config/obj-multi.c
2092 obj-som.o : $(srcdir)/config/obj-som.c
2093 $(COMPILE) -c $(srcdir)/config/obj-som.c
2094 obj-vms.o : $(srcdir)/config/obj-vms.c
2095 $(COMPILE) -c $(srcdir)/config/obj-vms.c
2097 e-mipself.o : $(srcdir)/config/e-mipself.c
2098 $(COMPILE) -c $(srcdir)/config/e-mipself.c
2099 e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
2100 $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
2101 e-i386coff.o: $(srcdir)/config/e-i386coff.c
2102 $(COMPILE) -c $(srcdir)/config/e-i386coff.c
2103 e-i386elf.o: $(srcdir)/config/e-i386elf.c
2104 $(COMPILE) -c $(srcdir)/config/e-i386elf.c
2106 # If m68k-parse.y is in a different directory, then ylwrap will use an
2107 # absolute path when it invokes yacc, which will cause yacc to put the
2108 # absolute path into the generated file. That's a pain when it comes
2109 # to generating snapshots, because it introduces spurious diffs.
2110 # Since when we make the snapshots $(srcdir) = ".", we check for that
2111 # case and handle it differently. This means that anybody who
2112 # configures with $(srcdir) = "." will have to set their path in the
2113 # debugger if they want to debug m68k-parse.y. This is bad, but on
2114 # the other hand it's good that people who use the prebuilt
2115 # m68k-parse.c don't get a spurious absolute path.
2116 m68k-parse.c: $(srcdir)/config/m68k-parse.y
2117 f=$(srcdir)/config/m68k-parse.y; \
2118 if [ $$f = "./config/m68k-parse.y" ]; then \
2119 ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \
2120 ln config/m68k-parse.y . > /dev/null 2>/dev/null || \
2121 cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
2122 f=m68k-parse.y; \
2123 else true; fi; \
2124 $(SHELL) $(YLWRAP) "$(YACC)" $$f y.tab.c m68k-parse.c --; \
2125 if [ $$f = "m68k-parse.y" ]; then \
2126 rm -f m68k-parse.y; \
2127 else true; fi
2128 m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
2130 # Don't let the .y.h rule clobber m68k-parse.h.
2131 m68k-parse.h: ; @true
2132 $(srcdir)/config/m68k-parse.h: ; @true
2134 # The instruction table specification lexical analyzer and parser.
2136 itbl-lex.c: $(srcdir)/itbl-lex.l
2137 itbl-lex.o: itbl-lex.c itbl-parse.h
2139 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h
2141 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
2143 itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
2144 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
2146 itbl-test-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
2147 $(COMPILE) -o itbl-test-ops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
2149 itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
2150 $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
2152 cgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \
2153 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
2154 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
2155 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
2157 .PHONY: install-exec-local install-data-local
2158 .PHONY: install-exec-bindir install-exec-tooldir
2160 install-exec-local: install-exec-bindir @install_tooldir@
2162 install-exec-bindir: $(noinst_PROGRAMS)
2163 $(mkinstalldirs) $(bindir)
2164 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2165 if test -f $$p; then \
2166 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
2167 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
2168 else :; fi; \
2169 done
2171 install-exec-tooldir: $(noinst_PROGRAMS)
2172 $(mkinstalldirs) $(tooldir)/bin
2173 n=`echo as | sed '$(transform)'`; \
2174 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
2175 rm -f $(tooldir)/bin/as$(EXEEXT); \
2176 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
2177 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(tooldir)/bin/as$(EXEEXT); \
2178 else \
2179 true ; \
2182 # These exist for maintenance purposes.
2184 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2186 bootstrap: as-new
2187 $(MAKE) stage1
2188 rm -f stage && ln -s stage1 stage
2189 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2190 $(MAKE) stage2
2191 rm -f stage && ln -s stage2 stage
2192 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2193 $(MAKE) comparison against=stage2
2195 bootstrap2:
2196 rm -f stage && ln -s stage1 stage
2197 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2198 $(MAKE) stage2
2199 rm -f stage && ln -s stage2 stage
2200 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2201 $(MAKE) comparison against=stage2
2203 bootstrap3:
2204 rm -f stage && ln -s stage2 stage
2205 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2206 $(MAKE) comparison against=stage2
2208 # Copy the object files from a particular stage into a subdirectory.
2209 stage1:
2210 -mkdir stage1
2211 -mv $(STAGESTUFF) stage1
2212 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
2214 stage2:
2215 -mkdir stage2
2216 -mv $(STAGESTUFF) stage2
2217 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
2219 stage3:
2220 -mkdir stage3
2221 -mv $(STAGESTUFF) stage3
2222 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
2224 # This rule is derived from corresponding code in the Makefile.in for gcc.
2225 # The "tail +16c" is to bypass headers which may include timestamps or
2226 # temporary assembly file names.
2227 comparison:
2228 x=0 ; \
2229 for file in *.o ; do \
2230 tail +16c ./$$file > tmp-foo1; \
2231 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
2232 if cmp tmp-foo1 tmp-foo2 ; then \
2233 true ; \
2234 else \
2235 echo $$file differs ; \
2236 x=1 ; \
2237 fi ; \
2238 else true; fi ; \
2239 done ; \
2240 exit $$x
2241 -rm -f tmp-foo*
2243 .PHONY: de-stage1 de-stage2 de-stage3
2245 de-stage1:
2246 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
2247 - rmdir stage1
2249 de-stage2:
2250 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
2251 - rmdir stage2
2253 de-stage3:
2254 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
2255 - rmdir stage3
2257 .dep: dep.sed $(DEP_FILE_DEPS) .tcdep .objdep .dep2
2258 rm -f .dep1
2259 srcdir=`cd $(srcdir); pwd`; \
2260 $(MAKE) DEP=$(DEP) srcdir=$${srcdir} VPATH=$${srcdir} .dep1
2261 rm -rf .depdir
2262 sed -f dep.sed < .dep1 > .depa
2263 sed -f dep.sed < .tcdep >> .depa
2264 sed -f dep.sed < .objdep >> .depa
2265 sed -f dep.sed < .dep2 >> .depa
2266 echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> .depa
2267 echo '$$(TARG_CPU_O): $$(TCDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
2268 echo '$$(OBJ_FORMAT_O): $$(OBJDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
2269 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> .depa
2270 $(SHELL) $(srcdir)/../move-if-change .depa .dep
2272 # This rule needs a mkdep that runs "gcc -MM".
2273 .dep1: $(CFILES) $(MULTI_CFILES)
2274 if [ -d .depdir ]; then true; else mkdir .depdir; fi
2275 srcdir=`cd $(srcdir); pwd`; \
2276 cd .depdir; \
2277 echo '' > targ-cpu.h; \
2278 echo '' > obj-format.h; \
2279 echo '' > targ-env.h; \
2280 echo '' > itbl-cpu.h; \
2281 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
2282 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
2283 sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
2284 rm -f .depdir/.dep
2286 # Work out the special dependencies for the tc-*.c files.
2287 .tcdep: $(TARGET_CPU_CFILES)
2288 rm -f .tcdepa
2289 if [ -d .depdir ]; then true; else mkdir .depdir; fi
2290 srcdir=`cd $(srcdir); pwd`; \
2291 cd .depdir; \
2292 for c in $(CPU_TYPES); do \
2293 for o in $(OBJ_FORMATS); do \
2294 $(CPU_OBJ_VALID) \
2295 if [ x$${valid} = xyes ]; then \
2296 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
2297 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
2298 echo '#include "te-generic.h"' > targ-env.h; \
2299 echo '' > itbl-cpu.h; \
2300 echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
2301 rm -f dummy.c; \
2302 cp $${srcdir}/config/tc-$${c}.c dummy.c; \
2303 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
2304 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
2305 sed -e "s/dummy.o: dummy.c/TCDEP_$${c}_$${o} =/" \
2306 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
2307 -e '/IF YOU PUT ANYTHING/,$$d' \
2308 -e '/^$$/d' < .dep >> ../.tcdepa; \
2309 rm -f dummy.c; \
2310 else true; fi; \
2311 done; \
2312 done
2313 echo 'TCDEP_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> .tcdepa
2314 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .tcdepa
2315 echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> .tcdepa
2316 # We don't try to handle all multi cases.
2317 for c in $(CPU_TYPES); do \
2318 $(CPU_MULTI_VALID) \
2319 if [ x$${valid} = xyes ]; then \
2320 o=ecoff; \
2321 $(CPU_OBJ_VALID) \
2322 echo 'TCDEP_'"$${c}"'_multi = \' >> .tcdepa; \
2323 echo '$$(TCDEP_'"$${c}"'_coff) \' >> .tcdepa; \
2324 if [ x$${valid} = xyes ]; then \
2325 echo '$$(TCDEP_'"$${c}"'_ecoff) \' >> .tcdepa; \
2326 else true; fi; \
2327 echo '$$(TCDEP_'"$${c}"'_elf)' >> .tcdepa; \
2328 else true; fi; \
2329 done
2330 mv -f .tcdepa .tcdep
2332 # Work out the special dependencies for the obj-*.c files.
2333 .objdep: $(OBJ_FORMAT_CFILES)
2334 rm -f .objdepa
2335 if [ -d .depdir ]; then true; else mkdir .depdir; fi
2336 srcdir=`cd $(srcdir); pwd`; \
2337 cd .depdir; \
2338 for c in $(CPU_TYPES); do \
2339 for o in $(OBJ_FORMATS); do \
2340 $(CPU_OBJ_VALID) \
2341 if [ x$${valid} = xyes ]; then \
2342 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
2343 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
2344 echo '#include "te-generic.h"' > targ-env.h; \
2345 echo '' > itbl-cpu.h; \
2346 rm -f dummy.c; \
2347 cp $${srcdir}/config/obj-$${o}.c dummy.c; \
2348 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
2349 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
2350 sed -e "s/dummy.o: dummy.c/OBJDEP_$${c}_$${o} =/" \
2351 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
2352 -e '/IF YOU PUT ANYTHING/,$$d' \
2353 -e '/^$$/d' < .dep >> ../.objdepa; \
2354 rm -f dummy.c; \
2355 else true; fi; \
2356 done; \
2357 done
2358 echo 'OBJDEP_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> .objdepa
2359 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .objdepa
2360 echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> .objdepa
2361 echo ' $$(INCDIR)/aout/stab.def' >> .objdepa
2362 # We don't try to handle all multi cases.
2363 for c in $(CPU_TYPES); do \
2364 $(CPU_MULTI_VALID) \
2365 if [ x$${valid} = xyes ]; then \
2366 o=ecoff; \
2367 $(CPU_OBJ_VALID) \
2368 echo 'OBJDEP_'"$${c}"'_multi = \' >> .objdepa; \
2369 echo '$$(OBJDEP_'"$${c}"'_coff) \' >> .objdepa; \
2370 if [ x$${valid} = xyes ]; then \
2371 echo '$$(OBJDEP_'"$${c}"'_ecoff) \' >> .objdepa; \
2372 else true; fi; \
2373 echo '$$(OBJDEP_'"$${c}"'_elf)' >> .objdepa; \
2374 else true; fi; \
2375 done
2376 mv -f .objdepa .objdep
2378 # Work out the dependencies for each CPU/OBJ combination.
2379 # Note that SOM is a special case, because it only works native.
2380 .dep2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
2381 rm -f .dep2a
2382 if [ -d .depdir ]; then true; else mkdir .depdir; fi
2383 srcdir=`cd $(srcdir); pwd`; \
2384 cd .depdir; \
2385 for c in $(CPU_TYPES); do \
2386 for o in $(OBJ_FORMATS); do \
2387 $(CPU_OBJ_VALID) \
2388 if [ x$${valid} = xyes ]; then \
2389 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
2390 echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
2391 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
2392 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
2393 sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" \
2394 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
2395 -e '/IF YOU PUT ANYTHING/,$$d' \
2396 -e '/^$$/d' < .dep >> ../.dep2a; \
2397 else true; fi; \
2398 done; \
2399 done
2400 echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> .dep2a
2401 # We don't try to handle all multi cases.
2402 for c in $(CPU_TYPES); do \
2403 $(CPU_MULTI_VALID) \
2404 if [ x$${valid} = xyes ]; then \
2405 o=ecoff; \
2406 $(CPU_OBJ_VALID) \
2407 echo 'DEP_'"$${c}"'_multi = \' >> .dep2a; \
2408 echo '$$(DEP_'"$${c}"'_coff) \' >> .dep2a; \
2409 if [ x$${valid} = xyes ]; then \
2410 echo '$$(DEP_'"$${c}"'_ecoff) \' >> .dep2a; \
2411 else true; fi; \
2412 echo '$$(DEP_'"$${c}"'_elf)' >> .dep2a; \
2413 else true; fi; \
2414 done
2415 mv -f .dep2a .dep2
2417 dep.sed: dep-in.sed config.status
2418 srcdir=`cd $(srcdir); pwd`; \
2419 sed <$(srcdir)/dep-in.sed >dep.sed \
2420 -e "s!@INCDIR@!$${srcdir}/../include!" \
2421 -e "s!@BFDDIR@!$${srcdir}/../bfd!" \
2422 -e "s!@SRCDIR@!$${srcdir}!"
2424 dep: .dep
2425 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
2426 cat .dep >> tmp-Makefile
2427 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
2429 dep-in: .dep
2430 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
2431 cat .dep >> tmp-Makefile.in
2432 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
2434 dep-am: .dep
2435 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
2436 cat .dep >> tmp-Makefile.am
2437 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
2439 .PHONY: dep dep-in dep-am
2441 # DO NOT DELETE THIS LINE -- mkdep uses it.
2442 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
2444 app.o: app.c
2445 as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2446 sb.h macro.h
2447 atof-generic.o: atof-generic.c
2448 bignum-copy.o: bignum-copy.c
2449 cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
2450 depend.o: depend.c
2451 ecoff.o: ecoff.c
2452 ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
2453 expr.o: expr.c $(INCDIR)/obstack.h
2454 flonum-copy.o: flonum-copy.c
2455 flonum-konst.o: flonum-konst.c
2456 flonum-mult.o: flonum-mult.c
2457 frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
2458 hash.o: hash.c
2459 input-file.o: input-file.c input-file.h
2460 input-scrub.o: input-scrub.c input-file.h sb.h
2461 listing.o: listing.c input-file.h subsegs.h
2462 literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
2463 macro.o: macro.c sb.h macro.h
2464 messages.o: messages.c
2465 output-file.o: output-file.c output-file.h
2466 read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
2467 ecoff.h
2468 sb.o: sb.c sb.h
2469 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
2470 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2471 subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
2472 symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h
2473 write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
2474 gasp.o: gasp.c sb.h macro.h
2475 e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
2476 emul-target.h
2477 e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
2478 e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
2479 emul-target.h
2480 e-mipself.o: $(srcdir)/config/e-mipself.c emul.h emul-target.h
2481 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
2482 $(TARG_CPU_O): $(TCDEP_@target_cpu_type@_@obj_format@)
2483 $(OBJ_FORMAT_O): $(OBJDEP_@target_cpu_type@_@obj_format@)
2484 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2487 # Otherwise a system limit (for SysV at least) may be exceeded.
2488 .NOEXPORT: