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