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