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