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