Add sanitization markers.
[deliverable/binutils-gdb.git] / gas / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
67 AS = @AS@
68 BFDLIB = @BFDLIB@
69 CATALOGS = @CATALOGS@
70 CATOBJEXT = @CATOBJEXT@
71 CC = @CC@
72 DATADIRNAME = @DATADIRNAME@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 GMOFILES = @GMOFILES@
76 GMSGFMT = @GMSGFMT@
77 GT_NO = @GT_NO@
78 GT_YES = @GT_YES@
79 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
80 INSTOBJEXT = @INSTOBJEXT@
81 INTLDEPS = @INTLDEPS@
82 INTLOBJS = @INTLOBJS@
83 LD = @LD@
84 LIBTOOL = @LIBTOOL@
85 LN_S = @LN_S@
86 MAINT = @MAINT@
87 MAKEINFO = @MAKEINFO@
88 MKINSTALLDIRS = @MKINSTALLDIRS@
89 MSGFMT = @MSGFMT@
90 NM = @NM@
91 OPCODES_LIB = @OPCODES_LIB@
92 PACKAGE = @PACKAGE@
93 POFILES = @POFILES@
94 POSUB = @POSUB@
95 RANLIB = @RANLIB@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 USE_NLS = @USE_NLS@
98 VERSION = @VERSION@
99 atof = @atof@
100 cgen_cpu_prefix = @cgen_cpu_prefix@
101 extra_objects = @extra_objects@
102 l = @l@
103 obj_format = @obj_format@
104 target_cpu_type = @target_cpu_type@
105 te_file = @te_file@
106
107 INTLLIBS = @INTLLIBS@
108
109 AUTOMAKE_OPTIONS = cygnus dejagnu
110
111 SUBDIRS = doc po
112
113 tooldir = $(exec_prefix)/$(target_alias)
114
115 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
116 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
117
118 DEP = mkdep
119
120 TARG_CPU = @target_cpu_type@
121 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
122 TARG_CPU_O = tc-@target_cpu_type@.o
123 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
124 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
125 OBJ_FORMAT_O = obj-@obj_format@.o
126 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
127 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
128 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
129 ATOF_TARG_O = atof-@atof@.o
130
131 # use @target_cpu_type@ for refering to configured target name
132 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
133 IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
134 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
135 IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
136
137 # CPU types. This is only used for dependency information.
138
139 CPU_TYPES = \
140 a29k \
141 alpha \
142 arc \
143 arm \
144 d10v \
145 d30v \
146 h8300 \
147 h8500 \
148 hppa \
149 i386 \
150 i860 \
151 i960 \
152 m32r \
153 m68k \
154 m88k \
155 mips \
156 mn10200 \
157 mn10300 \
158 ns32k \
159 ppc \
160 sh \
161 sparc \
162 tahoe \
163 tic30 \
164 vax \
165 w65 \
166 v850 \
167 z8k
168
169 # Object format types. This is only used for dependency information.
170 # We deliberately omit som, since it does not work as a cross assembler.
171
172 OBJ_FORMATS = \
173 aout \
174 bout \
175 coff \
176 ecoff \
177 elf \
178 evax \
179 hp300 \
180 ieee \
181 vms
182
183 # This is an sh case which sets valid according to whether the CPU
184 # type in the shell variable c and the OS type in the shell variable o
185 # are supported. This helps cuts down on the amount of dependency
186 # information.
187
188 CPU_OBJ_VALID = \
189 valid= ; \
190 case $$o in \
191 aout) \
192 case $$c in \
193 a29k | arm | i386 | i860 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax) \
194 valid=yes ;; \
195 esac ;; \
196 bout) \
197 case $$c in \
198 i960) valid=yes ;; \
199 esac ;; \
200 coff) valid=yes ;; \
201 ecoff) \
202 case $$c in \
203 mips | alpha) valid=yes ;; \
204 esac ;; \
205 elf) valid=yes ;; \
206 evax) \
207 case $$c in \
208 alpha) valid=yes ;; \
209 esac ;; \
210 hp300) \
211 case $$c in \
212 m68k) valid=yes ;; \
213 esac ;; \
214 vms) \
215 case $$c in \
216 vax) valid=yes ;; \
217 esac ;; \
218 esac;
219
220 # This is like CPU_OBJ_VALID, for the obj=multi case.
221
222 CPU_MULTI_VALID = \
223 valid= ; \
224 case $$c in \
225 i386 | mips) valid=yes ;; \
226 esac;
227
228 # Regular source files.
229
230 GAS_CFILES = \
231 app.c \
232 as.c \
233 atof-generic.c \
234 bignum-copy.c \
235 cond.c \
236 depend.c \
237 ecoff.c \
238 ehopt.c \
239 expr.c \
240 flonum-copy.c \
241 flonum-konst.c \
242 flonum-mult.c \
243 frags.c \
244 hash.c \
245 input-file.c \
246 input-scrub.c \
247 listing.c \
248 literal.c \
249 macro.c \
250 messages.c \
251 output-file.c \
252 read.c \
253 sb.c \
254 stabs.c \
255 subsegs.c \
256 symbols.c \
257 write.c
258
259 CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
260
261 HFILES = \
262 as.h \
263 asintl.h \
264 bignum.h \
265 bit_fix.h \
266 cgen.h \
267 ecoff.h \
268 emul-target.h \
269 emul.h \
270 expr.h \
271 flonum.h \
272 frags.h \
273 hash.h \
274 input-file.h \
275 itbl-ops.h \
276 listing.h \
277 macro.h \
278 obj.h \
279 output-file.h \
280 read.h \
281 sb.h \
282 struc-symbol.h \
283 subsegs.h \
284 symbols.h \
285 tc.h \
286 write.h
287
288 # CPU files in config.
289
290 TARGET_CPU_CFILES = \
291 config/tc-a29k.c \
292 config/tc-alpha.c \
293 config/tc-arc.c \
294 config/tc-arm.c \
295 config/tc-d10v.c \
296 config/tc-d30v.c \
297 config/tc-h8300.c \
298 config/tc-h8500.c \
299 config/tc-hppa.c \
300 config/tc-i386.c \
301 config/tc-i860.c \
302 config/tc-i960.c \
303 config/tc-m32r.c \
304 config/tc-m68k.c \
305 config/tc-m88k.c \
306 config/tc-mips.c \
307 config/tc-mn10200.c \
308 config/tc-mn10300.c \
309 config/tc-ns32k.c \
310 config/tc-ppc.c \
311 config/tc-sh.c \
312 config/tc-sparc.c \
313 config/tc-tahoe.c \
314 config/tc-tic30.c \
315 config/tc-vax.c \
316 config/tc-w65.c \
317 config/tc-v850.c \
318 config/tc-z8k.c
319
320 TARGET_CPU_HFILES = \
321 config/tc-a29k.h \
322 config/tc-alpha.h \
323 config/tc-arc.h \
324 config/tc-arm.h \
325 config/tc-d10v.h \
326 config/tc-d30v.h \
327 config/tc-h8300.h \
328 config/tc-h8500.h \
329 config/tc-hppa.h \
330 config/tc-i386.h \
331 config/tc-i860.h \
332 config/tc-i960.h \
333 config/tc-m32r.h \
334 config/tc-m68k.h \
335 config/tc-m88k.h \
336 config/tc-mips.h \
337 config/tc-mn10200.h \
338 config/tc-mn10300.h \
339 config/tc-ns32k.h \
340 config/tc-ppc.h \
341 config/tc-sh.h \
342 config/tc-sparc.h \
343 config/tc-tahoe.h \
344 config/tc-tic30.h \
345 config/tc-vax.h \
346 config/tc-w65.h \
347 config/tc-v850.h \
348 config/tc-z8k.h
349
350 # OBJ files in config
351
352 OBJ_FORMAT_CFILES = \
353 config/obj-aout.c \
354 config/obj-bout.c \
355 config/obj-coff.c \
356 config/obj-ecoff.c \
357 config/obj-elf.c \
358 config/obj-evax.c \
359 config/obj-hp300.c \
360 config/obj-ieee.c \
361 config/obj-som.c \
362 config/obj-vms.c
363
364 OBJ_FORMAT_HFILES = \
365 config/obj-aout.h \
366 config/obj-bout.h \
367 config/obj-coff.h \
368 config/obj-ecoff.h \
369 config/obj-elf.h \
370 config/obj-evax.h \
371 config/obj-hp300.h \
372 config/obj-ieee.h \
373 config/obj-som.h \
374 config/obj-vms.h
375
376 # Emulation header files in config
377
378 TARG_ENV_HFILES = \
379 config/te-386bsd.h \
380 config/te-aux.h \
381 config/te-delta.h \
382 config/te-delt88.h \
383 config/te-dpx2.h \
384 config/te-dynix.h \
385 config/te-generic.h \
386 config/te-go32.h \
387 config/te-hp300.h \
388 config/te-hppa.h \
389 config/te-i386aix.h \
390 config/te-ic960.h \
391 config/te-linux.h \
392 config/te-lnews.h \
393 config/te-lynx.h \
394 config/te-mach.h \
395 config/te-macos.h \
396 config/te-multi.h \
397 config/te-nbsd.h \
398 config/te-nbsd532.h \
399 config/te-pc532mach.h \
400 config/te-pe.h \
401 config/te-ppcnw.h \
402 config/te-psos.h \
403 config/te-riscix.h \
404 config/te-sparcaout.h \
405 config/te-sun3.h \
406 config/te-svr4.h \
407 config/te-sysv32.h
408
409 # Multi files in config
410
411 MULTI_CFILES = \
412 config/e-i386coff.c \
413 config/e-i386elf.c \
414 config/e-mipsecoff.c \
415 config/e-mipself.c
416
417 CONFIG_OBJS = \
418 $(TARG_CPU_O) \
419 $(OBJ_FORMAT_O) \
420 $(ATOF_TARG_O) \
421 $(extra_objects)
422
423 GENERIC_OBJS = \
424 app.o \
425 as.o \
426 atof-generic.o \
427 bignum-copy.o \
428 cond.o \
429 depend.o \
430 ehopt.o \
431 expr.o \
432 flonum-konst.o \
433 flonum-copy.o \
434 flonum-mult.o \
435 frags.o \
436 hash.o \
437 input-file.o \
438 input-scrub.o \
439 literal.o \
440 messages.o \
441 output-file.o \
442 read.o \
443 subsegs.o \
444 symbols.o \
445 write.o \
446 listing.o \
447 ecoff.o \
448 stabs.o \
449 sb.o \
450 macro.o
451
452 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
453
454 POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
455 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
456 $(HFILES) $(CFILES) $(GAS_CFILES)
457
458 noinst_PROGRAMS = as-new gasp-new
459 noinst_SCRIPTS = .gdbinit
460
461 EXTRA_DIST = make-gas.com
462
463 DISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
464
465 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-opc.h
466
467 # Now figure out from those variables how to compile and link.
468
469 BASEDIR = $(srcdir)/..
470 BFDDIR = $(BASEDIR)/bfd
471 INCDIR = $(BASEDIR)/include
472
473 # This is the variable actually used when we compile.
474 # Specify the directories to be searched for header files.
475 # Both . and srcdir are used, in that order,
476 # so that tm.h and config.h will be found in the compilation
477 # subdirectory rather than in the source directory.
478 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
479
480 # This should be parallel to INCLUDES, but should replace $(srcdir)
481 # with $${srcdir}, and should work in a subdirectory. This is used
482 # when building dependencies, because the dependency building is done
483 # in a subdirectory.
484 DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd -I$${srcdir}/../intl -I../../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
485
486 # How to link with both our special library facilities
487 # and the system's installed libraries.
488
489 GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
490
491 # Files to be copied away after each stage in building.
492 STAGESTUFF = *.o $(noinst_PROGRAMS)
493
494 as_new_SOURCES = $(GAS_CFILES)
495 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
496 $(extra_objects) $(GASLIBS) $(INTLLIBS)
497 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
498 $(extra_objects) $(GASLIBS) $(INTLDEPS)
499
500 gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
501 gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS)
502 gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS)
503
504 EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
505 echo $${rootme}/../expect/expect ; \
506 else echo expect ; fi`
507
508 RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
509 echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
510 fi`
511 RUNTESTFLAGS=
512
513 # The m68k operand parser.
514
515 EXTRA_as_new_SOURCES = config/m68k-parse.y
516
517 # stand-alone itbl assembler & disassembler
518
519 EXTRA_PROGRAMS = itbl-test
520 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
521 itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@
522
523 # CGEN interface.
524
525 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
526
527 # Remake the info files.
528
529 MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \
530 testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
531 testsuite/site.exp site.bak site.exp stage stage1 stage2
532
533 CLEANFILES = dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
534
535 against=stage2
536
537 # Automatic dependency computation. This is a real pain, because the
538 # dependencies change based on target_cpu_type and obj_format. We
539 # currently ignore any dependencies caused by emulation files.
540
541 DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
542 $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
543
544 TCDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
545 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
546 TCDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
547 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
548 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
549 TCDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
550 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
551 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h $(INCDIR)/opcode/a29k.h
552 TCDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
553 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
554 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
555 $(srcdir)/config/atof-vax.c
556 TCDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
557 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
558 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
559 $(srcdir)/config/atof-vax.c
560 TCDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
561 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
562 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
563 $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
564 $(INCDIR)/elf/reloc-macros.h $(srcdir)/config/atof-vax.c
565 TCDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
566 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
567 $(srcdir)/config/atof-vax.c
568 TCDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
569 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
570 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \
571 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h
572 TCDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
573 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
574 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
575 $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h $(INCDIR)/elf/arc.h \
576 $(INCDIR)/elf/reloc-macros.h
577 TCDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
578 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
579 TCDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
580 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
581 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
582 TCDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
583 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
584 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
585 $(INCDIR)/obstack.h
586 TCDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
587 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
588 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
589 $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
590 TCDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
591 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
592 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
593 $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h \
594 $(INCDIR)/elf/reloc-macros.h
595 TCDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
596 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
597 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
598 TCDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
599 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
600 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h subsegs.h \
601 $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
602 TCDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
603 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
604 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
605 TCDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
606 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
607 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
608 $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
609 TCDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
610 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
611 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
612 TCDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
613 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
614 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
615 $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
616 TCDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
617 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
618 subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/libbfd.h \
619 $(INCDIR)/opcode/hppa.h
620 TCDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
621 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
622 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
623 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
624 subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libbfd.h $(INCDIR)/opcode/hppa.h
625 TCDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
626 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
627 $(INCDIR)/opcode/i386.h
628 TCDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
629 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
630 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
631 TCDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
632 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
633 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
634 $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
635 TCDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
636 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i860.h
637 TCDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
638 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
639 $(INCDIR)/opcode/i860.h
640 TCDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
641 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
642 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h $(INCDIR)/opcode/i860.h
643 TCDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
644 $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
645 TCDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
646 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
647 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
648 TCDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
649 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
650 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h \
651 $(INCDIR)/opcode/i960.h
652 TCDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
653 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
654 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h \
655 $(srcdir)/../opcodes/m32r-opc.h $(INCDIR)/opcode/cgen.h \
656 cgen.h
657 TCDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
658 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
659 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
660 $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h $(srcdir)/../opcodes/m32r-opc.h \
661 $(INCDIR)/opcode/cgen.h cgen.h
662 TCDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
663 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
664 subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
665 TCDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
666 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
667 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
668 $(srcdir)/config/m68k-parse.h
669 TCDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
670 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
671 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/obstack.h \
672 subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
673 TCDEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
674 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
675 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
676 $(srcdir)/config/m68k-parse.h
677 TCDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
678 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
679 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
680 TCDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
681 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
682 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
683 $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
684 TCDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
685 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
686 $(INCDIR)/opcode/mips.h itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h \
687 $(INCDIR)/coff/ecoff.h
688 TCDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
689 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
690 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
691 itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
692 TCDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
693 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
694 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
695 itbl-ops.h
696 TCDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
697 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
698 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
699 $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h itbl-ops.h \
700 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h ecoff.h \
701 $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
702 TCDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
703 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
704 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
705 TCDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
706 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
707 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
708 $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
709 TCDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
710 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
711 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
712 TCDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
713 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
714 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
715 $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
716 TCDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
717 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
718 $(INCDIR)/obstack.h
719 TCDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
720 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
721 $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
722 TCDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
723 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
724 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h $(INCDIR)/opcode/ns32k.h \
725 $(INCDIR)/obstack.h
726 TCDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
727 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
728 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h
729 TCDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
730 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
731 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
732 $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h $(INCDIR)/elf/ppc.h \
733 $(INCDIR)/elf/reloc-macros.h
734 TCDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
735 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
736 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
737 TCDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
738 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
739 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
740 $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
741 TCDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
742 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
743 $(INCDIR)/opcode/sparc.h
744 TCDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
745 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
746 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h
747 TCDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
748 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
749 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
750 $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h $(INCDIR)/elf/sparc.h \
751 $(INCDIR)/elf/reloc-macros.h
752 TCDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
753 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
754 $(INCDIR)/opcode/tahoe.h
755 TCDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
756 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
757 $(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
758 TCDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
759 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
760 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h $(INCDIR)/obstack.h \
761 $(INCDIR)/opcode/tahoe.h
762 TCDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
763 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
764 TCDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
765 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
766 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
767 TCDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
768 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
769 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h $(INCDIR)/opcode/tic30.h
770 TCDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
771 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
772 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
773 TCDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
774 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
775 $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
776 TCDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
777 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
778 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h $(srcdir)/config/vax-inst.h \
779 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
780 TCDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
781 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(srcdir)/config/vax-inst.h \
782 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
783 TCDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
784 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
785 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
786 TCDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
787 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
788 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
789 $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
790 TCDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
791 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
792 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
793 TCDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
794 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
795 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
796 $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
797 TCDEP_z8k_coff = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-coff.h \
798 $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
799 $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
800 TCDEP_z8k_elf = $(srcdir)/../opcodes/z8k-opc.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-z8k.h
803 TCDEP_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
804 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
805 $(BFDDIR)/som.h
806 TCDEP_i386_multi = $(TCDEP_i386_coff) $(TCDEP_i386_elf)
807 TCDEP_mips_multi = $(TCDEP_mips_coff) $(TCDEP_mips_ecoff) \
808 $(TCDEP_mips_elf)
809 OBJDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
810 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
811 $(INCDIR)/obstack.h
812 OBJDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
813 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
814 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
815 OBJDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
816 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
817 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h subsegs.h \
818 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
819 OBJDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
820 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
821 $(INCDIR)/obstack.h subsegs.h
822 OBJDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
823 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
824 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
825 $(BFDDIR)/libecoff.h
826 OBJDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
827 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
828 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
829 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
830 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
831 $(INCDIR)/aout/aout64.h
832 OBJDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
833 OBJDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
834 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
835 $(INCDIR)/obstack.h subsegs.h
836 OBJDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
837 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
838 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
839 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
840 OBJDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
841 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
842 $(INCDIR)/obstack.h
843 OBJDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
844 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
845 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
846 OBJDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
847 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
848 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
849 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
850 OBJDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
851 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
852 $(INCDIR)/obstack.h subsegs.h
853 OBJDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
854 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
855 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
856 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
857 OBJDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
858 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
859 $(INCDIR)/obstack.h subsegs.h
860 OBJDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
861 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
862 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h subsegs.h \
863 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
864 OBJDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
865 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
866 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
867 OBJDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
868 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
869 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
870 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
871 OBJDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
872 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
873 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
874 OBJDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
875 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
876 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
877 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
878 OBJDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
879 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
880 $(INCDIR)/obstack.h subsegs.h
881 OBJDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
882 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
883 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
884 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
885 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
886 OBJDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
887 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
888 $(INCDIR)/obstack.h
889 OBJDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
890 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
891 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
892 OBJDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
893 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
894 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
895 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
896 OBJDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
897 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
898 $(INCDIR)/obstack.h
899 OBJDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
900 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
901 $(INCDIR)/obstack.h subsegs.h
902 OBJDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
903 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
904 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h subsegs.h \
905 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
906 OBJDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
907 $(INCDIR)/obstack.h
908 OBJDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
909 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
910 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
911 OBJDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
912 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
913 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h subsegs.h \
914 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
915 OBJDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
916 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
917 $(INCDIR)/obstack.h subsegs.h
918 OBJDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
919 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
920 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
921 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
922 OBJDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
923 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
924 $(INCDIR)/obstack.h
925 OBJDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
926 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
927 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
928 OBJDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
929 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
930 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h subsegs.h \
931 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
932 OBJDEP_m68k_hp300 = $(srcdir)/config/obj-aout.c $(srcdir)/config/obj-hp300.h \
933 $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
934 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
935 $(INCDIR)/obstack.h
936 OBJDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
937 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
938 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
939 OBJDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
940 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
941 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
942 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
943 OBJDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
944 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
945 $(INCDIR)/obstack.h
946 OBJDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
947 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
948 $(INCDIR)/obstack.h subsegs.h
949 OBJDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
950 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
951 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
952 $(BFDDIR)/libecoff.h
953 OBJDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
954 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
955 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
956 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
957 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
958 OBJDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
959 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
960 $(INCDIR)/obstack.h subsegs.h
961 OBJDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
962 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
963 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
964 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
965 OBJDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
966 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
967 $(INCDIR)/obstack.h subsegs.h
968 OBJDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
969 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
970 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
971 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
972 OBJDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
973 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
974 $(INCDIR)/obstack.h
975 OBJDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
976 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
977 $(INCDIR)/obstack.h subsegs.h
978 OBJDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
979 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
980 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h subsegs.h \
981 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
982 OBJDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
983 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
984 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
985 OBJDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
986 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
987 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
988 $(INCDIR)/obstack.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
989 $(INCDIR)/aout/aout64.h
990 OBJDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
991 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
992 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
993 OBJDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
994 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
995 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
996 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
997 OBJDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
998 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
999 $(INCDIR)/obstack.h
1000 OBJDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1001 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1002 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1003 OBJDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1004 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1005 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
1006 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1007 OBJDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1008 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1009 $(INCDIR)/obstack.h
1010 OBJDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1011 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1012 $(INCDIR)/obstack.h subsegs.h
1013 OBJDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1014 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1015 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h subsegs.h \
1016 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1017 OBJDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1018 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1019 $(INCDIR)/obstack.h
1020 OBJDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1021 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1022 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1023 OBJDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1024 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1025 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h subsegs.h \
1026 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1027 OBJDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1028 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1029 $(INCDIR)/obstack.h
1030 OBJDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1031 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1032 $(INCDIR)/obstack.h subsegs.h
1033 OBJDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1034 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1035 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h subsegs.h \
1036 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1037 OBJDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1038 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.h \
1039 $(INCDIR)/obstack.h
1040 OBJDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1041 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1042 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1043 OBJDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1044 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1045 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
1046 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1047 OBJDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1048 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1049 $(INCDIR)/obstack.h subsegs.h
1050 OBJDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1051 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1052 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
1053 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1054 OBJDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1055 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1056 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1057 OBJDEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1058 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1059 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h subsegs.h \
1060 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1061 OBJDEP_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
1062 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
1063 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1064 OBJDEP_i386_multi = $(OBJDEP_i386_coff) $(OBJDEP_i386_elf)
1065 OBJDEP_mips_multi = $(OBJDEP_mips_coff) $(OBJDEP_mips_ecoff) \
1066 $(OBJDEP_mips_elf)
1067 DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
1068 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1069 DEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
1070 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
1071 $(INCDIR)/bfdlink.h
1072 DEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1073 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1074 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h
1075 DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
1076 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1077 DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1078 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1079 DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1080 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1081 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
1082 DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1083 DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
1084 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1085 DEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1086 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1087 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h
1088 DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1089 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1090 DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1091 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
1092 $(INCDIR)/bfdlink.h
1093 DEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1094 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1095 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
1096 DEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
1097 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1098 DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1099 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1100 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
1101 DEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
1102 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1103 DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1104 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1105 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
1106 DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1107 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
1108 $(INCDIR)/bfdlink.h
1109 DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1110 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1111 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h
1112 DEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
1113 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
1114 $(INCDIR)/bfdlink.h
1115 DEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1116 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1117 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h
1118 DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
1119 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1120 DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1121 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1122 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1123 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h
1124 DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1125 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1126 DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1127 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
1128 $(INCDIR)/bfdlink.h
1129 DEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1130 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1131 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h
1132 DEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
1133 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1134 DEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
1135 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1136 DEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1137 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1138 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h
1139 DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h
1140 DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1141 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1142 $(INCDIR)/bfdlink.h
1143 DEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1144 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1145 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h
1146 DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
1147 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1148 DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1149 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1150 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h
1151 DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1152 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1153 DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1154 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
1155 $(INCDIR)/bfdlink.h
1156 DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1157 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1158 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
1159 DEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
1160 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1161 DEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
1162 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
1163 $(INCDIR)/bfdlink.h
1164 DEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1165 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1166 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h
1167 DEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
1168 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1169 DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1170 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1171 DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1172 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1173 DEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1174 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1175 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
1176 DEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
1177 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1178 DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1179 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1180 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h
1181 DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
1182 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1183 DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1184 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1185 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h
1186 DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1187 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1188 DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
1189 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1190 DEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1191 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1192 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h
1193 DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1194 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1195 $(INCDIR)/bfdlink.h
1196 DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1197 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1198 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h
1199 DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1200 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
1201 $(INCDIR)/bfdlink.h
1202 DEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1203 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1204 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
1205 DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1206 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1207 DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1208 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1209 $(INCDIR)/bfdlink.h
1210 DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1211 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1212 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h
1213 DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1214 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1215 DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1216 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1217 DEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1218 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1219 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h
1220 DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1221 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1222 DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1223 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1224 $(INCDIR)/bfdlink.h
1225 DEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1226 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1227 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h
1228 DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1229 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1230 DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1231 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1232 DEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1233 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1234 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h
1235 DEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1236 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1237 DEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1238 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1239 $(INCDIR)/bfdlink.h
1240 DEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1241 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1242 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h
1243 DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1244 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1245 DEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1246 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1247 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h
1248 DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1249 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1250 $(INCDIR)/bfdlink.h
1251 DEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1252 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1253 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
1254 DEP_hppa_som = $(BFDDIR)/som.h
1255 DEP_i386_multi = $(DEP_i386_coff) $(DEP_i386_elf)
1256 DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
1257 $(DEP_mips_elf)
1258 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1259 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
1260 CONFIG_HEADER = config.h
1261 CONFIG_CLEAN_FILES = .gdbinit
1262 noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT)
1263 PROGRAMS = $(noinst_PROGRAMS)
1264
1265
1266 DEFS = @DEFS@ -I. -I$(srcdir) -I.
1267 CPPFLAGS = @CPPFLAGS@
1268 LDFLAGS = @LDFLAGS@
1269 LIBS = @LIBS@
1270 itbl_test_OBJECTS = itbl-parse.o itbl-lex.o
1271 itbl_test_DEPENDENCIES = itbl-test-ops.o itbl-test.o \
1272 ../libiberty/libiberty.a
1273 itbl_test_LDFLAGS =
1274 as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \
1275 depend.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o \
1276 flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o \
1277 literal.o macro.o messages.o output-file.o read.o sb.o stabs.o \
1278 subsegs.o symbols.o write.o
1279 as_new_LDFLAGS =
1280 gasp_new_OBJECTS = gasp.o macro.o sb.o hash.o
1281 gasp_new_LDFLAGS =
1282 SCRIPTS = $(noinst_SCRIPTS)
1283
1284 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
1285 LEXLIB = @LEXLIB@
1286 YLWRAP = $(top_srcdir)/../ylwrap
1287 CFLAGS = @CFLAGS@
1288 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1289 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1290 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
1291 DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in NEWS \
1292 acconfig.h acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \
1293 configure configure.in gdbinit.in itbl-lex.c itbl-parse.c stamp-h.in
1294
1295
1296 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1297
1298 TAR = tar
1299 GZIP = --best
1300 SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
1301 OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
1302
1303 all: all-recursive-am all-am
1304
1305 .SUFFIXES:
1306 .SUFFIXES: .S .c .l .lo .o .s .y
1307 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1308 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
1309
1310 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1311 cd $(top_builddir) \
1312 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1313
1314 $(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
1315 cd $(srcdir) && $(ACLOCAL)
1316
1317 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1318 $(SHELL) ./config.status --recheck
1319 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1320 cd $(srcdir) && $(AUTOCONF)
1321
1322 config.h: stamp-h
1323 @:
1324 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
1325 cd $(top_builddir) \
1326 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
1327 $(SHELL) ./config.status
1328 @echo timestamp > stamp-h
1329 $(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
1330 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
1331 cd $(top_srcdir) && $(AUTOHEADER)
1332 @echo timestamp > $(srcdir)/stamp-h.in
1333
1334 mostlyclean-hdr:
1335
1336 clean-hdr:
1337
1338 distclean-hdr:
1339 -rm -f config.h
1340
1341 maintainer-clean-hdr:
1342 .gdbinit: $(top_builddir)/config.status gdbinit.in
1343 cd $(top_builddir) && CONFIG_FILES=$@:gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
1344
1345 mostlyclean-noinstPROGRAMS:
1346
1347 clean-noinstPROGRAMS:
1348 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1349
1350 distclean-noinstPROGRAMS:
1351
1352 maintainer-clean-noinstPROGRAMS:
1353
1354 .c.o:
1355 $(COMPILE) -c $<
1356
1357 .s.o:
1358 $(COMPILE) -c $<
1359
1360 .S.o:
1361 $(COMPILE) -c $<
1362
1363 mostlyclean-compile:
1364 -rm -f *.o core *.core
1365
1366 clean-compile:
1367
1368 distclean-compile:
1369 -rm -f *.tab.c
1370
1371 maintainer-clean-compile:
1372
1373 .c.lo:
1374 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1375
1376 .s.lo:
1377 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1378
1379 .S.lo:
1380 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1381
1382 mostlyclean-libtool:
1383 -rm -f *.lo
1384
1385 clean-libtool:
1386 -rm -rf .libs _libs
1387
1388 distclean-libtool:
1389
1390 maintainer-clean-libtool:
1391
1392 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
1393 @rm -f itbl-test$(EXEEXT)
1394 $(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
1395
1396 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
1397 @rm -f as-new$(EXEEXT)
1398 $(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1399
1400 gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES)
1401 @rm -f gasp-new$(EXEEXT)
1402 $(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS)
1403 .y.c:
1404 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
1405 config/m68k-parse.h: config/m68k-parse.c
1406 itbl-parse.h: itbl-parse.c
1407
1408 .l.c:
1409 $(LEX) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
1410
1411 # This directory's subdirectories are mostly independent; you can cd
1412 # into them and run `make' without going through this Makefile.
1413 # To change the values of `make' variables: instead of editing Makefiles,
1414 # (1) if the variable is set in `config.status', edit `config.status'
1415 # (which will cause the Makefiles to be regenerated when you run `make');
1416 # (2) otherwise, pass the desired values on the `make' command line.
1417
1418 @SET_MAKE@
1419
1420 all-recursive install-data-recursive install-exec-recursive \
1421 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
1422 check-recursive installcheck-recursive info-recursive dvi-recursive:
1423 @set fnord $(MAKEFLAGS); amf=$$2; \
1424 list='$(SUBDIRS)'; for subdir in $$list; do \
1425 target=`echo $@ | sed s/-recursive//`; \
1426 echo "Making $$target in $$subdir"; \
1427 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
1428 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1429 done && test -z "$$fail"
1430
1431 mostlyclean-recursive clean-recursive distclean-recursive \
1432 maintainer-clean-recursive:
1433 @set fnord $(MAKEFLAGS); amf=$$2; \
1434 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
1435 rev="$$subdir $$rev"; \
1436 done; \
1437 for subdir in $$rev; do \
1438 target=`echo $@ | sed s/-recursive//`; \
1439 echo "Making $$target in $$subdir"; \
1440 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
1441 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1442 done && test -z "$$fail"
1443 tags-recursive:
1444 list='$(SUBDIRS)'; for subdir in $$list; do \
1445 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1446 done
1447
1448 tags: TAGS
1449
1450 ID: $(HEADERS) $(SOURCES) $(LISP)
1451 here=`pwd` && cd $(srcdir) \
1452 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
1453
1454 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
1455 tags=; \
1456 here=`pwd`; \
1457 list='$(SUBDIRS)'; for subdir in $$list; do \
1458 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1459 done; \
1460 list='$(SOURCES) $(HEADERS)'; \
1461 unique=`for i in $$list; do echo $$i; done | \
1462 awk ' { files[$$0] = 1; } \
1463 END { for (i in files) print i; }'`; \
1464 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
1465 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
1466
1467 mostlyclean-tags:
1468
1469 clean-tags:
1470
1471 distclean-tags:
1472 -rm -f TAGS ID
1473
1474 maintainer-clean-tags:
1475
1476 distdir = $(PACKAGE)-$(VERSION)
1477 top_distdir = $(distdir)
1478
1479 # This target untars the dist file and tries a VPATH configuration. Then
1480 # it guarantees that the distribution is self-contained by making another
1481 # tarfile.
1482 distcheck: dist
1483 -rm -rf $(distdir)
1484 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
1485 mkdir $(distdir)/=build
1486 mkdir $(distdir)/=inst
1487 dc_install_base=`cd $(distdir)/=inst && pwd`; \
1488 cd $(distdir)/=build \
1489 && ../configure --srcdir=.. --prefix=$$dc_install_base \
1490 && $(MAKE) $(AM_MAKEFLAGS) \
1491 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1492 && $(MAKE) $(AM_MAKEFLAGS) check \
1493 && $(MAKE) $(AM_MAKEFLAGS) install \
1494 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1495 && $(MAKE) $(AM_MAKEFLAGS) dist
1496 -rm -rf $(distdir)
1497 @echo "========================"; \
1498 echo "$(distdir).tar.gz is ready for distribution"; \
1499 echo "========================"
1500 dist: distdir
1501 -chmod -R a+r $(distdir)
1502 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
1503 -rm -rf $(distdir)
1504 dist-all: distdir
1505 -chmod -R a+r $(distdir)
1506 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
1507 -rm -rf $(distdir)
1508 distdir: $(DISTFILES)
1509 -rm -rf $(distdir)
1510 mkdir $(distdir)
1511 -chmod 777 $(distdir)
1512 @for file in $(DISTFILES); do \
1513 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1514 test -f $(distdir)/$$file \
1515 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1516 || cp -p $$d/$$file $(distdir)/$$file; \
1517 done
1518 for subdir in $(SUBDIRS); do \
1519 test -d $(distdir)/$$subdir \
1520 || mkdir $(distdir)/$$subdir \
1521 || exit 1; \
1522 chmod 777 $(distdir)/$$subdir; \
1523 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1524 || exit 1; \
1525 done
1526
1527 DEJATOOL = $(PACKAGE)
1528
1529 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
1530 site.exp: Makefile
1531 @echo 'Making a new site.exp file...'
1532 -@rm -f site.bak
1533 @echo '## these variables are automatically generated by make ##' > $@-t
1534 @echo '# Do not edit here. If you wish to override these values' >> $@-t
1535 @echo '# edit the last section' >> $@-t
1536 @echo 'set tool $(DEJATOOL)' >> $@-t
1537 @echo 'set srcdir $(srcdir)' >> $@-t
1538 @echo 'set objdir' `pwd` >> $@-t
1539 @echo 'set host_alias $(host_alias)' >> $@-t
1540 @echo 'set host_triplet $(host_triplet)' >> $@-t
1541 @echo 'set target_alias $(target_alias)' >> $@-t
1542 @echo 'set target_triplet $(target_triplet)' >> $@-t
1543 @echo 'set build_alias $(build_alias)' >> $@-t
1544 @echo 'set build_triplet $(build_triplet)' >> $@-t
1545 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
1546 -@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
1547 -@mv site.exp site.bak
1548 @mv $@-t site.exp
1549 info: info-recursive
1550 dvi: dvi-recursive
1551 check:
1552 $(MAKE) $(AM_MAKEFLAGS) check-recursive check-DEJAGNU
1553 installcheck: installcheck-recursive
1554 install-info: install-info-recursive
1555 all-recursive-am: config.h
1556 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1557
1558 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
1559
1560 install-exec-am: install-exec-local
1561
1562 install-exec: install-exec-recursive install-exec-am
1563 @$(NORMAL_INSTALL)
1564
1565 install-data: install-data-recursive
1566 @$(NORMAL_INSTALL)
1567
1568 install: install-recursive install-exec-am
1569 @:
1570
1571 uninstall: uninstall-recursive
1572
1573 install-strip:
1574 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
1575 installdirs: installdirs-recursive
1576
1577
1578 mostlyclean-generic:
1579 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1580
1581 clean-generic:
1582 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1583
1584 distclean-generic:
1585 -rm -f Makefile $(DISTCLEANFILES)
1586 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
1587 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1588
1589 maintainer-clean-generic:
1590 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1591 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1592 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
1593 mostlyclean-compile mostlyclean-libtool \
1594 mostlyclean-tags mostlyclean-generic
1595
1596 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
1597 clean-tags clean-generic mostlyclean-am
1598
1599 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
1600 distclean-libtool distclean-tags distclean-generic \
1601 clean-am
1602
1603 maintainer-clean-am: maintainer-clean-hdr \
1604 maintainer-clean-noinstPROGRAMS \
1605 maintainer-clean-compile maintainer-clean-libtool \
1606 maintainer-clean-tags maintainer-clean-generic \
1607 distclean-am
1608
1609 mostlyclean: mostlyclean-recursive mostlyclean-am
1610
1611 clean: clean-recursive clean-am
1612
1613 distclean: distclean-recursive distclean-am
1614 -rm -f config.status
1615 -rm -f libtool
1616
1617 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
1618 @echo "This command is intended for maintainers to use;"
1619 @echo "it deletes files that may require special tools to rebuild."
1620 -rm -f config.status
1621
1622 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1623 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1624 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1625 mostlyclean-compile distclean-compile clean-compile \
1626 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1627 clean-libtool maintainer-clean-libtool install-data-recursive \
1628 uninstall-data-recursive install-exec-recursive \
1629 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1630 all-recursive check-recursive installcheck-recursive info-recursive \
1631 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1632 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1633 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
1634 info dvi installcheck install-info all-recursive-am all-am \
1635 install-exec-am install-exec install-data install uninstall all \
1636 installdirs mostlyclean-generic distclean-generic clean-generic \
1637 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1638
1639 po/POTFILES.in: @MAINT@ Makefile
1640 for file in $(POTFILES); do echo $$file; done | sort > tmp \
1641 && mv tmp $(srcdir)/po/POTFILES.in
1642
1643 $(srcdir)/make-gas.com: stamp-mk.com
1644 stamp-mk.com: vmsconf.sh Makefile
1645 sh $(srcdir)/vmsconf.sh $(GENERIC_OBJS) > new-make.com
1646 $(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
1647 touch stamp-mk.com
1648 diststuff: $(DISTSTUFF) info
1649
1650 $(OBJS): @ALL_OBJ_DEPS@
1651
1652 # Stuff that every object file depends upon. If anything is removed
1653 # from this list, remove it from dep-in.sed as well.
1654 $(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
1655 expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \
1656 obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h
1657
1658 check-DEJAGNU: site.exp
1659 if [ -d testsuite ]; then \
1660 true; \
1661 else \
1662 mkdir testsuite; \
1663 fi
1664 rm -f testsuite/site.exp
1665 cp site.exp testsuite/site.exp
1666 rootme=`pwd`; export rootme; \
1667 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
1668 EXPECT=${EXPECT} ; export EXPECT ; \
1669 if [ -f $(top_builddir)/../expect/expect ]; then \
1670 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1671 export TCL_LIBRARY; \
1672 fi; \
1673 runtest=$(RUNTEST); \
1674 cd testsuite; \
1675 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1676 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
1677 $(RUNTESTFLAGS); \
1678 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1679 fi
1680
1681 # The implicit .c.o rule doesn't work for these, perhaps because of
1682 # the variables, or perhaps because the sources are not on vpath.
1683 $(TARG_CPU_O): $(TARG_CPU_C) $(TARG_CPU_DEP_@target_cpu_type@)
1684 $(COMPILE) -c $(TARG_CPU_C)
1685 $(ATOF_TARG_O): $(ATOF_TARG_C)
1686 $(COMPILE) -c $(ATOF_TARG_C)
1687
1688 # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
1689 # so the automatic dependency stuff doesn't work.
1690 ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1691 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
1692 $(INCDIR)/aout/stab_gnu.h
1693
1694 # We need all these explicit rules for the multi stuff. Because of
1695 # these rules, we don't need one for OBJ_FORMAT_O.
1696
1697 obj-aout.o : $(srcdir)/config/obj-aout.c
1698 $(COMPILE) -c $(srcdir)/config/obj-aout.c
1699 obj-bout.o : $(srcdir)/config/obj-bout.c
1700 $(COMPILE) -c $(srcdir)/config/obj-bout.c
1701 obj-coff.o: $(srcdir)/config/obj-coff.c
1702 $(COMPILE) -c $(srcdir)/config/obj-coff.c
1703 obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
1704 $(COMPILE) -c $(srcdir)/config/obj-ecoff.c
1705 obj-elf.o : $(srcdir)/config/obj-elf.c
1706 $(COMPILE) -c $(srcdir)/config/obj-elf.c
1707 obj-evax.o : $(srcdir)/config/obj-evax.c
1708 $(COMPILE) -c $(srcdir)/config/obj-evax.c
1709 obj-hp300.o : $(srcdir)/config/obj-hp300.c
1710 $(COMPILE) -c $(srcdir)/config/obj-hp300.c
1711 obj-ieee.o : $(srcdir)/config/obj-ieee.c
1712 $(COMPILE) -c $(srcdir)/config/obj-ieee.c
1713 obj-multi.o : $(srcdir)/config/obj-multi.c
1714 $(COMPILE) -c $(srcdir)/config/obj-multi.c
1715 obj-som.o : $(srcdir)/config/obj-som.c
1716 $(COMPILE) -c $(srcdir)/config/obj-som.c
1717 obj-vms.o : $(srcdir)/config/obj-vms.c
1718 $(COMPILE) -c $(srcdir)/config/obj-vms.c
1719
1720 e-mipself.o : $(srcdir)/config/e-mipself.c
1721 $(COMPILE) -c $(srcdir)/config/e-mipself.c
1722 e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
1723 $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
1724 e-i386coff.o: $(srcdir)/config/e-i386coff.c
1725 $(COMPILE) -c $(srcdir)/config/e-i386coff.c
1726 e-i386elf.o: $(srcdir)/config/e-i386elf.c
1727 $(COMPILE) -c $(srcdir)/config/e-i386elf.c
1728
1729 m68k-parse.c: $(srcdir)/config/m68k-parse.y
1730 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/config/m68k-parse.y y.tab.c m68k-parse.c --
1731 m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
1732
1733 # Don't let the .y.h rule clobber m68k-parse.h.
1734 m68k-parse.h: ; @true
1735 $(srcdir)/config/m68k-parse.h: ; @true
1736
1737 # The instruction table specification lexical analyzer and parser.
1738
1739 itbl-lex.c: $(srcdir)/itbl-lex.l
1740 itbl-lex.o: itbl-lex.c itbl-parse.h
1741
1742 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h
1743
1744 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1745
1746 itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
1747 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
1748
1749 itbl-test-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1750 $(COMPILE) -o itbl-test-ops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
1751
1752 itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
1753 $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
1754
1755 cgen.o: cgen.c cgen.h cgen-opc.h subsegs.h \
1756 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
1757 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
1758
1759 .PHONY: install-exec-local install-data-local
1760 .PHONY: install-exec-bindir install-exec-tooldir
1761
1762 install-exec-local: install-exec-bindir install-exec-tooldir
1763
1764 install-exec-bindir: $(noinst_PROGRAMS)
1765 $(mkinstalldirs) $(bindir)
1766 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1767 if test -f $$p; then \
1768 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1769 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1770 else :; fi; \
1771 done
1772
1773 install-exec-tooldir: $(noinst_PROGRAMS)
1774 $(mkinstalldirs) $(tooldir)/bin
1775 n=`echo as | sed '$(transform)'`; \
1776 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
1777 rm -f $(tooldir)/bin/as$(EXEEXT); \
1778 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
1779 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(tooldir)/bin/as$(EXEEXT); \
1780 else \
1781 true ; \
1782 fi
1783
1784 # These exist for maintenance purposes.
1785
1786 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
1787
1788 bootstrap: as-new
1789 $(MAKE) stage1
1790 rm -f stage && ln -s stage1 stage
1791 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1792 $(MAKE) stage2
1793 rm -f stage && ln -s stage2 stage
1794 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1795 $(MAKE) comparison against=stage2
1796
1797 bootstrap2:
1798 rm -f stage && ln -s stage1 stage
1799 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1800 $(MAKE) stage2
1801 rm -f stage && ln -s stage2 stage
1802 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1803 $(MAKE) comparison against=stage2
1804
1805 bootstrap3:
1806 rm -f stage && ln -s stage2 stage
1807 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1808 $(MAKE) comparison against=stage2
1809
1810 # Copy the object files from a particular stage into a subdirectory.
1811 stage1:
1812 -mkdir stage1
1813 -mv $(STAGESTUFF) stage1
1814 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1815
1816 stage2:
1817 -mkdir stage2
1818 -mv $(STAGESTUFF) stage2
1819 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1820
1821 stage3:
1822 -mkdir stage3
1823 -mv $(STAGESTUFF) stage3
1824 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
1825
1826 # This rule is derived from corresponding code in the Makefile.in for gcc.
1827 # The "tail +16c" is to bypass headers which may include timestamps or
1828 # temporary assembly file names.
1829 comparison:
1830 x=0 ; \
1831 for file in *.o ; do \
1832 tail +16c ./$$file > tmp-foo1; \
1833 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
1834 if cmp tmp-foo1 tmp-foo2 ; then \
1835 true ; \
1836 else \
1837 echo $$file differs ; \
1838 x=1 ; \
1839 fi ; \
1840 else true; fi ; \
1841 done ; \
1842 exit $$x
1843 -rm -f tmp-foo*
1844
1845 .PHONY: de-stage1 de-stage2 de-stage3
1846
1847 de-stage1:
1848 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
1849 - rmdir stage1
1850
1851 de-stage2:
1852 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
1853 - rmdir stage2
1854
1855 de-stage3:
1856 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
1857 - rmdir stage3
1858
1859 .dep: dep.sed $(DEP_FILE_DEPS) .tcdep .objdep .dep2
1860 rm -f .dep1
1861 srcdir=`cd $(srcdir); pwd`; \
1862 $(MAKE) DEP=$(DEP) srcdir=$${srcdir} VPATH=$${srcdir} .dep1
1863 rm -rf .depdir
1864 sed -f dep.sed < .dep1 > .depa
1865 sed -f dep.sed < .tcdep >> .depa
1866 sed -f dep.sed < .objdep >> .depa
1867 sed -f dep.sed < .dep2 >> .depa
1868 echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1869 echo '$$(TARG_CPU_O): $$(TCDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1870 echo '$$(OBJ_FORMAT_O): $$(OBJDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1871 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> .depa
1872 $(SHELL) $(srcdir)/../move-if-change .depa .dep
1873
1874 # This rule needs a mkdep that runs "gcc -MM".
1875 .dep1: $(CFILES) $(MULTI_CFILES)
1876 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1877 srcdir=`cd $(srcdir); pwd`; \
1878 cd .depdir; \
1879 echo '' > targ-cpu.h; \
1880 echo '' > obj-format.h; \
1881 echo '' > targ-env.h; \
1882 echo '' > itbl-cpu.h; \
1883 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1884 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
1885 sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
1886 rm -f .depdir/.dep
1887
1888 # Work out the special dependencies for the tc-*.c files.
1889 .tcdep: $(TARGET_CPU_CFILES)
1890 rm -f .tcdepa
1891 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1892 srcdir=`cd $(srcdir); pwd`; \
1893 cd .depdir; \
1894 for c in $(CPU_TYPES); do \
1895 for o in $(OBJ_FORMATS); do \
1896 $(CPU_OBJ_VALID) \
1897 if [ x$${valid} = xyes ]; then \
1898 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1899 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
1900 echo '#include "te-generic.h"' > targ-env.h; \
1901 echo '' > itbl-cpu.h; \
1902 echo '#include "opcodes/'"$${c}"'-opc.h"' > cgen-opc.h; \
1903 rm -f dummy.c; \
1904 cp $${srcdir}/config/tc-$${c}.c dummy.c; \
1905 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1906 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1907 sed -e "s/dummy.o: dummy.c/TCDEP_$${c}_$${o} =/" \
1908 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1909 -e '/IF YOU PUT ANYTHING/,$$d' \
1910 -e '/^$$/d' < .dep >> ../.tcdepa; \
1911 rm -f dummy.c; \
1912 else true; fi; \
1913 done; \
1914 done
1915 echo 'TCDEP_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> .tcdepa
1916 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .tcdepa
1917 echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> .tcdepa
1918 # We don't try to handle all multi cases.
1919 for c in $(CPU_TYPES); do \
1920 $(CPU_MULTI_VALID) \
1921 if [ x$${valid} = xyes ]; then \
1922 o=ecoff; \
1923 $(CPU_OBJ_VALID) \
1924 echo 'TCDEP_'"$${c}"'_multi = \' >> .tcdepa; \
1925 echo '$$(TCDEP_'"$${c}"'_coff) \' >> .tcdepa; \
1926 if [ x$${valid} = xyes ]; then \
1927 echo '$$(TCDEP_'"$${c}"'_ecoff) \' >> .tcdepa; \
1928 else true; fi; \
1929 echo '$$(TCDEP_'"$${c}"'_elf)' >> .tcdepa; \
1930 else true; fi; \
1931 done
1932 mv -f .tcdepa .tcdep
1933
1934 # Work out the special dependencies for the obj-*.c files.
1935 .objdep: $(OBJ_FORMAT_CFILES)
1936 rm -f .objdepa
1937 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1938 srcdir=`cd $(srcdir); pwd`; \
1939 cd .depdir; \
1940 for c in $(CPU_TYPES); do \
1941 for o in $(OBJ_FORMATS); do \
1942 $(CPU_OBJ_VALID) \
1943 if [ x$${valid} = xyes ]; then \
1944 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1945 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
1946 echo '#include "te-generic.h"' > targ-env.h; \
1947 echo '' > itbl-cpu.h; \
1948 rm -f dummy.c; \
1949 cp $${srcdir}/config/obj-$${o}.c dummy.c; \
1950 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1951 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1952 sed -e "s/dummy.o: dummy.c/OBJDEP_$${c}_$${o} =/" \
1953 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1954 -e '/IF YOU PUT ANYTHING/,$$d' \
1955 -e '/^$$/d' < .dep >> ../.objdepa; \
1956 rm -f dummy.c; \
1957 else true; fi; \
1958 done; \
1959 done
1960 echo 'OBJDEP_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> .objdepa
1961 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .objdepa
1962 echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> .objdepa
1963 echo ' $$(INCDIR)/aout/stab.def' >> .objdepa
1964 # We don't try to handle all multi cases.
1965 for c in $(CPU_TYPES); do \
1966 $(CPU_MULTI_VALID) \
1967 if [ x$${valid} = xyes ]; then \
1968 o=ecoff; \
1969 $(CPU_OBJ_VALID) \
1970 echo 'OBJDEP_'"$${c}"'_multi = \' >> .objdepa; \
1971 echo '$$(OBJDEP_'"$${c}"'_coff) \' >> .objdepa; \
1972 if [ x$${valid} = xyes ]; then \
1973 echo '$$(OBJDEP_'"$${c}"'_ecoff) \' >> .objdepa; \
1974 else true; fi; \
1975 echo '$$(OBJDEP_'"$${c}"'_elf)' >> .objdepa; \
1976 else true; fi; \
1977 done
1978 mv -f .objdepa .objdep
1979
1980 # Work out the dependencies for each CPU/OBJ combination.
1981 # Note that SOM is a special case, because it only works native.
1982 .dep2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
1983 rm -f .dep2a
1984 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1985 srcdir=`cd $(srcdir); pwd`; \
1986 cd .depdir; \
1987 for c in $(CPU_TYPES); do \
1988 for o in $(OBJ_FORMATS); do \
1989 $(CPU_OBJ_VALID) \
1990 if [ x$${valid} = xyes ]; then \
1991 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1992 echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
1993 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1994 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1995 sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" \
1996 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1997 -e '/IF YOU PUT ANYTHING/,$$d' \
1998 -e '/^$$/d' < .dep >> ../.dep2a; \
1999 else true; fi; \
2000 done; \
2001 done
2002 echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> .dep2a
2003 # We don't try to handle all multi cases.
2004 for c in $(CPU_TYPES); do \
2005 $(CPU_MULTI_VALID) \
2006 if [ x$${valid} = xyes ]; then \
2007 o=ecoff; \
2008 $(CPU_OBJ_VALID) \
2009 echo 'DEP_'"$${c}"'_multi = \' >> .dep2a; \
2010 echo '$$(DEP_'"$${c}"'_coff) \' >> .dep2a; \
2011 if [ x$${valid} = xyes ]; then \
2012 echo '$$(DEP_'"$${c}"'_ecoff) \' >> .dep2a; \
2013 else true; fi; \
2014 echo '$$(DEP_'"$${c}"'_elf)' >> .dep2a; \
2015 else true; fi; \
2016 done
2017 mv -f .dep2a .dep2
2018
2019 dep.sed: dep-in.sed config.status
2020 srcdir=`cd $(srcdir); pwd`; \
2021 sed <$(srcdir)/dep-in.sed >dep.sed \
2022 -e "s!@INCDIR@!$${srcdir}/../include!" \
2023 -e "s!@BFDDIR@!$${srcdir}/../bfd!" \
2024 -e "s!@SRCDIR@!$${srcdir}!"
2025
2026 dep: .dep
2027 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
2028 cat .dep >> tmp-Makefile
2029 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
2030
2031 dep-in: .dep
2032 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
2033 cat .dep >> tmp-Makefile.in
2034 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
2035
2036 dep-am: .dep
2037 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
2038 cat .dep >> tmp-Makefile.am
2039 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
2040
2041 .PHONY: dep dep-in dep-am
2042
2043 # DO NOT DELETE THIS LINE -- mkdep uses it.
2044 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
2045
2046 app.o: app.c
2047 as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2048 sb.h macro.h
2049 atof-generic.o: atof-generic.c
2050 bignum-copy.o: bignum-copy.c
2051 cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
2052 depend.o: depend.c
2053 ecoff.o: ecoff.c
2054 ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
2055 expr.o: expr.c $(INCDIR)/obstack.h
2056 flonum-copy.o: flonum-copy.c
2057 flonum-konst.o: flonum-konst.c
2058 flonum-mult.o: flonum-mult.c
2059 frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
2060 hash.o: hash.c
2061 input-file.o: input-file.c input-file.h
2062 input-scrub.o: input-scrub.c input-file.h sb.h
2063 listing.o: listing.c input-file.h subsegs.h
2064 literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
2065 macro.o: macro.c sb.h macro.h
2066 messages.o: messages.c
2067 output-file.o: output-file.c output-file.h
2068 read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
2069 ecoff.h
2070 sb.o: sb.c sb.h
2071 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
2072 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2073 subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
2074 symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h
2075 write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
2076 gasp.o: gasp.c sb.h macro.h
2077 itbl-ops.o: itbl-ops.c itbl-ops.h
2078 e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
2079 emul-target.h
2080 e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
2081 e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
2082 emul-target.h
2083 e-mipself.o: $(srcdir)/config/e-mipself.c emul.h emul-target.h
2084 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
2085 $(TARG_CPU_O): $(TCDEP_@target_cpu_type@_@obj_format@)
2086 $(OBJ_FORMAT_O): $(OBJDEP_@target_cpu_type@_@obj_format@)
2087 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2088
2089 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2090 # Otherwise a system limit (for SysV at least) may be exceeded.
2091 .NOEXPORT:
This page took 0.072905 seconds and 4 git commands to generate.