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