2001-11-30 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AS = @AS@
67 CATALOGS = @CATALOGS@
68 CATOBJEXT = @CATOBJEXT@
69 CC = @CC@
70 CC_FOR_BUILD = @CC_FOR_BUILD@
71 CXXCPP = @CXXCPP@
72 DATADIRNAME = @DATADIRNAME@
73 DLLTOOL = @DLLTOOL@
74 EMULATION_LIBPATH = @EMULATION_LIBPATH@
75 EXEEXT = @EXEEXT@
76 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
77 GCJ = @GCJ@
78 GCJFLAGS = @GCJFLAGS@
79 GMOFILES = @GMOFILES@
80 GMSGFMT = @GMSGFMT@
81 GT_NO = @GT_NO@
82 GT_YES = @GT_YES@
83 HDEFINES = @HDEFINES@
84 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
85 INSTOBJEXT = @INSTOBJEXT@
86 INTLDEPS = @INTLDEPS@
87 INTLOBJS = @INTLOBJS@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 MKINSTALLDIRS = @MKINSTALLDIRS@
93 MSGFMT = @MSGFMT@
94 NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
95 OBJDUMP = @OBJDUMP@
96 OBJEXT = @OBJEXT@
97 PACKAGE = @PACKAGE@
98 POFILES = @POFILES@
99 POSUB = @POSUB@
100 RANLIB = @RANLIB@
101 STRINGIFY = @STRINGIFY@
102 STRIP = @STRIP@
103 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
104 USE_NLS = @USE_NLS@
105 VERSION = @VERSION@
106 l = @l@
107
108 INTLLIBS = @INTLLIBS@
109
110 AUTOMAKE_OPTIONS = cygnus dejagnu
111
112 SUBDIRS = po
113
114 tooldir = $(exec_prefix)/$(target_alias)
115
116 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
117 YFLAGS = -d
118 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
119
120 WARN_CFLAGS = @WARN_CFLAGS@
121 AM_CFLAGS = $(WARN_CFLAGS)
122
123 # We put the scripts in the directory $(scriptdir)/ldscripts.
124 # We can't put the scripts in $(datadir) because the SEARCH_DIR
125 # directives need to be different for native and cross linkers.
126 scriptdir = $(tooldir)/lib
127
128 EMUL = @EMUL@
129 EMULATION_OFILES = @EMULATION_OFILES@
130 EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
131
132 # Search path to override the default search path for -lfoo libraries.
133 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
134 # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
135 # a cross-linker, in which case the default is empty. See genscripts.sh.)
136 # Otherwise, they are replaced with the ones given in LIB_PATH,
137 # which may have the form: LIB_PATH=/lib:/usr/local/lib
138 LIB_PATH =
139
140 BASEDIR = $(srcdir)/..
141 BFDDIR = $(BASEDIR)/bfd
142 INCDIR = $(BASEDIR)/include
143 MKDEP = gcc -MM
144
145 # What version of the manual to build
146 DOCVER = gen
147
148 # Options to extract the man page from ld.texinfo
149 MANCONF = -Dman
150
151 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl
152
153 POD2MAN = pod2man --center="GNU Development Tools" \
154 --release="binutils-$(VERSION)" --section=1
155
156
157 #stuff for self hosting (can be overridden in config file).
158 HOSTING_CRT0 = @HOSTING_CRT0@
159 HOSTING_LIBS = @HOSTING_LIBS@
160 HOSTING_EMU = -m $(EMUL)
161
162 # Setup the testing framework, if you have one
163 EXPECT = `if [ -f $$r/../expect/expect ] ; \
164 then echo $$r/../expect/expect ; \
165 else echo expect ; fi`
166
167
168 RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \
169 then echo $${srcroot}/../dejagnu/runtest ; \
170 else echo runtest ; fi`
171
172
173 RUNTESTFLAGS =
174
175 CC_FOR_TARGET = ` \
176 if [ -f $$r/../gcc/xgcc ] ; then \
177 if [ -f $$r/../newlib/Makefile ] ; then \
178 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
179 else \
180 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
181 fi; \
182 else \
183 if [ "@host@" = "@target@" ] ; then \
184 echo $(CC); \
185 else \
186 echo gcc | sed '$(transform)'; \
187 fi; \
188 fi`
189
190
191 CXX = gcc
192 CXX_FOR_TARGET = ` \
193 if [ -f $$r/../gcc/xgcc ] ; then \
194 if [ -f $$r/../newlib/Makefile ] ; then \
195 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
196 else \
197 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
198 fi; \
199 else \
200 if [ "@host@" = "@target@" ] ; then \
201 echo $(CXX); \
202 else \
203 echo gcc | sed '$(transform)'; \
204 fi; \
205 fi`
206
207
208 noinst_PROGRAMS = ld-new
209 info_TEXINFOS = ld.texinfo
210 noinst_TEXINFOS = ldint.texinfo
211 man_MANS = ld.1
212
213 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\""
214
215 BFDLIB = ../bfd/libbfd.la
216 LIBIBERTY = ../libiberty/libiberty.a
217
218 ALL_EMULATIONS = \
219 ea29k.o \
220 eaixppc.o \
221 eaixrs6.o \
222 ealpha.o \
223 earcelf.o \
224 earm_epoc_pe.o \
225 earmaoutb.o \
226 earmaoutl.o \
227 earmcoff.o \
228 earmelf.o \
229 earmelf_linux.o \
230 earmelf_oabi.o \
231 earmnbsd.o \
232 earmpe.o \
233 eavr1200.o \
234 eavr23xx.o \
235 eavr4433.o \
236 eavr44x4.o \
237 eavr85xx.o \
238 eavrmega103.o \
239 eavrmega161.o \
240 eavrmega603.o \
241 ecoff_sparc.o \
242 ecrisaout.o \
243 ecriself.o \
244 ecrislinux.o \
245 ed10velf.o \
246 ed30v_e.o \
247 ed30v_o.o \
248 ed30velf.o \
249 edelta68.o \
250 eebmon29k.o \
251 eelf32_i960.o \
252 eelf32_i860.o \
253 eelf32_sparc.o \
254 eelf32b4300.o \
255 eelf32bmip.o \
256 eelf32bmipn32.o \
257 eelf32btsmip.o \
258 eelf32ltsmip.o \
259 eelf32ebmip.o \
260 eelf32elmip.o \
261 eelf32fr30.o \
262 eelf32i370.o \
263 eelf32l4300.o \
264 eelf32lmip.o \
265 eelf32lppc.o \
266 eelf32lppcsim.o \
267 eelf32mcore.o \
268 eelf32openrisc.o \
269 eelf32ppc.o \
270 eelf32ppclinux.o \
271 eelf32ppcsim.o \
272 eelf_i386.o \
273 eelf_i386_be.o \
274 eelf_i386_chaos.o \
275 eelf_i386_ldso.o \
276 eelf_s390.o \
277 egld960.o \
278 egld960coff.o \
279 eh8300.o \
280 eh8300h.o \
281 eh8300s.o \
282 eh8300elf.o \
283 eh8300helf.o \
284 eh8300self.o \
285 eh8500.o \
286 eh8500b.o \
287 eh8500c.o \
288 eh8500m.o \
289 eh8500s.o \
290 ehp300bsd.o \
291 ehp3hpux.o \
292 ehppaelf.o \
293 ehppalinux.o \
294 ei386aout.o \
295 ei386beos.o \
296 ei386bsd.o \
297 ei386coff.o \
298 ei386go32.o \
299 ei386linux.o \
300 ei386lynx.o \
301 ei386mach.o \
302 ei386moss.o \
303 ei386msdos.o \
304 ei386nbsd.o \
305 ei386nw.o \
306 ei386pe.o \
307 ei386pe_posix.o \
308 elnk960.o \
309 em68hc11elf.o \
310 em68hc11elfb.o \
311 em68hc12elf.o \
312 em68hc12elfb.o \
313 em68k4knbsd.o \
314 em68kaout.o \
315 em68kaux.o \
316 em68kcoff.o \
317 em68kelf.o \
318 em68klinux.o \
319 em68klynx.o \
320 em68knbsd.o \
321 em68kpsos.o \
322 em88kbcs.o \
323 emcorepe.o \
324 emipsbig.o \
325 emipsbsd.o \
326 emipsidt.o \
327 emipsidtl.o \
328 emipslit.o \
329 emipslnews.o \
330 emipspe.o \
331 enews.o \
332 ens32knbsd.o \
333 epc532macha.o \
334 epdp11.o \
335 epjelf.o \
336 epjlelf.o \
337 eppcmacos.o \
338 eppcnw.o \
339 eppcpe.o \
340 eriscix.o \
341 esa29200.o \
342 esh.o \
343 eshelf.o \
344 eshelf_linux.o \
345 eshlelf_linux.o \
346 eshl.o \
347 eshlelf.o \
348 eshpe.o \
349 esparcaout.o \
350 esparclinux.o \
351 esparclynx.o \
352 esparcnbsd.o \
353 est2000.o \
354 esun3.o \
355 esun4.o \
356 etic30aout.o \
357 etic30coff.o \
358 etic54xcoff.o \
359 etic80coff.o \
360 evanilla.o \
361 evax.o \
362 evsta.o \
363 ew65.o \
364 ez8001.o \
365 ez8002.o
366
367
368 ALL_64_EMULATIONS = \
369 eelf64_aix.o \
370 eelf64_ia64.o \
371 eelf_x86_64.o \
372 eelf64_s390.o \
373 eelf64_sparc.o \
374 eelf64alpha.o \
375 eelf64bmip.o \
376 eelf64btsmip.o \
377 eelf64ltsmip.o \
378 eelf64hppa.o \
379 eelf64mmix.o \
380 emmo.o \
381 eelf64ppc.o \
382 eelf64lppc.o \
383 eaixppc64.o \
384 ehppa64linux.o
385
386
387 ALL_EMUL_EXTRA_OFILES = \
388 deffilep.o \
389 pe-dll.o
390
391
392 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
393 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
394 mri.c ldcref.c pe-dll.c
395
396
397 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
398 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
399 ldwrite.h mri.h deffile.h pe-dll.h
400
401
402 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
403 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
404
405 OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
406 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
407 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES}
408
409
410 STAGESTUFF = *.o ldscripts/* e*.c
411
412 # At the moment this is just a list of those emulation template files
413 # that contain internationalised strings.
414 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
415
416 POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
417
418 # These all start with e so 'make clean' can find them.
419
420 GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
421 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
422
423 # We need this for automake to use YLWRAP.
424 EXTRA_ld_new_SOURCES = deffilep.y
425
426 ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
427 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
428
429 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)
430 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
431
432 # This is the real libbfd.a created by libtool.
433 TESTBFDLIB = @TESTBFDLIB@
434
435 MAINTAINERCLEANFILES = ldver.texi
436
437 # We want to reconfigure if configure.host or configure.tgt changes.
438 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt
439
440 MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
441 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
442
443 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
444
445 # Stuff that should be included in a distribution. The diststuff
446 # target is run by the taz target in ../Makefile.in.
447 EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
448
449 DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
450 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
451 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
452 CONFIG_HEADER = config.h
453 CONFIG_CLEAN_FILES =
454 noinst_PROGRAMS = ld-new$(EXEEXT)
455 PROGRAMS = $(noinst_PROGRAMS)
456
457
458 DEFS = @DEFS@ -I. -I$(srcdir) -I.
459 CPPFLAGS = @CPPFLAGS@
460 LDFLAGS = @LDFLAGS@
461 LIBS = @LIBS@
462 ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex.$(OBJEXT) lexsup.$(OBJEXT) \
463 ldlang.$(OBJEXT) mri.$(OBJEXT) ldctor.$(OBJEXT) ldmain.$(OBJEXT) \
464 ldwrite.$(OBJEXT) ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \
465 ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT)
466 ld_new_LDFLAGS =
467 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
468 LEXLIB = @LEXLIB@
469 YLWRAP = $(top_srcdir)/../ylwrap
470 CFLAGS = @CFLAGS@
471 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
472 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
473 CCLD = $(CC)
474 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
475 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
476 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
477 INFO_DEPS = ld.info
478 DVIS = ld.dvi
479 TEXINFOS = ld.texinfo
480 man1dir = $(mandir)/man1
481 MANS = $(man_MANS)
482
483 NROFF = nroff
484 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
485 NEWS TODO acinclude.m4 aclocal.m4 config.in configure configure.in \
486 deffilep.c ldgram.c ldlex.c
487
488
489 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
490
491 TAR = gtar
492 GZIP_ENV = --best
493 SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES)
494 OBJECTS = $(ld_new_OBJECTS)
495
496 all: all-redirect
497 .SUFFIXES:
498 .SUFFIXES: .S .c .dvi .info .l .lo .o .obj .ps .s .texi .texinfo .txi .y
499 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
500 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
501
502 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
503 cd $(top_builddir) \
504 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
505
506 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
507 cd $(srcdir) && $(ACLOCAL)
508
509 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
510 $(SHELL) ./config.status --recheck
511 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
512 cd $(srcdir) && $(AUTOCONF)
513
514 config.h: stamp-h
515 @if test ! -f $@; then \
516 rm -f stamp-h; \
517 $(MAKE) stamp-h; \
518 else :; fi
519 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
520 cd $(top_builddir) \
521 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
522 $(SHELL) ./config.status
523 @echo timestamp > stamp-h 2> /dev/null
524 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
525 @if test ! -f $@; then \
526 rm -f $(srcdir)/stamp-h.in; \
527 $(MAKE) $(srcdir)/stamp-h.in; \
528 else :; fi
529 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
530 cd $(top_srcdir) && $(AUTOHEADER)
531 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
532
533 mostlyclean-hdr:
534
535 clean-hdr:
536
537 distclean-hdr:
538 -rm -f config.h
539
540 maintainer-clean-hdr:
541
542 mostlyclean-noinstPROGRAMS:
543
544 clean-noinstPROGRAMS:
545 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
546
547 distclean-noinstPROGRAMS:
548
549 maintainer-clean-noinstPROGRAMS:
550
551 .c.o:
552 $(COMPILE) -c $<
553
554 # FIXME: We should only use cygpath when building on Windows,
555 # and only if it is available.
556 .c.obj:
557 $(COMPILE) -c `cygpath -w $<`
558
559 .s.o:
560 $(COMPILE) -c $<
561
562 .S.o:
563 $(COMPILE) -c $<
564
565 mostlyclean-compile:
566 -rm -f *.o core *.core
567 -rm -f *.$(OBJEXT)
568
569 clean-compile:
570
571 distclean-compile:
572 -rm -f *.tab.c
573
574 maintainer-clean-compile:
575
576 .c.lo:
577 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
578
579 .s.lo:
580 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
581
582 .S.lo:
583 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
584
585 mostlyclean-libtool:
586 -rm -f *.lo
587
588 clean-libtool:
589 -rm -rf .libs _libs
590
591 distclean-libtool:
592
593 maintainer-clean-libtool:
594
595 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
596 @rm -f ld-new$(EXEEXT)
597 $(LINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
598 .l.c:
599 $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
600 .y.c:
601 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS)
602 deffilep.h: deffilep.c
603 ldgram.h: ldgram.c
604
605
606 ld.info: ld.texinfo
607 ld.dvi: ld.texinfo
608
609
610 DVIPS = dvips
611
612 .texi.info:
613 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
614 $(MAKEINFO) -I $(srcdir) $<
615
616 .texi.dvi:
617 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
618 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
619
620 .texi:
621 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
622 $(MAKEINFO) -I $(srcdir) $<
623
624 .texinfo.info:
625 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
626 $(MAKEINFO) -I $(srcdir) $<
627
628 .texinfo:
629 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
630 $(MAKEINFO) -I $(srcdir) $<
631
632 .texinfo.dvi:
633 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
634 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
635
636 .txi.info:
637 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
638 $(MAKEINFO) -I $(srcdir) $<
639
640 .txi.dvi:
641 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
642 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
643
644 .txi:
645 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
646 $(MAKEINFO) -I $(srcdir) $<
647 .dvi.ps:
648 $(DVIPS) $< -o $@
649
650 install-info-am: $(INFO_DEPS)
651 @$(NORMAL_INSTALL)
652 $(mkinstalldirs) $(DESTDIR)$(infodir)
653 @list='$(INFO_DEPS)'; \
654 for file in $$list; do \
655 if test -f $$file; then d=.; else d=$(srcdir); fi; \
656 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
657 if test -f $$d/$$ifile; then \
658 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
659 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
660 else : ; fi; \
661 done; \
662 done
663 @$(POST_INSTALL)
664 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
665 list='$(INFO_DEPS)'; \
666 for file in $$list; do \
667 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
668 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
669 done; \
670 else : ; fi
671
672 uninstall-info:
673 $(PRE_UNINSTALL)
674 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
675 ii=yes; \
676 else ii=; fi; \
677 list='$(INFO_DEPS)'; \
678 for file in $$list; do \
679 test -z "$ii" \
680 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
681 done
682 @$(NORMAL_UNINSTALL)
683 list='$(INFO_DEPS)'; \
684 for file in $$list; do \
685 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
686 done
687
688 dist-info: $(INFO_DEPS)
689 list='$(INFO_DEPS)'; \
690 for base in $$list; do \
691 if test -f $$base; then d=.; else d=$(srcdir); fi; \
692 for file in `cd $$d && eval echo $$base*`; do \
693 test -f $(distdir)/$$file \
694 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
695 || cp -p $$d/$$file $(distdir)/$$file; \
696 done; \
697 done
698
699 mostlyclean-aminfo:
700 -rm -f ld.aux ld.cp ld.cps ld.dvi ld.fn ld.fns ld.ky ld.kys ld.ps \
701 ld.log ld.pg ld.toc ld.tp ld.tps ld.vr ld.vrs ld.op ld.tr \
702 ld.cv ld.cn
703
704 clean-aminfo:
705
706 distclean-aminfo:
707
708 maintainer-clean-aminfo:
709 for i in $(INFO_DEPS); do \
710 rm -f $$i; \
711 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
712 rm -f $$i-[0-9]*; \
713 fi; \
714 done
715 clean-info: mostlyclean-aminfo
716
717 install-man1:
718 $(mkinstalldirs) $(DESTDIR)$(man1dir)
719 @list='$(man1_MANS)'; \
720 l2='$(man_MANS)'; for i in $$l2; do \
721 case "$$i" in \
722 *.1*) list="$$list $$i" ;; \
723 esac; \
724 done; \
725 for i in $$list; do \
726 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
727 else file=$$i; fi; \
728 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
729 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
730 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
731 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
732 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
733 done
734
735 uninstall-man1:
736 @list='$(man1_MANS)'; \
737 l2='$(man_MANS)'; for i in $$l2; do \
738 case "$$i" in \
739 *.1*) list="$$list $$i" ;; \
740 esac; \
741 done; \
742 for i in $$list; do \
743 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
744 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
745 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
746 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
747 rm -f $(DESTDIR)$(man1dir)/$$inst; \
748 done
749 install-man: $(MANS)
750 @$(NORMAL_INSTALL)
751 $(MAKE) $(AM_MAKEFLAGS) install-man1
752 uninstall-man:
753 @$(NORMAL_UNINSTALL)
754 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
755
756 # This directory's subdirectories are mostly independent; you can cd
757 # into them and run `make' without going through this Makefile.
758 # To change the values of `make' variables: instead of editing Makefiles,
759 # (1) if the variable is set in `config.status', edit `config.status'
760 # (which will cause the Makefiles to be regenerated when you run `make');
761 # (2) otherwise, pass the desired values on the `make' command line.
762
763 @SET_MAKE@
764
765 all-recursive install-data-recursive install-exec-recursive \
766 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
767 check-recursive installcheck-recursive info-recursive dvi-recursive:
768 @set fnord $(MAKEFLAGS); amf=$$2; \
769 dot_seen=no; \
770 target=`echo $@ | sed s/-recursive//`; \
771 list='$(SUBDIRS)'; for subdir in $$list; do \
772 echo "Making $$target in $$subdir"; \
773 if test "$$subdir" = "."; then \
774 dot_seen=yes; \
775 local_target="$$target-am"; \
776 else \
777 local_target="$$target"; \
778 fi; \
779 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
780 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
781 done; \
782 if test "$$dot_seen" = "no"; then \
783 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
784 fi; test -z "$$fail"
785
786 mostlyclean-recursive clean-recursive distclean-recursive \
787 maintainer-clean-recursive:
788 @set fnord $(MAKEFLAGS); amf=$$2; \
789 dot_seen=no; \
790 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
791 rev="$$subdir $$rev"; \
792 test "$$subdir" = "." && dot_seen=yes; \
793 done; \
794 test "$$dot_seen" = "no" && rev=". $$rev"; \
795 target=`echo $@ | sed s/-recursive//`; \
796 for subdir in $$rev; do \
797 echo "Making $$target in $$subdir"; \
798 if test "$$subdir" = "."; then \
799 local_target="$$target-am"; \
800 else \
801 local_target="$$target"; \
802 fi; \
803 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
804 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
805 done && test -z "$$fail"
806 tags-recursive:
807 list='$(SUBDIRS)'; for subdir in $$list; do \
808 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
809 done
810
811 tags: TAGS
812
813 ID: $(HEADERS) $(SOURCES) $(LISP)
814 list='$(SOURCES) $(HEADERS)'; \
815 unique=`for i in $$list; do echo $$i; done | \
816 awk ' { files[$$0] = 1; } \
817 END { for (i in files) print i; }'`; \
818 here=`pwd` && cd $(srcdir) \
819 && mkid -f$$here/ID $$unique $(LISP)
820
821 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
822 tags=; \
823 here=`pwd`; \
824 list='$(SUBDIRS)'; for subdir in $$list; do \
825 if test "$$subdir" = .; then :; else \
826 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
827 fi; \
828 done; \
829 list='$(SOURCES) $(HEADERS)'; \
830 unique=`for i in $$list; do echo $$i; done | \
831 awk ' { files[$$0] = 1; } \
832 END { for (i in files) print i; }'`; \
833 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
834 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
835
836 mostlyclean-tags:
837
838 clean-tags:
839
840 distclean-tags:
841 -rm -f TAGS ID
842
843 maintainer-clean-tags:
844
845 distdir = $(PACKAGE)-$(VERSION)
846 top_distdir = $(distdir)
847
848 # This target untars the dist file and tries a VPATH configuration. Then
849 # it guarantees that the distribution is self-contained by making another
850 # tarfile.
851 distcheck: dist
852 -rm -rf $(distdir)
853 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
854 mkdir $(distdir)/=build
855 mkdir $(distdir)/=inst
856 dc_install_base=`cd $(distdir)/=inst && pwd`; \
857 cd $(distdir)/=build \
858 && ../configure --srcdir=.. --prefix=$$dc_install_base \
859 && $(MAKE) $(AM_MAKEFLAGS) \
860 && $(MAKE) $(AM_MAKEFLAGS) dvi \
861 && $(MAKE) $(AM_MAKEFLAGS) check \
862 && $(MAKE) $(AM_MAKEFLAGS) install \
863 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
864 && $(MAKE) $(AM_MAKEFLAGS) dist
865 -rm -rf $(distdir)
866 @banner="$(distdir).tar.gz is ready for distribution"; \
867 dashes=`echo "$$banner" | sed s/./=/g`; \
868 echo "$$dashes"; \
869 echo "$$banner"; \
870 echo "$$dashes"
871 dist: distdir
872 -chmod -R a+r $(distdir)
873 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
874 -rm -rf $(distdir)
875 dist-all: distdir
876 -chmod -R a+r $(distdir)
877 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
878 -rm -rf $(distdir)
879 distdir: $(DISTFILES)
880 -rm -rf $(distdir)
881 mkdir $(distdir)
882 -chmod 777 $(distdir)
883 @for file in $(DISTFILES); do \
884 if test -f $$file; then d=.; else d=$(srcdir); fi; \
885 if test -d $$d/$$file; then \
886 cp -pr $$d/$$file $(distdir)/$$file; \
887 else \
888 test -f $(distdir)/$$file \
889 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
890 || cp -p $$d/$$file $(distdir)/$$file || :; \
891 fi; \
892 done
893 for subdir in $(SUBDIRS); do \
894 if test "$$subdir" = .; then :; else \
895 test -d $(distdir)/$$subdir \
896 || mkdir $(distdir)/$$subdir \
897 || exit 1; \
898 chmod 777 $(distdir)/$$subdir; \
899 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
900 || exit 1; \
901 fi; \
902 done
903 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
904
905 DEJATOOL = $(PACKAGE)
906
907 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
908 site.exp: Makefile
909 @echo 'Making a new site.exp file...'
910 @test ! -f site.bak || rm -f site.bak
911 @echo '## these variables are automatically generated by make ##' > $@-t
912 @echo '# Do not edit here. If you wish to override these values' >> $@-t
913 @echo '# edit the last section' >> $@-t
914 @echo 'set tool $(DEJATOOL)' >> $@-t
915 @echo 'set srcdir $(srcdir)' >> $@-t
916 @echo 'set objdir' `pwd` >> $@-t
917 @echo 'set host_alias $(host_alias)' >> $@-t
918 @echo 'set host_triplet $(host_triplet)' >> $@-t
919 @echo 'set target_alias $(target_alias)' >> $@-t
920 @echo 'set target_triplet $(target_triplet)' >> $@-t
921 @echo 'set build_alias $(build_alias)' >> $@-t
922 @echo 'set build_triplet $(build_triplet)' >> $@-t
923 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
924 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
925 @test ! -f site.exp || mv site.exp site.bak
926 @mv $@-t site.exp
927 info-am: $(INFO_DEPS)
928 info: info-recursive
929 dvi-am: $(DVIS)
930 dvi: dvi-recursive
931 check-am:
932 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
933 check: check-recursive
934 installcheck-am:
935 installcheck: installcheck-recursive
936 install-info-am:
937 install-info: install-info-recursive
938 all-recursive-am: config.h
939 $(MAKE) $(AM_MAKEFLAGS) all-recursive
940
941 install-exec-am: install-exec-local
942 install-exec: install-exec-recursive
943
944 install-data-am: install-man install-data-local
945 install-data: install-data-recursive
946
947 install-am: all-am
948 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
949 install: install-recursive
950 uninstall-am: uninstall-man
951 uninstall: uninstall-recursive
952 all-am: Makefile $(PROGRAMS) $(MANS) config.h
953 all-redirect: all-recursive-am
954 install-strip:
955 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
956 installdirs: installdirs-recursive
957 installdirs-am:
958 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
959
960
961 mostlyclean-generic:
962 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
963
964 clean-generic:
965 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
966
967 distclean-generic:
968 -rm -f Makefile $(CONFIG_CLEAN_FILES)
969 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
970 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
971
972 maintainer-clean-generic:
973 -test -z "ldlexldeffilephdeffilepcldgramhldgramc$(MAINTAINERCLEANFILES)" || rm -f ldlexl deffileph deffilepc ldgramh ldgramc $(MAINTAINERCLEANFILES)
974 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
975 mostlyclean-compile mostlyclean-libtool \
976 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic \
977 mostlyclean-local
978
979 mostlyclean: mostlyclean-recursive
980
981 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
982 clean-aminfo clean-tags clean-generic mostlyclean-am
983
984 clean: clean-recursive
985
986 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
987 distclean-libtool distclean-aminfo distclean-tags \
988 distclean-generic clean-am distclean-local
989 -rm -f libtool
990
991 distclean: distclean-recursive
992 -rm -f config.status
993
994 maintainer-clean-am: maintainer-clean-hdr \
995 maintainer-clean-noinstPROGRAMS \
996 maintainer-clean-compile maintainer-clean-libtool \
997 maintainer-clean-aminfo maintainer-clean-tags \
998 maintainer-clean-generic distclean-am
999 @echo "This command is intended for maintainers to use;"
1000 @echo "it deletes files that may require special tools to rebuild."
1001
1002 maintainer-clean: maintainer-clean-recursive
1003 -rm -f config.status
1004
1005 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1006 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1007 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1008 mostlyclean-compile distclean-compile clean-compile \
1009 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1010 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
1011 mostlyclean-aminfo distclean-aminfo clean-aminfo \
1012 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
1013 uninstall-man install-data-recursive uninstall-data-recursive \
1014 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
1015 uninstalldirs-recursive all-recursive check-recursive \
1016 installcheck-recursive info-recursive dvi-recursive \
1017 mostlyclean-recursive distclean-recursive clean-recursive \
1018 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1019 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
1020 info-am info dvi-am dvi check check-am installcheck-am installcheck \
1021 install-info-am install-info all-recursive-am install-exec-local \
1022 install-exec-am install-exec install-data-local install-data-am \
1023 install-data install-am install uninstall-am uninstall all-redirect \
1024 all-am all installdirs-am installdirs mostlyclean-generic \
1025 distclean-generic clean-generic maintainer-clean-generic clean \
1026 mostlyclean distclean maintainer-clean
1027
1028
1029 po/POTFILES.in: @MAINT@ Makefile
1030 for file in $(POTFILES); do echo $$file; done | sort > tmp \
1031 && mv tmp $(srcdir)/po/POTFILES.in
1032
1033 ldmain.o: ldmain.c config.status
1034 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
1035
1036 ldemul-list.h: Makefile
1037 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
1038 for f in `echo " " ${EMULATION_OFILES} "" \
1039 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
1040 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
1041 done;\
1042 echo "";\
1043 echo "#define EMULATION_LIST \\";\
1044 for f in `echo " " ${EMULATION_OFILES} "" \
1045 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
1046 echo " &ld_$${f}_emulation, \\"; \
1047 done;\
1048 echo " 0") >ldemul-tmp.h
1049 mv ldemul-tmp.h ldemul-list.h
1050
1051 stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
1052 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed
1053 @TDIRS@
1054
1055 ea29k.c: $(srcdir)/emulparams/a29k.sh \
1056 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
1057 ${GENSCRIPTS} a29k "$(tdir_a29k)"
1058 eaixppc64.c: $(srcdir)/emulparams/aixppc64.sh \
1059 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1060 ${GENSCRIPTS} aixppc64 "$(tdir_aixppc64)"
1061 eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
1062 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1063 ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
1064 eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
1065 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1066 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
1067 ealpha.c: $(srcdir)/emulparams/alpha.sh \
1068 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
1069 ${GENSCRIPTS} alpha "$(tdir_alpha)"
1070 earcelf.c: $(srcdir)/emulparams/arcelf.sh \
1071 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1072 ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
1073 earmelf.c: $(srcdir)/emulparams/armelf.sh \
1074 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1075 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1076 ${GENSCRIPTS} armelf "$(tdir_armelf)"
1077 earmelf_oabi.c: $(srcdir)/emulparams/armelf_oabi.sh \
1078 $(srcdir)/emultempl/armelf_oabi.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1079 ${GENSCRIPTS} armelf_oabi "$(tdir_armelf)"
1080 earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \
1081 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
1082 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1083 ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)"
1084 earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \
1085 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
1086 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
1087 earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \
1088 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
1089 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
1090 earmcoff.c: $(srcdir)/emulparams/armcoff.sh \
1091 $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
1092 ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
1093 earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \
1094 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1095 ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)"
1096 earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \
1097 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS}
1098 ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)"
1099 earmpe.c: $(srcdir)/emulparams/armpe.sh \
1100 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1101 ${GENSCRIPTS} armpe "$(tdir_armpe)"
1102 eavr85xx.c: $(srcdir)/emulparams/avr85xx.sh \
1103 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1104 ${GEN_DEPENDS}
1105 ${GENSCRIPTS} avr85xx "$(tdir_avr85xx)"
1106 eavr1200.c: $(srcdir)/emulparams/avr1200.sh \
1107 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1108 ${GEN_DEPENDS}
1109 ${GENSCRIPTS} avr1200 "$(tdir_avr85xx)"
1110 eavr23xx.c: $(srcdir)/emulparams/avr23xx.sh \
1111 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1112 ${GEN_DEPENDS}
1113 ${GENSCRIPTS} avr23xx "$(tdir_avr85xx)"
1114 eavr44x4.c: $(srcdir)/emulparams/avr44x4.sh \
1115 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1116 ${GEN_DEPENDS}
1117 ${GENSCRIPTS} avr44x4 "$(tdir_avr85xx)"
1118 eavr4433.c: $(srcdir)/emulparams/avr4433.sh \
1119 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1120 ${GEN_DEPENDS}
1121 ${GENSCRIPTS} avr4433 "$(tdir_avr85xx)"
1122 eavrmega603.c: $(srcdir)/emulparams/avrmega603.sh \
1123 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1124 ${GEN_DEPENDS}
1125 ${GENSCRIPTS} avrmega603 "$(tdir_avr85xx)"
1126 eavrmega103.c: $(srcdir)/emulparams/avrmega103.sh \
1127 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1128 ${GEN_DEPENDS}
1129 ${GENSCRIPTS} avrmega103 "$(tdir_avr85xx)"
1130 eavrmega161.c: $(srcdir)/emulparams/avrmega161.sh \
1131 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32avr.sc \
1132 ${GEN_DEPENDS}
1133 ${GENSCRIPTS} avrmega161 "$(tdir_avr85xx)"
1134 ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
1135 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
1136 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
1137 ecrisaout.c: $(srcdir)/emulparams/crisaout.sh \
1138 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/crisaout.sc ${GEN_DEPENDS}
1139 ${GENSCRIPTS} crisaout "$(tdir_cris)"
1140 ecriself.c: $(srcdir)/emulparams/criself.sh \
1141 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1142 ${GENSCRIPTS} criself "$(tdir_cris)"
1143 ecrislinux.c: $(srcdir)/emulparams/crislinux.sh \
1144 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1145 ${GENSCRIPTS} crislinux "$(tdir_cris)"
1146 ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
1147 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
1148 ${GENSCRIPTS} d10velf "$(tdir_d10v)"
1149 ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
1150 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1151 ${GENSCRIPTS} d30velf "$(tdir_d30v)"
1152 ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
1153 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1154 ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
1155 ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
1156 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1157 ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
1158 edelta68.c: $(srcdir)/emulparams/delta68.sh \
1159 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
1160 ${GENSCRIPTS} delta68 "$(tdir_delta68)"
1161 eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
1162 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
1163 ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)"
1164 eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
1165 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1166 ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
1167 eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
1168 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1169 ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
1170 em32relf.c: $(srcdir)/emulparams/m32relf.sh \
1171 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1172 ${GENSCRIPTS} m32relf "$(tdir_m32r)"
1173 eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
1174 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1175 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
1176 eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
1177 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1178 ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)"
1179 eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
1180 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1181 ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
1182 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
1183 $(srcdir)/emulparams/elf32bmip.sh \
1184 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1185 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
1186 eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
1187 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1188 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
1189 eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
1190 $(srcdir)/emulparams/elf32bmip.sh \
1191 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1192 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
1193 eelf32btsmip.c: $(srcdir)/emulparams/elf32btsmip.sh \
1194 $(srcdir)/emulparams/elf32bmip.sh \
1195 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1196 ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)"
1197 eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \
1198 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
1199 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1200 ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)"
1201 eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
1202 $(srcdir)/emulparams/elf32bmip.sh \
1203 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1204 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
1205 eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
1206 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
1207 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1208 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
1209 eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \
1210 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1211 ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)"
1212 eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
1213 $(srcdir)/emulparams/elf32b4300.sh $(srcdir)/emulparams/elf32bmip.sh \
1214 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1215 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
1216 eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
1217 $(srcdir)/emulparams/elf32bmip.sh \
1218 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1219 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
1220 eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
1221 $(srcdir)/emulparams/elf32ppc.sh \
1222 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1223 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
1224 eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \
1225 $(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \
1226 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1227 ${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)"
1228 eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
1229 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
1230 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1231 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
1232 eelf32openrisc.c: $(srcdir)/emulparams/elf32openrisc.sh \
1233 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1234 ${GENSCRIPTS} elf32openrisc "$(tdir_openrisc)"
1235 eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
1236 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1237 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
1238 eelf32ppcsim.c: $(srcdir)/emulparams/elf32ppcsim.sh \
1239 $(srcdir)/emulparams/elf32ppc.sh \
1240 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1241 ${GENSCRIPTS} elf32ppcsim "$(tdir_elf32ppcsim)"
1242 eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
1243 $(srcdir)/emulparams/elf32ppc.sh \
1244 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1245 ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
1246 eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh \
1247 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1248 ${GENSCRIPTS} elf64ppc "$(tdir_elf64ppc)"
1249 eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \
1250 $(srcdir)/emulparams/elf64ppc.sh \
1251 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1252 ${GENSCRIPTS} elf64lppc "$(tdir_elf64lppc)"
1253 eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \
1254 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS}
1255 ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)"
1256 eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
1257 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1258 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
1259 eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
1260 $(srcdir)/emulparams/hppa64linux.sh \
1261 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1262 ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
1263 eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \
1264 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1265 ${GENSCRIPTS} elf64_aix "$(tdir_elf64_aix)"
1266 eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \
1267 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
1268 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1269 ${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)"
1270 eelf64_s390.c: $(srcdir)/emulparams/elf64_s390.sh \
1271 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1272 ${GENSCRIPTS} elf64_s390 "$(tdir_elf64_s390)"
1273 eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
1274 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1275 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
1276 eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \
1277 $(srcdir)/emulparams/elf32bmipn32.sh \
1278 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1279 ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)"
1280 eelf64mmix.c: $(srcdir)/emulparams/elf64mmix.sh \
1281 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/mmix-elfnmmo.em \
1282 $(srcdir)/emultempl/mmixelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1283 ${GENSCRIPTS} elf64mmix "$(tdir_elf64mmix)"
1284 emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \
1285 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mmo.em \
1286 $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS}
1287 ${GENSCRIPTS} mmo "$(tdir_mmo)"
1288 eelf64btsmip.c: $(srcdir)/emulparams/elf64btsmip.sh \
1289 $(srcdir)/emulparams/elf32bmipn32.sh \
1290 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1291 ${GENSCRIPTS} elf64btsmip "$(tdir_elf64btsmip)"
1292 eelf64ltsmip.c: $(srcdir)/emulparams/elf64ltsmip.sh \
1293 $(srcdir)/emulparams/elf64btsmip.sh $(srcdir)/emulparams/elf32bmipn32.sh \
1294 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1295 ${GENSCRIPTS} elf64ltsmip "$(tdir_elf64ltsmip)"
1296 eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
1297 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1298 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
1299 eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \
1300 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1301 ${GENSCRIPTS} elf_x86_64 "$(tdir_elf_x86_64)"
1302 eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
1303 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1304 ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
1305 eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \
1306 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1307 ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)"
1308 eelf_i386_ldso.c: $(srcdir)/emulparams/elf_i386_ldso.sh \
1309 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1310 ${GENSCRIPTS} elf_i386_ldso "$(tdir_elf_i386_ldso)"
1311 eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \
1312 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1313 ${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)"
1314 egld960.c: $(srcdir)/emulparams/gld960.sh \
1315 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1316 ${GENSCRIPTS} gld960 "$(tdir_gld960)"
1317 egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
1318 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1319 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
1320 eh8300.c: $(srcdir)/emulparams/h8300.sh \
1321 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
1322 ${GENSCRIPTS} h8300 "$(tdir_h8300)"
1323 eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
1324 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
1325 ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
1326 eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
1327 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
1328 ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
1329 eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \
1330 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1331 ${GENSCRIPTS} h8300elf "$(tdir_h8300elf)"
1332 eh8300helf.c: $(srcdir)/emulparams/h8300helf.sh \
1333 $(srcdir)/emulparams/h8300elf.sh \
1334 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1335 ${GENSCRIPTS} h8300helf "$(tdir_h8300helf)"
1336 eh8300self.c: $(srcdir)/emulparams/h8300self.sh \
1337 $(srcdir)/emulparams/h8300elf.sh \
1338 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1339 ${GENSCRIPTS} h8300self "$(tdir_h8300self)"
1340 eh8500.c: $(srcdir)/emulparams/h8500.sh \
1341 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
1342 ${GENSCRIPTS} h8500 "$(tdir_h8500)"
1343 eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
1344 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
1345 ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
1346 eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
1347 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
1348 ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
1349 eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
1350 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
1351 ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
1352 eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
1353 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
1354 ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
1355 ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
1356 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1357 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
1358 ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
1359 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1360 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
1361 ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
1362 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
1363 $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
1364 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
1365 ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \
1366 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
1367 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1368 ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)"
1369 ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \
1370 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1371 ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)"
1372 ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
1373 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1374 ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
1375 ei386beos.c: $(srcdir)/emulparams/i386beos.sh \
1376 $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS}
1377 ${GENSCRIPTS} i386beos "$(tdir_i386beos)"
1378 ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
1379 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1380 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
1381 ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
1382 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
1383 ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
1384 ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
1385 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
1386 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
1387 ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
1388 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1389 ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
1390 ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
1391 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS}
1392 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
1393 ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
1394 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1395 ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
1396 ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
1397 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1398 ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
1399 ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
1400 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
1401 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
1402 ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
1403 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1404 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
1405 ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
1406 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1407 ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
1408 ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
1409 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1410 ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
1411 ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \
1412 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1413 ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)"
1414 elnk960.c: $(srcdir)/emulparams/lnk960.sh \
1415 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1416 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
1417 em68hc11elf.c: $(srcdir)/emulparams/m68hc11elf.sh \
1418 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
1419 ${GENSCRIPTS} m68hc11elf "$(tdir_m68hc11)"
1420 em68hc11elfb.c: $(srcdir)/emulparams/m68hc11elfb.sh \
1421 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
1422 ${GENSCRIPTS} m68hc11elfb "$(tdir_m68hc11b)"
1423 em68hc12elf.c: $(srcdir)/emulparams/m68hc12elf.sh \
1424 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
1425 ${GENSCRIPTS} m68hc12elf "$(tdir_m68hc12)"
1426 em68hc12elfb.c: $(srcdir)/emulparams/m68hc12elfb.sh \
1427 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
1428 ${GENSCRIPTS} m68hc12elfb "$(tdir_m68hc12b)"
1429 em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \
1430 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1431 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
1432 em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
1433 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1434 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
1435 em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
1436 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
1437 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
1438 em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
1439 $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
1440 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
1441 em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
1442 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \
1443 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1444 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
1445 em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
1446 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1447 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
1448 em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
1449 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
1450 ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
1451 em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
1452 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1453 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
1454 em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \
1455 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
1456 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
1457 em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
1458 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
1459 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
1460 emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \
1461 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1462 ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)"
1463 emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
1464 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1465 ${GENSCRIPTS} mipsbig
1466 emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
1467 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
1468 ${GENSCRIPTS} mipsbsd
1469 emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
1470 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1471 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
1472 emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
1473 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1474 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
1475 emipslit.c: $(srcdir)/emulparams/mipslit.sh \
1476 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1477 ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
1478 emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \
1479 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1480 ${GENSCRIPTS} mipslnews
1481 emipspe.c: $(srcdir)/emulparams/mipspe.sh \
1482 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1483 ${GENSCRIPTS} mipspe "$(tdir_mips)"
1484 emn10300.c: $(srcdir)/emulparams/mn10300.sh \
1485 $(srcdir)/emulparams/mn10200.sh \
1486 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1487 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
1488 emn10200.c: $(srcdir)/emulparams/mn10200.sh \
1489 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1490 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
1491 enews.c: $(srcdir)/emulparams/news.sh \
1492 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1493 ${GENSCRIPTS} news "$(tdir_news)"
1494 ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
1495 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1496 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
1497 epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
1498 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1499 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
1500 epdp11.c: $(srcdir)/emulparams/pdp11.sh \
1501 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1502 ${GENSCRIPTS} pdp11 "$(tdir_pdp11)"
1503 epjelf.c: $(srcdir)/emulparams/pjelf.sh \
1504 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1505 ${GENSCRIPTS} pjelf "$(tdir_pjelf)"
1506 epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \
1507 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1508 ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)"
1509 eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \
1510 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1511 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
1512 eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
1513 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1514 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
1515 eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
1516 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
1517 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
1518 eriscix.c: $(srcdir)/emulparams/riscix.sh \
1519 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1520 ${GENSCRIPTS} riscix "$(tdir_riscix)"
1521 esa29200.c: $(srcdir)/emulparams/sa29200.sh \
1522 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS}
1523 ${GENSCRIPTS} sa29200 "$(tdir_sa29200)"
1524 esh.c: $(srcdir)/emulparams/sh.sh \
1525 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1526 ${GENSCRIPTS} sh "$(tdir_sh)"
1527 eshelf.c: $(srcdir)/emulparams/shelf.sh \
1528 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1529 ${GENSCRIPTS} shelf "$(tdir_shelf)"
1530 eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
1531 $(srcdir)/emulparams/shlelf_linux.sh \
1532 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1533 ${GENSCRIPTS} shelf_linux "$(tdir_shelf_linux)"
1534 eshlelf_linux.c: $(srcdir)/emulparams/shlelf_linux.sh \
1535 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1536 ${GENSCRIPTS} shlelf_linux "$(tdir_shlelf_linux)"
1537 eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
1538 $(srcdir)/emulparams/shelf.sh \
1539 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1540 ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
1541 eshl.c: $(srcdir)/emulparams/shl.sh \
1542 $(srcdir)/emulparams/sh.sh \
1543 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1544 ${GENSCRIPTS} shl "$(tdir_shl)"
1545 eshpe.c: $(srcdir)/emulparams/shpe.sh \
1546 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1547 ${GENSCRIPTS} shpe "$(tdir_shl)"
1548 esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
1549 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1550 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
1551 esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
1552 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1553 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
1554 esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
1555 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
1556 ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
1557 esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
1558 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1559 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
1560 est2000.c: $(srcdir)/emulparams/st2000.sh \
1561 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
1562 ${GENSCRIPTS} st2000 "$(tdir_st2000)"
1563 esun3.c: $(srcdir)/emulparams/sun3.sh \
1564 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1565 ${GENSCRIPTS} sun3 "$(tdir_sun3)"
1566 esun4.c: $(srcdir)/emulparams/sun4.sh \
1567 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1568 ${GENSCRIPTS} sun4 "$(tdir_sun4)"
1569 etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
1570 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
1571 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
1572 etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
1573 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
1574 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
1575 etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \
1576 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS}
1577 ${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)"
1578 etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
1579 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
1580 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
1581 evanilla.c: $(srcdir)/emulparams/vanilla.sh \
1582 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
1583 ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
1584 evax.c: $(srcdir)/emulparams/vax.sh \
1585 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1586 ${GENSCRIPTS} vax "$(tdir_vax)"
1587 evsta.c: $(srcdir)/emulparams/vsta.sh \
1588 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1589 ${GENSCRIPTS} vsta "$(tdir_vsta)"
1590 ev850.c: $(srcdir)/emulparams/v850.sh \
1591 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
1592 ${GENSCRIPTS} v850 "$(tdir_v850)"
1593 ew65.c: $(srcdir)/emulparams/w65.sh \
1594 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
1595 ${GENSCRIPTS} w65 "$(tdir_w65)"
1596 ez8001.c: $(srcdir)/emulparams/z8001.sh \
1597 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
1598 ${GENSCRIPTS} z8001 "$(tdir_z8001)"
1599 ez8002.c: $(srcdir)/emulparams/z8002.sh \
1600 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
1601 ${GENSCRIPTS} z8002 "$(tdir_z8002)"
1602
1603 # The generated emulation files mostly have the same dependencies.
1604 $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
1605 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
1606 ldctor.h ldexp.h ldlang.h ldgram.h
1607
1608 check-DEJAGNU: site.exp
1609 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
1610 r=`pwd`; export r; \
1611 LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
1612 EXPECT=$(EXPECT); export EXPECT; \
1613 if [ -f $(top_builddir)/../expect/expect ]; then \
1614 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1615 export TCL_LIBRARY; \
1616 fi; \
1617 runtest=$(RUNTEST); \
1618 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1619 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
1620 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
1621 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
1622 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
1623 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
1624 LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" LIBS="$(LIBS)" \
1625 $(RUNTESTFLAGS); \
1626 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1627 fi
1628
1629 # Rules for testing by relinking ld itself.
1630 # A similar test is in the testsuite. This target is for ease of use
1631 # when porting ld.
1632
1633 ld-partial.o: ld-new$(EXEEXT)
1634 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
1635 ld1$(EXEEXT): ld-partial.o
1636 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1637
1638 ld1-full$(EXEEXT): ld-new
1639 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1640
1641 ld2$(EXEEXT): ld1$(EXEEXT)
1642 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1643
1644 ld3$(EXEEXT): ld2$(EXEEXT)
1645 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1646
1647 bootstrap: ld3$(EXEEXT)
1648 cmp ld2$(EXEEXT) ld3$(EXEEXT)
1649
1650 .PHONY: bootstrap
1651
1652 # A test program for C++ constructors and destructors.
1653 # This test is now in the testsuite.
1654 #
1655 #cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1656 # ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
1657 # cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
1658 #
1659 #cdtest.out: cdtest
1660 # ./cdtest > cdtest.tmp
1661 # mv cdtest.tmp cdtest.out
1662 #
1663 #cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1664 # ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
1665 # cdtest-bar.o cdtest-foo.o
1666 #
1667 #cdtest-ur: cdtest-ur.o
1668 # ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
1669 # $(HOSTING_LIBS)
1670 #
1671 #cdtest-ur.out: cdtest-ur
1672 # ./cdtest-ur > cdtest-ur.tmp
1673 # mv cdtest-ur.tmp cdtest-ur.out
1674 #
1675 #check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
1676 # diff $(srcdir)/cdtest.exp cdtest.out
1677 # diff $(srcdir)/cdtest.exp cdtest-ur.out
1678 #
1679 #.PHONY: check-cdtest
1680
1681 # END OF CHECK TARGETS
1682
1683 # DOCUMENTATION TARGETS
1684 # Manual configuration file; not usually attached to normal configuration,
1685 # because almost all configs use "gen" version of manual.
1686 # Set DOCVER above to change.
1687 configdoc.texi: ${DOCVER}-doc.texi
1688 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1689 || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1690 || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
1691
1692 ldver.texi: Makefile
1693 rm -f $@
1694 echo '@set VERSION $(VERSION)' > $@
1695
1696 ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1697 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
1698 $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
1699
1700 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1701 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
1702 MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
1703
1704 # Build the man page from the texinfo file
1705 # The sed command removes the no-adjust Nroff command so that
1706 # the man output looks standard.
1707 ld.1: $(srcdir)/ld.texinfo
1708 touch $@
1709 -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
1710 -($(POD2MAN) ld.pod | \
1711 sed -e '/^.if n .na/d' > $@.T$$$$ && \
1712 mv -f $@.T$$$$ $@) || \
1713 (rm -f $@.T$$$$ && exit 1)
1714 rm -f ld.pod
1715 mostlyclean-local:
1716 -rm -rf tmpdir
1717
1718 .PHONY: install-exec-local install-data-local
1719
1720 install-exec-local: ld-new$(EXEEXT)
1721 $(mkinstalldirs) $(bindir) $(tooldir)/bin
1722 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1723 if test -f $$p; then \
1724 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1725 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1726 else :; fi; \
1727 done
1728 n=`echo ld | sed '$(transform)'`; \
1729 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
1730 rm -f $(tooldir)/bin/ld$(EXEEXT); \
1731 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1732 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT); \
1733 fi
1734
1735 install-data-local:
1736 $(mkinstalldirs) $(scriptdir)/ldscripts
1737 for f in ldscripts/*; do \
1738 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
1739 done
1740 diststuff: info $(EXTRA_DIST)
1741 distclean-local:
1742 rm -rf ldscripts
1743
1744 Makefile: $(BFDDIR)/configure.in
1745
1746 # Targets to rebuild dependencies in this Makefile.
1747 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1748 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
1749 rm -f DEP1
1750 $(MAKE) MKDEP="$(MKDEP)" DEP1
1751 sed -f dep.sed < DEP1 > DEPA
1752 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1753 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1754 echo 'make DEP failed!'; exit 1; \
1755 else \
1756 mv -f DEPA $@; \
1757 fi
1758
1759 DEP1: $(CFILES) $(GENERATED_CFILES)
1760 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1761 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1762 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1763 mv -f DEP2 $@
1764
1765 dep.sed: dep-in.sed config.status
1766 sed <$(srcdir)/dep-in.sed >dep.sed \
1767 -e 's!@INCDIR@!$(INCDIR)!' \
1768 -e 's!@SRCDIR@!$(srcdir)!'
1769
1770 dep: DEP
1771 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1772 cat DEP >> tmp-Makefile
1773 $(srcdir)/../move-if-change tmp-Makefile Makefile
1774
1775 dep-in: DEP
1776 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1777 cat DEP >> tmp-Makefile.in
1778 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1779
1780 dep-am: DEP
1781 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1782 cat DEP >> tmp-Makefile.am
1783 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1784
1785 .PHONY: dep dep-in dep-am
1786
1787 # What appears below is generated by a hacked mkdep using gcc -MM.
1788
1789 # DO NOT DELETE THIS LINE -- mkdep uses it.
1790 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1791 ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1792 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1793 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \
1794 ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
1795 ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1796 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1797 ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
1798 ldfile.h ldemul.h ldmain.h ldemul-list.h
1799 ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1800 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1801 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
1802 ldmisc.h ldexp.h ldgram.h ldlang.h $(INCDIR)/libiberty.h
1803 ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1804 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1805 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \
1806 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
1807 ldlex.h ldemul.h $(INCDIR)/libiberty.h
1808 ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1809 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1810 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
1811 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
1812 ldgram.h ldexp.h ldlang.h ldlex.h ldmisc.h ldctor.h \
1813 ldfile.h ldemul.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h
1814 ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1815 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1816 $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \
1817 $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h ld.h $(INCDIR)/bin-bugs.h \
1818 ldmain.h ldmisc.h ldwrite.h ldgram.h ldexp.h ldlang.h \
1819 ldlex.h ldfile.h ldemul.h ldctor.h
1820 ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1821 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1822 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h ld.h $(INCDIR)/bin-bugs.h \
1823 ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h \
1824 ldfile.h
1825 ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1826 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1827 ld.h $(INCDIR)/bin-bugs.h ldver.h ldexp.h ldlang.h \
1828 ldfile.h ldemul.h ldmain.h
1829 ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1830 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1831 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \
1832 ldexp.h ldlang.h ldwrite.h ldmisc.h ldgram.h ldmain.h
1833 lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1834 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1835 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1836 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \
1837 ldlang.h ldgram.h ldlex.h ldfile.h ldver.h ldemul.h \
1838 $(INCDIR)/demangle.h
1839 mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1840 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
1841 ldexp.h ldlang.h ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h
1842 ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1843 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1844 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \
1845 ldmain.h ldmisc.h ldexp.h ldlang.h
1846 pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1847 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1848 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
1849 ld.h $(INCDIR)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \
1850 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \
1851 ../bfd/libcoff.h deffile.h pe-dll.h
1852 ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1853 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1854 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
1855 ldver.h ldlang.h ldfile.h ldemul.h ldmisc.h ldmain.h \
1856 mri.h ldctor.h ldlex.h
1857 ldlex.o: ldlex.c ../bfd/bfd.h $(INCDIR)/symcat.h sysdep.h \
1858 config.h $(INCDIR)/fopen-same.h $(INCDIR)/safe-ctype.h \
1859 ld.h $(INCDIR)/bin-bugs.h ldgram.h ldmisc.h ldexp.h \
1860 ldlang.h ldfile.h ldlex.h ldmain.h $(INCDIR)/libiberty.h
1861 deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1862 $(INCDIR)/safe-ctype.h ../bfd/bfd.h $(INCDIR)/symcat.h \
1863 sysdep.h config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
1864 ldmisc.h deffile.h
1865 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1866
1867 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1868 # Otherwise a system limit (for SysV at least) may be exceeded.
1869 .NOEXPORT:
This page took 0.070022 seconds and 4 git commands to generate.