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