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