x
[external/binutils.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 DATADIRNAME = @DATADIRNAME@
72 DLLTOOL = @DLLTOOL@
73 EMULATION_LIBPATH = @EMULATION_LIBPATH@
74 EXEEXT = @EXEEXT@
75 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 GT_NO = @GT_NO@
79 GT_YES = @GT_YES@
80 HDEFINES = @HDEFINES@
81 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLDEPS = @INTLDEPS@
84 INTLOBJS = @INTLOBJS@
85 LD = @LD@
86 LIBTOOL = @LIBTOOL@
87 LN_S = @LN_S@
88 MAINT = @MAINT@
89 MAKEINFO = @MAKEINFO@
90 MKINSTALLDIRS = @MKINSTALLDIRS@
91 MSGFMT = @MSGFMT@
92 NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
93 NM = @NM@
94 PACKAGE = @PACKAGE@
95 POFILES = @POFILES@
96 POSUB = @POSUB@
97 RANLIB = @RANLIB@
98 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99 USE_NLS = @USE_NLS@
100 USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
101 VERSION = @VERSION@
102 l = @l@
103
104 INTLLIBS = @INTLLIBS@
105
106 AUTOMAKE_OPTIONS = cygnus dejagnu
107
108 SUBDIRS = po
109
110 tooldir = $(exec_prefix)/$(target_alias)
111
112 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L$(srcdir)/../bison/ ; else echo bison -y ; fi`
113 YFLAGS = -d
114 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
115
116 # We put the scripts in the directory $(scriptdir)/ldscripts.
117 # We can't put the scripts in $(datadir) because the SEARCH_DIR
118 # directives need to be different for native and cross linkers.
119 scriptdir = $(tooldir)/lib
120
121 EMUL = @EMUL@
122 EMULATION_OFILES = @EMULATION_OFILES@
123 EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
124
125 # Search path to override the default search path for -lfoo libraries.
126 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
127 # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
128 # a cross-linker, in which case the default is empty.  See genscripts.sh.)
129 # Otherwise, they are replaced with the ones given in LIB_PATH,
130 # which may have the form: LIB_PATH=/lib:/usr/local/lib
131 LIB_PATH = 
132
133 BASEDIR = $(srcdir)/..
134 BFDDIR = $(BASEDIR)/bfd
135 INCDIR = $(BASEDIR)/include
136 DEP = mkdep
137
138 # What version of the manual to build
139 DOCVER = gen
140
141 #stuff for self hosting (can be overridden in config file).
142 HOSTING_CRT0 = @HOSTING_CRT0@
143 HOSTING_LIBS = @HOSTING_LIBS@
144 HOSTING_EMU = -m $(EMUL)
145
146 # Setup the testing framework, if you have one
147 EXPECT = `if [ -f $$r/../expect/expect ] ; \
148         then echo $$r/../expect/expect ; \
149         else echo expect ; fi`
150
151
152 RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \
153         then echo $${srcroot}/../dejagnu/runtest ; \
154         else echo runtest ; fi`
155
156
157 RUNTESTFLAGS = 
158
159 CC_FOR_TARGET = ` \
160   if [ -f $$r/../gcc/xgcc ] ; then \
161     if [ -f $$r/../newlib/Makefile ] ; then \
162       echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
163     else \
164       echo $$r/../gcc/xgcc -B$$r/../gcc/; \
165     fi; \
166   else \
167     if [ "@host@" = "@target@" ] ; then \
168       echo $(CC); \
169     else \
170       echo gcc | sed '$(transform)'; \
171     fi; \
172   fi`
173
174
175 CXX = gcc
176 CXX_FOR_TARGET = ` \
177   if [ -f $$r/../gcc/xgcc ] ; then \
178     if [ -f $$r/../newlib/Makefile ] ; then \
179       echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
180     else \
181       echo $$r/../gcc/xgcc -B$$r/../gcc/; \
182     fi; \
183   else \
184     if [ "@host@" = "@target@" ] ; then \
185       echo $(CXX); \
186     else \
187       echo gcc | sed '$(transform)'; \
188     fi; \
189   fi`
190
191
192 noinst_PROGRAMS = ld-new
193 info_TEXINFOS = ld.texinfo
194 noinst_TEXINFOS = ldint.texinfo
195 man_MANS = ld.1
196
197 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\""
198
199 BFDLIB = ../bfd/libbfd.la
200 LIBIBERTY = ../libiberty/libiberty.a
201
202 ALL_EMULATIONS = \
203         ea29k.o \
204         eaixppc.o \
205         eaixrs6.o \
206         ealpha.o \
207         earcelf.o \
208         earmelf.o \
209         earmelf_oabi.o \
210         earmelf_linux.o \
211         earmelf_linux26.o \
212         earmaoutb.o \
213         earmaoutl.o \
214         earmcoff.o \
215         earmpe.o \
216         ecoff_sparc.o \
217         ed10velf.o \
218         ed30velf.o \
219         ed30v_e.o \
220         ed30v_o.o \
221         edelta68.o \
222         eebmon29k.o \
223         eelf32_sparc.o \
224         eelf32_i960.o \
225         eelf32b4300.o \
226         eelf32bmip.o \
227         eelf32ebmip.o \
228         eelf32elmip.o \
229         eelf32bmipn32.o \
230         eelf32l4300.o \
231         eelf32lmip.o \
232         eelf32lppc.o \
233         eelf32ppc.o \
234         eelf32ppclinux.o \
235         eelf_i386.o \
236         eelf_i386_be.o \
237         egld960.o \
238         egld960coff.o \
239         eelf32fr30.o \
240         eelf32mcore.o \
241         ego32.o \
242         eh8300.o \
243         eh8300h.o \
244         eh8300s.o \
245         eh8500.o \
246         eh8500b.o \
247         eh8500c.o \
248         eh8500m.o \
249         eh8500s.o \
250         ehp300bsd.o \
251         ehp3hpux.o \
252         ehppaelf.o \
253         ei386aout.o \
254         ei386beos.o \
255         ei386bsd.o \
256         ei386coff.o \
257         ei386go32.o \
258         ei386linux.o \
259         ei386lynx.o \
260         ei386mach.o \
261         ei386moss.o \
262         ei386msdos.o \
263         ei386nbsd.o \
264         ei386nw.o \
265         ei386pe.o \
266         elnk960.o \
267         em68k4knbsd.o \
268         em68kaout.o \
269         em68kaux.o \
270         em68kcoff.o \
271         em68kelf.o \
272         em68klinux.o \
273         em68klynx.o \
274         em68knbsd.o \
275         em68kpsos.o \
276         em88kbcs.o \
277         emcorepe.o \
278         emipsbig.o \
279         emipsbsd.o \
280         emipsidt.o \
281         emipsidtl.o \
282         emipslit.o \
283         emipslnews.o \
284         enews.o \
285         ens32knbsd.o \
286         epc532macha.o \
287         eppcmacos.o \
288         eppcnw.o \
289         eppcpe.o \
290         eriscix.o \
291         esa29200.o \
292         esh.o \
293         eshelf.o \
294         eshlelf.o \
295         eshl.o \
296         esparcaout.o \
297         esparclinux.o \
298         esparclynx.o \
299         esparcnbsd.o \
300         est2000.o \
301         esun3.o \
302         esun4.o \
303         etic30aout.o \
304         etic30coff.o \
305         etic80coff.o \
306         evanilla.o \
307         evax.o \
308         evsta.o \
309         ew65.o \
310         ez8001.o \
311         ez8002.o
312
313
314 ALL_64_EMULATIONS = \
315         eelf64_sparc.o \
316         eelf64alpha.o
317
318
319 ALL_EMUL_EXTRA_OFILES = \
320         pe-dll.o \
321         deffilep.o
322
323
324 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
325         ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
326         mri.c ldcref.c pe-dll.c
327
328
329 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
330         ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
331         ldwrite.h mri.h deffile.h
332
333
334 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
335 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
336
337 OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
338         ldwrite.o ldexp.o  ldemul.o ldver.o ldmisc.o \
339         ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES}
340
341
342 STAGESTUFF = *.o ldscripts/* e*.c
343
344 # At the moment this is just a list of those emulation template files
345 # that contain internationalised strings.
346 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
347
348 POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
349
350 # These all start with e so 'make clean' can find them.
351
352 GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
353 GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
354
355 ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
356         ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
357
358 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)
359 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
360
361 # This is the real libbfd.a created by libtool.
362 TESTBFDLIB = @TESTBFDLIB@
363
364 MAINTAINERCLEANFILES = ldver.texi
365
366 MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
367         ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
368
369 CLEANFILES = dep.sed .dep .dep1
370
371 # Stuff that should be included in a distribution.  The diststuff
372 # target is run by the taz target in ../Makefile.in.
373 LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
374
375 DISTCLEANFILES = tdirs site.exp site.bak
376 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
377 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
378 CONFIG_HEADER = config.h
379 CONFIG_CLEAN_FILES = 
380 noinst_PROGRAMS =  ld-new$(EXEEXT)
381 PROGRAMS =  $(noinst_PROGRAMS)
382
383
384 DEFS = @DEFS@ -I. -I$(srcdir) -I.
385 CPPFLAGS = @CPPFLAGS@
386 LDFLAGS = @LDFLAGS@
387 LIBS = @LIBS@
388 ld_new_OBJECTS =  ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o \
389 ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o
390 ld_new_LDFLAGS = 
391 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
392 LEXLIB = @LEXLIB@
393 CFLAGS = @CFLAGS@
394 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
395 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
396 CCLD = $(CC)
397 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
398 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
399 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
400 INFO_DEPS = ld.info
401 DVIS = ld.dvi
402 TEXINFOS = ld.texinfo
403 man1dir = $(mandir)/man1
404 MANS = $(man_MANS)
405
406 NROFF = nroff
407 DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
408 NEWS TODO acinclude.m4 aclocal.m4 config.in configure configure.in \
409 ldgram.c ldlex.c
410
411
412 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
413
414 TAR = gtar
415 GZIP_ENV = --best
416 SOURCES = $(ld_new_SOURCES)
417 OBJECTS = $(ld_new_OBJECTS)
418
419 all: all-redirect
420 .SUFFIXES:
421 .SUFFIXES: .S .c .dvi .info .l .lo .o .ps .s .texi .texinfo .txi .y
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
423         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
424
425 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
426         cd $(top_builddir) \
427           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
428
429 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
430         cd $(srcdir) && $(ACLOCAL)
431 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
432         cd $(srcdir) && $(AUTOCONF)
433
434 config.h: stamp-h
435         @if test ! -f $@; then \
436                 rm -f stamp-h; \
437                 $(MAKE) stamp-h; \
438         else :; fi
439 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
440         cd $(top_builddir) \
441           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
442              $(SHELL) ./config.status
443         @echo timestamp > stamp-h 2> /dev/null
444 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
445         @if test ! -f $@; then \
446                 rm -f $(srcdir)/stamp-h.in; \
447                 $(MAKE) $(srcdir)/stamp-h.in; \
448         else :; fi
449 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
450         cd $(top_srcdir) && $(AUTOHEADER)
451         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
452
453 mostlyclean-hdr:
454
455 clean-hdr:
456
457 distclean-hdr:
458         -rm -f config.h
459
460 maintainer-clean-hdr:
461
462 mostlyclean-noinstPROGRAMS:
463
464 clean-noinstPROGRAMS:
465         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
466
467 distclean-noinstPROGRAMS:
468
469 maintainer-clean-noinstPROGRAMS:
470
471 .c.o:
472         $(COMPILE) -c $<
473
474 .s.o:
475         $(COMPILE) -c $<
476
477 .S.o:
478         $(COMPILE) -c $<
479
480 mostlyclean-compile:
481         -rm -f *.o core *.core
482
483 clean-compile:
484
485 distclean-compile:
486         -rm -f *.tab.c
487
488 maintainer-clean-compile:
489
490 .c.lo:
491         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
492
493 .s.lo:
494         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
495
496 .S.lo:
497         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
498
499 mostlyclean-libtool:
500         -rm -f *.lo
501
502 clean-libtool:
503         -rm -rf .libs _libs
504
505 distclean-libtool:
506
507 maintainer-clean-libtool:
508
509 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
510         @rm -f ld-new$(EXEEXT)
511         $(LINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
512 .l.c:
513         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
514 .y.c:
515         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
516         if test -f y.tab.h; then \
517         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
518         else :; fi
519 ldgram.h: ldgram.c
520
521
522 ld.info: ld.texinfo
523 ld.dvi: ld.texinfo
524
525
526 DVIPS = dvips
527
528 .texi.info:
529         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
530         $(MAKEINFO) -I $(srcdir) $<
531
532 .texi.dvi:
533         TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
534           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
535
536 .texi:
537         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
538         $(MAKEINFO) -I $(srcdir) $<
539
540 .texinfo.info:
541         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
542         $(MAKEINFO) -I $(srcdir) $<
543
544 .texinfo:
545         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
546         $(MAKEINFO) -I $(srcdir) $<
547
548 .texinfo.dvi:
549         TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
550           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
551
552 .txi.info:
553         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
554         $(MAKEINFO) -I $(srcdir) $<
555
556 .txi.dvi:
557         TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
558           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
559
560 .txi:
561         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
562         $(MAKEINFO) -I $(srcdir) $<
563 .dvi.ps:
564         $(DVIPS) $< -o $@
565
566 install-info-am: $(INFO_DEPS)
567         @$(NORMAL_INSTALL)
568         $(mkinstalldirs) $(DESTDIR)$(infodir)
569         @list='$(INFO_DEPS)'; \
570         for file in $$list; do \
571           if test -f $$file; then d=.; else d=$(srcdir); fi; \
572           for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
573             if test -f $$d/$$ifile; then \
574               echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
575               $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
576             else : ; fi; \
577           done; \
578         done
579         @$(POST_INSTALL)
580         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
581           list='$(INFO_DEPS)'; \
582           for file in $$list; do \
583             echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
584             install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
585           done; \
586         else : ; fi
587
588 uninstall-info:
589         $(PRE_UNINSTALL)
590         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
591           ii=yes; \
592         else ii=; fi; \
593         list='$(INFO_DEPS)'; \
594         for file in $$list; do \
595           test -z "$ii" \
596             || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
597         done
598         @$(NORMAL_UNINSTALL)
599         list='$(INFO_DEPS)'; \
600         for file in $$list; do \
601           (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
602         done
603
604 dist-info: $(INFO_DEPS)
605         list='$(INFO_DEPS)'; \
606         for base in $$list; do \
607           if test -f $$base; then d=.; else d=$(srcdir); fi; \
608           for file in `cd $$d && eval echo $$base*`; do \
609             test -f $(distdir)/$$file \
610             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
611             || cp -p $$d/$$file $(distdir)/$$file; \
612           done; \
613         done
614
615 mostlyclean-aminfo:
616         -rm -f ld.aux ld.cp ld.cps ld.dvi ld.fn ld.fns ld.ky ld.kys ld.ps \
617           ld.log ld.pg ld.toc ld.tp ld.tps ld.vr ld.vrs ld.op ld.tr \
618           ld.cv ld.cn
619
620 clean-aminfo:
621
622 distclean-aminfo:
623
624 maintainer-clean-aminfo:
625         for i in $(INFO_DEPS); do \
626           rm -f $$i; \
627           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
628             rm -f $$i-[0-9]*; \
629           fi; \
630         done
631 clean-info: mostlyclean-aminfo
632
633 install-man1:
634         $(mkinstalldirs) $(DESTDIR)$(man1dir)
635         @list='$(man1_MANS)'; \
636         l2='$(man_MANS)'; for i in $$l2; do \
637           case "$$i" in \
638             *.1*) list="$$list $$i" ;; \
639           esac; \
640         done; \
641         for i in $$list; do \
642           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
643           else file=$$i; fi; \
644           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
645           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
646           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
647           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
648           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
649         done
650
651 uninstall-man1:
652         @list='$(man1_MANS)'; \
653         l2='$(man_MANS)'; for i in $$l2; do \
654           case "$$i" in \
655             *.1*) list="$$list $$i" ;; \
656           esac; \
657         done; \
658         for i in $$list; do \
659           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
660           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
661           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
662           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
663           rm -f $(DESTDIR)$(man1dir)/$$inst; \
664         done
665 install-man: $(MANS)
666         @$(NORMAL_INSTALL)
667         $(MAKE) $(AM_MAKEFLAGS) install-man1
668 uninstall-man:
669         @$(NORMAL_UNINSTALL)
670         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
671
672 # This directory's subdirectories are mostly independent; you can cd
673 # into them and run `make' without going through this Makefile.
674 # To change the values of `make' variables: instead of editing Makefiles,
675 # (1) if the variable is set in `config.status', edit `config.status'
676 #     (which will cause the Makefiles to be regenerated when you run `make');
677 # (2) otherwise, pass the desired values on the `make' command line.
678
679 @SET_MAKE@
680
681 all-recursive install-data-recursive install-exec-recursive \
682 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
683 check-recursive installcheck-recursive info-recursive dvi-recursive:
684         @set fnord $(MAKEFLAGS); amf=$$2; \
685         dot_seen=no; \
686         target=`echo $@ | sed s/-recursive//`; \
687         list='$(SUBDIRS)'; for subdir in $$list; do \
688           echo "Making $$target in $$subdir"; \
689           if test "$$subdir" = "."; then \
690             dot_seen=yes; \
691             local_target="$$target-am"; \
692           else \
693             local_target="$$target"; \
694           fi; \
695           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
696            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
697         done; \
698         if test "$$dot_seen" = "no"; then \
699           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
700         fi; test -z "$$fail"
701
702 mostlyclean-recursive clean-recursive distclean-recursive \
703 maintainer-clean-recursive:
704         @set fnord $(MAKEFLAGS); amf=$$2; \
705         dot_seen=no; \
706         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
707           rev="$$subdir $$rev"; \
708           test "$$subdir" = "." && dot_seen=yes; \
709         done; \
710         test "$$dot_seen" = "no" && rev=". $$rev"; \
711         target=`echo $@ | sed s/-recursive//`; \
712         for subdir in $$rev; do \
713           echo "Making $$target in $$subdir"; \
714           if test "$$subdir" = "."; then \
715             local_target="$$target-am"; \
716           else \
717             local_target="$$target"; \
718           fi; \
719           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
720            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
721         done && test -z "$$fail"
722 tags-recursive:
723         list='$(SUBDIRS)'; for subdir in $$list; do \
724           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
725         done
726
727 tags: TAGS
728
729 ID: $(HEADERS) $(SOURCES) $(LISP)
730         list='$(SOURCES) $(HEADERS)'; \
731         unique=`for i in $$list; do echo $$i; done | \
732           awk '    { files[$$0] = 1; } \
733                END { for (i in files) print i; }'`; \
734         here=`pwd` && cd $(srcdir) \
735           && mkid -f$$here/ID $$unique $(LISP)
736
737 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
738         tags=; \
739         here=`pwd`; \
740         list='$(SUBDIRS)'; for subdir in $$list; do \
741    if test "$$subdir" = .; then :; else \
742             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
743    fi; \
744         done; \
745         list='$(SOURCES) $(HEADERS)'; \
746         unique=`for i in $$list; do echo $$i; done | \
747           awk '    { files[$$0] = 1; } \
748                END { for (i in files) print i; }'`; \
749         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
750           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
751
752 mostlyclean-tags:
753
754 clean-tags:
755
756 distclean-tags:
757         -rm -f TAGS ID
758
759 maintainer-clean-tags:
760
761 distdir = $(PACKAGE)-$(VERSION)
762 top_distdir = $(distdir)
763
764 # This target untars the dist file and tries a VPATH configuration.  Then
765 # it guarantees that the distribution is self-contained by making another
766 # tarfile.
767 distcheck: dist
768         -rm -rf $(distdir)
769         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
770         mkdir $(distdir)/=build
771         mkdir $(distdir)/=inst
772         dc_install_base=`cd $(distdir)/=inst && pwd`; \
773         cd $(distdir)/=build \
774           && ../configure --srcdir=.. --prefix=$$dc_install_base \
775           && $(MAKE) $(AM_MAKEFLAGS) \
776           && $(MAKE) $(AM_MAKEFLAGS) dvi \
777           && $(MAKE) $(AM_MAKEFLAGS) check \
778           && $(MAKE) $(AM_MAKEFLAGS) install \
779           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
780           && $(MAKE) $(AM_MAKEFLAGS) dist
781         -rm -rf $(distdir)
782         @banner="$(distdir).tar.gz is ready for distribution"; \
783         dashes=`echo "$$banner" | sed s/./=/g`; \
784         echo "$$dashes"; \
785         echo "$$banner"; \
786         echo "$$dashes"
787 dist: distdir
788         -chmod -R a+r $(distdir)
789         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
790         -rm -rf $(distdir)
791 dist-all: distdir
792         -chmod -R a+r $(distdir)
793         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
794         -rm -rf $(distdir)
795 distdir: $(DISTFILES)
796         -rm -rf $(distdir)
797         mkdir $(distdir)
798         -chmod 777 $(distdir)
799         @for file in $(DISTFILES); do \
800           if test -f $$file; then d=.; else d=$(srcdir); fi; \
801           if test -d $$d/$$file; then \
802             cp -pr $$/$$file $(distdir)/$$file; \
803           else \
804             test -f $(distdir)/$$file \
805             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
806             || cp -p $$d/$$file $(distdir)/$$file || :; \
807           fi; \
808         done
809         for subdir in $(SUBDIRS); do \
810           if test "$$subdir" = .; then :; else \
811             test -d $(distdir)/$$subdir \
812             || mkdir $(distdir)/$$subdir \
813             || exit 1; \
814             chmod 777 $(distdir)/$$subdir; \
815             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
816               || exit 1; \
817           fi; \
818         done
819         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
820
821 DEJATOOL = $(PACKAGE)
822
823 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
824 site.exp: Makefile
825         @echo 'Making a new site.exp file...'
826         @test ! -f site.bak || rm -f site.bak
827         @echo '## these variables are automatically generated by make ##' > $@-t
828         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
829         @echo '# edit the last section' >> $@-t
830         @echo 'set tool $(DEJATOOL)' >> $@-t
831         @echo 'set srcdir $(srcdir)' >> $@-t
832         @echo 'set objdir' `pwd` >> $@-t
833         @echo 'set host_alias $(host_alias)' >> $@-t
834         @echo 'set host_triplet $(host_triplet)' >> $@-t
835         @echo 'set target_alias $(target_alias)' >> $@-t
836         @echo 'set target_triplet $(target_triplet)' >> $@-t
837         @echo 'set build_alias $(build_alias)' >> $@-t
838         @echo 'set build_triplet $(build_triplet)' >> $@-t
839         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
840         @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
841         @test ! -f site.exp || mv site.exp site.bak
842         @mv $@-t site.exp
843 info-am: $(INFO_DEPS)
844 info: info-recursive
845 dvi-am: $(DVIS)
846 dvi: dvi-recursive
847 check-am:
848         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
849 check: check-recursive
850 installcheck-am:
851 installcheck: installcheck-recursive
852 install-info-am: 
853 install-info: install-info-recursive
854 all-recursive-am: config.h
855         $(MAKE) $(AM_MAKEFLAGS) all-recursive
856
857 install-exec-am: install-exec-local
858 install-exec: install-exec-recursive
859
860 install-data-am: install-man install-data-local
861 install-data: install-data-recursive
862
863 install-am: all-am
864         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
865 install: install-recursive
866 uninstall-am: uninstall-man
867 uninstall: uninstall-recursive
868 all-am: Makefile $(PROGRAMS) $(MANS) config.h
869 all-redirect: all-recursive-am
870 install-strip:
871         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
872 installdirs: installdirs-recursive
873 installdirs-am:
874         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
875
876
877 mostlyclean-generic:
878         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
879
880 clean-generic:
881         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
882
883 distclean-generic:
884         -rm -f Makefile $(CONFIG_CLEAN_FILES)
885         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
886         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
887
888 maintainer-clean-generic:
889         -test -z "ldlexlldgramhldgramc$(MAINTAINERCLEANFILES)" || rm -f ldlexl ldgramh ldgramc $(MAINTAINERCLEANFILES)
890 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \
891                 mostlyclean-compile mostlyclean-libtool \
892                 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic \
893                 mostlyclean-local
894
895 mostlyclean: mostlyclean-recursive
896
897 clean-am:  clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
898                 clean-aminfo clean-tags clean-generic mostlyclean-am
899
900 clean: clean-recursive
901
902 distclean-am:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \
903                 distclean-libtool distclean-aminfo distclean-tags \
904                 distclean-generic clean-am distclean-local
905         -rm -f libtool
906
907 distclean: distclean-recursive
908         -rm -f config.status
909
910 maintainer-clean-am:  maintainer-clean-hdr \
911                 maintainer-clean-noinstPROGRAMS \
912                 maintainer-clean-compile maintainer-clean-libtool \
913                 maintainer-clean-aminfo maintainer-clean-tags \
914                 maintainer-clean-generic distclean-am
915         @echo "This command is intended for maintainers to use;"
916         @echo "it deletes files that may require special tools to rebuild."
917
918 maintainer-clean: maintainer-clean-recursive
919         -rm -f config.status
920
921 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
922 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
923 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
924 mostlyclean-compile distclean-compile clean-compile \
925 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
926 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
927 mostlyclean-aminfo distclean-aminfo clean-aminfo \
928 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
929 uninstall-man install-data-recursive uninstall-data-recursive \
930 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
931 uninstalldirs-recursive all-recursive check-recursive \
932 installcheck-recursive info-recursive dvi-recursive \
933 mostlyclean-recursive distclean-recursive clean-recursive \
934 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
935 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
936 info-am info dvi-am dvi check check-am installcheck-am installcheck \
937 install-info-am install-info all-recursive-am install-exec-local \
938 install-exec-am install-exec install-data-local install-data-am \
939 install-data install-am install uninstall-am uninstall all-redirect \
940 all-am all installdirs-am installdirs mostlyclean-generic \
941 distclean-generic clean-generic maintainer-clean-generic clean \
942 mostlyclean distclean maintainer-clean
943
944
945 po/POTFILES.in: @MAINT@ Makefile
946         for file in $(POTFILES); do echo $$file; done | sort > tmp \
947           && mv tmp $(srcdir)/po/POTFILES.in
948
949 ldmain.o: ldmain.c config.status
950         $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
951
952 ldemul-list.h: Makefile
953         (echo "/* This file is automatically generated.  DO NOT EDIT! */";\
954         for f in `echo " " ${EMULATION_OFILES} "" \
955          | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
956             echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
957         done;\
958         echo "";\
959         echo "#define EMULATION_LIST \\";\
960         for f in `echo " " ${EMULATION_OFILES} "" \
961          | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
962             echo "  &ld_$${f}_emulation, \\"; \
963         done;\
964         echo "  0") >ldemul-tmp.h
965         mv ldemul-tmp.h ldemul-list.h
966 @TDIRS@
967
968 ea29k.c: $(srcdir)/emulparams/a29k.sh \
969   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
970         ${GENSCRIPTS} a29k "$(tdir_a29k)"
971 eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
972   $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
973         ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
974 eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
975   $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
976         ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
977 ealpha.c: $(srcdir)/emulparams/alpha.sh \
978   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
979         ${GENSCRIPTS} alpha "$(tdir_alpha)"
980 earcelf.c: $(srcdir)/emulparams/arcelf.sh \
981   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
982         ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
983 earmelf.c: $(srcdir)/emulparams/armelf.sh \
984   $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
985         ${GENSCRIPTS} armelf "$(tdir_armelf)"
986 earmelf_oabi.c: $(srcdir)/emulparams/armelf_oabi.sh \
987   $(srcdir)/emultempl/armelf_oabi.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
988         ${GENSCRIPTS} armelf_oabi "$(tdir_armelf)"
989 earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \
990   $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
991         ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)"
992 earmelf_linux26.c: $(srcdir)/emulparams/armelf_linux26.sh \
993   $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
994         ${GENSCRIPTS} armelf_linux26 "$(tdir_armelf_linux26)"
995 earmaoutb.c:    $(srcdir)/emulparams/armaoutb.sh \
996   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
997         ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
998 earmaoutl.c:    $(srcdir)/emulparams/armaoutl.sh \
999   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
1000         ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
1001 earmcoff.c:     $(srcdir)/emulparams/armcoff.sh \
1002   $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
1003         ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
1004 earmpe.c: $(srcdir)/emulparams/armpe.sh \
1005   $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1006         ${GENSCRIPTS} armpe "$(tdir_armpe)"
1007 ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
1008   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
1009         ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
1010 ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
1011   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
1012         ${GENSCRIPTS} d10velf "$(tdir_d10v)"
1013 ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
1014   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1015         ${GENSCRIPTS} d30velf "$(tdir_d30v)"
1016 ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
1017   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1018         ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
1019 ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
1020   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
1021         ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
1022 edelta68.c: $(srcdir)/emulparams/delta68.sh \
1023   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
1024         ${GENSCRIPTS} delta68 "$(tdir_delta68)"
1025 eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
1026   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
1027         ${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)"
1028 eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
1029   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1030         ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
1031 eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
1032   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1033         ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
1034 em32relf.c: $(srcdir)/emulparams/m32relf.sh \
1035   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1036         ${GENSCRIPTS} m32relf "$(tdir_m32r)"
1037 eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
1038   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1039         ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
1040 eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
1041   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1042         ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
1043 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
1044   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1045         ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
1046 eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
1047   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1048         ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
1049 eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
1050   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1051         ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
1052 eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
1053   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1054         ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
1055 eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
1056   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1057         ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
1058 eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \
1059   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1060         ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)"
1061 eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
1062   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1063         ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
1064 eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
1065   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1066         ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
1067 eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
1068   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
1069         ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
1070 eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
1071   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1072         ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
1073 eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
1074   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
1075         ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
1076 eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
1077   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
1078         ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
1079 eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
1080   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1081         ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
1082 eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
1083   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1084         ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
1085 eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
1086   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1087         ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
1088 eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
1089   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1090         ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
1091 egld960.c: $(srcdir)/emulparams/gld960.sh \
1092   $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1093         ${GENSCRIPTS} gld960 "$(tdir_gld960)"
1094 egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
1095   $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1096         ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
1097 ego32.c: $(srcdir)/emulparams/go32.sh \
1098   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1099         ${GENSCRIPTS} go32 "$(tdir_go32)"
1100 eh8300.c: $(srcdir)/emulparams/h8300.sh \
1101   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
1102         ${GENSCRIPTS} h8300 "$(tdir_h8300)"
1103 eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
1104   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
1105         ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
1106 eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
1107   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
1108         ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
1109 eh8500.c: $(srcdir)/emulparams/h8500.sh \
1110   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
1111         ${GENSCRIPTS} h8500 "$(tdir_h8500)"
1112 eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
1113   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
1114         ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
1115 eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
1116   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
1117         ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
1118 eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
1119   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
1120         ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
1121 eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
1122   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
1123         ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
1124 ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
1125   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1126         ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
1127 ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
1128   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1129         ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
1130 ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
1131   $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
1132         ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
1133 ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
1134   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1135         ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
1136 ei386beos.c: $(srcdir)/emulparams/i386beos.sh \
1137   $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS}
1138         ${GENSCRIPTS} i386beos "$(tdir_i386beos)"
1139 ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
1140   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1141         ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
1142 ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
1143   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
1144         ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
1145 ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
1146   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
1147         ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
1148 ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
1149   $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1150         ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
1151 ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
1152   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386lynx.sc ${GEN_DEPENDS}
1153         ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
1154 ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
1155   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1156         ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
1157 ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
1158   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1159         ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
1160 ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
1161   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
1162         ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
1163 ei386nbsd.c:    $(srcdir)/emulparams/i386nbsd.sh \
1164   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1165         ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
1166 ei386nw.c:      $(srcdir)/emulparams/i386nw.sh \
1167   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1168         ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
1169 ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
1170   $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1171         ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
1172 elnk960.c: $(srcdir)/emulparams/lnk960.sh \
1173   $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1174         ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
1175 em68k4knbsd.c:  $(srcdir)/emulparams/m68k4knbsd.sh \
1176   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1177         ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
1178 em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
1179   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1180         ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
1181 em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
1182   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
1183         ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
1184 em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
1185   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
1186         ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
1187 em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
1188   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1189         ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
1190 em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
1191   $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1192         ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
1193 em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
1194   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
1195         ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
1196 em68knbsd.c:    $(srcdir)/emulparams/m68knbsd.sh \
1197   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1198         ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
1199 em68kpsos.c:    $(srcdir)/emulparams/m68kpsos.sh \
1200   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
1201         ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
1202 em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
1203   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
1204         ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
1205 emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \
1206   $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1207         ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)"
1208 emipsbig.c:  $(srcdir)/emulparams/mipsbig.sh \
1209   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1210         ${GENSCRIPTS} mipsbig
1211 emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
1212   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
1213         ${GENSCRIPTS} mipsbsd
1214 emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
1215   $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1216         ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
1217 emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
1218   $(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1219         ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
1220 emipslit.c:  $(srcdir)/emulparams/mipslit.sh \
1221   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1222         ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
1223 emipslnews.c:  $(srcdir)/emulparams/mipslnews.sh \
1224   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1225         ${GENSCRIPTS} mipslnews
1226 emn10300.c: $(srcdir)/emulparams/mn10300.sh \
1227   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1228         ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
1229 emn10200.c: $(srcdir)/emulparams/mn10200.sh \
1230   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1231         ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
1232 enews.c: $(srcdir)/emulparams/news.sh \
1233   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1234         ${GENSCRIPTS} news "$(tdir_news)"
1235 ens32knbsd.c:   $(srcdir)/emulparams/ns32knbsd.sh \
1236   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1237         ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
1238 epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
1239   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1240         ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
1241 eppcmacos.c:    $(srcdir)/emulparams/ppcmacos.sh \
1242   $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1243         ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
1244 eppcnw.c:       $(srcdir)/emulparams/ppcnw.sh \
1245   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1246         ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
1247 eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
1248   $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
1249         ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
1250 eriscix.c: $(srcdir)/emulparams/riscix.sh \
1251   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1252         ${GENSCRIPTS} riscix "$(tdir_riscix)"
1253 esa29200.c: $(srcdir)/emulparams/sa29200.sh \
1254   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sa29200.sc ${GEN_DEPENDS}
1255         ${GENSCRIPTS} sa29200 "$(tdir_sa29200)"
1256 esh.c: $(srcdir)/emulparams/sh.sh \
1257   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1258         ${GENSCRIPTS} sh "$(tdir_sh)"
1259 eshelf.c: $(srcdir)/emulparams/shelf.sh \
1260   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1261         ${GENSCRIPTS} shelf "$(tdir_shelf)"
1262 eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
1263   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1264         ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
1265 eshl.c: $(srcdir)/emulparams/shl.sh \
1266   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1267         ${GENSCRIPTS} shl "$(tdir_shl)"
1268 esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
1269   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1270         ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
1271 esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
1272   $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1273         ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
1274 esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
1275   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
1276         ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
1277 esparcnbsd.c:   $(srcdir)/emulparams/sparcnbsd.sh \
1278   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1279         ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
1280 est2000.c: $(srcdir)/emulparams/st2000.sh \
1281   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
1282         ${GENSCRIPTS} st2000 "$(tdir_st2000)"
1283 esun3.c: $(srcdir)/emulparams/sun3.sh \
1284   $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1285         ${GENSCRIPTS} sun3 "$(tdir_sun3)"
1286 esun4.c: $(srcdir)/emulparams/sun4.sh \
1287   $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1288         ${GENSCRIPTS} sun4 "$(tdir_sun4)"
1289 etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
1290   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
1291         ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
1292 etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
1293   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
1294         ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
1295 etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
1296   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
1297         ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
1298 evanilla.c: $(srcdir)/emulparams/vanilla.sh \
1299   $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
1300         ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
1301 evax.c: $(srcdir)/emulparams/vax.sh \
1302   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1303         ${GENSCRIPTS} vax "$(tdir_vax)"
1304 evsta.c: $(srcdir)/emulparams/vsta.sh \
1305   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1306         ${GENSCRIPTS} vsta "$(tdir_vsta)"
1307 ev850.c: $(srcdir)/emulparams/v850.sh \
1308   $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
1309         ${GENSCRIPTS} v850 "$(tdir_v850)"
1310 ew65.c: $(srcdir)/emulparams/w65.sh \
1311   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
1312         ${GENSCRIPTS} w65 "$(tdir_w65)"
1313 ez8001.c: $(srcdir)/emulparams/z8001.sh \
1314   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
1315         ${GENSCRIPTS} z8001 "$(tdir_z8001)"
1316 ez8002.c: $(srcdir)/emulparams/z8002.sh \
1317   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
1318         ${GENSCRIPTS} z8002 "$(tdir_z8002)"
1319
1320 # The generated emulation files mostly have the same dependencies.
1321 $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
1322   ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
1323   ldctor.h ldexp.h ldlang.h ldgram.h
1324
1325 check-DEJAGNU: site.exp
1326         srcroot=`cd $(srcdir) && pwd`; export srcroot; \
1327         r=`pwd`; export r; \
1328         EXPECT=$(EXPECT); export EXPECT; \
1329         if [ -f $(top_builddir)/../expect/expect ]; then \
1330           TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1331           export TCL_LIBRARY; \
1332         fi; \
1333         runtest=$(RUNTEST); \
1334         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1335           $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
1336                 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
1337                 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
1338                 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
1339                 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
1340                 LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" \
1341                 $(RUNTESTFLAGS); \
1342         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1343         fi
1344
1345 # Rules for testing by relinking ld itself.
1346 # A similar test is in the testsuite.  This target is for ease of use
1347 # when porting ld.
1348
1349 ld-partial.o: ld-new$(EXEEXT)
1350         ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
1351 ld1$(EXEEXT): ld-partial.o
1352         ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
1353
1354 ld1-full$(EXEEXT): ld-new
1355         ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
1356
1357 ld2$(EXEEXT): ld1$(EXEEXT)
1358         ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
1359
1360 ld3$(EXEEXT): ld2$(EXEEXT)
1361         ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
1362
1363 bootstrap: ld3$(EXEEXT)
1364         cmp ld2$(EXEEXT) ld3$(EXEEXT)
1365
1366 .PHONY: bootstrap
1367
1368 # A test program for C++ constructors and destructors.
1369 # This test is now in the testsuite.
1370 #
1371 #cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1372 #       ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
1373 #         cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
1374 #
1375 #cdtest.out: cdtest
1376 #       ./cdtest > cdtest.tmp
1377 #       mv cdtest.tmp cdtest.out
1378 #
1379 #cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1380 #       ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
1381 #         cdtest-bar.o cdtest-foo.o
1382 #
1383 #cdtest-ur: cdtest-ur.o
1384 #       ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
1385 #         $(HOSTING_LIBS)
1386 #
1387 #cdtest-ur.out: cdtest-ur
1388 #       ./cdtest-ur > cdtest-ur.tmp
1389 #       mv cdtest-ur.tmp cdtest-ur.out
1390 #
1391 #check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
1392 #       diff $(srcdir)/cdtest.exp cdtest.out
1393 #       diff $(srcdir)/cdtest.exp cdtest-ur.out
1394 #
1395 #.PHONY: check-cdtest
1396
1397 # END OF CHECK TARGETS
1398
1399 # DOCUMENTATION TARGETS
1400 # Manual configuration file; not usually attached to normal configuration,
1401 # because almost all configs use "gen" version of manual.
1402 #  Set DOCVER above to change.
1403 configdoc.texi: ${DOCVER}-doc.texi
1404         ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1405           || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1406           || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
1407
1408 ldver.texi: Makefile
1409         rm -f $@
1410         echo '@set VERSION $(VERSION)' > $@
1411
1412 ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1413         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
1414         $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
1415
1416 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1417         TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
1418           MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) $(srcdir)/ld.texinfo
1419
1420 # We want to reconfigure if configure.host or configure.tgt changes.
1421 config.status: $(srcdir)/configure $(srcdir)/configure.host $(srcdir)/configure.tgt
1422         $(SHELL) ./config.status --recheck
1423 mostlyclean-local:
1424         -rm -rf tmpdir
1425
1426 .PHONY: install-exec-local install-data-local
1427
1428 install-exec-local: ld-new$(EXEEXT)
1429         $(mkinstalldirs) $(bindir) $(tooldir)/bin
1430         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1431           if test -f $$p; then \
1432             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1433             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1434           else :; fi; \
1435         done
1436         n=`echo ld | sed '$(transform)'`; \
1437         if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
1438           rm -f $(tooldir)/bin/ld$(EXEEXT); \
1439           ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1440           || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(tooldir)/bin/ld$(EXEEXT); \
1441         fi
1442
1443 install-data-local:
1444         $(mkinstalldirs) $(scriptdir)/ldscripts
1445         for f in ldscripts/*; do \
1446           $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
1447         done
1448 diststuff: $(LDDISTSTUFF) info
1449 distclean-local:
1450         rm -rf ldscripts
1451
1452 # Targets to rebuild dependencies in this Makefile.
1453 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
1454 .dep: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
1455         rm -f .dep1
1456         $(MAKE) DEP=$(DEP) .dep1
1457         sed -f dep.sed <.dep1 >.dep
1458
1459 # This rule really wants a mkdep that runs "gcc -MM".
1460 .dep1: $(CFILES) $(GENERATED_CFILES)
1461         rm -f .dep2
1462         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
1463         $(DEP) -f .dep2 $(INCLUDES) $?
1464         $(srcdir)/../move-if-change .dep2 .dep1
1465
1466 dep.sed: dep-in.sed config.status
1467         sed <$(srcdir)/dep-in.sed >dep.sed      \
1468                 -e 's!@INCDIR@!$(INCDIR)!'      \
1469                 -e 's!@SRCDIR@!$(srcdir)!'
1470
1471 dep: .dep
1472         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1473         cat .dep >> tmp-Makefile
1474         $(srcdir)/../move-if-change tmp-Makefile Makefile
1475
1476 dep-in: .dep
1477         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1478         cat .dep >> tmp-Makefile.in
1479         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1480
1481 dep-am: .dep
1482         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1483         cat .dep >> tmp-Makefile.am
1484         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1485
1486 .PHONY: dep dep-in dep-am
1487
1488 # What appears below is generated by a hacked mkdep using gcc -MM.
1489
1490 # DO NOT DELETE THIS LINE -- mkdep uses it.
1491 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1492
1493 ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1494   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1495   ld.h ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
1496 ldemul.o: ldemul.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1497   sysdep.h config.h $(INCDIR)/fopen-same.h ld.h ldemul.h \
1498   ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldemul-list.h
1499 ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1500   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1501   ld.h ldmain.h ldmisc.h ldexp.h ldgram.h ldlang.h
1502 ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1503   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1504   ld.h ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
1505   ldlex.h ldemul.h
1506 ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1507   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1508   $(INCDIR)/obstack.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
1509   ldgram.h ldexp.h ldlang.h ldemul.h ldlex.h ldmisc.h \
1510   ldctor.h ldfile.h $(INCDIR)/fnmatch.h
1511 ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1512   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1513   $(INCDIR)/progress.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
1514   ldmisc.h ldwrite.h ldgram.h ldexp.h ldlang.h ldemul.h \
1515   ldlex.h ldfile.h ldctor.h
1516 ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1517   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1518   $(INCDIR)/demangle.h ld.h ldmisc.h ldexp.h ldlang.h \
1519   ldgram.h ldlex.h ldmain.h ldfile.h
1520 ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1521   sysdep.h config.h $(INCDIR)/fopen-same.h ld.h ldver.h \
1522   ldemul.h ldmain.h
1523 ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1524   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1525   $(INCDIR)/libiberty.h ld.h ldexp.h ldlang.h ldwrite.h \
1526   ldmisc.h ldgram.h ldmain.h
1527 lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1528   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1529   $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
1530   ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldfile.h \
1531   ldver.h ldemul.h
1532 mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h sysdep.h \
1533   config.h $(INCDIR)/fopen-same.h ld.h ldexp.h ldlang.h \
1534   ldmisc.h mri.h ldgram.h $(INCDIR)/libiberty.h
1535 ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1536   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1537   $(INCDIR)/libiberty.h ld.h ldmain.h ldmisc.h ldexp.h \
1538   ldlang.h
1539 pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1540   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1541   $(INCDIR)/libiberty.h ld.h ldexp.h ldlang.h ldwrite.h \
1542   ldmisc.h ldgram.h ldmain.h ldemul.h $(INCDIR)/coff/internal.h \
1543   ../bfd/libcoff.h deffile.h
1544 ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1545   sysdep.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h \
1546   ld.h ldexp.h ldver.h ldlang.h ldemul.h ldfile.h ldmisc.h \
1547   ldmain.h mri.h ldctor.h ldlex.h
1548 ldlex.o: ldlex.c ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1549   ld.h ldgram.h ldmisc.h ldexp.h ldlang.h ldfile.h ldlex.h \
1550   ldmain.h
1551 deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1552   ../bfd/bfd.h sysdep.h config.h $(INCDIR)/fopen-same.h \
1553   ld.h ldmisc.h deffile.h
1554
1555 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1556
1557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1558 # Otherwise a system limit (for SysV at least) may be exceeded.
1559 .NOEXPORT: