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