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