OSDN Git Service

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