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