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