Configury changes: update src repository (binutils, gdb, and rda) to use
[deliverable/binutils-gdb.git] / ld / Makefile.in
CommitLineData
38fc1cb1 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
42ecbf5e 2# @configure_input@
252b5132 3
42ecbf5e
DJ
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
252b5132
RH
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
42ecbf5e 15@SET_MAKE@
2b282e8b 16
252b5132
RH
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
252b5132
RH
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
252b5132 23top_builddir = .
42ecbf5e 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
252b5132 25INSTALL = @INSTALL@
42ecbf5e
DJ
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
252b5132
RH
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
252b5132 37build_triplet = @build@
252b5132 38host_triplet = @host@
252b5132 39target_triplet = @target@
42ecbf5e 40noinst_PROGRAMS = ld-new$(EXEEXT)
b898a385
L
41DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
42 README ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
42ecbf5e
DJ
43 $(top_srcdir)/configure $(am__configure_deps) \
44 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
45 $(top_srcdir)/po/Make-in ldgram.h ldgram.c ldlex.c deffilep.h \
46 deffilep.c $(srcdir)/../ylwrap $(srcdir)/../ltmain.sh \
47 $(srcdir)/../config.guess $(srcdir)/../config.sub
48subdir = .
49ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
51 $(top_srcdir)/../bfd/acinclude.m4 \
20e95c23
DJ
52 $(top_srcdir)/../config/acx.m4 \
53 $(top_srcdir)/../config/gettext-sister.m4 \
54 $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
55 $(top_srcdir)/../config/progtest.m4 \
56 $(top_srcdir)/../bfd/bfd.m4 $(top_srcdir)/../bfd/warning.m4 \
57 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in
42ecbf5e
DJ
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61 configure.lineno configure.status.lineno
62mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
63CONFIG_HEADER = config.h
64CONFIG_CLEAN_FILES = po/Makefile.in
65PROGRAMS = $(noinst_PROGRAMS)
66am_ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex.$(OBJEXT) lexsup.$(OBJEXT) \
67 ldlang.$(OBJEXT) mri.$(OBJEXT) ldctor.$(OBJEXT) \
68 ldmain.$(OBJEXT) ldwrite.$(OBJEXT) ldexp.$(OBJEXT) \
69 ldemul.$(OBJEXT) ldver.$(OBJEXT) ldmisc.$(OBJEXT) \
70 ldfile.$(OBJEXT) ldcref.$(OBJEXT)
71ld_new_OBJECTS = $(am_ld_new_OBJECTS)
72am__DEPENDENCIES_1 =
73am__DEPENDENCIES_2 = ../bfd/libbfd.la
74am__DEPENDENCIES_3 = ../libiberty/libiberty.a
75DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
76depcomp =
77am__depfiles_maybe =
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
81 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82 $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85 $(AM_LDFLAGS) $(LDFLAGS) -o $@
86LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
87LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
88YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
89LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
90 $(AM_YFLAGS)
91YLWRAP = $(top_srcdir)/../ylwrap
92SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES)
93INFO_DEPS = $(srcdir)/ld.info
94TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
95am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
96DVIS = ld.dvi
97PDFS = ld.pdf
98PSS = ld.ps
99HTMLS = ld.html
100TEXINFOS = ld.texinfo
101TEXI2PDF = $(TEXI2DVI) --pdf --batch
102MAKEINFOHTML = $(MAKEINFO) --html
103AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
104DVIPS = dvips
105RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106 html-recursive info-recursive install-data-recursive \
107 install-exec-recursive install-info-recursive \
108 install-recursive installcheck-recursive installdirs-recursive \
109 pdf-recursive ps-recursive uninstall-info-recursive \
110 uninstall-recursive
111man1dir = $(mandir)/man1
112am__installdirs = "$(DESTDIR)$(man1dir)"
113NROFF = nroff
114MANS = $(man_MANS)
115ETAGS = etags
116CTAGS = ctags
117DEJATOOL = $(PACKAGE)
118RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
119DIST_SUBDIRS = $(SUBDIRS)
120ACLOCAL = @ACLOCAL@
42ecbf5e
DJ
121AMDEP_FALSE = @AMDEP_FALSE@
122AMDEP_TRUE = @AMDEP_TRUE@
123AMTAR = @AMTAR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
252b5132
RH
128CATALOGS = @CATALOGS@
129CATOBJEXT = @CATOBJEXT@
130CC = @CC@
42ecbf5e
DJ
131CCDEPMODE = @CCDEPMODE@
132CFLAGS = @CFLAGS@
9c933e04 133CPP = @CPP@
42ecbf5e
DJ
134CPPFLAGS = @CPPFLAGS@
135CYGPATH_W = @CYGPATH_W@
252b5132 136DATADIRNAME = @DATADIRNAME@
42ecbf5e
DJ
137DEFS = @DEFS@
138DEPDIR = @DEPDIR@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EMUL = @EMUL@
3336653a 144EMULATION_LIBPATH = @EMULATION_LIBPATH@
42ecbf5e
DJ
145EMULATION_OFILES = @EMULATION_OFILES@
146EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
da54c6eb 147EXEEXT = @EXEEXT@
20e95c23 148GENCAT = @GENCAT@
252b5132 149GMSGFMT = @GMSGFMT@
252b5132 150HDEFINES = @HDEFINES@
42ecbf5e
DJ
151
152#stuff for self hosting (can be overridden in config file).
153HOSTING_CRT0 = @HOSTING_CRT0@
154HOSTING_LIBS = @HOSTING_LIBS@
20e95c23 155INCINTL = @INCINTL@
42ecbf5e
DJ
156INSTALL_DATA = @INSTALL_DATA@
157INSTALL_PROGRAM = @INSTALL_PROGRAM@
158INSTALL_SCRIPT = @INSTALL_SCRIPT@
159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 160INSTOBJEXT = @INSTOBJEXT@
42ecbf5e
DJ
161LDFLAGS = @LDFLAGS@
162LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
163LEXLIB = @LEXLIB@
164LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
20e95c23
DJ
165LIBINTL = @LIBINTL@
166LIBINTL_DEP = @LIBINTL_DEP@
42ecbf5e
DJ
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
252b5132 169LIBTOOL = @LIBTOOL@
42ecbf5e
DJ
170
171# Search path to override the default search path for -lfoo libraries.
172# If LIB_PATH is empty, the ones in the script (if any) are left alone.
173# (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
174# a cross-linker, in which case the default is empty. See genscripts.sh.)
175# Otherwise, they are replaced with the ones given in LIB_PATH,
176# which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set
177# when the linker is configured via the --with-lib-path configure switch.
178LIB_PATH = @LIB_PATH@
252b5132 179LN_S = @LN_S@
42ecbf5e 180LTLIBOBJS = @LTLIBOBJS@
252b5132 181MAINT = @MAINT@
42ecbf5e
DJ
182MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
183MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
da54c6eb 184MAKEINFO = @MAKEINFO@
252b5132
RH
185MKINSTALLDIRS = @MKINSTALLDIRS@
186MSGFMT = @MSGFMT@
20e95c23 187MSGMERGE = @MSGMERGE@
252b5132 188NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
42ecbf5e 189NO_WERROR = @NO_WERROR@
3a9d486c 190OBJEXT = @OBJEXT@
252b5132 191PACKAGE = @PACKAGE@
42ecbf5e
DJ
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_VERSION = @PACKAGE_VERSION@
197PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
198POSUB = @POSUB@
199RANLIB = @RANLIB@
42ecbf5e
DJ
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
597e2591 202STRINGIFY = @STRINGIFY@
3a9d486c 203STRIP = @STRIP@
9c8ebd6a
DJ
204TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
205TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
42ecbf5e
DJ
206
207# This is the real libbfd.a created by libtool.
208TESTBFDLIB = @TESTBFDLIB@
252b5132 209USE_NLS = @USE_NLS@
252b5132 210VERSION = @VERSION@
42ecbf5e
DJ
211WARN_CFLAGS = @WARN_CFLAGS@
212XGETTEXT = @XGETTEXT@
213YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
214ac_ct_CC = @ac_ct_CC@
215ac_ct_RANLIB = @ac_ct_RANLIB@
216ac_ct_STRIP = @ac_ct_STRIP@
217am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
218am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
219am__include = @am__include@
220am__leading_dot = @am__leading_dot@
221am__quote = @am__quote@
222am__tar = @am__tar@
223am__untar = @am__untar@
224bindir = @bindir@
225build = @build@
226build_alias = @build_alias@
227build_cpu = @build_cpu@
228build_os = @build_os@
229build_vendor = @build_vendor@
230datadir = @datadir@
108a6f8e
CD
231datarootdir = @datarootdir@
232docdir = @docdir@
42ecbf5e
DJ
233exec_prefix = @exec_prefix@
234host = @host@
235host_alias = @host_alias@
236host_cpu = @host_cpu@
237host_os = @host_os@
238host_vendor = @host_vendor@
108a6f8e 239htmldir = @htmldir@
42ecbf5e
DJ
240includedir = @includedir@
241infodir = @infodir@
242install_sh = @install_sh@
42ecbf5e
DJ
243libdir = @libdir@
244libexecdir = @libexecdir@
245localstatedir = @localstatedir@
246mandir = @mandir@
247mkdir_p = @mkdir_p@
248oldincludedir = @oldincludedir@
249prefix = @prefix@
250program_transform_name = @program_transform_name@
251sbindir = @sbindir@
252sharedstatedir = @sharedstatedir@
253sysconfdir = @sysconfdir@
254target = @target@
255target_alias = @target_alias@
256target_cpu = @target_cpu@
257target_os = @target_os@
258target_vendor = @target_vendor@
9c8ebd6a 259use_sysroot = @use_sysroot@
252b5132 260AUTOMAKE_OPTIONS = cygnus dejagnu
252b5132 261SUBDIRS = po
252b5132 262tooldir = $(exec_prefix)/$(target_alias)
252b5132 263YFLAGS = -d
a2d91340
AC
264AM_CFLAGS = $(WARN_CFLAGS)
265
252b5132
RH
266# We put the scripts in the directory $(scriptdir)/ldscripts.
267# We can't put the scripts in $(datadir) because the SEARCH_DIR
268# directives need to be different for native and cross linkers.
269scriptdir = $(tooldir)/lib
252b5132
RH
270BASEDIR = $(srcdir)/..
271BFDDIR = $(BASEDIR)/bfd
272INCDIR = $(BASEDIR)/include
41b49281 273MKDEP = gcc -MM
252b5132
RH
274
275# What version of the manual to build
276DOCVER = gen
277
0285c67d
NC
278# Options to extract the man page from ld.texinfo
279MANCONF = -Dman
38fc1cb1 280TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
a154a8ad
MM
281POD2MAN = pod2man --center="GNU Development Tools" \
282 --release="binutils-$(VERSION)" --section=1
0285c67d 283
252b5132
RH
284HOSTING_EMU = -m $(EMUL)
285
286# Setup the testing framework, if you have one
c3298874
BE
287EXPECT = expect
288RUNTEST = runtest
252b5132 289RUNTESTFLAGS =
a154a8ad
MM
290CC_FOR_TARGET = ` \
291 if [ -f $$r/../gcc/xgcc ] ; then \
292 if [ -f $$r/../newlib/Makefile ] ; then \
293 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
294 else \
295 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
296 fi; \
297 else \
298 if [ "@host@" = "@target@" ] ; then \
299 echo $(CC); \
300 else \
301 echo gcc | sed '$(transform)'; \
302 fi; \
303 fi`
252b5132 304
da54c6eb 305CXX = gcc
a154a8ad
MM
306CXX_FOR_TARGET = ` \
307 if [ -f $$r/../gcc/xgcc ] ; then \
308 if [ -f $$r/../newlib/Makefile ] ; then \
309 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
310 else \
311 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
312 fi; \
313 else \
314 if [ "@host@" = "@target@" ] ; then \
315 echo $(CXX); \
316 else \
317 echo gcc | sed '$(transform)'; \
318 fi; \
319 fi`
252b5132 320
252b5132
RH
321info_TEXINFOS = ld.texinfo
322noinst_TEXINFOS = ldint.texinfo
323man_MANS = ld.1
38fc1cb1 324AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty
6e1b59d2 325TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc
20e95c23 326INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @INCINTL@ $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(datadir)/locale\""
252b5132
RH
327BFDLIB = ../bfd/libbfd.la
328LIBIBERTY = ../libiberty/libiberty.a
a154a8ad 329ALL_EMULATIONS = \
a154a8ad
MM
330 eaixppc.o \
331 eaixrs6.o \
332 ealpha.o \
333 earcelf.o \
334 earm_epoc_pe.o \
335 earmaoutb.o \
336 earmaoutl.o \
337 earmcoff.o \
338 earmelf.o \
339 earmelfb.o \
340 earmelf_fbsd.o \
341 earmelf_linux.o \
342 earmelf_linux_eabi.o \
343 earmelfb_linux.o \
344 earmelfb_linux_eabi.o \
345 earmelf_nbsd.o \
346 earmelfb_nbsd.o \
347 earmelf_vxworks.o \
348 earmnto.o \
349 earmnbsd.o \
350 earmpe.o \
351 earmsymbian.o \
352 eavr2.o \
353 eavr1.o \
354 eavr3.o \
355 eavr4.o \
356 eavr5.o \
28c9d252 357 eavr6.o \
a154a8ad
MM
358 ecoff_i860.o \
359 ecoff_sparc.o \
360 ecrisaout.o \
361 ecriself.o \
362 ecrislinux.o \
363 ed10velf.o \
364 ed30v_e.o \
365 ed30v_o.o \
366 ed30velf.o \
367 edelta68.o \
368 eelf32_dlx.o \
a154a8ad
MM
369 eelf32_i960.o \
370 eelf32_i860.o \
371 eelf32_sparc.o \
910600e9 372 eelf32_sparc_vxworks.o \
a154a8ad 373 eelf32b4300.o \
95f4309b 374 eelf32bfin.o \
753a4ce3 375 eelf32bfinfd.o \
a154a8ad
MM
376 eelf32cr16c.o \
377 eelf32bmip.o \
378 eelf32bmipn32.o \
379 eelf32btsmip.o \
380 eelf32crx.o \
381 eelf32btsmipn32.o \
382 eelf32ltsmip.o \
383 eelf32ltsmipn32.o \
384 eelf32ebmip.o \
0a44bf69 385 eelf32ebmipvxworks.o \
a154a8ad 386 eelf32elmip.o \
0a44bf69 387 eelf32elmipvxworks.o \
a154a8ad
MM
388 eelf32fr30.o \
389 eelf32frv.o \
390 eelf32i370.o \
391 eelf32ip2k.o \
392 eelf32iq2000.o \
393 eelf32iq10.o \
394 eelf32l4300.o \
395 eelf32lmip.o \
396 eelf32lppc.o \
397 eelf32lppcnto.o \
398 eelf32lppcsim.o \
49f58d10 399 eelf32m32c.o \
a154a8ad
MM
400 eelf32mcore.o \
401 eelf32mipswindiss.o \
4970f871 402 eelf32mt.o \
a154a8ad
MM
403 eelf32openrisc.o \
404 eelf32ppc.o \
405 eelf32ppc_fbsd.o \
406 eelf32ppclinux.o \
407 eelf32ppcnto.o \
408 eelf32ppcsim.o \
409 eelf32ppcwindiss.o \
9d8504b1 410 eelf32ppcvxworks.o \
a154a8ad 411 eelf32vax.o \
d70c5fc7
NC
412 eelf32xc16x.o \
413 eelf32xc16xl.o \
414 eelf32xc16xs.o \
a154a8ad
MM
415 eelf32xstormy16.o \
416 eelf32xtensa.o \
417 eelf_i386.o \
418 eelf_i386_be.o \
419 eelf_i386_chaos.o \
420 eelf_i386_fbsd.o \
421 eelf_i386_ldso.o \
eac338cf 422 eelf_i386_vxworks.o \
a154a8ad
MM
423 eelf_s390.o \
424 egld960.o \
425 egld960coff.o \
426 eh8300.o \
427 eh8300h.o \
428 eh8300s.o \
429 eh8300elf.o \
430 eh8300hn.o \
431 eh8300sn.o \
432 eh8300sx.o \
433 eh8300helf.o \
434 eh8300self.o \
435 eh8300hnelf.o \
436 eh8300snelf.o \
437 eh8300sxelf.o \
438 eh8300sxn.o \
439 eh8300sxnelf.o \
440 eh8500.o \
441 eh8500b.o \
442 eh8500c.o \
443 eh8500m.o \
444 eh8500s.o \
445 ehp300bsd.o \
446 ehp3hpux.o \
447 ehppaelf.o \
448 ehppalinux.o \
449 ehppanbsd.o \
450 ehppaobsd.o \
451 ei386aout.o \
452 ei386beos.o \
453 ei386bsd.o \
454 ei386coff.o \
455 ei386go32.o \
456 ei386linux.o \
457 ei386lynx.o \
458 ei386mach.o \
459 ei386moss.o \
460 ei386msdos.o \
461 ei386nbsd.o \
462 ei386nto.o \
463 ei386nw.o \
464 ei386pe.o \
465 ei386pe_posix.o \
466 elnk960.o \
467 em32relf.o \
468 em32rlelf.o \
469 em32relf_linux.o \
470 em32rlelf_linux.o \
471 em68hc11elf.o \
472 em68hc11elfb.o \
473 em68hc12elf.o \
474 em68hc12elfb.o \
475 em68k4knbsd.o \
476 em68kaout.o \
477 em68kaux.o \
478 em68kcoff.o \
479 em68kelf.o \
480 em68kelfnbsd.o \
481 em68klinux.o \
a154a8ad
MM
482 em68knbsd.o \
483 em68kpsos.o \
484 em88kbcs.o \
485 emaxqcoff.o \
486 emcorepe.o \
487 emipsbig.o \
488 emipsbsd.o \
489 emipsidt.o \
490 emipsidtl.o \
491 emipslit.o \
492 emipslnews.o \
493 emipspe.o \
494 emsp430x110.o \
495 emsp430x112.o \
496 emsp430x1101.o \
497 emsp430x1111.o \
498 emsp430x1121.o \
499 emsp430x1122.o \
500 emsp430x1132.o \
501 emsp430x122.o \
502 emsp430x123.o \
503 emsp430x1222.o \
504 emsp430x1232.o \
505 emsp430x133.o \
506 emsp430x135.o \
507 emsp430x1331.o \
508 emsp430x1351.o \
509 emsp430x147.o \
510 emsp430x148.o \
511 emsp430x149.o \
512 emsp430x155.o \
513 emsp430x156.o \
514 emsp430x157.o \
515 emsp430x167.o \
516 emsp430x168.o \
517 emsp430x169.o \
518 emsp430x1610.o \
519 emsp430x1611.o \
520 emsp430x1612.o \
44c86e8c
NC
521 emsp430x2101.o \
522 emsp430x2111.o \
523 emsp430x2121.o \
524 emsp430x2131.o \
a154a8ad
MM
525 emsp430x311.o \
526 emsp430x312.o \
527 emsp430x313.o \
528 emsp430x314.o \
529 emsp430x315.o \
530 emsp430x323.o \
531 emsp430x325.o \
532 emsp430x336.o \
533 emsp430x337.o \
534 emsp430x412.o \
535 emsp430x413.o \
536 emsp430x415.o \
537 emsp430x417.o \
538 emsp430xE423.o \
539 emsp430xE425.o \
540 emsp430xE427.o \
541 emsp430xW423.o \
542 emsp430xW425.o \
543 emsp430xW427.o \
544 emsp430xG437.o \
545 emsp430xG438.o \
546 emsp430xG439.o \
547 emsp430x435.o \
548 emsp430x436.o \
549 emsp430x437.o \
550 emsp430x447.o \
551 emsp430x448.o \
552 emsp430x449.o \
553 enews.o \
554 ens32knbsd.o \
555 eor32.o \
556 eor32elf.o \
557 epc532macha.o \
558 epdp11.o \
559 epjelf.o \
560 epjlelf.o \
561 eppcmacos.o \
562 eppcnw.o \
563 eppcpe.o \
564 eppclynx.o \
565 eriscix.o \
a154a8ad
MM
566 esh.o \
567 eshelf32.o \
568 eshlelf32.o \
569 eshelf32_linux.o \
570 eshlelf32_linux.o \
571 eshelf32_nbsd.o \
572 eshlelf32_nbsd.o \
573 eshelf.o \
574 eshelf_linux.o \
575 eshlelf_linux.o \
576 eshelf_nbsd.o \
577 eshlelf_nbsd.o \
578 eshelf_nto.o \
579 eshlelf_nto.o \
580 eshl.o \
581 eshlelf.o \
582 eshlsymbian.o \
583 eshpe.o \
584 esparcaout.o \
585 esparclinux.o \
a154a8ad
MM
586 esparcnbsd.o \
587 est2000.o \
588 esun3.o \
589 esun4.o \
590 etic30aout.o \
591 etic30coff.o \
592 etic3xcoff.o \
593 etic3xcoff_onchip.o \
594 etic4xcoff.o \
595 etic54xcoff.o \
596 etic80coff.o \
597 evanilla.o \
598 evax.o \
599 evaxnbsd.o \
600 evsta.o \
601 ew65.o \
602 ez8001.o \
49f58d10 603 eelf32frvfd.o \
3c9b82ba 604 ez80.o \
a154a8ad
MM
605 ez8002.o
606
a154a8ad
MM
607ALL_64_EMULATIONS = \
608 eelf64_aix.o \
609 eelf64_ia64.o \
610 eelf64_ia64_fbsd.o \
611 eshelf64.o \
612 eshlelf64.o \
613 eshelf64_nbsd.o \
614 eshlelf64_nbsd.o \
615 eelf_x86_64.o \
616 eelf_x86_64_fbsd.o \
617 eelf64_s390.o \
618 eelf64_sparc.o \
619 eelf64_sparc_fbsd.o \
620 eelf64alpha.o \
621 eelf64alpha_fbsd.o \
622 eelf64alpha_nbsd.o \
623 eelf64bmip.o \
624 eelf64btsmip.o \
625 eelf64ltsmip.o \
626 eelf64hppa.o \
627 eelf64mmix.o \
628 emmo.o \
629 eelf64ppc.o \
630 eelf64lppc.o \
631 ehppa64linux.o
632
a154a8ad
MM
633ALL_EMUL_EXTRA_OFILES = \
634 deffilep.o \
635 pe-dll.o
636
a154a8ad
MM
637CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
638 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
639 mri.c ldcref.c pe-dll.c
640
a154a8ad
MM
641HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
642 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
ebe1fac1 643 ldwrite.h mri.h deffile.h pe-dll.h elf-hints-local.h
252b5132 644
252b5132
RH
645GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
646GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
a154a8ad
MM
647OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
648 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
649 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES}
252b5132 650
252b5132
RH
651STAGESTUFF = *.o ldscripts/* e*.c
652
653# At the moment this is just a list of those emulation template files
654# that contain internationalised strings.
655EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
252b5132
RH
656POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
657
325fab4e 658# These all start with e so 'make clean' can find them.
dfcffada 659GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@
597e2591 660GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
252b5132 661
67798033
L
662# We need this for automake to use YLWRAP.
663EXTRA_ld_new_SOURCES = deffilep.y
a154a8ad
MM
664ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
665 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
252b5132 666
20e95c23
DJ
667ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL_DEP)
668ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL)
42ecbf5e 669MAINTAINERCLEANFILES = ldver.texi configdoc.texi
252b5132 670
42ecbf5e
DJ
671# We want to reconfigure if configure.host or configure.tgt changes. We
672# extract version from bfd/configure.in, so we must depend on that also.
673CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt \
674 $(srcdir)/../bfd/configure.in
465bc359 675
a154a8ad
MM
676MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
677 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
252b5132 678
0bdaf48b 679CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
108a6f8e 680html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
252b5132
RH
681
682# Stuff that should be included in a distribution. The diststuff
683# target is run by the taz target in ../Makefile.in.
c45021f2 684EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
dca7760f 685DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
42ecbf5e
DJ
686all: config.h
687 $(MAKE) $(AM_MAKEFLAGS) all-recursive
465bc359 688
325fab4e 689.SUFFIXES:
42ecbf5e
DJ
690.SUFFIXES: .c .dvi .html .info .l .lo .o .obj .pdf .ps .texinfo .y
691am--refresh:
692 @:
693$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
694 @for dep in $?; do \
695 case '$(am__configure_deps)' in \
696 *$$dep*) \
697 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
698 cd $(srcdir) && $(AUTOMAKE) --foreign \
699 && exit 0; \
700 exit 1;; \
701 esac; \
702 done; \
703 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
704 cd $(top_srcdir) && \
705 $(AUTOMAKE) --foreign Makefile
706.PRECIOUS: Makefile
707Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
708 @case '$?' in \
709 *config.status*) \
710 echo ' $(SHELL) ./config.status'; \
711 $(SHELL) ./config.status;; \
712 *) \
713 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
714 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
715 esac;
716
717$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
465bc359 718 $(SHELL) ./config.status --recheck
42ecbf5e
DJ
719
720$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252b5132 721 cd $(srcdir) && $(AUTOCONF)
42ecbf5e
DJ
722$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
723 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252b5132 724
42ecbf5e 725config.h: stamp-h1
252b5132 726 @if test ! -f $@; then \
42ecbf5e
DJ
727 rm -f stamp-h1; \
728 $(MAKE) stamp-h1; \
252b5132 729 else :; fi
da54c6eb 730
42ecbf5e
DJ
731stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
732 @rm -f stamp-h1
733 cd $(top_builddir) && $(SHELL) ./config.status config.h
734$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
735 cd $(top_srcdir) && $(AUTOHEADER)
736 rm -f stamp-h1
737 touch $@
252b5132
RH
738
739distclean-hdr:
42ecbf5e
DJ
740 -rm -f config.h stamp-h1
741po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
742 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
743
744clean-noinstPROGRAMS:
42ecbf5e
DJ
745 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
746 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
747 echo " rm -f $$p $$f"; \
748 rm -f $$p $$f ; \
749 done
750ldgram.h: ldgram.c
751 @if test ! -f $@; then \
752 rm -f ldgram.c; \
753 $(MAKE) ldgram.c; \
754 else :; fi
755deffilep.h: deffilep.c
756 @if test ! -f $@; then \
757 rm -f deffilep.c; \
758 $(MAKE) deffilep.c; \
759 else :; fi
760ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
761 @rm -f ld-new$(EXEEXT)
762 $(LINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
2b282e8b
NC
763
764mostlyclean-compile:
2b282e8b
NC
765 -rm -f *.$(OBJEXT)
766
2b282e8b
NC
767distclean-compile:
768 -rm -f *.tab.c
769
42ecbf5e
DJ
770.c.o:
771 $(COMPILE) -c $<
772
773.c.obj:
774 $(COMPILE) -c `$(CYGPATH_W) '$<'`
da54c6eb 775
a2d91340 776.c.lo:
42ecbf5e 777 $(LTCOMPILE) -c -o $@ $<
252b5132 778
42ecbf5e
DJ
779.l.c:
780 $(LEXCOMPILE) $<
781 sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
782 rm -f $(LEX_OUTPUT_ROOT).c
252b5132 783
42ecbf5e
DJ
784.y.c:
785 $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
da54c6eb
L
786
787mostlyclean-libtool:
788 -rm -f *.lo
789
790clean-libtool:
791 -rm -rf .libs _libs
792
793distclean-libtool:
42ecbf5e 794 -rm -f libtool
da54c6eb 795
252b5132 796.texinfo.info:
42ecbf5e
DJ
797 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
798 am__cwd=`pwd` && cd $(srcdir) && \
799 rm -rf $$backupdir && mkdir $$backupdir && \
38fc1cb1
DJ
800 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
801 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
802 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
803 done; \
804 else :; fi && \
42ecbf5e
DJ
805 cd "$$am__cwd"; \
806 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
807 -o $@ $<; \
808 then \
809 rc=0; \
810 cd $(srcdir); \
811 else \
812 rc=$$?; \
813 cd $(srcdir) && \
38fc1cb1 814 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
42ecbf5e
DJ
815 fi; \
816 rm -rf $$backupdir; exit $$rc
252b5132
RH
817
818.texinfo.dvi:
42ecbf5e
DJ
819 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
820 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
821 $(TEXI2DVI) $<
822
823.texinfo.pdf:
824 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
825 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
826 $(TEXI2PDF) $<
827
828.texinfo.html:
829 rm -rf $(@:.html=.htp)
830 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
831 -o $(@:.html=.htp) $<; \
832 then \
833 rm -rf $@; \
834 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
835 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
836 else \
837 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
838 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
839 exit 1; \
840 fi
f7d9e5c3
CD
841$(srcdir)/ld.info: ld.texinfo
842ld.dvi: ld.texinfo
42ecbf5e
DJ
843ld.pdf: ld.texinfo
844ld.html: ld.texinfo
252b5132 845.dvi.ps:
38fc1cb1 846 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
42ecbf5e 847 $(DVIPS) -o $@ $<
252b5132 848
42ecbf5e 849uninstall-info-am:
b898a385 850 @$(PRE_UNINSTALL)
42ecbf5e
DJ
851 @if (install-info --version && \
852 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
252b5132
RH
853 list='$(INFO_DEPS)'; \
854 for file in $$list; do \
42ecbf5e
DJ
855 relfile=`echo "$$file" | sed 's|^.*/||'`; \
856 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
857 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
252b5132 858 done; \
42ecbf5e 859 else :; fi
252b5132 860 @$(NORMAL_UNINSTALL)
42ecbf5e 861 @list='$(INFO_DEPS)'; \
252b5132 862 for file in $$list; do \
42ecbf5e
DJ
863 relfile=`echo "$$file" | sed 's|^.*/||'`; \
864 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
865 (if cd "$(DESTDIR)$(infodir)"; then \
b898a385 866 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
42ecbf5e
DJ
867 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
868 else :; fi); \
252b5132
RH
869 done
870
871dist-info: $(INFO_DEPS)
42ecbf5e 872 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
252b5132
RH
873 list='$(INFO_DEPS)'; \
874 for base in $$list; do \
42ecbf5e
DJ
875 case $$base in \
876 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
877 esac; \
252b5132 878 if test -f $$base; then d=.; else d=$(srcdir); fi; \
20e95c23
DJ
879 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
880 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
881 if test -f $$file; then \
882 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
883 test -f $(distdir)/$$relfile || \
884 cp -p $$file $(distdir)/$$relfile; \
885 else :; fi; \
252b5132
RH
886 done; \
887 done
888
889mostlyclean-aminfo:
42ecbf5e
DJ
890 -rm -rf ld.aux ld.cp ld.cps ld.fn ld.fns ld.ky ld.log ld.pg ld.pgs ld.tmp \
891 ld.toc ld.tp ld.tps ld.vr ld.vrs ld.dvi ld.pdf ld.ps ld.html
252b5132
RH
892
893maintainer-clean-aminfo:
42ecbf5e
DJ
894 @list='$(INFO_DEPS)'; for i in $$list; do \
895 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
896 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
897 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
252b5132 898 done
252b5132 899
42ecbf5e
DJ
900clean-info: mostlyclean-aminfo
901install-man1: $(man1_MANS) $(man_MANS)
902 @$(NORMAL_INSTALL)
903 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
904 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
905 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
906 for i in $$l2; do \
252b5132
RH
907 case "$$i" in \
908 *.1*) list="$$list $$i" ;; \
909 esac; \
910 done; \
911 for i in $$list; do \
912 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
913 else file=$$i; fi; \
914 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
42ecbf5e
DJ
915 case "$$ext" in \
916 1*) ;; \
917 *) ext='1' ;; \
918 esac; \
252b5132 919 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
42ecbf5e 920 inst=`echo $$inst | sed -e 's/^.*\///'`; \
252b5132 921 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
42ecbf5e
DJ
922 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
923 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
252b5132 924 done
252b5132 925uninstall-man1:
42ecbf5e
DJ
926 @$(NORMAL_UNINSTALL)
927 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
928 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
929 for i in $$l2; do \
252b5132
RH
930 case "$$i" in \
931 *.1*) list="$$list $$i" ;; \
932 esac; \
933 done; \
934 for i in $$list; do \
935 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
42ecbf5e
DJ
936 case "$$ext" in \
937 1*) ;; \
938 *) ext='1' ;; \
939 esac; \
252b5132 940 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
42ecbf5e 941 inst=`echo $$inst | sed -e 's/^.*\///'`; \
252b5132 942 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
42ecbf5e
DJ
943 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
944 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
252b5132 945 done
252b5132
RH
946
947# This directory's subdirectories are mostly independent; you can cd
948# into them and run `make' without going through this Makefile.
949# To change the values of `make' variables: instead of editing Makefiles,
950# (1) if the variable is set in `config.status', edit `config.status'
951# (which will cause the Makefiles to be regenerated when you run `make');
952# (2) otherwise, pass the desired values on the `make' command line.
42ecbf5e 953$(RECURSIVE_TARGETS):
b898a385
L
954 @failcom='exit 1'; \
955 for f in x $$MAKEFLAGS; do \
956 case $$f in \
957 *=* | --[!k]*);; \
958 *k*) failcom='fail=yes';; \
959 esac; \
960 done; \
252b5132
RH
961 dot_seen=no; \
962 target=`echo $@ | sed s/-recursive//`; \
963 list='$(SUBDIRS)'; for subdir in $$list; do \
964 echo "Making $$target in $$subdir"; \
965 if test "$$subdir" = "."; then \
966 dot_seen=yes; \
967 local_target="$$target-am"; \
968 else \
969 local_target="$$target"; \
970 fi; \
971 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b898a385 972 || eval $$failcom; \
252b5132
RH
973 done; \
974 if test "$$dot_seen" = "no"; then \
975 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
976 fi; test -z "$$fail"
977
978mostlyclean-recursive clean-recursive distclean-recursive \
979maintainer-clean-recursive:
b898a385
L
980 @failcom='exit 1'; \
981 for f in x $$MAKEFLAGS; do \
982 case $$f in \
983 *=* | --[!k]*);; \
984 *k*) failcom='fail=yes';; \
985 esac; \
986 done; \
252b5132 987 dot_seen=no; \
42ecbf5e
DJ
988 case "$@" in \
989 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
990 *) list='$(SUBDIRS)' ;; \
991 esac; \
992 rev=''; for subdir in $$list; do \
993 if test "$$subdir" = "."; then :; else \
994 rev="$$subdir $$rev"; \
995 fi; \
252b5132 996 done; \
42ecbf5e 997 rev="$$rev ."; \
252b5132
RH
998 target=`echo $@ | sed s/-recursive//`; \
999 for subdir in $$rev; do \
1000 echo "Making $$target in $$subdir"; \
1001 if test "$$subdir" = "."; then \
1002 local_target="$$target-am"; \
1003 else \
1004 local_target="$$target"; \
1005 fi; \
1006 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b898a385 1007 || eval $$failcom; \
252b5132
RH
1008 done && test -z "$$fail"
1009tags-recursive:
1010 list='$(SUBDIRS)'; for subdir in $$list; do \
1011 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1012 done
42ecbf5e
DJ
1013ctags-recursive:
1014 list='$(SUBDIRS)'; for subdir in $$list; do \
1015 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1016 done
252b5132 1017
42ecbf5e
DJ
1018ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1019 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1020 unique=`for i in $$list; do \
1021 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1022 done | \
1023 $(AWK) ' { files[$$0] = 1; } \
252b5132 1024 END { for (i in files) print i; }'`; \
42ecbf5e
DJ
1025 mkid -fID $$unique
1026tags: TAGS
252b5132 1027
42ecbf5e
DJ
1028TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1029 $(TAGS_FILES) $(LISP)
252b5132
RH
1030 tags=; \
1031 here=`pwd`; \
42ecbf5e
DJ
1032 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1033 include_option=--etags-include; \
1034 empty_fix=.; \
1035 else \
1036 include_option=--include; \
1037 empty_fix=; \
1038 fi; \
252b5132 1039 list='$(SUBDIRS)'; for subdir in $$list; do \
42ecbf5e
DJ
1040 if test "$$subdir" = .; then :; else \
1041 test ! -f $$subdir/TAGS || \
1042 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1043 fi; \
252b5132 1044 done; \
42ecbf5e
DJ
1045 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1046 unique=`for i in $$list; do \
1047 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1048 done | \
1049 $(AWK) ' { files[$$0] = 1; } \
252b5132 1050 END { for (i in files) print i; }'`; \
42ecbf5e
DJ
1051 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1052 test -n "$$unique" || unique=$$empty_fix; \
1053 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1054 $$tags $$unique; \
1055 fi
1056ctags: CTAGS
1057CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1058 $(TAGS_FILES) $(LISP)
1059 tags=; \
1060 here=`pwd`; \
1061 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1062 unique=`for i in $$list; do \
1063 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1064 done | \
1065 $(AWK) ' { files[$$0] = 1; } \
1066 END { for (i in files) print i; }'`; \
1067 test -z "$(CTAGS_ARGS)$$tags$$unique" \
1068 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1069 $$tags $$unique
252b5132 1070
42ecbf5e
DJ
1071GTAGS:
1072 here=`$(am__cd) $(top_builddir) && pwd` \
1073 && cd $(top_srcdir) \
1074 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
1075
1076distclean-tags:
42ecbf5e 1077 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
a2d91340
AC
1078site.exp: Makefile
1079 @echo 'Making a new site.exp file...'
42ecbf5e
DJ
1080 @echo '## these variables are automatically generated by make ##' >site.tmp
1081 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1082 @echo '# edit the last section' >>site.tmp
1083 @echo 'set srcdir $(srcdir)' >>site.tmp
1084 @echo "set objdir `pwd`" >>site.tmp
1085 @echo 'set build_alias "$(build_alias)"' >>site.tmp
1086 @echo 'set build_triplet $(build_triplet)' >>site.tmp
1087 @echo 'set host_alias "$(host_alias)"' >>site.tmp
1088 @echo 'set host_triplet $(host_triplet)' >>site.tmp
1089 @echo 'set target_alias "$(target_alias)"' >>site.tmp
1090 @echo 'set target_triplet $(target_triplet)' >>site.tmp
1091 @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
1092 @test ! -f site.exp || \
1093 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
1094 @-rm -f site.bak
a2d91340 1095 @test ! -f site.exp || mv site.exp site.bak
42ecbf5e
DJ
1096 @mv site.tmp site.exp
1097
1098distclean-DEJAGNU:
1099 -rm -f site.exp site.bak
1100 -l='$(DEJATOOL)'; for tool in $$l; do \
1101 rm -f $$tool.sum $$tool.log; \
1102 done
252b5132
RH
1103check-am:
1104 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1105check: check-recursive
42ecbf5e
DJ
1106all-am: Makefile $(PROGRAMS) $(MANS) config.h
1107installdirs: installdirs-recursive
1108installdirs-am:
1109 for dir in "$(DESTDIR)$(man1dir)"; do \
1110 test -z "$$dir" || $(mkdir_p) "$$dir"; \
1111 done
1112install: install-recursive
252b5132 1113install-exec: install-exec-recursive
252b5132 1114install-data: install-data-recursive
42ecbf5e 1115uninstall: uninstall-recursive
252b5132
RH
1116
1117install-am: all-am
1118 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2b282e8b 1119
42ecbf5e
DJ
1120installcheck: installcheck-recursive
1121install-strip:
1122 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1123 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1124 `test -z '$(STRIP)' || \
1125 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
1126mostlyclean-generic:
1127 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1128
1129clean-generic:
1130 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1131
1132distclean-generic:
42ecbf5e 1133 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
252b5132
RH
1134 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1135
1136maintainer-clean-generic:
42ecbf5e
DJ
1137 @echo "This command is intended for maintainers to use"
1138 @echo "it deletes files that may require special tools to rebuild."
1139 -rm -f deffilep.c
1140 -rm -f deffilep.h
1141 -rm -f ldgram.c
1142 -rm -f ldgram.h
1143 -rm -f ldlex.c
1144 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1145clean: clean-recursive
325fab4e 1146
42ecbf5e
DJ
1147clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
1148 mostlyclean-am
325fab4e 1149
42ecbf5e
DJ
1150distclean: distclean-recursive
1151 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1152 -rm -f Makefile
1153distclean-am: clean-am distclean-DEJAGNU distclean-compile \
1154 distclean-generic distclean-hdr distclean-libtool \
1155 distclean-local distclean-tags
325fab4e 1156
42ecbf5e 1157dvi: dvi-recursive
325fab4e 1158
42ecbf5e 1159dvi-am: $(DVIS)
325fab4e 1160
42ecbf5e
DJ
1161html: html-recursive
1162
1163html-am: $(HTMLS)
1164
1165info: info-recursive
1166
1167info-am: $(INFO_DEPS)
1168
1169install-data-am: install-data-local install-man
1170
1171install-exec-am: install-exec-local
1172
1173install-info: install-info-recursive
1174
1175install-info-am: $(INFO_DEPS)
1176 @$(NORMAL_INSTALL)
1177 test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
1178 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1179 list='$(INFO_DEPS)'; \
1180 for file in $$list; do \
1181 case $$file in \
1182 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1183 esac; \
1184 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1185 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1186 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1187 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1188 if test -f $$ifile; then \
1189 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
1190 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
1191 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
1192 else : ; fi; \
1193 done; \
1194 done
1195 @$(POST_INSTALL)
1196 @if (install-info --version && \
1197 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
1198 list='$(INFO_DEPS)'; \
1199 for file in $$list; do \
1200 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1201 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1202 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1203 done; \
1204 else : ; fi
1205install-man: install-man1
1206
1207installcheck-am:
325fab4e 1208
2b282e8b 1209maintainer-clean: maintainer-clean-recursive
42ecbf5e
DJ
1210 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1211 -rm -rf $(top_srcdir)/autom4te.cache
1212 -rm -f Makefile
1213maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1214 maintainer-clean-generic
1215
1216mostlyclean: mostlyclean-recursive
1217
1218mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1219 mostlyclean-generic mostlyclean-libtool mostlyclean-local
1220
1221pdf: pdf-recursive
1222
1223pdf-am: $(PDFS)
1224
1225ps: ps-recursive
1226
1227ps-am: $(PSS)
1228
1229uninstall-am: uninstall-man
1230
1231uninstall-info: uninstall-info-recursive
1232
1233uninstall-man: uninstall-man1
1234
1235.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1236 check-DEJAGNU check-am clean clean-generic clean-info \
1237 clean-libtool clean-noinstPROGRAMS clean-recursive ctags \
1238 ctags-recursive dist-info distclean distclean-DEJAGNU \
1239 distclean-compile distclean-generic distclean-hdr \
1240 distclean-libtool distclean-local distclean-recursive \
1241 distclean-tags dvi dvi-am html html-am info info-am install \
1242 install-am install-data install-data-am install-data-local \
1243 install-exec install-exec-am install-exec-local install-info \
1244 install-info-am install-man install-man1 install-strip \
1245 installcheck installcheck-am installdirs installdirs-am \
1246 maintainer-clean maintainer-clean-aminfo \
1247 maintainer-clean-generic maintainer-clean-recursive \
1248 mostlyclean mostlyclean-aminfo mostlyclean-compile \
1249 mostlyclean-generic mostlyclean-libtool mostlyclean-local \
1250 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
1251 uninstall uninstall-am uninstall-info-am uninstall-man \
1252 uninstall-man1
252b5132
RH
1253
1254
ceae3e33
AM
1255# Disable -Werror, if it has been enabled, since old versions of bison/
1256# yacc will produce working code which contain compile time warnings.
1257ldgram.o:
9e9b66a9 1258 $(COMPILE) -c $< $(NO_WERROR)
ceae3e33 1259ldlex.o:
9e9b66a9 1260 $(COMPILE) -c $< $(NO_WERROR)
ceae3e33 1261deffilep.o:
9e9b66a9 1262 $(COMPILE) -c $< $(NO_WERROR)
ceae3e33 1263
252b5132 1264po/POTFILES.in: @MAINT@ Makefile
68cdbb4a 1265 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132
RH
1266 && mv tmp $(srcdir)/po/POTFILES.in
1267
1268ldmain.o: ldmain.c config.status
9c8ebd6a
DJ
1269 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \
1270 -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \
0125cdf2 1271 -DTOOLBINDIR='"$(tooldir)/bin"' \
9c8ebd6a
DJ
1272 -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
1273 $(srcdir)/ldmain.c
252b5132
RH
1274
1275ldemul-list.h: Makefile
1276 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
1277 for f in `echo " " ${EMULATION_OFILES} "" \
1278 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
1279 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
1280 done;\
1281 echo "";\
1282 echo "#define EMULATION_LIST \\";\
1283 for f in `echo " " ${EMULATION_OFILES} "" \
1284 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
1285 echo " &ld_$${f}_emulation, \\"; \
1286 done;\
1287 echo " 0") >ldemul-tmp.h
1288 mv ldemul-tmp.h ldemul-list.h
597e2591
ILT
1289
1290stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
1291 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed
aafdb207 1292
252b5132
RH
1293@TDIRS@
1294
eb1e0e80
NC
1295eaix5ppc.c: $(srcdir)/emulparams/aix5ppc.sh \
1296 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1297 ${GENSCRIPTS} aix5ppc "$(tdir_aixppc)"
1298eaix5rs6.c: $(srcdir)/emulparams/aix5rs6.sh \
1299 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1300 ${GENSCRIPTS} aix5rs6 "$(tdir_aixrs6)"
252b5132
RH
1301eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
1302 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1303 ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
1304eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
1305 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1306 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
1307ealpha.c: $(srcdir)/emulparams/alpha.sh \
1308 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
1309 ${GENSCRIPTS} alpha "$(tdir_alpha)"
1310earcelf.c: $(srcdir)/emulparams/arcelf.sh \
1311 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1312 ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
1313earmelf.c: $(srcdir)/emulparams/armelf.sh \
5f992e62
AM
1314 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1315 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1316 ${GENSCRIPTS} armelf "$(tdir_armelf)"
d2012d17
DJ
1317earmelfb.c: $(srcdir)/emulparams/armelfb.sh $(srcdir)/emulparams/armelf.sh \
1318 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1319 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1320 ${GENSCRIPTS} armelfb "$(tdir_armelfb)"
ac3e50bf
DB
1321earmelf_fbsd.c: $(srcdir)/emulparams/armelf_fbsd.sh \
1322 $(srcdir)/emulparams/armelf.sh \
1323 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1324 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1325 ${GENSCRIPTS} armelf_fbsd "$(tdir_armelf_fbsd)"
252b5132 1326earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \
5f992e62
AM
1327 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1328 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1329 ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)"
6b3221b4
MM
1330earmelf_linux_eabi.c: $(srcdir)/emulparams/armelf_linux_eabi.sh \
1331 $(srcdir)/emulparams/armelf_linux.sh \
1332 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1333 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1334 ${GENSCRIPTS} armelf_linux_eabi "$(tdir_armelf_linux_abi)"
d2012d17
DJ
1335earmelfb_linux.c: $(srcdir)/emulparams/armelfb_linux.sh \
1336 $(srcdir)/emulparams/armelf_linux.sh \
1337 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1338 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1339 ${GENSCRIPTS} armelfb_linux "$(tdir_armelfb_linux)"
a154a8ad
MM
1340earmelfb_linux_eabi.c: $(srcdir)/emulparams/armelfb_linux_eabi.sh \
1341 $(srcdir)/emulparams/armelf_linux_eabi.sh \
1342 $(srcdir)/emulparams/armelf_linux.sh \
1343 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1344 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1345 ${GENSCRIPTS} armelfb_linux_eabi "$(tdir_armelfb_linux_abi)"
3695c299
AM
1346earmelf_nbsd.c: $(srcdir)/emulparams/armelf_nbsd.sh \
1347 $(srcdir)/emulparams/armelf.sh \
1348 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1349 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1350 ${GENSCRIPTS} armelf_nbsd "$(tdir_armelf_nbsd)"
658f2588
JT
1351earmelfb_nbsd.c: $(srcdir)/emulparams/armelfb_nbsd.sh \
1352 $(srcdir)/emulparams/armelf_nbsd.sh \
1353 $(srcdir)/emulparams/armelf.sh \
1354 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1355 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1356 ${GENSCRIPTS} armelfb_nbsd "$(tdir_armelfb_nbsd)"
4e7fd91e 1357earmelf_vxworks.c: $(srcdir)/emulparams/armelf_vxworks.sh \
00a97672
RS
1358 $(srcdir)/emulparams/vxworks.sh $(srcdir)/emulparams/armelf.sh \
1359 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/vxworks.em \
4e7fd91e
PB
1360 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc \
1361 ${GEN_DEPENDS}
1362 ${GENSCRIPTS} armelf_vxworks "$(tdir_armelf)"
252b5132
RH
1363earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \
1364 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
1365 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
1366earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \
1367 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
1368 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
1369earmcoff.c: $(srcdir)/emulparams/armcoff.sh \
1370 $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
1371 ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
8959586a
NC
1372earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \
1373 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1374 ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)"
7e392df6
NC
1375earmnto.c: $(srcdir)/emulparams/armnto.sh \
1376 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1377 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1378 ${GENSCRIPTS} armnto "$(tdir_armnto)"
cf865442 1379earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \
e6869249 1380 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS}
cf865442 1381 ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)"
252b5132
RH
1382earmpe.c: $(srcdir)/emulparams/armpe.sh \
1383 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1384 ${GENSCRIPTS} armpe "$(tdir_armpe)"
e5a52504
MM
1385earmsymbian.c: $(srcdir)/emulparams/armsymbian.sh \
1386 $(srcdir)/emulparams/armelf.sh $(srcdir)/emultempl/elf32.em \
5f81b918 1387 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/armbpabi.sc \
e5a52504
MM
1388 ${GEN_DEPENDS}
1389 ${GENSCRIPTS} armsymbian "$(tdir_armelf)"
75ca919a 1390eavr2.c: $(srcdir)/emulparams/avr2.sh \
fae1e84f
MM
1391 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
1392 ${GEN_DEPENDS}
75ca919a
MM
1393 ${GENSCRIPTS} avr2 "$(tdir_avr2)"
1394eavr1.c: $(srcdir)/emulparams/avr1.sh \
fae1e84f
MM
1395 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
1396 ${GEN_DEPENDS}
75ca919a 1397 ${GENSCRIPTS} avr1 "$(tdir_avr2)"
fae1e84f
MM
1398eavr3.c: $(srcdir)/emulparams/avr3.sh \
1399 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
1400 ${GEN_DEPENDS}
75ca919a 1401 ${GENSCRIPTS} avr3 "$(tdir_avr2)"
fae1e84f
MM
1402eavr4.c: $(srcdir)/emulparams/avr4.sh \
1403 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
1404 ${GEN_DEPENDS}
75ca919a 1405 ${GENSCRIPTS} avr4 "$(tdir_avr2)"
fae1e84f
MM
1406eavr5.c: $(srcdir)/emulparams/avr5.sh \
1407 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
1408 ${GEN_DEPENDS}
75ca919a 1409 ${GENSCRIPTS} avr5 "$(tdir_avr2)"
28c9d252
NC
1410eavr6.c: $(srcdir)/emulparams/avr6.sh \
1411 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
1412 ${GEN_DEPENDS}
1413 ${GENSCRIPTS} avr6 "$(tdir_avr2)"
9d7e2ba5
JE
1414ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \
1415 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS}
1416 ${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)"
252b5132
RH
1417ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
1418 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
1419 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
9d06555c
HPN
1420ecrisaout.c: $(srcdir)/emulparams/crisaout.sh \
1421 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/crisaout.sc ${GEN_DEPENDS}
1422 ${GENSCRIPTS} crisaout "$(tdir_cris)"
1423ecriself.c: $(srcdir)/emulparams/criself.sh \
6caa99ab 1424 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
9d06555c
HPN
1425 ${GENSCRIPTS} criself "$(tdir_cris)"
1426ecrislinux.c: $(srcdir)/emulparams/crislinux.sh \
1427 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1428 ${GENSCRIPTS} crislinux "$(tdir_cris)"
252b5132 1429ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
6caa99ab 1430 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
252b5132
RH
1431 ${GENSCRIPTS} d10velf "$(tdir_d10v)"
1432ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
1433 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1434 ${GENSCRIPTS} d30velf "$(tdir_d30v)"
1435ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
1436 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1437 ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
1438ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
1439 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1440 ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
1441edelta68.c: $(srcdir)/emulparams/delta68.sh \
1442 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
1443 ${GENSCRIPTS} delta68 "$(tdir_delta68)"
95f4309b 1444eelf32bfin.c: $(srcdir)/emulparams/bfin.sh \
753a4ce3 1445 $(srcdir)/emultempl/elf32.em \
95f4309b
CM
1446 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1447 ${GENSCRIPTS} elf32bfin "$(tdir_elf32bfin)" bfin
753a4ce3
BS
1448eelf32bfinfd.c: $(srcdir)/emulparams/elf32bfinfd.sh $(srcdir)/emulparams/bfin.sh \
1449 $(srcdir)/emultempl/elf32.em \
1450 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1451 ${GENSCRIPTS} elf32bfinfd "$(tdir_elf32bfinfd)" elf32bfinfd
d172d4ba
NC
1452eelf32_dlx.c: $(srcdir)/emulparams/elf32_dlx.sh \
1453 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/dlx.sc ${GEN_DEPENDS}
1454 ${GENSCRIPTS} elf32_dlx "$(tdir_elf32_dlx)"
d70c5fc7
NC
1455eelf32xc16x.c: $(srcdir)/emulparams/elf32xc16x.sh \
1456 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
1457 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1458 ${GENSCRIPTS} elf32xc16x "$(tdir_xc16x)"
1459eelf32xc16xl.c: $(srcdir)/emulparams/elf32xc16xl.sh \
1460 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
1461 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1462 ${GENSCRIPTS} elf32xc16xl "$(tdir_xc16xl)"
1463eelf32xc16xs.c: $(srcdir)/emulparams/elf32xc16xs.sh \
1464 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
1465 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1466 ${GENSCRIPTS} elf32xc16xs "$(tdir_xc16xs)"
93fbbb04
GK
1467eelf32xstormy16.c: $(srcdir)/emulparams/elf32xstormy16.sh \
1468 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
1ee7cf4c 1469 $(srcdir)/scripttempl/xstormy16.sc ${GEN_DEPENDS}
93fbbb04 1470 ${GENSCRIPTS} elf32xstormy16 "$(tdir_xstormy16)"
4a096548
AO
1471eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
1472 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1473 ${GENSCRIPTS} elf32am33lin "$(tdir_mn10300)"
ab68f3e0
JT
1474eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
1475 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1476 ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"
e0001a05 1477eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \
43cd72b9
BW
1478 $(srcdir)/emulparams/xtensa-config.sh $(srcdir)/emultempl/elf32.em \
1479 $(srcdir)/emultempl/xtensaelf.em $(INCDIR)/xtensa-config.h \
1480 $(BFDDIR)/elf-bfd.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/xtensa.h \
e0001a05
NC
1481 $(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS}
1482 ${GENSCRIPTS} elf32xtensa "$(tdir_elf32xtensa)"
252b5132
RH
1483eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
1484 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1485 ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
7d553a40
DB
1486eelf32frv.c: $(srcdir)/emulparams/elf32frv.sh \
1487 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1488 ${GENSCRIPTS} elf32frv "$(tdir_frv)"
71acc4e8
NC
1489eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
1490 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1491 ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
252b5132 1492em32relf.c: $(srcdir)/emulparams/m32relf.sh \
18c7a9a5 1493 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1494 ${GENSCRIPTS} m32relf "$(tdir_m32r)"
6edf0760
NC
1495em32rlelf.c: $(srcdir)/emulparams/m32rlelf.sh \
1496 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1497 ${GENSCRIPTS} m32rlelf "$(tdir_m32rlelf)"
1498em32relf_linux.c: $(srcdir)/emulparams/m32relf_linux.sh \
1499 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1500 ${GENSCRIPTS} m32relf_linux "$(tdir_m32relf_linux)"
1501em32rlelf_linux.c: $(srcdir)/emulparams/m32rlelf_linux.sh \
1502 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1503 ${GENSCRIPTS} m32rlelf_linux "$(tdir_m32rlelf_linux)"
252b5132
RH
1504eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
1505 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1506 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
910600e9
RS
1507eelf32_sparc_vxworks.c: $(srcdir)/emulparams/elf32_sparc_vxworks.sh \
1508 $(srcdir)/emulparams/vxworks.sh $(srcdir)/emulparams/elf32_sparc.sh \
1509 $(srcdir)/emultempl/vxworks.em $(srcdir)/emultempl/elf32.em \
1510 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1511 ${GENSCRIPTS} elf32_sparc_vxworks "$(tdir_elf32_sparc_vxworks)"
165589e4
JE
1512eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
1513 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1514 ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)"
0ccf812a
ILT
1515eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
1516 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1517 ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
252b5132 1518eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
23867d67 1519 $(srcdir)/emulparams/elf32bmip.sh \
252b5132
RH
1520 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1521 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
0949843d
NC
1522eelf32cr16c.c: $(srcdir)/emulparams/elf32cr16c.sh \
1523 $(srcdir)/emultempl/elf32.em \
1524 $(srcdir)/scripttempl/elf32cr16c.sc ${GEN_DEPENDS}
1525 ${GENSCRIPTS} elf32cr16c "$(tdir_elf32cr16c)"
252b5132
RH
1526eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
1527 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1528 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
1529eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
52f89c0a 1530 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/irix.em \
252b5132
RH
1531 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1532 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
3548145d 1533eelf32btsmip.c: $(srcdir)/emulparams/elf32btsmip.sh \
23867d67 1534 $(srcdir)/emulparams/elf32bmip.sh \
3548145d
UC
1535 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1536 ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)"
1fe1f39c
NC
1537eelf32crx.c: $(srcdir)/emulparams/elf32crx.sh \
1538 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/crxelf.em \
1539 $(srcdir)/scripttempl/elf32crx.sc ${GEN_DEPENDS}
1540 ${GENSCRIPTS} elf32crx "$(tdir_elf32crx)"
7808a785 1541eelf32btsmipn32.c: $(srcdir)/emulparams/elf32btsmipn32.sh \
23867d67 1542 $(srcdir)/emulparams/elf32bmip.sh \
7808a785
TS
1543 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1544 ${GENSCRIPTS} elf32btsmipn32 "$(tdir_elf32btsmipn32)"
fdec3cfc 1545eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \
465bc359 1546 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
fdec3cfc
L
1547 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1548 ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)"
7808a785
TS
1549eelf32ltsmipn32.c: $(srcdir)/emulparams/elf32ltsmipn32.sh \
1550 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
1551 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1552 ${GENSCRIPTS} elf32ltsmipn32 "$(tdir_elf32ltsmipn32)"
252b5132 1553eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
23867d67 1554 $(srcdir)/emulparams/elf32bmip.sh \
252b5132
RH
1555 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1556 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
0a44bf69
RS
1557eelf32ebmipvxworks.c: $(srcdir)/emulparams/elf32ebmipvxworks.sh \
1558 $(srcdir)/emulparams/elf32ebmip.sh $(srcdir)/emulparams/vxworks.sh \
1559 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/vxworks.em \
1560 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1561 ${GENSCRIPTS} elf32ebmipvxworks "$(tdir_elf32ebmipvxworks)"
252b5132 1562eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
465bc359 1563 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
252b5132
RH
1564 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1565 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
0a44bf69
RS
1566eelf32elmipvxworks.c: $(srcdir)/emulparams/elf32elmipvxworks.sh \
1567 $(srcdir)/emulparams/elf32elmip.sh $(srcdir)/emulparams/vxworks.sh \
1568 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/vxworks.em \
1569 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1570 ${GENSCRIPTS} elf32elmipvxworks "$(tdir_elf32elmipvxworks)"
85f70471 1571eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \
52f89c0a 1572 $(srcdir)/emultempl/irix.em \
85f70471
ILT
1573 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1574 ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)"
252b5132 1575eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
465bc359 1576 $(srcdir)/emulparams/elf32b4300.sh $(srcdir)/emulparams/elf32bmip.sh \
252b5132
RH
1577 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1578 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
1579eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
23867d67 1580 $(srcdir)/emulparams/elf32bmip.sh \
252b5132
RH
1581 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1582 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
325fab4e
NC
1583eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh \
1584 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1585 ${GENSCRIPTS} elf32mipswindiss "$(tdir_elf32mipswindiss)"
252b5132 1586eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
4a3dc543 1587 $(srcdir)/emulparams/elf32ppccommon.sh \
f9e6bfa8 1588 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
bdbe5705 1589 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1590 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
59bc061d 1591eelf32lppcnto.c: $(srcdir)/emulparams/elf32lppcnto.sh \
4a3dc543
RS
1592 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emulparams/elf32ppccommon.sh \
1593 $(srcdir)/emultempl/ppc32elf.em $(srcdir)/emultempl/elf32.em \
1594 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
59bc061d 1595 ${GENSCRIPTS} elf32lppcnto "$(tdir_elf32lppcnto)"
bdbe5705 1596eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \
465bc359 1597 $(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \
4a3dc543 1598 $(srcdir)/emulparams/elf32ppccommon.sh $(srcdir)/emultempl/ppc32elf.em \
bdbe5705
GK
1599 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1600 ${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)"
59bc061d 1601eelf32ppcnto.c: $(srcdir)/emulparams/elf32ppcnto.sh \
4a3dc543
RS
1602 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emulparams/elf32ppccommon.sh \
1603 $(srcdir)/emultempl/ppc32elf.em $(srcdir)/emultempl/elf32.em \
1604 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
59bc061d 1605 ${GENSCRIPTS} elf32ppcnto "$(tdir_elf32ppcnto)"
4a1359d7
AM
1606eelf32ppcwindiss.c: $(srcdir)/emulparams/elf32ppcwindiss.sh \
1607 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
94349e12 1608 ${GENSCRIPTS} elf32ppcwindiss "$(tdir_elf32ppcwindiss)"
9d8504b1 1609eelf32ppcvxworks.c: $(srcdir)/emulparams/elf32ppcvxworks.sh \
4a3dc543 1610 $(srcdir)/emulparams/elf32ppccommon.sh $(srcdir)/emulparams/vxworks.sh \
4f471f39
RS
1611 $(srcdir)/emultempl/vxworks.em $(srcdir)/emultempl/elf32.em \
1612 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
9d8504b1 1613 ${GENSCRIPTS} elf32ppcvxworks "$(tdir_elf32ppcvxworks)"
252b5132 1614eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
465bc359 1615 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
252b5132
RH
1616 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1617 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
c7e40348
NC
1618eelf32openrisc.c: $(srcdir)/emulparams/elf32openrisc.sh \
1619 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1620 ${GENSCRIPTS} elf32openrisc "$(tdir_openrisc)"
4a3dc543
RS
1621eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
1622 $(srcdir)/emulparams/elf32ppccommon.sh $(srcdir)/emultempl/ppc32elf.em \
bdbe5705 1623 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1624 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
ac3e50bf 1625eelf32ppc_fbsd.c: $(srcdir)/emulparams/elf32ppc_fbsd.sh \
4a3dc543
RS
1626 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emulparams/elf32ppccommon.sh \
1627 $(srcdir)/emultempl/ppc32elf.em $(srcdir)/emultempl/elf32.em \
1628 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
ac3e50bf 1629 ${GENSCRIPTS} elf32ppc_fbsd "$(tdir_elf32ppc_fbsd)"
bdbe5705 1630eelf32ppcsim.c: $(srcdir)/emulparams/elf32ppcsim.sh \
4a3dc543
RS
1631 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emulparams/elf32ppccommon.sh \
1632 $(srcdir)/emultempl/ppc32elf.em $(srcdir)/emultempl/elf32.em \
1633 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
bdbe5705 1634 ${GENSCRIPTS} elf32ppcsim "$(tdir_elf32ppcsim)"
ec2f040d 1635eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
4a3dc543
RS
1636 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emulparams/elf32ppccommon.sh \
1637 $(srcdir)/emultempl/ppc32elf.em $(srcdir)/emultempl/elf32.em \
1638 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
ec2f040d 1639 ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
1f808cd5 1640eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \
5c67d4bb
AM
1641 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1642 ${GENSCRIPTS} elf64ppc "$(tdir_elf64ppc)"
1643eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \
1f808cd5 1644 $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \
5c67d4bb
AM
1645 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1646 ${GENSCRIPTS} elf64lppc "$(tdir_elf64lppc)"
5b93d8bb
AM
1647eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \
1648 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS}
1649 ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)"
e09a7106
SC
1650eelf32ip2k.c: $(srcdir)/emulparams/elf32ip2k.sh \
1651 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/ip2k.sc ${GEN_DEPENDS}
1652 ${GENSCRIPTS} elf32ip2k "$(tdir_ip2k)"
1653eelf32iq2000.c: $(srcdir)/emulparams/elf32iq2000.sh \
1654 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS}
1655 ${GENSCRIPTS} elf32iq2000 "$(tdir_iq2000)"
1656eelf32iq10.c: $(srcdir)/emulparams/elf32iq10.sh \
1657 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS}
1658 ${GENSCRIPTS} elf32iq10 "$(tdir_iq10)"
252b5132 1659eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
7a5df8d0
NC
1660 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/alphaelf.em \
1661 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1662 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
ac3e50bf
DB
1663eelf64alpha_fbsd.c: $(srcdir)/emulparams/elf64alpha_fbsd.sh \
1664 $(srcdir)/emulparams/elf64alpha.sh \
7a5df8d0
NC
1665 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/alphaelf.em \
1666 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
ac3e50bf 1667 ${GENSCRIPTS} elf64alpha_fbsd "$(tdir_elf64alpha_fbsd)"
fc18a3f3 1668eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \
0b69cd08 1669 $(srcdir)/emulparams/elf64alpha.sh \
7a5df8d0
NC
1670 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/alphaelf.em \
1671 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
fc18a3f3 1672 ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)"
730a39a0 1673eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
465bc359 1674 $(srcdir)/emulparams/hppa64linux.sh \
730a39a0
JL
1675 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1676 ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
41c49998
TW
1677eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \
1678 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1679 ${GENSCRIPTS} elf64_aix "$(tdir_elf64_aix)"
800eeca4 1680eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \
3f7deb8a
L
1681 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/ia64elf.em \
1682 $(srcdir)/emultempl/needrelax.em \
908d20b3 1683 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
800eeca4 1684 ${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)"
ac3e50bf
DB
1685eelf64_ia64_fbsd.c: $(srcdir)/emulparams/elf64_ia64_fbsd.sh \
1686 $(srcdir)/emulparams/elf64_ia64.sh \
3f7deb8a
L
1687 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/ia64elf.em \
1688 $(srcdir)/emultempl/needrelax.em \
ac3e50bf
DB
1689 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1690 ${GENSCRIPTS} elf64_ia64_fbsd "$(tdir_elf64_ia64_fbsd)"
a85d7ed0
NC
1691eelf64_s390.c: $(srcdir)/emulparams/elf64_s390.sh \
1692 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1693 ${GENSCRIPTS} elf64_s390 "$(tdir_elf64_s390)"
252b5132
RH
1694eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
1695 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1696 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
ac3e50bf
DB
1697eelf64_sparc_fbsd.c: $(srcdir)/emulparams/elf64_sparc_fbsd.sh \
1698 $(srcdir)/emulparams/elf64_sparc.sh \
1699 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1700 ${GENSCRIPTS} elf64_sparc_fbsd "$(tdir_elf64_sparc_fbsd)"
22c675a7 1701eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \
52f89c0a 1702 $(srcdir)/emulparams/elf32bmipn32.sh $(srcdir)/emultempl/irix.em \
22c675a7
MM
1703 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1704 ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)"
3c3bdf30
NC
1705eelf64mmix.c: $(srcdir)/emulparams/elf64mmix.sh \
1706 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/mmix-elfnmmo.em \
1707 $(srcdir)/emultempl/mmixelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1708 ${GENSCRIPTS} elf64mmix "$(tdir_elf64mmix)"
1709emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \
1710 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mmo.em \
1711 $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS}
1712 ${GENSCRIPTS} mmo "$(tdir_mmo)"
fdec3cfc 1713eelf64btsmip.c: $(srcdir)/emulparams/elf64btsmip.sh \
465bc359 1714 $(srcdir)/emulparams/elf32bmipn32.sh \
fdec3cfc
L
1715 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1716 ${GENSCRIPTS} elf64btsmip "$(tdir_elf64btsmip)"
1717eelf64ltsmip.c: $(srcdir)/emulparams/elf64ltsmip.sh \
465bc359 1718 $(srcdir)/emulparams/elf64btsmip.sh $(srcdir)/emulparams/elf32bmipn32.sh \
fdec3cfc
L
1719 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1720 ${GENSCRIPTS} elf64ltsmip "$(tdir_elf64ltsmip)"
252b5132
RH
1721eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
1722 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1723 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
2be3aa03
NC
1724eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \
1725 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1726 ${GENSCRIPTS} elf_x86_64 "$(tdir_elf_x86_64)"
ac3e50bf
DB
1727eelf_x86_64_fbsd.c: $(srcdir)/emulparams/elf_x86_64_fbsd.sh \
1728 $(srcdir)/emulparams/elf_x86_64.sh \
1729 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1730 ${GENSCRIPTS} elf_x86_64_fbsd "$(tdir_elf_x86_64_fbsd)"
252b5132
RH
1731eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
1732 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1733 ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
59ff2774 1734eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \
b4477fa8 1735 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf_chaos.sc ${GEN_DEPENDS}
59ff2774 1736 ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)"
ac3e50bf
DB
1737eelf_i386_fbsd.c: $(srcdir)/emulparams/elf_i386_fbsd.sh \
1738 $(srcdir)/emulparams/elf_i386.sh \
1739 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1740 ${GENSCRIPTS} elf_i386_fbsd "$(tdir_elf_i386_fbsd)"
506eee22
NC
1741eelf_i386_ldso.c: $(srcdir)/emulparams/elf_i386_ldso.sh \
1742 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1743 ${GENSCRIPTS} elf_i386_ldso "$(tdir_elf_i386_ldso)"
eac338cf 1744eelf_i386_vxworks.c: $(srcdir)/emulparams/elf_i386_vxworks.sh \
4f471f39 1745 $(srcdir)/emulparams/vxworks.sh $(srcdir)/emultempl/vxworks.em \
eac338cf
PB
1746 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1747 ${GENSCRIPTS} elf_i386_vxworks "$(tdir_elf_i386_vxworks)"
a85d7ed0
NC
1748eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \
1749 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1750 ${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)"
252b5132
RH
1751egld960.c: $(srcdir)/emulparams/gld960.sh \
1752 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1753 ${GENSCRIPTS} gld960 "$(tdir_gld960)"
1754egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
1755 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1756 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
252b5132
RH
1757eh8300.c: $(srcdir)/emulparams/h8300.sh \
1758 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
1759 ${GENSCRIPTS} h8300 "$(tdir_h8300)"
1760eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
1761 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
1762 ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
1763eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
1764 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
1765 ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
8d9cd6b1
NC
1766eh8300hn.c: $(srcdir)/emulparams/h8300hn.sh \
1767 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300hn.sc ${GEN_DEPENDS}
1768 ${GENSCRIPTS} h8300hn "$(tdir_h8300hn)"
1769eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \
1770 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sn.sc ${GEN_DEPENDS}
1771 ${GENSCRIPTS} h8300sn "$(tdir_h8300sn)"
65982ba6
MS
1772eh8300sx.c: $(srcdir)/emulparams/h8300sx.sh \
1773 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sx.sc ${GEN_DEPENDS}
1774 ${GENSCRIPTS} h8300sx "$(tdir_h8300sx)"
f4984206
RS
1775eh8300sxn.c: $(srcdir)/emulparams/h8300sxn.sh \
1776 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sxn.sc ${GEN_DEPENDS}
1777 ${GENSCRIPTS} h8300sxn "$(tdir_h8300sxn)"
8af6dd41
JR
1778eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \
1779 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1780 ${GENSCRIPTS} h8300elf "$(tdir_h8300elf)"
1781eh8300helf.c: $(srcdir)/emulparams/h8300helf.sh \
465bc359 1782 $(srcdir)/emulparams/h8300elf.sh \
8af6dd41
JR
1783 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1784 ${GENSCRIPTS} h8300helf "$(tdir_h8300helf)"
1785eh8300self.c: $(srcdir)/emulparams/h8300self.sh \
465bc359 1786 $(srcdir)/emulparams/h8300elf.sh \
8af6dd41
JR
1787 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1788 ${GENSCRIPTS} h8300self "$(tdir_h8300self)"
8d9cd6b1
NC
1789eh8300hnelf.c: $(srcdir)/emulparams/h8300hnelf.sh \
1790 $(srcdir)/emulparams/h8300elf.sh \
1791 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1792 ${GENSCRIPTS} h8300hnelf "$(tdir_h8300hnelf)"
1793eh8300snelf.c: $(srcdir)/emulparams/h8300snelf.sh \
1794 $(srcdir)/emulparams/h8300elf.sh \
1795 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1796 ${GENSCRIPTS} h8300snelf "$(tdir_h8300snelf)"
65982ba6
MS
1797eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \
1798 $(srcdir)/emulparams/h8300elf.sh \
1799 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1800 ${GENSCRIPTS} h8300sxelf "$(tdir_h8300sxelf)"
f4984206
RS
1801eh8300sxnelf.c: $(srcdir)/emulparams/h8300sxnelf.sh \
1802 $(srcdir)/emulparams/h8300elf.sh \
1803 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1804 ${GENSCRIPTS} h8300sxnelf "$(tdir_h8300sxnelf)"
252b5132
RH
1805eh8500.c: $(srcdir)/emulparams/h8500.sh \
1806 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
1807 ${GENSCRIPTS} h8500 "$(tdir_h8500)"
1808eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
1809 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
1810 ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
1811eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
1812 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
1813 ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
1814eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
1815 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
1816 ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
1817eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
1818 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
1819 ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
1820ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
1821 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1822 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
1823ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
1824 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1825 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
730a39a0 1826ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
5f992e62
AM
1827 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
1828 $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
730a39a0 1829 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
4900fc06 1830ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \
5f992e62
AM
1831 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
1832 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
4900fc06 1833 ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)"
006336b8
JT
1834ehppanbsd.c: $(srcdir)/emulparams/hppanbsd.sh \
1835 $(srcdir)/emulparams/hppaelf.sh \
1836 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
1837 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1838 ${GENSCRIPTS} hppanbsd "$(tdir_hppanbsd)"
c29ef4b5
AM
1839ehppaobsd.c: $(srcdir)/emulparams/hppaobsd.sh \
1840 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
1841 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1842 ${GENSCRIPTS} hppaobsd "$(tdir_hppaobsd)"
9f22353f
AM
1843ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \
1844 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1845 ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)"
252b5132
RH
1846ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
1847 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1848 ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
1849ei386beos.c: $(srcdir)/emulparams/i386beos.sh \
1850 $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS}
1851 ${GENSCRIPTS} i386beos "$(tdir_i386beos)"
1852ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
1853 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1854 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
1855ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
1856 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
1857 ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
1858ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
1859 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
1860 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
1861ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
1862 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1863 ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
1864ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
b2d65c0b 1865 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132
RH
1866 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
1867ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
1868 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1869 ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
1870ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
6caa99ab 1871 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132
RH
1872 ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
1873ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
1874 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
1875 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
1876ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
1877 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1878 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
2c538bde
AM
1879ei386nto.c: $(srcdir)/emulparams/i386nto.sh \
1880 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1881 ${GENSCRIPTS} i386nto "$(tdir_i386nto)"
252b5132
RH
1882ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
1883 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1884 ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
1885ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
1886 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1887 ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
a7e78dae
ILT
1888ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \
1889 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1890 ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)"
252b5132
RH
1891elnk960.c: $(srcdir)/emulparams/lnk960.sh \
1892 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1893 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
60bcf0fa 1894em68hc11elf.c: $(srcdir)/emulparams/m68hc11elf.sh \
0c7a8e5a
AM
1895 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1896 $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
60bcf0fa
NC
1897 ${GENSCRIPTS} m68hc11elf "$(tdir_m68hc11)"
1898em68hc11elfb.c: $(srcdir)/emulparams/m68hc11elfb.sh \
0c7a8e5a
AM
1899 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1900 $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
60bcf0fa
NC
1901 ${GENSCRIPTS} m68hc11elfb "$(tdir_m68hc11b)"
1902em68hc12elf.c: $(srcdir)/emulparams/m68hc12elf.sh \
0c7a8e5a
AM
1903 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1904 $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
60bcf0fa
NC
1905 ${GENSCRIPTS} m68hc12elf "$(tdir_m68hc12)"
1906em68hc12elfb.c: $(srcdir)/emulparams/m68hc12elfb.sh \
0c7a8e5a
AM
1907 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1908 $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
60bcf0fa 1909 ${GENSCRIPTS} m68hc12elfb "$(tdir_m68hc12b)"
252b5132
RH
1910em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \
1911 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1912 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
1913em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
1914 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1915 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
1916em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
1917 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
1918 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
1919em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
20bccb34 1920 $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
252b5132
RH
1921 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
1922em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
0752970e
NC
1923 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \
1924 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
252b5132 1925 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
0b69cd08
MG
1926em68kelfnbsd.c: $(srcdir)/emulparams/m68kelfnbsd.sh \
1927 $(srcdir)/emulparams/m68kelf.sh \
1928 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \
1929 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1930 ${GENSCRIPTS} m68kelfnbsd "$(tdir_m68kelfnbsd)"
252b5132
RH
1931em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
1932 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1933 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
252b5132
RH
1934em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
1935 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1936 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
1937em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \
1938 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
1939 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
1940em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
1941 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
1942 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
7499d566
NC
1943emaxqcoff.c: $(srcdir)/emulparams/maxqcoff.sh \
1944 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/maxqcoff.sc ${GEN_DEPENDS}
1945 ${GENSCRIPTS} maxqcoff "$(tdir_maxqcoff)"
71acc4e8
NC
1946emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \
1947 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1948 ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)"
252b5132
RH
1949emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
1950 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1951 ${GENSCRIPTS} mipsbig
1952emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
1953 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
1954 ${GENSCRIPTS} mipsbsd
1955emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
0f82ff91
AM
1956 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1957 $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
252b5132
RH
1958 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
1959emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
0f82ff91
AM
1960 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1961 $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
252b5132
RH
1962 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
1963emipslit.c: $(srcdir)/emulparams/mipslit.sh \
1964 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1965 ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
1966emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \
1967 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1968 ${GENSCRIPTS} mipslnews
344a211f
NC
1969emipspe.c: $(srcdir)/emulparams/mipspe.sh \
1970 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1971 ${GENSCRIPTS} mipspe "$(tdir_mips)"
252b5132 1972emn10300.c: $(srcdir)/emulparams/mn10300.sh \
465bc359 1973 $(srcdir)/emulparams/mn10200.sh \
252b5132
RH
1974 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1975 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
1976emn10200.c: $(srcdir)/emulparams/mn10200.sh \
1977 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1978 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
aafdb207 1979emsp430x110.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 1980 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
1981 ${GEN_DEPENDS}
1982 ${GENSCRIPTS} msp430x110 "$(tdir_msp430x110)" msp430all
aafdb207 1983emsp430x112.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 1984 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
1985 ${GEN_DEPENDS}
1986 ${GENSCRIPTS} msp430x112 "$(tdir_msp430x112)" msp430all
aafdb207 1987emsp430x1101.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 1988 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
1989 ${GEN_DEPENDS}
1990 ${GENSCRIPTS} msp430x1101 "$(tdir_msp430x1101)" msp430all
aafdb207 1991emsp430x1111.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 1992 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
1993 ${GEN_DEPENDS}
1994 ${GENSCRIPTS} msp430x1111 "$(tdir_msp430x1111)" msp430all
aafdb207 1995emsp430x1121.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 1996 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
1997 ${GEN_DEPENDS}
1998 ${GENSCRIPTS} msp430x1121 "$(tdir_msp430x1121)" msp430all
aafdb207 1999emsp430x1122.c: $(srcdir)/emulparams/msp430all.sh \
b4275f43 2000 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2001 ${GEN_DEPENDS}
2002 ${GENSCRIPTS} msp430x1122 "$(tdir_msp430x1122)" msp430all
aafdb207 2003emsp430x1132.c: $(srcdir)/emulparams/msp430all.sh \
b4275f43 2004 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2005 ${GEN_DEPENDS}
2006 ${GENSCRIPTS} msp430x1132 "$(tdir_msp430x1132)" msp430all
aafdb207 2007emsp430x122.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2008 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2009 ${GEN_DEPENDS}
2010 ${GENSCRIPTS} msp430x122 "$(tdir_msp430x122)" msp430all
aafdb207 2011emsp430x123.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2012 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2013 ${GEN_DEPENDS}
2014 ${GENSCRIPTS} msp430x123 "$(tdir_msp430x123)" msp430all
aafdb207 2015emsp430x1222.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2016 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2017 ${GEN_DEPENDS}
2018 ${GENSCRIPTS} msp430x1222 "$(tdir_msp430x1222)" msp430all
aafdb207 2019emsp430x1232.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2020 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2021 ${GEN_DEPENDS}
2022 ${GENSCRIPTS} msp430x1232 "$(tdir_msp430x1232)" msp430all
aafdb207 2023emsp430x133.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2024 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2025 ${GEN_DEPENDS}
2026 ${GENSCRIPTS} msp430x133 "$(tdir_msp430x133)" msp430all
aafdb207 2027emsp430x135.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2028 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2029 ${GEN_DEPENDS}
2030 ${GENSCRIPTS} msp430x135 "$(tdir_msp430x135)" msp430all
aafdb207 2031emsp430x1331.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2032 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2033 ${GEN_DEPENDS}
2034 ${GENSCRIPTS} msp430x1331 "$(tdir_msp430x1331)" msp430all
aafdb207 2035emsp430x1351.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2036 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2037 ${GEN_DEPENDS}
2038 ${GENSCRIPTS} msp430x1351 "$(tdir_msp430x1351)" msp430all
aafdb207 2039emsp430x147.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2040 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2041 ${GEN_DEPENDS}
2042 ${GENSCRIPTS} msp430x147 "$(tdir_msp430x147)" msp430all
aafdb207 2043emsp430x148.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2044 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2045 ${GEN_DEPENDS}
2046 ${GENSCRIPTS} msp430x148 "$(tdir_msp430x148)" msp430all
aafdb207 2047emsp430x149.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2048 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2049 ${GEN_DEPENDS}
2050 ${GENSCRIPTS} msp430x149 "$(tdir_msp430x149)" msp430all
aafdb207 2051emsp430x155.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2052 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2053 ${GEN_DEPENDS}
2054 ${GENSCRIPTS} msp430x155 "$(tdir_msp430x155)" msp430all
aafdb207 2055emsp430x156.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2056 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2057 ${GEN_DEPENDS}
2058 ${GENSCRIPTS} msp430x156 "$(tdir_msp430x156)" msp430all
aafdb207 2059emsp430x157.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2060 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2061 ${GEN_DEPENDS}
2062 ${GENSCRIPTS} msp430x157 "$(tdir_msp430x157)" msp430all
aafdb207 2063emsp430x167.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2064 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2065 ${GEN_DEPENDS}
2066 ${GENSCRIPTS} msp430x167 "$(tdir_msp430x167)" msp430all
aafdb207 2067emsp430x168.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2068 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2069 ${GEN_DEPENDS}
2070 ${GENSCRIPTS} msp430x168 "$(tdir_msp430x168)" msp430all
aafdb207 2071emsp430x169.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2072 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2073 ${GEN_DEPENDS}
2074 ${GENSCRIPTS} msp430x169 "$(tdir_msp430x169)" msp430all
c05e9f04
NC
2075emsp430x1610.c: $(srcdir)/emulparams/msp430all.sh \
2076 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2077 ${GEN_DEPENDS}
2078 ${GENSCRIPTS} msp430x1610 "$(tdir_msp430x1610)" msp430all
2079emsp430x1611.c: $(srcdir)/emulparams/msp430all.sh \
2080 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2081 ${GEN_DEPENDS}
2082 ${GENSCRIPTS} msp430x1611 "$(tdir_msp430x1611)" msp430all
2083emsp430x1612.c: $(srcdir)/emulparams/msp430all.sh \
2084 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2085 ${GEN_DEPENDS}
2086 ${GENSCRIPTS} msp430x1612 "$(tdir_msp430x1612)" msp430all
44c86e8c
NC
2087emsp430x2101.c: $(srcdir)/emulparams/msp430all.sh \
2088 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2089 ${GEN_DEPENDS}
2090 ${GENSCRIPTS} msp430x2101 "$(tdir_msp430x2101)" msp430all
2091emsp430x2111.c: $(srcdir)/emulparams/msp430all.sh \
2092 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2093 ${GEN_DEPENDS}
2094 ${GENSCRIPTS} msp430x2111 "$(tdir_msp430x2111)" msp430all
2095emsp430x2121.c: $(srcdir)/emulparams/msp430all.sh \
2096 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2097 ${GEN_DEPENDS}
2098 ${GENSCRIPTS} msp430x2121 "$(tdir_msp430x2121)" msp430all
2099emsp430x2131.c: $(srcdir)/emulparams/msp430all.sh \
2100 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2101 ${GEN_DEPENDS}
2102 ${GENSCRIPTS} msp430x2131 "$(tdir_msp430x2131)" msp430all
aafdb207 2103emsp430x311.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2104 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2105 ${GEN_DEPENDS}
2106 ${GENSCRIPTS} msp430x311 "$(tdir_msp430x311)" msp430all
aafdb207 2107emsp430x312.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2108 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2109 ${GEN_DEPENDS}
2110 ${GENSCRIPTS} msp430x312 "$(tdir_msp430x312)" msp430all
aafdb207 2111emsp430x313.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2112 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2113 ${GEN_DEPENDS}
2114 ${GENSCRIPTS} msp430x313 "$(tdir_msp430x313)" msp430all
aafdb207 2115emsp430x314.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2116 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2117 ${GEN_DEPENDS}
2118 ${GENSCRIPTS} msp430x314 "$(tdir_msp430x314)" msp430all
aafdb207 2119emsp430x315.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2120 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2121 ${GEN_DEPENDS}
2122 ${GENSCRIPTS} msp430x315 "$(tdir_msp430x315)" msp430all
aafdb207 2123emsp430x323.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2124 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2125 ${GEN_DEPENDS}
2126 ${GENSCRIPTS} msp430x323 "$(tdir_msp430x323)" msp430all
aafdb207 2127emsp430x325.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2128 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2129 ${GEN_DEPENDS}
2130 ${GENSCRIPTS} msp430x325 "$(tdir_msp430x325)" msp430all
aafdb207 2131emsp430x336.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2132 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2133 ${GEN_DEPENDS}
2134 ${GENSCRIPTS} msp430x336 "$(tdir_msp430x336)" msp430all
aafdb207 2135emsp430x337.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2136 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
8fbdf3ab
AM
2137 ${GEN_DEPENDS}
2138 ${GENSCRIPTS} msp430x337 "$(tdir_msp430x337)" msp430all
aafdb207 2139emsp430x412.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2140 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2141 ${GEN_DEPENDS}
2142 ${GENSCRIPTS} msp430x412 "$(tdir_msp430x412)" msp430all
aafdb207 2143emsp430x413.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2144 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2145 ${GEN_DEPENDS}
2146 ${GENSCRIPTS} msp430x413 "$(tdir_msp430x413)" msp430all
c05e9f04
NC
2147emsp430x415.c: $(srcdir)/emulparams/msp430all.sh \
2148 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2149 ${GEN_DEPENDS}
2150 ${GENSCRIPTS} msp430x415 "$(tdir_msp430x415)" msp430all
2151emsp430x417.c: $(srcdir)/emulparams/msp430all.sh \
2152 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2153 ${GEN_DEPENDS}
2154 ${GENSCRIPTS} msp430x417 "$(tdir_msp430x417)" msp430all
aafdb207 2155emsp430xE423.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2156 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2157 ${GEN_DEPENDS}
2158 ${GENSCRIPTS} msp430xE423 "$(tdir_msp430xE423)" msp430all
aafdb207 2159emsp430xE425.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2160 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2161 ${GEN_DEPENDS}
2162 ${GENSCRIPTS} msp430xE425 "$(tdir_msp430xE425)" msp430all
aafdb207 2163emsp430xE427.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2164 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2165 ${GEN_DEPENDS}
2166 ${GENSCRIPTS} msp430xE427 "$(tdir_msp430xE427)" msp430all
aafdb207 2167emsp430xW423.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2168 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2169 ${GEN_DEPENDS}
2170 ${GENSCRIPTS} msp430xW423 "$(tdir_msp430xW423)" msp430all
aafdb207 2171emsp430xW425.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2172 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2173 ${GEN_DEPENDS}
2174 ${GENSCRIPTS} msp430xW425 "$(tdir_msp430xW425)" msp430all
aafdb207 2175emsp430xW427.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2176 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2177 ${GEN_DEPENDS}
2178 ${GENSCRIPTS} msp430xW427 "$(tdir_msp430xW427)" msp430all
c05e9f04
NC
2179emsp430xG437.c: $(srcdir)/emulparams/msp430all.sh \
2180 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2181 ${GEN_DEPENDS}
2182 ${GENSCRIPTS} msp430xG437 "$(tdir_msp430xG437)" msp430all
2183emsp430xG438.c: $(srcdir)/emulparams/msp430all.sh \
2184 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2185 ${GEN_DEPENDS}
2186 ${GENSCRIPTS} msp430xG438 "$(tdir_msp430xG438)" msp430all
2187emsp430xG439.c: $(srcdir)/emulparams/msp430all.sh \
2188 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
2189 ${GEN_DEPENDS}
2190 ${GENSCRIPTS} msp430xG439 "$(tdir_msp430xG439)" msp430all
aafdb207 2191emsp430x435.c: $(srcdir)/emulparams/msp430all.sh \
2469cfa2 2192 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2193 ${GEN_DEPENDS}
2194 ${GENSCRIPTS} msp430x435 "$(tdir_msp430x435)" msp430all
aafdb207 2195emsp430x436.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 2196 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2197 ${GEN_DEPENDS}
2198 ${GENSCRIPTS} msp430x436 "$(tdir_msp430x436)" msp430all
aafdb207 2199emsp430x437.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 2200 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2201 ${GEN_DEPENDS}
2202 ${GENSCRIPTS} msp430x437 "$(tdir_msp430x437)" msp430all
aafdb207 2203emsp430x447.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 2204 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2205 ${GEN_DEPENDS}
2206 ${GENSCRIPTS} msp430x447 "$(tdir_msp430x447)" msp430all
aafdb207 2207emsp430x448.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 2208 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2209 ${GEN_DEPENDS}
2210 ${GENSCRIPTS} msp430x448 "$(tdir_msp430x448)" msp430all
aafdb207 2211emsp430x449.c: $(srcdir)/emulparams/msp430all.sh \
3b260895 2212 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
8fbdf3ab
AM
2213 ${GEN_DEPENDS}
2214 ${GENSCRIPTS} msp430x449 "$(tdir_msp430x449)" msp430all
252b5132
RH
2215enews.c: $(srcdir)/emulparams/news.sh \
2216 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2217 ${GENSCRIPTS} news "$(tdir_news)"
2218ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
f2241121
AM
2219 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/netbsd.em \
2220 $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
252b5132 2221 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
3b16e843
NC
2222eor32.c: $(srcdir)/emulparams/or32.sh \
2223 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/or32.sc ${GEN_DEPENDS}
2224 ${GENSCRIPTS} or32 "$(tdir_or32)"
2225eor32elf.c: $(srcdir)/emulparams/or32elf.sh \
2226 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2227 ${GENSCRIPTS} or32elf "$(tdir_or32elf)"
252b5132
RH
2228epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
2229 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2230 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
e135f41b
NC
2231epdp11.c: $(srcdir)/emulparams/pdp11.sh \
2232 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2233 ${GENSCRIPTS} pdp11 "$(tdir_pdp11)"
c6c8c6dc
ILT
2234epjelf.c: $(srcdir)/emulparams/pjelf.sh \
2235 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2236 ${GENSCRIPTS} pjelf "$(tdir_pjelf)"
2237epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \
2238 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2239 ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)"
252b5132
RH
2240eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \
2241 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
2242 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
2243eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
2244 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
2245 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
2246eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
2247 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
2248 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
b2d65c0b
NC
2249eppclynx.c: $(srcdir)/emulparams/ppclynx.sh \
2250 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2251 ${GENSCRIPTS} ppclynx "$(tdir_ppclynx)"
252b5132
RH
2252eriscix.c: $(srcdir)/emulparams/riscix.sh \
2253 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2254 ${GENSCRIPTS} riscix "$(tdir_riscix)"
252b5132
RH
2255esh.c: $(srcdir)/emulparams/sh.sh \
2256 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
2257 ${GENSCRIPTS} sh "$(tdir_sh)"
2258eshelf.c: $(srcdir)/emulparams/shelf.sh \
2259 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2260 ${GENSCRIPTS} shelf "$(tdir_shelf)"
2d92cb7d
AO
2261eshelf32.c: $(srcdir)/emulparams/shelf32.sh \
2262 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
2263 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
2264 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2265 ${GENSCRIPTS} shelf32 "$(tdir_shelf32)"
a2b3c630
SC
2266eshelf32_linux.c: $(srcdir)/emulparams/shelf32_linux.sh \
2267 $(srcdir)/emulparams/shelf32.sh \
2268 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
2269 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
2270 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2271 ${GENSCRIPTS} shelf32_linux "$(tdir_shelf32_linux)"
5b0e55b6
JT
2272eshelf32_nbsd.c: $(srcdir)/emulparams/shelf32_nbsd.sh \
2273 $(srcdir)/emulparams/shelf32.sh \
2274 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
2275 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
2276 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2277 ${GENSCRIPTS} shelf32_nbsd "$(tdir_shelf32_nbsd)"
2d92cb7d
AO
2278eshelf64.c: $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \
2279 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2280 ${GENSCRIPTS} shelf64 "$(tdir_shelf64)"
5b0e55b6
JT
2281eshelf64_nbsd.c: $(srcdir)/emulparams/shelf64_nbsd.sh \
2282 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \
2283 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2284 ${GENSCRIPTS} shelf64_nbsd "$(tdir_shelf64_nbsd)"
4a428502 2285eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
465bc359 2286 $(srcdir)/emulparams/shlelf_linux.sh \
4a428502
AO
2287 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2288 ${GENSCRIPTS} shelf_linux "$(tdir_shelf_linux)"
2289eshlelf_linux.c: $(srcdir)/emulparams/shlelf_linux.sh \
2290 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2291 ${GENSCRIPTS} shlelf_linux "$(tdir_shlelf_linux)"
8d05742f
JT
2292eshelf_nbsd.c: $(srcdir)/emulparams/shelf_nbsd.sh \
2293 $(srcdir)/emulparams/shelf.sh \
2294 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2295 ${GENSCRIPTS} shelf_nbsd "$(tdir_shelf_nbsd)"
ed71e111
NC
2296eshelf_nto.c: $(srcdir)/emulparams/shelf_nto.sh \
2297 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2298 ${GENSCRIPTS} shelf_nto "$(tdir_shelf_nto)"
8d05742f
JT
2299eshlelf_nbsd.c: $(srcdir)/emulparams/shlelf_nbsd.sh \
2300 $(srcdir)/emulparams/shelf_nbsd.sh \
2301 $(srcdir)/emulparams/shelf.sh \
2302 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2303 ${GENSCRIPTS} shlelf_nbsd "$(tdir_shlelf_nbsd)"
ed71e111
NC
2304eshlelf_nto.c: $(srcdir)/emulparams/shlelf_nto.sh \
2305 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2306 ${GENSCRIPTS} shlelf_nto "$(tdir_shlelf_nto)"
252b5132 2307eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
465bc359 2308 $(srcdir)/emulparams/shelf.sh \
252b5132
RH
2309 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2310 ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
85fbca6a
NC
2311eshlsymbian.c: $(srcdir)/emulparams/shlsymbian.sh \
2312 $(srcdir)/emulparams/shelf.sh \
2313 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf32sh-symbian.sc ${GEN_DEPENDS}
2314 ${GENSCRIPTS} shlsymbian "$(tdir_shlelf)"
2d92cb7d
AO
2315eshlelf32.c: $(srcdir)/emulparams/shlelf32.sh \
2316 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h $(srcdir)/emulparams/shelf32.sh \
2317 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
2318 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2319 ${GENSCRIPTS} shlelf32 "$(tdir_shlelf32)"
a2b3c630
SC
2320eshlelf32_linux.c: $(srcdir)/emulparams/shlelf32_linux.sh \
2321 $(srcdir)/emulparams/shelf32_linux.sh $(srcdir)/emulparams/shelf32.sh \
2322 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
2323 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
2324 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2325 ${GENSCRIPTS} shlelf32_linux "$(tdir_shlelf32_linux)"
5b0e55b6
JT
2326eshlelf32_nbsd.c: $(srcdir)/emulparams/shlelf32_nbsd.sh \
2327 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \
2328 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
2329 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
2330 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2331 ${GENSCRIPTS} shlelf32_nbsd "$(tdir_shlelf32_nbsd)"
2d92cb7d
AO
2332eshlelf64.c: $(srcdir)/emulparams/shlelf64.sh \
2333 $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \
2334 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2335 ${GENSCRIPTS} shlelf64 "$(tdir_shlelf64)"
5b0e55b6
JT
2336eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \
2337 $(srcdir)/emulparams/shelf64_nbsd.sh \
2338 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \
2339 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2340 ${GENSCRIPTS} shlelf64_nbsd "$(tdir_shlelf64_nbsd)"
252b5132 2341eshl.c: $(srcdir)/emulparams/shl.sh \
465bc359 2342 $(srcdir)/emulparams/sh.sh \
252b5132
RH
2343 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
2344 ${GENSCRIPTS} shl "$(tdir_shl)"
344a211f
NC
2345eshpe.c: $(srcdir)/emulparams/shpe.sh \
2346 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
2347 ${GENSCRIPTS} shpe "$(tdir_shl)"
252b5132
RH
2348esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
2349 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2350 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
2351esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
2352 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2353 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
252b5132
RH
2354esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
2355 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2356 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
2357est2000.c: $(srcdir)/emulparams/st2000.sh \
2358 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
2359 ${GENSCRIPTS} st2000 "$(tdir_st2000)"
2360esun3.c: $(srcdir)/emulparams/sun3.sh \
2361 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2362 ${GENSCRIPTS} sun3 "$(tdir_sun3)"
2363esun4.c: $(srcdir)/emulparams/sun4.sh \
2364 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2365 ${GENSCRIPTS} sun4 "$(tdir_sun4)"
2366etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
2367 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
2368 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
2369etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
2370 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
2371 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
0da35f8b
SS
2372etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \
2373 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
2374 ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)"
2375etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \
2376 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
019ac0e3 2377 ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)"
026df7c5
NC
2378etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \
2379 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
2380 ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)"
74459f0e
TW
2381etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \
2382 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS}
2383 ${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)"
252b5132
RH
2384etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
2385 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
2386 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
2387evanilla.c: $(srcdir)/emulparams/vanilla.sh \
2388 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
2389 ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
2390evax.c: $(srcdir)/emulparams/vax.sh \
2391 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2392 ${GENSCRIPTS} vax "$(tdir_vax)"
ab68f3e0
JT
2393evaxnbsd.c: $(srcdir)/emulparams/vaxnbsd.sh \
2394 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2395 ${GENSCRIPTS} vaxnbsd "$(tdir_vaxnbsd)"
252b5132
RH
2396evsta.c: $(srcdir)/emulparams/vsta.sh \
2397 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
2398 ${GENSCRIPTS} vsta "$(tdir_vsta)"
2399ev850.c: $(srcdir)/emulparams/v850.sh \
2400 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
2401 ${GENSCRIPTS} v850 "$(tdir_v850)"
2402ew65.c: $(srcdir)/emulparams/w65.sh \
2403 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
2404 ${GENSCRIPTS} w65 "$(tdir_w65)"
3c9b82ba
NC
2405ez80.c: $(srcdir)/emulparams/z80.sh \
2406 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/z80.em \
2407 $(srcdir)/scripttempl/z80.sc ${GEN_DEPENDS}
2408 ${GENSCRIPTS} z80 "$(tdir_z80)"
252b5132
RH
2409ez8001.c: $(srcdir)/emulparams/z8001.sh \
2410 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
2411 ${GENSCRIPTS} z8001 "$(tdir_z8001)"
2412ez8002.c: $(srcdir)/emulparams/z8002.sh \
2413 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
2414 ${GENSCRIPTS} z8002 "$(tdir_z8002)"
005e1118
AO
2415eelf32frvfd.c: $(srcdir)/emulparams/elf32frvfd.sh \
2416 $(srcdir)/emulparams/elf32frv.sh \
2417 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2418 ${GENSCRIPTS} elf32frvfd "$(tdir_frv)"
49f58d10 2419eelf32m32c.c: $(srcdir)/emulparams/elf32m32c.sh \
fa498e09 2420 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
49f58d10
JB
2421 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
2422 ${GENSCRIPTS} elf32m32c "$(tdir_m32c)"
4970f871 2423eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
9e1f170f 2424 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
4970f871 2425 ${GENSCRIPTS} elf32mt "$(tdir_mt)"
252b5132
RH
2426
2427# The generated emulation files mostly have the same dependencies.
2428$(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
2429 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
2430 ldctor.h ldexp.h ldlang.h ldgram.h
2431
2432check-DEJAGNU: site.exp
2433 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
2434 r=`pwd`; export r; \
9282ff41 2435 LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
252b5132 2436 EXPECT=$(EXPECT); export EXPECT; \
252b5132
RH
2437 runtest=$(RUNTEST); \
2438 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
2439 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
2440 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
2441 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
2442 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
2443 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
20e95c23 2444 LIBIBERTY="$(LIBIBERTY) $(LIBINTL)" LIBS="$(LIBS)" \
252b5132
RH
2445 $(RUNTESTFLAGS); \
2446 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
2447 fi
2448
2449# Rules for testing by relinking ld itself.
2450# A similar test is in the testsuite. This target is for ease of use
2451# when porting ld.
2452
2453ld-partial.o: ld-new$(EXEEXT)
2454 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
2455ld1$(EXEEXT): ld-partial.o
af28fce3 2456 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
252b5132
RH
2457
2458ld1-full$(EXEEXT): ld-new
af28fce3 2459 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
252b5132
RH
2460
2461ld2$(EXEEXT): ld1$(EXEEXT)
af28fce3 2462 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
252b5132
RH
2463
2464ld3$(EXEEXT): ld2$(EXEEXT)
af28fce3 2465 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
252b5132
RH
2466
2467bootstrap: ld3$(EXEEXT)
2468 cmp ld2$(EXEEXT) ld3$(EXEEXT)
2469
2470.PHONY: bootstrap
2471
2472# A test program for C++ constructors and destructors.
2473# This test is now in the testsuite.
2474#
2475#cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
2476# ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
2477# cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
2478#
2479#cdtest.out: cdtest
2480# ./cdtest > cdtest.tmp
2481# mv cdtest.tmp cdtest.out
2482#
2483#cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
2484# ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
2485# cdtest-bar.o cdtest-foo.o
2486#
2487#cdtest-ur: cdtest-ur.o
2488# ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
2489# $(HOSTING_LIBS)
2490#
2491#cdtest-ur.out: cdtest-ur
2492# ./cdtest-ur > cdtest-ur.tmp
2493# mv cdtest-ur.tmp cdtest-ur.out
2494#
2495#check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
2496# diff $(srcdir)/cdtest.exp cdtest.out
2497# diff $(srcdir)/cdtest.exp cdtest-ur.out
2498#
2499#.PHONY: check-cdtest
2500
2501# END OF CHECK TARGETS
2502
2503# DOCUMENTATION TARGETS
2504# Manual configuration file; not usually attached to normal configuration,
2505# because almost all configs use "gen" version of manual.
2506# Set DOCVER above to change.
2507configdoc.texi: ${DOCVER}-doc.texi
dff70155 2508 cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
b251bf6f 2509 chmod u+w ./configdoc.texi
252b5132 2510
42ecbf5e 2511ldver.texi: $(srcdir)/../bfd/configure
252b5132 2512 rm -f $@
970c3dbc
DJ
2513 eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \
2514 echo "@set VERSION $$VERSION" > $@
252b5132 2515
f7d9e5c3 2516$(srcdir)/ld.info ld.dvi ld.html: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
252b5132 2517
0285c67d
NC
2518# Build the man page from the texinfo file
2519# The sed command removes the no-adjust Nroff command so that
2520# the man output looks standard.
8b803601 2521ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
c45021f2 2522 touch $@
0285c67d
NC
2523 -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
2524 -($(POD2MAN) ld.pod | \
c45021f2
NC
2525 sed -e '/^.if n .na/d' > $@.T$$$$ && \
2526 mv -f $@.T$$$$ $@) || \
2527 (rm -f $@.T$$$$ && exit 1)
2528 rm -f ld.pod
252b5132
RH
2529mostlyclean-local:
2530 -rm -rf tmpdir
2531
108a6f8e
CD
2532.PHONY: install-html install-html-am install-html-recursive
2533
2534install-html: install-html-recursive install-html-am
2535
2536install-html-am: $(HTMLS)
2537 @$(NORMAL_INSTALL)
2538 test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
2539 @list='$(HTMLS)'; for p in $$list; do \
2540 if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \
2541 f=$(html__strip_dir) \
2542 if test -d "$$d$$p"; then \
2543 echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \
2544 $(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
2545 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
2546 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
2547 else \
2548 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
2549 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
2550 fi; \
2551 done
2552
2553install-html-recursive:
2554 @failcom='exit 1'; \
2555 for f in x $$MAKEFLAGS; do \
2556 case $$f in \
2557 *=* | --[!k]*);; \
2558 *k*) failcom='fail=yes';; \
2559 esac; \
2560 done; \
2561 dot_seen=no; \
2562 target=`echo $@ | sed s/-recursive//`; \
2563 list='$(SUBDIRS)'; for subdir in $$list; do \
2564 echo "Making $$target in $$subdir"; \
2565 if test "$$subdir" = "."; then \
2566 dot_seen=yes; \
2567 local_target="$$target-am"; \
2568 else \
2569 local_target="$$target"; \
2570 fi; \
2571 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2572 || eval $$failcom; \
2573 done; \
2574 if test "$$dot_seen" = "no"; then \
2575 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2576 fi; test -z "$$fail"
2577
252b5132
RH
2578.PHONY: install-exec-local install-data-local
2579
2580install-exec-local: ld-new$(EXEEXT)
d3d8a9ee 2581 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
252b5132
RH
2582 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2583 if test -f $$p; then \
2584 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
d3d8a9ee 2585 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
252b5132
RH
2586 else :; fi; \
2587 done
2588 n=`echo ld | sed '$(transform)'`; \
2589 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
d3d8a9ee
NC
2590 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
2591 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
2592 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
252b5132
RH
2593 fi
2594
2595install-data-local:
d3d8a9ee 2596 $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts
252b5132 2597 for f in ldscripts/*; do \
d3d8a9ee 2598 $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
252b5132 2599 done
cd8e197b
HPN
2600
2601# We want install to imply install-info as per GNU standards, despite the
2602# cygnus option.
42ecbf5e 2603install-data-local: install-info
c45021f2 2604diststuff: info $(EXTRA_DIST)
e3e71e27 2605all: info ld.1
8b803601
L
2606
2607# Both info (ld.info) and ld.1 depend on configdoc.texi and ldver.texi.
2608# But info isn't a direct target. Make info-recursive to depend on
2609# ld.1 to support parallel build.
2610info-recursive: ld.1
252b5132
RH
2611distclean-local:
2612 rm -rf ldscripts
2613
2614# Targets to rebuild dependencies in this Makefile.
f4162f5c
ILT
2615# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
2616DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
2617 rm -f DEP1
41b49281 2618 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
2619 sed -f dep.sed < DEP1 > DEPA
2620 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
2621 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
2622 echo 'make DEP failed!'; exit 1; \
2623 else \
0bdaf48b 2624 mv -f DEPA $@; \
1581f8c9 2625 fi
252b5132 2626
f4162f5c 2627DEP1: $(CFILES) $(GENERATED_CFILES)
f4162f5c 2628 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
2629 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
2630 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
2631 mv -f DEP2 $@
252b5132
RH
2632
2633dep.sed: dep-in.sed config.status
2634 sed <$(srcdir)/dep-in.sed >dep.sed \
2635 -e 's!@INCDIR@!$(INCDIR)!' \
61bef6f1
AM
2636 -e 's!@BFDDIR@!$(BFDDIR)!' \
2637 -e 's!@SRCDIR@!$(srcdir)!' \
2638 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/ld$$,,`'!'
252b5132 2639
f4162f5c 2640dep: DEP
252b5132 2641 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
f4162f5c 2642 cat DEP >> tmp-Makefile
252b5132
RH
2643 $(srcdir)/../move-if-change tmp-Makefile Makefile
2644
f4162f5c 2645dep-in: DEP
252b5132 2646 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
f4162f5c 2647 cat DEP >> tmp-Makefile.in
252b5132
RH
2648 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
2649
f4162f5c 2650dep-am: DEP
252b5132 2651 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
f4162f5c 2652 cat DEP >> tmp-Makefile.am
252b5132
RH
2653 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
2654
2655.PHONY: dep dep-in dep-am
2656
2657# What appears below is generated by a hacked mkdep using gcc -MM.
2658
2659# DO NOT DELETE THIS LINE -- mkdep uses it.
2660# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
01580992 2661ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2662 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
d32820f2 2663 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \
9e5169a8
L
2664 ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
2665ldemul.o: ldemul.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ceae3e33 2666 $(INCDIR)/symcat.h sysdep.h $(INCDIR)/fopen-same.h \
0f82ff91 2667 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmisc.h \
9e5169a8 2668 ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h ldemul-list.h
01580992 2669ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2670 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
d32820f2 2671 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
9e5169a8 2672 ldmisc.h ldexp.h ldgram.h ldlang.h $(INCDIR)/libiberty.h \
1763d3d8 2673 $(INCDIR)/safe-ctype.h
01580992 2674ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2675 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
d32820f2 2676 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \
9e5169a8 2677 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
1763d3d8 2678 ldlex.h ldemul.h $(INCDIR)/libiberty.h $(INCDIR)/filenames.h
01580992 2679ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2680 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1763d3d8
AM
2681 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
2682 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
2683 ldexp.h ldlang.h ldgram.h ldlex.h ldmisc.h ldctor.h \
2684 ldfile.h ldemul.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h \
2685 $(INCDIR)/hashtab.h
01580992 2686ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2687 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1763d3d8
AM
2688 $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \
2689 $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h ld.h $(INCDIR)/bin-bugs.h \
2690 ldmain.h ldmisc.h ldwrite.h ldexp.h ldlang.h ldgram.h \
2691 ldlex.h ldfile.h ldemul.h ldctor.h
01580992 2692ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2693 $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h sysdep.h config.h \
1763d3d8
AM
2694 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
2695 ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
2696 ldgram.h ldlex.h ldmain.h ldfile.h $(BFDDIR)/elf-bfd.h \
2697 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
01580992 2698ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2699 $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h config.h \
c6db2f05
AM
2700 $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \
2701 ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h
01580992 2702ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2703 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1763d3d8
AM
2704 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
2705 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \
2706 ldmisc.h ldgram.h ldmain.h
9e5169a8 2707lexsup.o: lexsup.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
ceae3e33 2708 $(INCDIR)/symcat.h sysdep.h $(INCDIR)/fopen-same.h \
1763d3d8
AM
2709 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
2710 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \
2711 ldlang.h ldgram.h ldlex.h ldfile.h ldver.h ldemul.h \
2712 $(INCDIR)/demangle.h
d32820f2 2713mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
9e5169a8 2714 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
1763d3d8 2715 ldexp.h ldlang.h ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h
01580992 2716ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2717 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1763d3d8
AM
2718 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \
2719 ldmain.h ldmisc.h ldexp.h ldlang.h
01580992 2720pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2721 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1763d3d8
AM
2722 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
2723 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \
2724 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \
2725 $(BFDDIR)/libcoff.h deffile.h pe-dll.h
01580992 2726ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2727 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
d32820f2
AM
2728 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
2729 ldver.h ldlang.h ldfile.h ldemul.h ldmisc.h ldmain.h \
2730 mri.h ldctor.h ldlex.h
1579bae1 2731ldlex.o: ldlex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
9e5169a8 2732 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
ce4f7385 2733 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \
9e5169a8 2734 ldmisc.h ldexp.h ldlang.h ldgram.h ldfile.h ldlex.h \
1763d3d8 2735 ldmain.h $(INCDIR)/libiberty.h
01580992 2736deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1763d3d8
AM
2737 $(INCDIR)/safe-ctype.h ../bfd/bfd.h $(INCDIR)/symcat.h \
2738 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
2739 ldmisc.h deffile.h
252b5132 2740# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
252b5132
RH
2741# Tell versions [3.59,3.63) of GNU make to not export all variables.
2742# Otherwise a system limit (for SysV at least) may be exceeded.
2743.NOEXPORT:
This page took 0.637273 seconds and 4 git commands to generate.