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