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