1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 build_alias
= @build_alias@
61 build_triplet
= @build@
62 host_alias
= @host_alias@
64 target_alias
= @target_alias@
65 target_triplet
= @target@
68 CATOBJEXT
= @CATOBJEXT@
70 CC_FOR_BUILD
= @CC_FOR_BUILD@
72 DATADIRNAME
= @DATADIRNAME@
74 EMULATION_LIBPATH
= @EMULATION_LIBPATH@
76 EXEEXT_FOR_BUILD
= @EXEEXT_FOR_BUILD@
85 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
86 INSTOBJEXT
= @INSTOBJEXT@
95 MKINSTALLDIRS
= @MKINSTALLDIRS@
97 NATIVE_LIB_DIRS
= @NATIVE_LIB_DIRS@
104 STRINGIFY
= @STRINGIFY@
106 TARGET_SYSTEM_ROOT
= @TARGET_SYSTEM_ROOT@
107 TARGET_SYSTEM_ROOT_DEFINE
= @TARGET_SYSTEM_ROOT_DEFINE@
108 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
111 bfdincludedir
= @bfdincludedir@
112 bfdlibdir
= @bfdlibdir@
114 use_sysroot
= @use_sysroot@
116 INTLLIBS
= @INTLLIBS@
118 AUTOMAKE_OPTIONS
= cygnus dejagnu
122 tooldir
= $(exec_prefix)/$(target_alias
)
124 YACC
= `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
126 LEX
= `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
128 WARN_CFLAGS
= @WARN_CFLAGS@
129 AM_CFLAGS
= $(WARN_CFLAGS
)
131 # We put the scripts in the directory $(scriptdir)/ldscripts.
132 # We can't put the scripts in $(datadir) because the SEARCH_DIR
133 # directives need to be different for native and cross linkers.
134 scriptdir
= $(tooldir
)/lib
137 EMULATION_OFILES
= @EMULATION_OFILES@
138 EMUL_EXTRA_OFILES
= @EMUL_EXTRA_OFILES@
140 # Search path to override the default search path for -lfoo libraries.
141 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
142 # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
143 # a cross-linker, in which case the default is empty. See genscripts.sh.)
144 # Otherwise, they are replaced with the ones given in LIB_PATH,
145 # which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set
146 # when the linker is configured via the --with-lib-path configure switch.
147 LIB_PATH
= @LIB_PATH@
149 BASEDIR
= $(srcdir)/..
150 BFDDIR
= $(BASEDIR
)/bfd
151 INCDIR
= $(BASEDIR
)/include
154 # What version of the manual to build
157 # Options to extract the man page from ld.texinfo
160 TEXI2POD
= perl
$(BASEDIR
)/etc
/texi2pod.pl
162 POD2MAN
= pod2man
--center
="GNU Development Tools" --release
="binutils-$(VERSION)" --section
=1
165 #stuff for self hosting (can be overridden in config file).
166 HOSTING_CRT0
= @HOSTING_CRT0@
167 HOSTING_LIBS
= @HOSTING_LIBS@
168 HOSTING_EMU
= -m
$(EMUL
)
170 # Setup the testing framework, if you have one
171 EXPECT
= `if [ -f $$r/../expect/expect ] ; then echo $$r/../expect/expect ; else echo expect ; fi`
174 RUNTEST
= `if [ -f $${srcroot}/../dejagnu/runtest ] ; then echo $${srcroot}/../dejagnu/runtest ; else echo runtest ; fi`
179 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`
183 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`
186 noinst_PROGRAMS
= ld-new
187 info_TEXINFOS
= ld.texinfo
188 noinst_TEXINFOS
= ldint.texinfo
191 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\""
193 BFDLIB
= ..
/bfd
/libbfd.la
194 LIBIBERTY
= ..
/libiberty
/libiberty.a
196 ALL_EMULATIONS
= ea29k.o eaixppc.o eaixrs6.o ealpha.o earcelf.o earm_epoc_pe.o earmaoutb.o earmaoutl.o earmcoff.o ezpuelf.o earmelf.o earmelfb.o earmelf_fbsd.o earmelf_linux.o earmelfb_linux.o earmelf_nbsd.o earmelfb_nbsd.o earmelf_oabi.o earmnto.o earmnbsd.o earmpe.o eavr2.o eavr1.o eavr3.o eavr4.o eavr5.o ecoff_i860.o ecoff_sparc.o ecrisaout.o ecriself.o ecrislinux.o ed10velf.o ed30v_e.o ed30v_o.o ed30velf.o edelta68.o eelf32_dlx.o eebmon29k.o eelf32_i960.o eelf32_i860.o eelf32_sparc.o eelf32b4300.o eelf32bmip.o eelf32bmipn32.o eelf32btsmip.o eelf32btsmipn32.o eelf32ltsmip.o eelf32ltsmipn32.o eelf32ebmip.o eelf32elmip.o eelf32fr30.o eelf32frv.o eelf32i370.o eelf32ip2k.o eelf32iq2000.o eelf32iq10.o eelf32l4300.o eelf32lmip.o eelf32lppc.o eelf32lppcnto.o eelf32lppcsim.o eelf32mcore.o eelf32mipswindiss.o eelf32openrisc.o eelf32ppc.o eelf32ppc_fbsd.o eelf32ppclinux.o eelf32ppcnto.o eelf32ppcsim.o eelf32ppcwindiss.o eelf32vax.o eelf32xstormy16.o eelf32xtensa.o eelf_i386.o eelf_i386_be.o eelf_i386_chaos.o eelf_i386_fbsd.o eelf_i386_ldso.o eelf_s390.o egld960.o egld960coff.o eh8300.o eh8300h.o eh8300s.o eh8300elf.o eh8300hn.o eh8300sn.o eh8300sx.o eh8300helf.o eh8300self.o eh8300hnelf.o eh8300snelf.o eh8300sxelf.o eh8300sxn.o eh8300sxnelf.o eh8500.o eh8500b.o eh8500c.o eh8500m.o eh8500s.o ehp300bsd.o ehp3hpux.o ehppaelf.o ehppalinux.o ehppanbsd.o ehppaobsd.o ei386aout.o ei386beos.o ei386bsd.o ei386coff.o ei386go32.o ei386linux.o ei386lynx.o ei386mach.o ei386moss.o ei386msdos.o ei386nbsd.o ei386nto.o ei386nw.o ei386pe.o ei386pe_posix.o elnk960.o em32relf.o em32rlelf.o em32relf_linux.o em32rlelf_linux.o em68hc11elf.o em68hc11elfb.o em68hc12elf.o em68hc12elfb.o em68k4knbsd.o em68kaout.o em68kaux.o em68kcoff.o em68kelf.o em68kelfnbsd.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 emsp430x110.o emsp430x112.o emsp430x1101.o emsp430x1111.o emsp430x1121.o emsp430x1122.o emsp430x1132.o emsp430x122.o emsp430x123.o emsp430x1222.o emsp430x1232.o emsp430x133.o emsp430x135.o emsp430x1331.o emsp430x1351.o emsp430x147.o emsp430x148.o emsp430x149.o emsp430x155.o emsp430x156.o emsp430x157.o emsp430x167.o emsp430x168.o emsp430x169.o emsp430x311.o emsp430x312.o emsp430x313.o emsp430x314.o emsp430x315.o emsp430x323.o emsp430x325.o emsp430x336.o emsp430x337.o emsp430x412.o emsp430x413.o emsp430xE423.o emsp430xE425.o emsp430xE427.o emsp430xW423.o emsp430xW425.o emsp430xW427.o emsp430x435.o emsp430x436.o emsp430x437.o emsp430x447.o emsp430x448.o emsp430x449.o enews.o ens32knbsd.o eor32.o eor32elf.o epc532macha.o epdp11.o epjelf.o epjlelf.o eppcmacos.o eppcnw.o eppcpe.o eriscix.o esa29200.o esh.o eshelf32.o eshlelf32.o eshelf32_linux.o eshlelf32_linux.o eshelf32_nbsd.o eshlelf32_nbsd.o eshelf.o eshelf_linux.o eshlelf_linux.o eshelf_nbsd.o eshlelf_nbsd.o eshelf_nto.o eshlelf_nto.o eshl.o eshlelf.o eshpe.o esparcaout.o esparclinux.o esparclynx.o esparcnbsd.o est2000.o esun3.o esun4.o etic30aout.o etic30coff.o etic3xcoff.o etic3xcoff_onchip.o etic4xcoff.o etic54xcoff.o etic80coff.o evanilla.o evax.o evaxnbsd.o evsta.o ew65.o ez8001.o eelf32frvfd.o ez8002.o
199 ALL_64_EMULATIONS
= eelf64_aix.o eelf64_ia64.o eelf64_ia64_fbsd.o eshelf64.o eshlelf64.o eshelf64_nbsd.o eshlelf64_nbsd.o eelf_x86_64.o eelf_x86_64_fbsd.o eelf64_s390.o eelf64_sparc.o eelf64_sparc_fbsd.o eelf64alpha.o eelf64alpha_fbsd.o eelf64alpha_nbsd.o eelf64bmip.o eelf64btsmip.o eelf64ltsmip.o eelf64hppa.o eelf64mmix.o emmo.o eelf64ppc.o eelf64lppc.o ehppa64linux.o
202 ALL_EMUL_EXTRA_OFILES
= deffilep.o pe-dll.o
205 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
208 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
211 GENERATED_CFILES
= ldgram.c ldlex.c deffilep.c
212 GENERATED_HFILES
= ldgram.h ldemul-list.h deffilep.h
214 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}
217 STAGESTUFF
= *.o ldscripts
/* e
*.c
219 # At the moment this is just a list of those emulation template files
220 # that contain internationalised strings.
221 EMULATION_FILES
= emultempl
/pe.em emultempl
/armcoff.em
223 POTFILES
= $(CFILES
) $(HFILES
) $(EMULATION_FILES
)
225 # These all start with e so 'make clean' can find them.
227 GENSCRIPTS
= LIB_PATH
='${LIB_PATH}' $(SHELL
) $(srcdir)/genscripts.sh
${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@
"@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@
228 GEN_DEPENDS
= $(srcdir)/genscripts.sh stringify.sed
230 # We need this for automake to use YLWRAP.
231 EXTRA_ld_new_SOURCES
= deffilep.y
233 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
235 ld_new_DEPENDENCIES
= $(EMULATION_OFILES
) $(EMUL_EXTRA_OFILES
) $(BFDLIB
) $(LIBIBERTY
) $(INTLDEPS
)
236 ld_new_LDADD
= $(EMULATION_OFILES
) $(EMUL_EXTRA_OFILES
) $(BFDLIB
) $(LIBIBERTY
) $(INTLLIBS
)
238 # This is the real libbfd.a created by libtool.
239 TESTBFDLIB
= @TESTBFDLIB@
241 MAINTAINERCLEANFILES
= ldver.texi
243 # We want to reconfigure if configure.host or configure.tgt changes.
244 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
$(srcdir)/configure.tgt
246 MOSTLYCLEANFILES
= $(STAGESTUFF
) ld1
$(EXEEXT
) ld2
$(EXEEXT
) ld3
$(EXEEXT
) ldemul-list.h crtbegin.o crtend.o
ld.log
ld.sum
248 CLEANFILES
= dep.sed DEP DEPA DEP1 DEP2
250 # Stuff that should be included in a distribution. The diststuff
251 # target is run by the taz target in ../Makefile.in.
252 EXTRA_DIST
= ldgram.c ldgram.h ldlex.c
$(man_MANS
)
254 DISTCLEANFILES
= tdirs site.exp site.bak stringify.sed
255 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
256 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
257 CONFIG_HEADER
= config.h
259 noinst_PROGRAMS
= ld-new
$(EXEEXT
)
260 PROGRAMS
= $(noinst_PROGRAMS
)
263 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
264 CPPFLAGS
= @CPPFLAGS@
267 ld_new_OBJECTS
= ldgram.
$(OBJEXT
) ldlex.
$(OBJEXT
) lexsup.
$(OBJEXT
) \
268 ldlang.
$(OBJEXT
) mri.
$(OBJEXT
) ldctor.
$(OBJEXT
) ldmain.
$(OBJEXT
) \
269 ldwrite.
$(OBJEXT
) ldexp.
$(OBJEXT
) ldemul.
$(OBJEXT
) ldver.
$(OBJEXT
) \
270 ldmisc.
$(OBJEXT
) ldfile.
$(OBJEXT
) ldcref.
$(OBJEXT
)
272 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
274 YLWRAP
= $(top_srcdir
)/..
/ylwrap
276 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
277 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
279 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
280 TEXI2DVI
= `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
281 TEXINFO_TEX
= $(top_srcdir
)/..
/texinfo
/texinfo.
tex
284 TEXINFOS
= ld.texinfo
285 man1dir = $(mandir)/man1
289 DIST_COMMON
= README .
/stamp-h.in ChangeLog Makefile.am Makefile.in \
290 NEWS TODO acinclude.m4 aclocal.m4 config.in configure configure.in \
291 deffilep.c ldgram.c ldlex.c
294 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
298 SOURCES
= $(ld_new_SOURCES
) $(EXTRA_ld_new_SOURCES
)
299 OBJECTS
= $(ld_new_OBJECTS
)
303 .SUFFIXES
: .S .c .
dvi .
info .l .lo .o .obj .ps .s .texi .texinfo .txi .y
304 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
305 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
307 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
309 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
311 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
312 cd
$(srcdir) && $(ACLOCAL
)
314 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
315 $(SHELL
) .
/config.status
--recheck
316 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
317 cd
$(srcdir) && $(AUTOCONF
)
320 @if
test ! -f
$@
; then \
324 stamp-h
: $(srcdir)/config.in
$(top_builddir
)/config.status
326 && CONFIG_FILES
= CONFIG_HEADERS
=config.h
:config.in \
327 $(SHELL
) .
/config.status
328 @echo timestamp
> stamp-h
2> /dev
/null
329 $(srcdir)/config.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/stamp-h.in
330 @if
test ! -f
$@
; then \
331 rm -f
$(srcdir)/stamp-h.in
; \
332 $(MAKE
) $(srcdir)/stamp-h.in
; \
334 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
335 cd
$(top_srcdir
) && $(AUTOHEADER
)
336 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
345 maintainer-clean-hdr
:
347 mostlyclean-noinstPROGRAMS
:
349 clean-noinstPROGRAMS
:
350 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
352 distclean-noinstPROGRAMS
:
354 maintainer-clean-noinstPROGRAMS
:
359 # FIXME: We should only use cygpath when building on Windows,
360 # and only if it is available.
362 $(COMPILE
) -c
`cygpath -w $<`
371 -rm -f
*.o core
*.core
379 maintainer-clean-compile
:
382 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
385 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
388 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
398 maintainer-clean-libtool
:
400 ld-new
$(EXEEXT
): $(ld_new_OBJECTS
) $(ld_new_DEPENDENCIES
)
401 @
rm -f ld-new
$(EXEEXT
)
402 $(LINK
) $(ld_new_LDFLAGS
) $(ld_new_OBJECTS
) $(ld_new_LDADD
) $(LIBS
)
404 $(LEX
) $(AM_LFLAGS
) $(LFLAGS
) $< && mv
$(LEX_OUTPUT_ROOT
).c
$@
406 $(SHELL
) $(YLWRAP
) "$(YACC)" $< y.tab.c
$*.c y.tab.h
$*.h
-- $(AM_YFLAGS
) $(YFLAGS
)
407 deffilep.h
: deffilep.c
418 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
419 $(MAKEINFO
) -I
$(srcdir) $<
422 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
423 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
426 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
427 $(MAKEINFO
) -I
$(srcdir) $<
430 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
431 $(MAKEINFO
) -I
$(srcdir) $<
434 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
435 $(MAKEINFO
) -I
$(srcdir) $<
438 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
439 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
442 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
443 $(MAKEINFO
) -I
$(srcdir) $<
446 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
447 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
450 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
451 $(MAKEINFO
) -I
$(srcdir) $<
455 install-info-am
: $(INFO_DEPS
)
457 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
458 @list
='$(INFO_DEPS)'; \
459 for file in
$$list; do \
460 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
461 for ifile in
`cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
462 if
test -f
$$d/$$ifile; then \
463 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
464 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
469 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
470 list
='$(INFO_DEPS)'; \
471 for file in
$$list; do \
472 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
473 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
479 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
482 list
='$(INFO_DEPS)'; \
483 for file in
$$list; do \
485 || install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$$file; \
488 list
='$(INFO_DEPS)'; \
489 for file in
$$list; do \
490 (cd
$(DESTDIR
)$(infodir) && rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]); \
493 dist-info
: $(INFO_DEPS
)
494 list
='$(INFO_DEPS)'; \
495 for base in
$$list; do \
496 if
test -f
$$base; then d
=.
; else d
=$(srcdir); fi
; \
497 for file in
`cd $$d && eval echo $$base*`; do \
498 test -f
$(distdir
)/$$file \
499 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
500 || cp
-p
$$d/$$file $(distdir
)/$$file; \
505 -rm -f
ld.aux
ld.cp
ld.cps
ld.
dvi ld.fn
ld.fns
ld.ky
ld.kys
ld.ps \
506 ld.log
ld.pg
ld.toc
ld.tp
ld.tps
ld.vr
ld.vrs
ld.op
ld.tr \
513 maintainer-clean-aminfo
:
514 for i in
$(INFO_DEPS
); do \
516 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
520 clean-info
: mostlyclean-aminfo
523 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
524 @list
='$(man1_MANS)'; \
525 l2
='$(man_MANS)'; for i in
$$l2; do \
527 *.1*) list
="$$list $$i" ;; \
530 for i in
$$list; do \
531 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
533 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
534 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
535 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
536 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
537 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
541 @list
='$(man1_MANS)'; \
542 l2
='$(man_MANS)'; for i in
$$l2; do \
544 *.1*) list
="$$list $$i" ;; \
547 for i in
$$list; do \
548 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
549 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
550 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
551 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
552 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
556 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
559 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
561 # This directory's subdirectories are mostly independent; you can cd
562 # into them and run `make' without going through this Makefile.
563 # To change the values of `make' variables: instead of editing Makefiles,
564 # (1) if the variable is set in `config.status', edit `config.status'
565 # (which will cause the Makefiles to be regenerated when you run `make');
566 # (2) otherwise, pass the desired values on the `make' command line.
570 all-recursive install-data-recursive install-exec-recursive \
571 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
572 check-recursive installcheck-recursive info-recursive dvi-recursive
:
573 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
575 target
=`echo $@ | sed s/-recursive//`; \
576 list
='$(SUBDIRS)'; for subdir in
$$list; do \
577 echo
"Making $$target in $$subdir"; \
578 if
test "$$subdir" = "."; then \
580 local_target
="$$target-am"; \
582 local_target
="$$target"; \
584 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
585 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
587 if
test "$$dot_seen" = "no"; then \
588 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
591 mostlyclean-recursive clean-recursive distclean-recursive \
592 maintainer-clean-recursive
:
593 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
595 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
596 rev
="$$subdir $$rev"; \
597 test "$$subdir" != "." || dot_seen
=yes
; \
599 test "$$dot_seen" = "no" && rev
=". $$rev"; \
600 target
=`echo $@ | sed s/-recursive//`; \
601 for subdir in
$$rev; do \
602 echo
"Making $$target in $$subdir"; \
603 if
test "$$subdir" = "."; then \
604 local_target
="$$target-am"; \
606 local_target
="$$target"; \
608 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
609 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
610 done
&& test -z
"$$fail"
612 list
='$(SUBDIRS)'; for subdir in
$$list; do \
613 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
618 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
619 list
='$(SOURCES) $(HEADERS)'; \
620 unique
=`for i in $$list; do echo $$i; done | \
621 awk ' { files[$$0] = 1; } \
622 END { for (i in files) print i; }'`; \
623 here
=`pwd` && cd
$(srcdir) \
624 && mkid
-f
$$here/ID
$$unique $(LISP
)
626 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.in
$(TAGS_DEPENDENCIES
) $(LISP
)
629 list
='$(SUBDIRS)'; for subdir in
$$list; do \
630 if
test "$$subdir" = .
; then
:; else \
631 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
634 list
='$(SOURCES) $(HEADERS)'; \
635 unique
=`for i in $$list; do echo $$i; done | \
636 awk ' { files[$$0] = 1; } \
637 END { for (i in files) print i; }'`; \
638 test -z
"$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
639 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.in
$$unique $(LISP
) -o
$$here/TAGS
)
648 maintainer-clean-tags
:
650 distdir
= $(PACKAGE
)-$(VERSION
)
651 top_distdir
= $(distdir
)
653 # This target untars the dist file and tries a VPATH configuration. Then
654 # it guarantees that the distribution is self-contained by making another
658 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
659 mkdir
$(distdir
)/=build
660 mkdir
$(distdir
)/=inst
661 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
662 cd
$(distdir
)/=build \
663 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
664 && $(MAKE
) $(AM_MAKEFLAGS
) \
665 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
666 && $(MAKE
) $(AM_MAKEFLAGS
) check \
667 && $(MAKE
) $(AM_MAKEFLAGS
) install \
668 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
669 && $(MAKE
) $(AM_MAKEFLAGS
) dist
671 @banner
="$(distdir).tar.gz is ready for distribution"; \
672 dashes
=`echo "$$banner" | sed s/./=/g`; \
677 -chmod
-R a
+r
$(distdir
)
678 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
681 -chmod
-R a
+r
$(distdir
)
682 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
684 distdir
: $(DISTFILES
)
687 -chmod
777 $(distdir
)
688 @for file in
$(DISTFILES
); do \
689 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
690 if
test -d
$$d/$$file; then \
691 cp
-pr
$$d/$$file $(distdir
)/$$file; \
693 test -f
$(distdir
)/$$file \
694 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
695 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
698 for subdir in
$(SUBDIRS
); do \
699 if
test "$$subdir" = .
; then
:; else \
700 test -d
$(distdir
)/$$subdir \
701 || mkdir
$(distdir
)/$$subdir \
703 chmod
777 $(distdir
)/$$subdir; \
704 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
708 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
710 DEJATOOL
= $(PACKAGE
)
712 RUNTESTDEFAULTFLAGS
= --tool
$(DEJATOOL
) --srcdir $$srcdir
714 @echo
'Making a new site.exp file...'
715 @
test ! -f site.bak ||
rm -f site.bak
716 @echo
'## these variables are automatically generated by make ##' > $@
-t
717 @echo
'# Do not edit here. If you wish to override these values' >> $@
-t
718 @echo
'# edit the last section' >> $@
-t
719 @echo
'set tool $(DEJATOOL)' >> $@
-t
720 @echo
'set srcdir $(srcdir)' >> $@
-t
721 @echo
'set objdir' `pwd` >> $@
-t
722 @echo
'set host_alias $(host_alias)' >> $@
-t
723 @echo
'set host_triplet $(host_triplet)' >> $@
-t
724 @echo
'set target_alias $(target_alias)' >> $@
-t
725 @echo
'set target_triplet $(target_triplet)' >> $@
-t
726 @echo
'set build_alias $(build_alias)' >> $@
-t
727 @echo
'set build_triplet $(build_triplet)' >> $@
-t
728 @echo
'## All variables above are generated by configure. Do Not Edit ##' >> $@
-t
729 @
test ! -f site.exp || sed
'1,/^## All variables above are.*##/ d' site.exp
>> $@
-t
730 @
test ! -f site.exp || mv site.exp site.bak
732 info-am
: $(INFO_DEPS
)
737 $(MAKE
) $(AM_MAKEFLAGS
) check-DEJAGNU
738 check: check-recursive
740 installcheck: installcheck-recursive
742 install-info
: install-info-recursive
743 all-recursive-am
: config.h
744 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
746 install-exec-am
: install-exec-local
747 install-exec
: install-exec-recursive
749 install-data-am
: install-man install-data-local
750 install-data
: install-data-recursive
753 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
754 install: install-recursive
755 uninstall-am
: uninstall-man
756 uninstall: uninstall-recursive
757 all-am
: Makefile
$(PROGRAMS
) $(MANS
) config.h
758 all-redirect
: all-recursive-am
760 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
761 installdirs: installdirs-recursive
763 $(mkinstalldirs
) $(DESTDIR
)$(mandir)/man1
767 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
770 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
773 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
774 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
775 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
777 maintainer-clean-generic
:
778 -test -z
"ldlexcdeffilephdeffilepcldgramhldgramc$(MAINTAINERCLEANFILES)" ||
rm -f ldlexc deffileph deffilepc ldgramh ldgramc
$(MAINTAINERCLEANFILES
)
779 mostlyclean-am
: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
780 mostlyclean-compile mostlyclean-libtool \
781 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic \
784 mostlyclean: mostlyclean-recursive
786 clean-am
: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
787 clean-aminfo clean-tags clean-generic mostlyclean-am
789 clean: clean-recursive
791 distclean-am
: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
792 distclean-libtool distclean-aminfo distclean-tags \
793 distclean-generic clean-am distclean-local
796 distclean: distclean-recursive
799 maintainer-clean-am
: maintainer-clean-hdr \
800 maintainer-clean-noinstPROGRAMS \
801 maintainer-clean-compile maintainer-clean-libtool \
802 maintainer-clean-aminfo maintainer-clean-tags \
803 maintainer-clean-generic distclean-am
804 @echo
"This command is intended for maintainers to use;"
805 @echo
"it deletes files that may require special tools to rebuild."
807 maintainer-clean
: maintainer-clean-recursive
810 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
811 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
812 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
813 mostlyclean-compile distclean-compile clean-compile \
814 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
815 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
816 mostlyclean-aminfo distclean-aminfo clean-aminfo \
817 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
818 uninstall-man install-data-recursive uninstall-data-recursive \
819 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
820 uninstalldirs-recursive all-recursive check-recursive \
821 installcheck-recursive info-recursive dvi-recursive \
822 mostlyclean-recursive distclean-recursive clean-recursive \
823 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
824 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
825 info-am
info dvi-am
dvi check check-am installcheck-am
installcheck \
826 install-info-am install-info all-recursive-am install-exec-local \
827 install-exec-am install-exec install-data-local install-data-am \
828 install-data install-am
install uninstall-am
uninstall all-redirect \
829 all-am
all installdirs-am
installdirs mostlyclean-generic \
830 distclean-generic clean-generic maintainer-clean-generic
clean \
831 mostlyclean distclean maintainer-clean
834 po
/POTFILES.in
: @MAINT@ Makefile
835 for f in
$(POTFILES
); do echo
$$f; done | LC_COLLATE
= sort > tmp \
836 && mv tmp
$(srcdir)/po
/POTFILES.in
838 ldmain.o
: ldmain.c config.status
839 $(COMPILE
) -c
-DDEFAULT_EMULATION
='"$(EMUL)"' \
840 -DSCRIPTDIR
='"$(scriptdir)"' -DBINDIR
='"$(bindir)"' \
841 -DTOOLBINDIR
='"$(tooldir)/bin"' \
842 -DTARGET
='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
845 ldemul-list.h
: Makefile
846 (echo
"/* This file is automatically generated. DO NOT EDIT! */";\
847 for f in
`echo " " ${EMULATION_OFILES} "" \
848 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
849 echo
"extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
852 echo
"#define EMULATION_LIST \\";\
853 for f in
`echo " " ${EMULATION_OFILES} "" \
854 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
855 echo
" &ld_$${f}_emulation, \\"; \
857 echo
" 0") >ldemul-tmp.h
858 mv ldemul-tmp.h ldemul-list.h
860 stringify.sed
: ${srcdir}/emultempl
/$(STRINGIFY
)
861 cp
${srcdir}/emultempl
/$(STRINGIFY
) stringify.sed
865 ea29k.c
: $(srcdir)/emulparams
/a29k.sh \
866 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/a29k.sc
${GEN_DEPENDS}
867 ${GENSCRIPTS} a29k
"$(tdir_a29k)"
868 eaix5ppc.c
: $(srcdir)/emulparams
/aix5ppc.sh \
869 $(srcdir)/emultempl
/aix.em
$(srcdir)/scripttempl
/aix.sc
${GEN_DEPENDS}
870 ${GENSCRIPTS} aix5ppc
"$(tdir_aixppc)"
871 eaix5rs6.c
: $(srcdir)/emulparams
/aix5rs6.sh \
872 $(srcdir)/emultempl
/aix.em
$(srcdir)/scripttempl
/aix.sc
${GEN_DEPENDS}
873 ${GENSCRIPTS} aix5rs6
"$(tdir_aixrs6)"
874 eaixppc.c
: $(srcdir)/emulparams
/aixppc.sh \
875 $(srcdir)/emultempl
/aix.em
$(srcdir)/scripttempl
/aix.sc
${GEN_DEPENDS}
876 ${GENSCRIPTS} aixppc
"$(tdir_aixppc)"
877 eaixrs6.c
: $(srcdir)/emulparams
/aixrs6.sh \
878 $(srcdir)/emultempl
/aix.em
$(srcdir)/scripttempl
/aix.sc
${GEN_DEPENDS}
879 ${GENSCRIPTS} aixrs6
"$(tdir_aixrs6)"
880 ealpha.c
: $(srcdir)/emulparams
/alpha.sh \
881 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/alpha.sc
${GEN_DEPENDS}
882 ${GENSCRIPTS} alpha
"$(tdir_alpha)"
883 earcelf.c
: $(srcdir)/emulparams
/arcelf.sh \
884 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
885 ${GENSCRIPTS} arcelf
"$(tdir_arcelf)"
886 ezpuelf.c
: $(srcdir)/emulparams
/zpuelf.sh \
887 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/zpuelf.em \
888 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
889 ${GENSCRIPTS} zpuelf
"$(tdir_zpuelf)"
890 earmelf.c
: $(srcdir)/emulparams
/armelf.sh \
891 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
892 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
893 ${GENSCRIPTS} armelf
"$(tdir_armelf)"
894 earmelfb.c
: $(srcdir)/emulparams
/armelfb.sh
$(srcdir)/emulparams
/armelf.sh \
895 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
896 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
897 ${GENSCRIPTS} armelfb
"$(tdir_armelfb)"
898 earmelf_oabi.c
: $(srcdir)/emulparams
/armelf_oabi.sh \
899 $(srcdir)/emultempl
/armelf_oabi.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
900 ${GENSCRIPTS} armelf_oabi
"$(tdir_armelf)"
901 earmelf_fbsd.c
: $(srcdir)/emulparams
/armelf_fbsd.sh \
902 $(srcdir)/emulparams
/armelf.sh \
903 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
904 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
905 ${GENSCRIPTS} armelf_fbsd
"$(tdir_armelf_fbsd)"
906 earmelf_linux.c
: $(srcdir)/emulparams
/armelf_linux.sh \
907 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
908 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
909 ${GENSCRIPTS} armelf_linux
"$(tdir_armelf_linux)"
910 earmelfb_linux.c
: $(srcdir)/emulparams
/armelfb_linux.sh \
911 $(srcdir)/emulparams
/armelf_linux.sh \
912 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
913 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
914 ${GENSCRIPTS} armelfb_linux
"$(tdir_armelfb_linux)"
915 earmelf_nbsd.c
: $(srcdir)/emulparams
/armelf_nbsd.sh \
916 $(srcdir)/emulparams
/armelf.sh \
917 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
918 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
919 ${GENSCRIPTS} armelf_nbsd
"$(tdir_armelf_nbsd)"
920 earmelfb_nbsd.c
: $(srcdir)/emulparams
/armelfb_nbsd.sh \
921 $(srcdir)/emulparams
/armelf_nbsd.sh \
922 $(srcdir)/emulparams
/armelf.sh \
923 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
924 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
925 ${GENSCRIPTS} armelfb_nbsd
"$(tdir_armelfb_nbsd)"
926 earmaoutb.c
: $(srcdir)/emulparams
/armaoutb.sh \
927 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/armaout.sc
${GEN_DEPENDS}
928 ${GENSCRIPTS} armaoutb
"$(tdir_armaoutb)"
929 earmaoutl.c
: $(srcdir)/emulparams
/armaoutl.sh \
930 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/armaout.sc
${GEN_DEPENDS}
931 ${GENSCRIPTS} armaoutl
"$(tdir_armaoutl)"
932 earmcoff.c
: $(srcdir)/emulparams
/armcoff.sh \
933 $(srcdir)/emultempl
/armcoff.em
$(srcdir)/scripttempl
/armcoff.sc
${GEN_DEPENDS}
934 ${GENSCRIPTS} armcoff
"$(tdir_armcoff)"
935 earmnbsd.c
: $(srcdir)/emulparams
/armnbsd.sh \
936 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
937 ${GENSCRIPTS} armnbsd
"$(tdir_armnbsd)"
938 earmnto.c
: $(srcdir)/emulparams
/armnto.sh \
939 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/armelf.em \
940 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
941 ${GENSCRIPTS} armnto
"$(tdir_armnto)"
942 earm_epoc_pe.c
: $(srcdir)/emulparams
/arm_epoc_pe.sh \
943 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/epocpe.sc
${GEN_DEPENDS}
944 ${GENSCRIPTS} arm_epoc_pe
"$(tdir_armpe)"
945 earmpe.c
: $(srcdir)/emulparams
/armpe.sh \
946 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/pe.sc
${GEN_DEPENDS}
947 ${GENSCRIPTS} armpe
"$(tdir_armpe)"
948 eavr2.c
: $(srcdir)/emulparams
/avr2.sh \
949 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/avr.sc \
951 ${GENSCRIPTS} avr2
"$(tdir_avr2)"
952 eavr1.c
: $(srcdir)/emulparams
/avr1.sh \
953 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/avr.sc \
955 ${GENSCRIPTS} avr1
"$(tdir_avr2)"
956 eavr3.c
: $(srcdir)/emulparams
/avr3.sh \
957 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/avr.sc \
959 ${GENSCRIPTS} avr3
"$(tdir_avr2)"
960 eavr4.c
: $(srcdir)/emulparams
/avr4.sh \
961 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/avr.sc \
963 ${GENSCRIPTS} avr4
"$(tdir_avr2)"
964 eavr5.c
: $(srcdir)/emulparams
/avr5.sh \
965 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/avr.sc \
967 ${GENSCRIPTS} avr5
"$(tdir_avr2)"
968 ecoff_i860.c
: $(srcdir)/emulparams
/coff_i860.sh \
969 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/i860coff.sc
${GEN_DEPENDS}
970 ${GENSCRIPTS} coff_i860
"$(tdir_coff_i860)"
971 ecoff_sparc.c
: $(srcdir)/emulparams
/coff_sparc.sh \
972 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/sparccoff.sc
${GEN_DEPENDS}
973 ${GENSCRIPTS} coff_sparc
"$(tdir_coff_sparc)"
974 ecrisaout.c
: $(srcdir)/emulparams
/crisaout.sh \
975 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/crisaout.sc
${GEN_DEPENDS}
976 ${GENSCRIPTS} crisaout
"$(tdir_cris)"
977 ecriself.c
: $(srcdir)/emulparams
/criself.sh \
978 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
979 ${GENSCRIPTS} criself
"$(tdir_cris)"
980 ecrislinux.c
: $(srcdir)/emulparams
/crislinux.sh \
981 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
982 ${GENSCRIPTS} crislinux
"$(tdir_cris)"
983 ed10velf.c
: $(srcdir)/emulparams
/d10velf.sh \
984 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elfd10v.sc
${GEN_DEPENDS}
985 ${GENSCRIPTS} d10velf
"$(tdir_d10v)"
986 ed30velf.c
: $(srcdir)/emulparams
/d30velf.sh \
987 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elfd30v.sc
${GEN_DEPENDS}
988 ${GENSCRIPTS} d30velf
"$(tdir_d30v)"
989 ed30v_o.c
: $(srcdir)/emulparams
/d30v_o.sh \
990 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elfd30v.sc
${GEN_DEPENDS}
991 ${GENSCRIPTS} d30v_o
"$(tdir_d30v)"
992 ed30v_e.c
: $(srcdir)/emulparams
/d30v_e.sh \
993 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elfd30v.sc
${GEN_DEPENDS}
994 ${GENSCRIPTS} d30v_e
"$(tdir_d30v)"
995 edelta68.c
: $(srcdir)/emulparams
/delta68.sh \
996 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/delta68.sc
${GEN_DEPENDS}
997 ${GENSCRIPTS} delta68
"$(tdir_delta68)"
998 eelf32_dlx.c
: $(srcdir)/emulparams
/elf32_dlx.sh \
999 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/dlx.sc
${GEN_DEPENDS}
1000 ${GENSCRIPTS} elf32_dlx
"$(tdir_elf32_dlx)"
1001 eebmon29k.c
: $(srcdir)/emulparams
/ebmon29k.sh \
1002 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/ebmon29k.sc
${GEN_DEPENDS}
1003 ${GENSCRIPTS} ebmon29k
"$(tdir_ebmon29k)"
1004 eelf32xstormy16.c
: $(srcdir)/emulparams
/elf32xstormy16.sh \
1005 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/needrelax.em \
1006 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1007 ${GENSCRIPTS} elf32xstormy16
"$(tdir_xstormy16)"
1008 eelf32am33lin.c
: $(srcdir)/emulparams
/elf32am33lin.sh \
1009 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1010 ${GENSCRIPTS} elf32am33lin
"$(tdir_mn10300)"
1011 eelf32vax.c
: $(srcdir)/emulparams
/elf32vax.sh \
1012 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1013 ${GENSCRIPTS} elf32vax
"$(tdir_elf32vax)"
1014 eelf32xtensa.c
: $(srcdir)/emulparams
/elf32xtensa.sh \
1015 $(srcdir)/emulparams
/xtensa-config.sh \
1016 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/xtensaelf.em \
1017 $(srcdir)/scripttempl
/elfxtensa.sc
${GEN_DEPENDS}
1018 ${GENSCRIPTS} elf32xtensa
"$(tdir_elf32xtensa)"
1019 eelf32fr30.c
: $(srcdir)/emulparams
/elf32fr30.sh \
1020 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1021 ${GENSCRIPTS} elf32fr30
"$(tdir_fr30)"
1022 eelf32frv.c
: $(srcdir)/emulparams
/elf32frv.sh \
1023 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1024 ${GENSCRIPTS} elf32frv
"$(tdir_frv)"
1025 eelf32mcore.c
: $(srcdir)/emulparams
/elf32mcore.sh \
1026 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1027 ${GENSCRIPTS} elf32mcore
"$(tdir_mcore)"
1028 em32relf.c
: $(srcdir)/emulparams
/m32relf.sh \
1029 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1030 ${GENSCRIPTS} m32relf
"$(tdir_m32r)"
1031 em32rlelf.c
: $(srcdir)/emulparams
/m32rlelf.sh \
1032 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1033 ${GENSCRIPTS} m32rlelf
"$(tdir_m32rlelf)"
1034 em32relf_linux.c
: $(srcdir)/emulparams
/m32relf_linux.sh \
1035 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1036 ${GENSCRIPTS} m32relf_linux
"$(tdir_m32relf_linux)"
1037 em32rlelf_linux.c
: $(srcdir)/emulparams
/m32rlelf_linux.sh \
1038 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1039 ${GENSCRIPTS} m32rlelf_linux
"$(tdir_m32rlelf_linux)"
1040 eelf32_sparc.c
: $(srcdir)/emulparams
/elf32_sparc.sh \
1041 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1042 ${GENSCRIPTS} elf32_sparc
"$(tdir_elf32_sparc)"
1043 eelf32_i860.c
: $(srcdir)/emulparams
/elf32_i860.sh \
1044 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1045 ${GENSCRIPTS} elf32_i860
"$(tdir_elf32_i860)"
1046 eelf32_i960.c
: $(srcdir)/emulparams
/elf32_i960.sh \
1047 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1048 ${GENSCRIPTS} elf32_i960
"$(tdir_elf32_i960)"
1049 eelf32b4300.c
: $(srcdir)/emulparams
/elf32b4300.sh \
1050 $(srcdir)/emulparams
/elf32bmip.sh
$(srcdir)/emultempl
/mipself.em \
1051 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1052 ${GENSCRIPTS} elf32b4300
"$(tdir_elf32b4300)"
1053 eelf32bmip.c
: $(srcdir)/emulparams
/elf32bmip.sh \
1054 $(srcdir)/emultempl
/mipself.em \
1055 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1056 ${GENSCRIPTS} elf32bmip
"$(tdir_elf32bmip)"
1057 eelf32bsmip.c
: $(srcdir)/emulparams
/elf32bsmip.sh \
1058 $(srcdir)/emulparams
/elf32bmip.sh
$(srcdir)/emultempl
/irix.em \
1059 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1060 ${GENSCRIPTS} elf32bsmip
"$(tdir_elf32bsmip)"
1061 eelf32btsmip.c
: $(srcdir)/emulparams
/elf32btsmip.sh \
1062 $(srcdir)/emulparams
/elf32bmip.sh
$(srcdir)/emultempl
/mipself.em \
1063 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1064 ${GENSCRIPTS} elf32btsmip
"$(tdir_elf32btsmip)"
1065 eelf32btsmipn32.c
: $(srcdir)/emulparams
/elf32btsmipn32.sh \
1066 $(srcdir)/emulparams
/elf32bmip.sh
$(srcdir)/emultempl
/mipself.em \
1067 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1068 ${GENSCRIPTS} elf32btsmipn32
"$(tdir_elf32btsmipn32)"
1069 eelf32ltsmip.c
: $(srcdir)/emulparams
/elf32ltsmip.sh \
1070 $(srcdir)/emulparams
/elf32btsmip.sh
$(srcdir)/emulparams
/elf32bmip.sh \
1071 $(srcdir)/emultempl
/mipself.em \
1072 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1073 ${GENSCRIPTS} elf32ltsmip
"$(tdir_elf32ltsmip)"
1074 eelf32ltsmipn32.c
: $(srcdir)/emulparams
/elf32ltsmipn32.sh \
1075 $(srcdir)/emulparams
/elf32btsmip.sh
$(srcdir)/emulparams
/elf32bmip.sh \
1076 $(srcdir)/emultempl
/mipself.em \
1077 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1078 ${GENSCRIPTS} elf32ltsmipn32
"$(tdir_elf32ltsmipn32)"
1079 eelf32ebmip.c
: $(srcdir)/emulparams
/elf32ebmip.sh \
1080 $(srcdir)/emulparams
/elf32bmip.sh
$(srcdir)/emultempl
/mipself.em \
1081 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1082 ${GENSCRIPTS} elf32ebmip
"$(tdir_elf32ebmip)"
1083 eelf32elmip.c
: $(srcdir)/emulparams
/elf32elmip.sh \
1084 $(srcdir)/emulparams
/elf32lmip.sh
$(srcdir)/emulparams
/elf32bmip.sh \
1085 $(srcdir)/emultempl
/mipself.em \
1086 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1087 ${GENSCRIPTS} elf32elmip
"$(tdir_elf32elmip)"
1088 eelf32bmipn32.c
: $(srcdir)/emulparams
/elf32bmipn32.sh \
1089 $(srcdir)/emultempl
/irix.em \
1090 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1091 ${GENSCRIPTS} elf32bmipn32
"$(tdir_elf32bmipn32)"
1092 eelf32l4300.c
: $(srcdir)/emulparams
/elf32l4300.sh \
1093 $(srcdir)/emulparams
/elf32b4300.sh
$(srcdir)/emulparams
/elf32bmip.sh \
1094 $(srcdir)/emultempl
/mipself.em \
1095 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1096 ${GENSCRIPTS} elf32l4300
"$(tdir_elf32l4300)"
1097 eelf32lmip.c
: $(srcdir)/emulparams
/elf32lmip.sh \
1098 $(srcdir)/emulparams
/elf32bmip.sh
$(srcdir)/emultempl
/mipself.em \
1099 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1100 ${GENSCRIPTS} elf32lmip
"$(tdir_elf32lmip)"
1101 eelf32mipswindiss.c
: $(srcdir)/emulparams
/elf32mipswindiss.sh \
1102 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1103 ${GENSCRIPTS} elf32mipswindiss
"$(tdir_elf32mipswindiss)"
1104 eelf32lppc.c
: $(srcdir)/emulparams
/elf32lppc.sh \
1105 $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1106 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1107 ${GENSCRIPTS} elf32lppc
"$(tdir_elf32lppc)"
1108 eelf32lppcnto.c
: $(srcdir)/emulparams
/elf32lppcnto.sh \
1109 $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1110 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1111 ${GENSCRIPTS} elf32lppcnto
"$(tdir_elf32lppcnto)"
1112 eelf32lppcsim.c
: $(srcdir)/emulparams
/elf32lppcsim.sh \
1113 $(srcdir)/emulparams
/elf32lppc.sh
$(srcdir)/emulparams
/elf32ppc.sh \
1114 $(srcdir)/emultempl
/ppc32elf.em \
1115 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1116 ${GENSCRIPTS} elf32lppcsim
"$(tdir_elf32lppcsim)"
1117 eelf32ppcnto.c
: $(srcdir)/emulparams
/elf32ppcnto.sh \
1118 $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1119 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1120 ${GENSCRIPTS} elf32ppcnto
"$(tdir_elf32ppcnto)"
1121 eelf32ppcwindiss.c
: $(srcdir)/emulparams
/elf32ppcwindiss.sh \
1122 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1123 ${GENSCRIPTS} elf32ppcwindiss
"$(tdir_elf32ppcwindiss)"
1124 eelf32lsmip.c
: $(srcdir)/emulparams
/elf32lsmip.sh \
1125 $(srcdir)/emulparams
/elf32lmip.sh
$(srcdir)/emulparams
/elf32bmip.sh \
1126 $(srcdir)/emultempl
/mipself.em \
1127 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1128 ${GENSCRIPTS} elf32lsmip
"$(tdir_elf32lsmip)"
1129 eelf32openrisc.c
: $(srcdir)/emulparams
/elf32openrisc.sh \
1130 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1131 ${GENSCRIPTS} elf32openrisc
"$(tdir_openrisc)"
1132 eelf32ppc.c
: $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1133 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1134 ${GENSCRIPTS} elf32ppc
"$(tdir_elf32ppc)"
1135 eelf32ppc_fbsd.c
: $(srcdir)/emulparams
/elf32ppc_fbsd.sh \
1136 $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1137 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1138 ${GENSCRIPTS} elf32ppc_fbsd
"$(tdir_elf32ppc_fbsd)"
1139 eelf32ppcsim.c
: $(srcdir)/emulparams
/elf32ppcsim.sh \
1140 $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1141 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1142 ${GENSCRIPTS} elf32ppcsim
"$(tdir_elf32ppcsim)"
1143 eelf32ppclinux.c
: $(srcdir)/emulparams
/elf32ppclinux.sh \
1144 $(srcdir)/emulparams
/elf32ppc.sh
$(srcdir)/emultempl
/ppc32elf.em \
1145 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1146 ${GENSCRIPTS} elf32ppclinux
"$(tdir_elf32ppclinux)"
1147 eelf64ppc.c
: $(srcdir)/emulparams
/elf64ppc.sh
$(srcdir)/emultempl
/ppc64elf.em \
1148 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1149 ${GENSCRIPTS} elf64ppc
"$(tdir_elf64ppc)"
1150 eelf64lppc.c
: $(srcdir)/emulparams
/elf64lppc.sh \
1151 $(srcdir)/emulparams
/elf64ppc.sh
$(srcdir)/emultempl
/ppc64elf.em \
1152 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1153 ${GENSCRIPTS} elf64lppc
"$(tdir_elf64lppc)"
1154 eelf32i370.c
: $(srcdir)/emulparams
/elf32i370.sh \
1155 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elfi370.sc
${GEN_DEPENDS}
1156 ${GENSCRIPTS} elf32i370
"$(tdir_elf32i370)"
1157 eelf32ip2k.c
: $(srcdir)/emulparams
/elf32ip2k.sh \
1158 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/ip2k.sc
${GEN_DEPENDS}
1159 ${GENSCRIPTS} elf32ip2k
"$(tdir_ip2k)"
1160 eelf32iq2000.c
: $(srcdir)/emulparams
/elf32iq2000.sh \
1161 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/iq2000.sc
${GEN_DEPENDS}
1162 ${GENSCRIPTS} elf32iq2000
"$(tdir_iq2000)"
1163 eelf32iq10.c
: $(srcdir)/emulparams
/elf32iq10.sh \
1164 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/iq2000.sc
${GEN_DEPENDS}
1165 ${GENSCRIPTS} elf32iq10
"$(tdir_iq10)"
1166 eelf64alpha.c
: $(srcdir)/emulparams
/elf64alpha.sh \
1167 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1168 ${GENSCRIPTS} elf64alpha
"$(tdir_elf64alpha)"
1169 eelf64alpha_fbsd.c
: $(srcdir)/emulparams
/elf64alpha_fbsd.sh \
1170 $(srcdir)/emulparams
/elf64alpha.sh \
1171 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1172 ${GENSCRIPTS} elf64alpha_fbsd
"$(tdir_elf64alpha_fbsd)"
1173 eelf64alpha_nbsd.c
: $(srcdir)/emulparams
/elf64alpha_nbsd.sh \
1174 $(srcdir)/emulparams
/elf64alpha.sh \
1175 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1176 ${GENSCRIPTS} elf64alpha_nbsd
"$(tdir_elf64alpha_nbsd)"
1177 eelf64hppa.c
: $(srcdir)/emulparams
/elf64hppa.sh \
1178 $(srcdir)/emulparams
/hppa64linux.sh \
1179 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1180 ${GENSCRIPTS} elf64hppa
"$(tdir_elf64hppa)"
1181 eelf64_aix.c
: $(srcdir)/emulparams
/elf64_aix.sh \
1182 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1183 ${GENSCRIPTS} elf64_aix
"$(tdir_elf64_aix)"
1184 eelf64_ia64.c
: $(srcdir)/emulparams
/elf64_ia64.sh \
1185 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/ia64elf.em \
1186 $(srcdir)/emultempl
/needrelax.em \
1187 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1188 ${GENSCRIPTS} elf64_ia64
"$(tdir_elf64_ia64)"
1189 eelf64_ia64_fbsd.c
: $(srcdir)/emulparams
/elf64_ia64_fbsd.sh \
1190 $(srcdir)/emulparams
/elf64_ia64.sh \
1191 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/ia64elf.em \
1192 $(srcdir)/emultempl
/needrelax.em \
1193 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1194 ${GENSCRIPTS} elf64_ia64_fbsd
"$(tdir_elf64_ia64_fbsd)"
1195 eelf64_s390.c
: $(srcdir)/emulparams
/elf64_s390.sh \
1196 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1197 ${GENSCRIPTS} elf64_s390
"$(tdir_elf64_s390)"
1198 eelf64_sparc.c
: $(srcdir)/emulparams
/elf64_sparc.sh \
1199 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1200 ${GENSCRIPTS} elf64_sparc
"$(tdir_elf64_sparc)"
1201 eelf64_sparc_fbsd.c
: $(srcdir)/emulparams
/elf64_sparc_fbsd.sh \
1202 $(srcdir)/emulparams
/elf64_sparc.sh \
1203 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1204 ${GENSCRIPTS} elf64_sparc_fbsd
"$(tdir_elf64_sparc_fbsd)"
1205 eelf64bmip.c
: $(srcdir)/emulparams
/elf64bmip.sh \
1206 $(srcdir)/emulparams
/elf32bmipn32.sh
$(srcdir)/emultempl
/irix.em \
1207 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1208 ${GENSCRIPTS} elf64bmip
"$(tdir_elf64bmip)"
1209 eelf64mmix.c
: $(srcdir)/emulparams
/elf64mmix.sh \
1210 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/mmix-elfnmmo.em \
1211 $(srcdir)/emultempl
/mmixelf.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1212 ${GENSCRIPTS} elf64mmix
"$(tdir_elf64mmix)"
1213 emmo.c
: $(srcdir)/emulparams
/mmo.sh
$(srcdir)/emultempl
/mmix-elfnmmo.em \
1214 $(srcdir)/emultempl
/generic.em
$(srcdir)/emultempl
/mmo.em \
1215 $(srcdir)/scripttempl
/mmo.sc
${GEN_DEPENDS}
1216 ${GENSCRIPTS} mmo
"$(tdir_mmo)"
1217 eelf64btsmip.c
: $(srcdir)/emulparams
/elf64btsmip.sh \
1218 $(srcdir)/emulparams
/elf32bmipn32.sh \
1219 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1220 ${GENSCRIPTS} elf64btsmip
"$(tdir_elf64btsmip)"
1221 eelf64ltsmip.c
: $(srcdir)/emulparams
/elf64ltsmip.sh \
1222 $(srcdir)/emulparams
/elf64btsmip.sh
$(srcdir)/emulparams
/elf32bmipn32.sh \
1223 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1224 ${GENSCRIPTS} elf64ltsmip
"$(tdir_elf64ltsmip)"
1225 eelf_i386.c
: $(srcdir)/emulparams
/elf_i386.sh \
1226 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1227 ${GENSCRIPTS} elf_i386
"$(tdir_elf_i386)"
1228 eelf_x86_64.c
: $(srcdir)/emulparams
/elf_x86_64.sh \
1229 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1230 ${GENSCRIPTS} elf_x86_64
"$(tdir_elf_x86_64)"
1231 eelf_x86_64_fbsd.c
: $(srcdir)/emulparams
/elf_x86_64_fbsd.sh \
1232 $(srcdir)/emulparams
/elf_x86_64.sh \
1233 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1234 ${GENSCRIPTS} elf_x86_64_fbsd
"$(tdir_elf_x86_64_fbsd)"
1235 eelf_i386_be.c
: $(srcdir)/emulparams
/elf_i386_be.sh \
1236 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1237 ${GENSCRIPTS} elf_i386_be
"$(tdir_elf_i386_be)"
1238 eelf_i386_chaos.c
: $(srcdir)/emulparams
/elf_i386_chaos.sh \
1239 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf_chaos.sc
${GEN_DEPENDS}
1240 ${GENSCRIPTS} elf_i386_chaos
"$(tdir_elf_i386_chaos)"
1241 eelf_i386_fbsd.c
: $(srcdir)/emulparams
/elf_i386_fbsd.sh \
1242 $(srcdir)/emulparams
/elf_i386.sh \
1243 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1244 ${GENSCRIPTS} elf_i386_fbsd
"$(tdir_elf_i386_fbsd)"
1245 eelf_i386_ldso.c
: $(srcdir)/emulparams
/elf_i386_ldso.sh \
1246 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1247 ${GENSCRIPTS} elf_i386_ldso
"$(tdir_elf_i386_ldso)"
1248 eelf_s390.c
: $(srcdir)/emulparams
/elf_s390.sh \
1249 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1250 ${GENSCRIPTS} elf_s390
"$(tdir_elf_s390)"
1251 egld960.c
: $(srcdir)/emulparams
/gld960.sh \
1252 $(srcdir)/emultempl
/gld960.em
$(srcdir)/scripttempl
/i960.sc
${GEN_DEPENDS}
1253 ${GENSCRIPTS} gld960
"$(tdir_gld960)"
1254 egld960coff.c
: $(srcdir)/emulparams
/gld960coff.sh \
1255 $(srcdir)/emultempl
/gld960c.em
$(srcdir)/scripttempl
/i960.sc
${GEN_DEPENDS}
1256 ${GENSCRIPTS} gld960coff
"$(tdir_gld960coff)"
1257 eh8300.c
: $(srcdir)/emulparams
/h8300.sh \
1258 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300.sc
${GEN_DEPENDS}
1259 ${GENSCRIPTS} h8300
"$(tdir_h8300)"
1260 eh8300h.c
: $(srcdir)/emulparams
/h8300h.sh \
1261 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300h.sc
${GEN_DEPENDS}
1262 ${GENSCRIPTS} h8300h
"$(tdir_h8300h)"
1263 eh8300s.c
: $(srcdir)/emulparams
/h8300s.sh \
1264 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300s.sc
${GEN_DEPENDS}
1265 ${GENSCRIPTS} h8300s
"$(tdir_h8300s)"
1266 eh8300hn.c
: $(srcdir)/emulparams
/h8300hn.sh \
1267 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300hn.sc
${GEN_DEPENDS}
1268 ${GENSCRIPTS} h8300hn
"$(tdir_h8300hn)"
1269 eh8300sn.c
: $(srcdir)/emulparams
/h8300sn.sh \
1270 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300sn.sc
${GEN_DEPENDS}
1271 ${GENSCRIPTS} h8300sn
"$(tdir_h8300sn)"
1272 eh8300sx.c
: $(srcdir)/emulparams
/h8300sx.sh \
1273 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300sx.sc
${GEN_DEPENDS}
1274 ${GENSCRIPTS} h8300sx
"$(tdir_h8300sx)"
1275 eh8300sxn.c
: $(srcdir)/emulparams
/h8300sxn.sh \
1276 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8300sxn.sc
${GEN_DEPENDS}
1277 ${GENSCRIPTS} h8300sxn
"$(tdir_h8300sxn)"
1278 eh8300elf.c
: $(srcdir)/emulparams
/h8300elf.sh \
1279 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1280 ${GENSCRIPTS} h8300elf
"$(tdir_h8300elf)"
1281 eh8300helf.c
: $(srcdir)/emulparams
/h8300helf.sh \
1282 $(srcdir)/emulparams
/h8300elf.sh \
1283 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1284 ${GENSCRIPTS} h8300helf
"$(tdir_h8300helf)"
1285 eh8300self.c
: $(srcdir)/emulparams
/h8300self.sh \
1286 $(srcdir)/emulparams
/h8300elf.sh \
1287 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1288 ${GENSCRIPTS} h8300self
"$(tdir_h8300self)"
1289 eh8300hnelf.c
: $(srcdir)/emulparams
/h8300hnelf.sh \
1290 $(srcdir)/emulparams
/h8300elf.sh \
1291 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1292 ${GENSCRIPTS} h8300hnelf
"$(tdir_h8300hnelf)"
1293 eh8300snelf.c
: $(srcdir)/emulparams
/h8300snelf.sh \
1294 $(srcdir)/emulparams
/h8300elf.sh \
1295 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1296 ${GENSCRIPTS} h8300snelf
"$(tdir_h8300snelf)"
1297 eh8300sxelf.c
: $(srcdir)/emulparams
/h8300sxelf.sh \
1298 $(srcdir)/emulparams
/h8300elf.sh \
1299 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1300 ${GENSCRIPTS} h8300sxelf
"$(tdir_h8300sxelf)"
1301 eh8300sxnelf.c
: $(srcdir)/emulparams
/h8300sxnelf.sh \
1302 $(srcdir)/emulparams
/h8300elf.sh \
1303 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1304 ${GENSCRIPTS} h8300sxnelf
"$(tdir_h8300sxnelf)"
1305 eh8500.c
: $(srcdir)/emulparams
/h8500.sh \
1306 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8500.sc
${GEN_DEPENDS}
1307 ${GENSCRIPTS} h8500
"$(tdir_h8500)"
1308 eh8500b.c
: $(srcdir)/emulparams
/h8500b.sh \
1309 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8500b.sc
${GEN_DEPENDS}
1310 ${GENSCRIPTS} h8500b
"$(tdir_h8500b)"
1311 eh8500c.c
: $(srcdir)/emulparams
/h8500c.sh \
1312 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8500c.sc
${GEN_DEPENDS}
1313 ${GENSCRIPTS} h8500c
"$(tdir_h8500c)"
1314 eh8500m.c
: $(srcdir)/emulparams
/h8500m.sh \
1315 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8500m.sc
${GEN_DEPENDS}
1316 ${GENSCRIPTS} h8500m
"$(tdir_h8500m)"
1317 eh8500s.c
: $(srcdir)/emulparams
/h8500s.sh \
1318 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/h8500s.sc
${GEN_DEPENDS}
1319 ${GENSCRIPTS} h8500s
"$(tdir_h8500s)"
1320 ehp300bsd.c
: $(srcdir)/emulparams
/hp300bsd.sh \
1321 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1322 ${GENSCRIPTS} hp300bsd
"$(tdir_hp300bsd)"
1323 ehp3hpux.c
: $(srcdir)/emulparams
/hp3hpux.sh \
1324 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1325 ${GENSCRIPTS} hp3hpux
"$(tdir_hp3hpux)"
1326 ehppaelf.c
: $(srcdir)/emulparams
/hppaelf.sh \
1327 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/hppaelf.em \
1328 $(srcdir)/scripttempl
/hppaelf.sc
${GEN_DEPENDS}
1329 ${GENSCRIPTS} hppaelf
"$(tdir_hppaelf)"
1330 ehppalinux.c
: $(srcdir)/emulparams
/hppalinux.sh \
1331 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/hppaelf.em \
1332 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1333 ${GENSCRIPTS} hppalinux
"$(tdir_hppalinux)"
1334 ehppanbsd.c
: $(srcdir)/emulparams
/hppanbsd.sh \
1335 $(srcdir)/emulparams
/hppaelf.sh \
1336 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/hppaelf.em \
1337 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1338 ${GENSCRIPTS} hppanbsd
"$(tdir_hppanbsd)"
1339 ehppaobsd.c
: $(srcdir)/emulparams
/hppaobsd.sh \
1340 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/hppaelf.em \
1341 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1342 ${GENSCRIPTS} hppaobsd
"$(tdir_hppaobsd)"
1343 ehppa64linux.c
: $(srcdir)/emulparams
/hppa64linux.sh \
1344 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1345 ${GENSCRIPTS} hppa64linux
"$(tdir_hppa64linux)"
1346 ei386aout.c
: $(srcdir)/emulparams
/i386aout.sh \
1347 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1348 ${GENSCRIPTS} i386aout
"$(tdir_i386aout)"
1349 ei386beos.c
: $(srcdir)/emulparams
/i386beos.sh \
1350 $(srcdir)/emultempl
/beos.em
$(srcdir)/scripttempl
/i386beos.sc
${GEN_DEPENDS}
1351 ${GENSCRIPTS} i386beos
"$(tdir_i386beos)"
1352 ei386bsd.c
: $(srcdir)/emulparams
/i386bsd.sh \
1353 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1354 ${GENSCRIPTS} i386bsd
"$(tdir_i386bsd)"
1355 ei386coff.c
: $(srcdir)/emulparams
/i386coff.sh \
1356 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/i386coff.sc
${GEN_DEPENDS}
1357 ${GENSCRIPTS} i386coff
"$(tdir_i386coff)"
1358 ei386go32.c
: $(srcdir)/emulparams
/i386go32.sh \
1359 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/i386go32.sc
${GEN_DEPENDS}
1360 ${GENSCRIPTS} i386go32
"$(tdir_i386go32)"
1361 ei386linux.c
: $(srcdir)/emulparams
/i386linux.sh \
1362 $(srcdir)/emultempl
/linux.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1363 ${GENSCRIPTS} i386linux
"$(tdir_i386linux)"
1364 ei386lynx.c
: $(srcdir)/emulparams
/i386lynx.sh \
1365 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/i386lynx.sc
${GEN_DEPENDS}
1366 ${GENSCRIPTS} i386lynx
"$(tdir_i386lynx)"
1367 ei386mach.c
: $(srcdir)/emulparams
/i386mach.sh \
1368 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1369 ${GENSCRIPTS} i386mach
"$(tdir_i386mach)"
1370 ei386moss.c
: $(srcdir)/emulparams
/i386moss.sh \
1371 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1372 ${GENSCRIPTS} i386moss
"$(tdir_i386moss)"
1373 ei386msdos.c
: $(srcdir)/emulparams
/i386msdos.sh \
1374 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/i386msdos.sc
${GEN_DEPENDS}
1375 ${GENSCRIPTS} i386msdos
"$(tdir_i386msdos)"
1376 ei386nbsd.c
: $(srcdir)/emulparams
/i386nbsd.sh \
1377 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1378 ${GENSCRIPTS} i386nbsd
"$(tdir_i386nbsd)"
1379 ei386nto.c
: $(srcdir)/emulparams
/i386nto.sh \
1380 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1381 ${GENSCRIPTS} i386nto
"$(tdir_i386nto)"
1382 ei386nw.c
: $(srcdir)/emulparams
/i386nw.sh \
1383 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/nw.sc
${GEN_DEPENDS}
1384 ${GENSCRIPTS} i386nw
"$(tdir_i386nw)"
1385 ei386pe.c
: $(srcdir)/emulparams
/i386pe.sh \
1386 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/pe.sc
${GEN_DEPENDS}
1387 ${GENSCRIPTS} i386pe
"$(tdir_i386pe)"
1388 ei386pe_posix.c
: $(srcdir)/emulparams
/i386pe_posix.sh \
1389 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/pe.sc
${GEN_DEPENDS}
1390 ${GENSCRIPTS} i386pe_posix
"$(tdir_i386pe_posix)"
1391 elnk960.c
: $(srcdir)/emulparams
/lnk960.sh \
1392 $(srcdir)/emultempl
/lnk960.em
$(srcdir)/scripttempl
/i960.sc
${GEN_DEPENDS}
1393 ${GENSCRIPTS} lnk960
"$(tdir_lnk960)"
1394 em68hc11elf.c
: $(srcdir)/emulparams
/m68hc11elf.sh \
1395 $(srcdir)/emultempl
/m68hc1xelf.em
$(srcdir)/emultempl
/elf32.em \
1396 $(srcdir)/scripttempl
/elfm68hc11.sc
${GEN_DEPENDS}
1397 ${GENSCRIPTS} m68hc11elf
"$(tdir_m68hc11)"
1398 em68hc11elfb.c
: $(srcdir)/emulparams
/m68hc11elfb.sh \
1399 $(srcdir)/emultempl
/m68hc1xelf.em
$(srcdir)/emultempl
/elf32.em \
1400 $(srcdir)/scripttempl
/elfm68hc11.sc
${GEN_DEPENDS}
1401 ${GENSCRIPTS} m68hc11elfb
"$(tdir_m68hc11b)"
1402 em68hc12elf.c
: $(srcdir)/emulparams
/m68hc12elf.sh \
1403 $(srcdir)/emultempl
/m68hc1xelf.em
$(srcdir)/emultempl
/elf32.em \
1404 $(srcdir)/scripttempl
/elfm68hc12.sc
${GEN_DEPENDS}
1405 ${GENSCRIPTS} m68hc12elf
"$(tdir_m68hc12)"
1406 em68hc12elfb.c
: $(srcdir)/emulparams
/m68hc12elfb.sh \
1407 $(srcdir)/emultempl
/m68hc1xelf.em
$(srcdir)/emultempl
/elf32.em \
1408 $(srcdir)/scripttempl
/elfm68hc12.sc
${GEN_DEPENDS}
1409 ${GENSCRIPTS} m68hc12elfb
"$(tdir_m68hc12b)"
1410 em68k4knbsd.c
: $(srcdir)/emulparams
/m68k4knbsd.sh \
1411 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1412 ${GENSCRIPTS} m68k4knbsd
"$(tdir_m68k4knbsd)"
1413 em68kaout.c
: $(srcdir)/emulparams
/m68kaout.sh \
1414 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1415 ${GENSCRIPTS} m68kaout
"$(tdir_m68kaout)"
1416 em68kaux.c
: $(srcdir)/emulparams
/m68kaux.sh \
1417 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/m68kaux.sc
${GEN_DEPENDS}
1418 ${GENSCRIPTS} m68kaux
"$(tdir_m68kaux)"
1419 em68kcoff.c
: $(srcdir)/emulparams
/m68kcoff.sh \
1420 $(srcdir)/emultempl
/m68kcoff.em
$(srcdir)/scripttempl
/m68kcoff.sc
${GEN_DEPENDS}
1421 ${GENSCRIPTS} m68kcoff
"$(tdir_m68kcoff)"
1422 em68kelf.c
: $(srcdir)/emulparams
/m68kelf.sh \
1423 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/m68kelf.em \
1424 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1425 ${GENSCRIPTS} m68kelf
"$(tdir_m68kelf)"
1426 em68kelfnbsd.c
: $(srcdir)/emulparams
/m68kelfnbsd.sh \
1427 $(srcdir)/emulparams
/m68kelf.sh \
1428 $(srcdir)/emultempl
/elf32.em
$(srcdir)/emultempl
/m68kelf.em \
1429 $(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1430 ${GENSCRIPTS} m68kelfnbsd
"$(tdir_m68kelfnbsd)"
1431 em68klinux.c
: $(srcdir)/emulparams
/m68klinux.sh \
1432 $(srcdir)/emultempl
/linux.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1433 ${GENSCRIPTS} m68klinux
"$(tdir_m68klinux)"
1434 em68klynx.c
: $(srcdir)/emulparams
/m68klynx.sh \
1435 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/m68klynx.sc
${GEN_DEPENDS}
1436 ${GENSCRIPTS} m68klynx
"$(tdir_m68klynx)"
1437 em68knbsd.c
: $(srcdir)/emulparams
/m68knbsd.sh \
1438 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1439 ${GENSCRIPTS} m68knbsd
"$(tdir_m68knbsd)"
1440 em68kpsos.c
: $(srcdir)/emulparams
/m68kpsos.sh \
1441 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/psos.sc
${GEN_DEPENDS}
1442 ${GENSCRIPTS} m68kpsos
"$(tdir_m68kpsos)"
1443 em88kbcs.c
: $(srcdir)/emulparams
/m88kbcs.sh \
1444 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/m88kbcs.sc
${GEN_DEPENDS}
1445 ${GENSCRIPTS} m88kbcs
"$(tdir_m88kbcs)"
1446 emcorepe.c
: $(srcdir)/emulparams
/mcorepe.sh \
1447 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/pe.sc
${GEN_DEPENDS}
1448 ${GENSCRIPTS} mcorepe
"$(tdir_mcorepe)"
1449 emipsbig.c
: $(srcdir)/emulparams
/mipsbig.sh \
1450 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/mips.sc
${GEN_DEPENDS}
1451 ${GENSCRIPTS} mipsbig
1452 emipsbsd.c
: $(srcdir)/emulparams
/mipsbsd.sh \
1453 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/mipsbsd.sc
${GEN_DEPENDS}
1454 ${GENSCRIPTS} mipsbsd
1455 emipsidt.c
: $(srcdir)/emulparams
/mipsidt.sh \
1456 $(srcdir)/emultempl
/mipsecoff.em
$(srcdir)/scripttempl
/mips.sc
${GEN_DEPENDS}
1457 ${GENSCRIPTS} mipsidt
"$(tdir_mipsidt)"
1458 emipsidtl.c
: $(srcdir)/emulparams
/mipsidtl.sh \
1459 $(srcdir)/emultempl
/mipsecoff.em
$(srcdir)/scripttempl
/mips.sc
${GEN_DEPENDS}
1460 ${GENSCRIPTS} mipsidtl
"$(tdir_mipsidtl)"
1461 emipslit.c
: $(srcdir)/emulparams
/mipslit.sh \
1462 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/mips.sc
${GEN_DEPENDS}
1463 ${GENSCRIPTS} mipslit
"$(tdir_mipslit)"
1464 emipslnews.c
: $(srcdir)/emulparams
/mipslnews.sh \
1465 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/mips.sc
${GEN_DEPENDS}
1466 ${GENSCRIPTS} mipslnews
1467 emipspe.c
: $(srcdir)/emulparams
/mipspe.sh \
1468 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/pe.sc
${GEN_DEPENDS}
1469 ${GENSCRIPTS} mipspe
"$(tdir_mips)"
1470 emn10300.c
: $(srcdir)/emulparams
/mn10300.sh \
1471 $(srcdir)/emulparams
/mn10200.sh \
1472 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1473 ${GENSCRIPTS} mn10300
"$(tdir_mn10300)"
1474 emn10200.c
: $(srcdir)/emulparams
/mn10200.sh \
1475 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1476 ${GENSCRIPTS} mn10200
"$(tdir_mn10200)"
1477 emsp430x110.c
: $(srcdir)/emulparams
/msp430all.sh \
1478 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1480 ${GENSCRIPTS} msp430x110
"$(tdir_msp430x110)" msp430all
1481 emsp430x112.c
: $(srcdir)/emulparams
/msp430all.sh \
1482 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1484 ${GENSCRIPTS} msp430x112
"$(tdir_msp430x112)" msp430all
1485 emsp430x1101.c
: $(srcdir)/emulparams
/msp430all.sh \
1486 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1488 ${GENSCRIPTS} msp430x1101
"$(tdir_msp430x1101)" msp430all
1489 emsp430x1111.c
: $(srcdir)/emulparams
/msp430all.sh \
1490 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1492 ${GENSCRIPTS} msp430x1111
"$(tdir_msp430x1111)" msp430all
1493 emsp430x1121.c
: $(srcdir)/emulparams
/msp430all.sh \
1494 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1496 ${GENSCRIPTS} msp430x1121
"$(tdir_msp430x1121)" msp430all
1497 emsp430x1122.c
: $(srcdir)/emulparams
/msp430all.sh \
1498 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1500 ${GENSCRIPTS} msp430x1122
"$(tdir_msp430x1122)" msp430all
1501 emsp430x1132.c
: $(srcdir)/emulparams
/msp430all.sh \
1502 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1504 ${GENSCRIPTS} msp430x1132
"$(tdir_msp430x1132)" msp430all
1505 emsp430x122.c
: $(srcdir)/emulparams
/msp430all.sh \
1506 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1508 ${GENSCRIPTS} msp430x122
"$(tdir_msp430x122)" msp430all
1509 emsp430x123.c
: $(srcdir)/emulparams
/msp430all.sh \
1510 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1512 ${GENSCRIPTS} msp430x123
"$(tdir_msp430x123)" msp430all
1513 emsp430x1222.c
: $(srcdir)/emulparams
/msp430all.sh \
1514 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1516 ${GENSCRIPTS} msp430x1222
"$(tdir_msp430x1222)" msp430all
1517 emsp430x1232.c
: $(srcdir)/emulparams
/msp430all.sh \
1518 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1520 ${GENSCRIPTS} msp430x1232
"$(tdir_msp430x1232)" msp430all
1521 emsp430x133.c
: $(srcdir)/emulparams
/msp430all.sh \
1522 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1524 ${GENSCRIPTS} msp430x133
"$(tdir_msp430x133)" msp430all
1525 emsp430x135.c
: $(srcdir)/emulparams
/msp430all.sh \
1526 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1528 ${GENSCRIPTS} msp430x135
"$(tdir_msp430x135)" msp430all
1529 emsp430x1331.c
: $(srcdir)/emulparams
/msp430all.sh \
1530 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1532 ${GENSCRIPTS} msp430x1331
"$(tdir_msp430x1331)" msp430all
1533 emsp430x1351.c
: $(srcdir)/emulparams
/msp430all.sh \
1534 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1536 ${GENSCRIPTS} msp430x1351
"$(tdir_msp430x1351)" msp430all
1537 emsp430x147.c
: $(srcdir)/emulparams
/msp430all.sh \
1538 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1540 ${GENSCRIPTS} msp430x147
"$(tdir_msp430x147)" msp430all
1541 emsp430x148.c
: $(srcdir)/emulparams
/msp430all.sh \
1542 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1544 ${GENSCRIPTS} msp430x148
"$(tdir_msp430x148)" msp430all
1545 emsp430x149.c
: $(srcdir)/emulparams
/msp430all.sh \
1546 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1548 ${GENSCRIPTS} msp430x149
"$(tdir_msp430x149)" msp430all
1549 emsp430x155.c
: $(srcdir)/emulparams
/msp430all.sh \
1550 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1552 ${GENSCRIPTS} msp430x155
"$(tdir_msp430x155)" msp430all
1553 emsp430x156.c
: $(srcdir)/emulparams
/msp430all.sh \
1554 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1556 ${GENSCRIPTS} msp430x156
"$(tdir_msp430x156)" msp430all
1557 emsp430x157.c
: $(srcdir)/emulparams
/msp430all.sh \
1558 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1560 ${GENSCRIPTS} msp430x157
"$(tdir_msp430x157)" msp430all
1561 emsp430x167.c
: $(srcdir)/emulparams
/msp430all.sh \
1562 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1564 ${GENSCRIPTS} msp430x167
"$(tdir_msp430x167)" msp430all
1565 emsp430x168.c
: $(srcdir)/emulparams
/msp430all.sh \
1566 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1568 ${GENSCRIPTS} msp430x168
"$(tdir_msp430x168)" msp430all
1569 emsp430x169.c
: $(srcdir)/emulparams
/msp430all.sh \
1570 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1572 ${GENSCRIPTS} msp430x169
"$(tdir_msp430x169)" msp430all
1573 emsp430x311.c
: $(srcdir)/emulparams
/msp430all.sh \
1574 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1576 ${GENSCRIPTS} msp430x311
"$(tdir_msp430x311)" msp430all
1577 emsp430x312.c
: $(srcdir)/emulparams
/msp430all.sh \
1578 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1580 ${GENSCRIPTS} msp430x312
"$(tdir_msp430x312)" msp430all
1581 emsp430x313.c
: $(srcdir)/emulparams
/msp430all.sh \
1582 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1584 ${GENSCRIPTS} msp430x313
"$(tdir_msp430x313)" msp430all
1585 emsp430x314.c
: $(srcdir)/emulparams
/msp430all.sh \
1586 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1588 ${GENSCRIPTS} msp430x314
"$(tdir_msp430x314)" msp430all
1589 emsp430x315.c
: $(srcdir)/emulparams
/msp430all.sh \
1590 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1592 ${GENSCRIPTS} msp430x315
"$(tdir_msp430x315)" msp430all
1593 emsp430x323.c
: $(srcdir)/emulparams
/msp430all.sh \
1594 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1596 ${GENSCRIPTS} msp430x323
"$(tdir_msp430x323)" msp430all
1597 emsp430x325.c
: $(srcdir)/emulparams
/msp430all.sh \
1598 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1600 ${GENSCRIPTS} msp430x325
"$(tdir_msp430x325)" msp430all
1601 emsp430x336.c
: $(srcdir)/emulparams
/msp430all.sh \
1602 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1604 ${GENSCRIPTS} msp430x336
"$(tdir_msp430x336)" msp430all
1605 emsp430x337.c
: $(srcdir)/emulparams
/msp430all.sh \
1606 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430_3.sc \
1608 ${GENSCRIPTS} msp430x337
"$(tdir_msp430x337)" msp430all
1609 emsp430x412.c
: $(srcdir)/emulparams
/msp430all.sh \
1610 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1612 ${GENSCRIPTS} msp430x412
"$(tdir_msp430x412)" msp430all
1613 emsp430x413.c
: $(srcdir)/emulparams
/msp430all.sh \
1614 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1616 ${GENSCRIPTS} msp430x413
"$(tdir_msp430x413)" msp430all
1617 emsp430xE423.c
: $(srcdir)/emulparams
/msp430all.sh \
1618 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1620 ${GENSCRIPTS} msp430xE423
"$(tdir_msp430xE423)" msp430all
1621 emsp430xE425.c
: $(srcdir)/emulparams
/msp430all.sh \
1622 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1624 ${GENSCRIPTS} msp430xE425
"$(tdir_msp430xE425)" msp430all
1625 emsp430xE427.c
: $(srcdir)/emulparams
/msp430all.sh \
1626 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1628 ${GENSCRIPTS} msp430xE427
"$(tdir_msp430xE427)" msp430all
1629 emsp430xW423.c
: $(srcdir)/emulparams
/msp430all.sh \
1630 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1632 ${GENSCRIPTS} msp430xW423
"$(tdir_msp430xW423)" msp430all
1633 emsp430xW425.c
: $(srcdir)/emulparams
/msp430all.sh \
1634 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1636 ${GENSCRIPTS} msp430xW425
"$(tdir_msp430xW425)" msp430all
1637 emsp430xW427.c
: $(srcdir)/emulparams
/msp430all.sh \
1638 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1640 ${GENSCRIPTS} msp430xW427
"$(tdir_msp430xW427)" msp430all
1641 emsp430x435.c
: $(srcdir)/emulparams
/msp430all.sh \
1642 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1644 ${GENSCRIPTS} msp430x435
"$(tdir_msp430x435)" msp430all
1645 emsp430x436.c
: $(srcdir)/emulparams
/msp430all.sh \
1646 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1648 ${GENSCRIPTS} msp430x436
"$(tdir_msp430x436)" msp430all
1649 emsp430x437.c
: $(srcdir)/emulparams
/msp430all.sh \
1650 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1652 ${GENSCRIPTS} msp430x437
"$(tdir_msp430x437)" msp430all
1653 emsp430x447.c
: $(srcdir)/emulparams
/msp430all.sh \
1654 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1656 ${GENSCRIPTS} msp430x447
"$(tdir_msp430x447)" msp430all
1657 emsp430x448.c
: $(srcdir)/emulparams
/msp430all.sh \
1658 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1660 ${GENSCRIPTS} msp430x448
"$(tdir_msp430x448)" msp430all
1661 emsp430x449.c
: $(srcdir)/emulparams
/msp430all.sh \
1662 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf32msp430.sc \
1664 ${GENSCRIPTS} msp430x449
"$(tdir_msp430x449)" msp430all
1665 enews.c
: $(srcdir)/emulparams
/news.sh \
1666 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1667 ${GENSCRIPTS} news
"$(tdir_news)"
1668 ens32knbsd.c
: $(srcdir)/emulparams
/ns32knbsd.sh \
1669 $(srcdir)/emultempl
/generic.em
$(srcdir)/emultempl
/netbsd.em \
1670 $(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1671 ${GENSCRIPTS} ns32knbsd
"$(tdir_ns32knbsd)"
1672 eor32.c
: $(srcdir)/emulparams
/or32.sh \
1673 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/or32.sc
${GEN_DEPENDS}
1674 ${GENSCRIPTS} or32
"$(tdir_or32)"
1675 eor32elf.c
: $(srcdir)/emulparams
/or32elf.sh \
1676 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1677 ${GENSCRIPTS} or32elf
"$(tdir_or32elf)"
1678 epc532macha.c
: $(srcdir)/emulparams
/pc532macha.sh \
1679 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1680 ${GENSCRIPTS} pc532macha
"$(tdir_pc532macha)"
1681 epdp11.c
: $(srcdir)/emulparams
/pdp11.sh \
1682 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1683 ${GENSCRIPTS} pdp11
"$(tdir_pdp11)"
1684 epjelf.c
: $(srcdir)/emulparams
/pjelf.sh \
1685 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1686 ${GENSCRIPTS} pjelf
"$(tdir_pjelf)"
1687 epjlelf.c
: $(srcdir)/emulparams
/pjlelf.sh \
1688 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1689 ${GENSCRIPTS} pjlelf
"$(tdir_pjlelf)"
1690 eppcmacos.c
: $(srcdir)/emulparams
/ppcmacos.sh \
1691 $(srcdir)/emultempl
/aix.em
$(srcdir)/scripttempl
/aix.sc
${GEN_DEPENDS}
1692 ${GENSCRIPTS} ppcmacos
"$(tdir_ppcmacos)"
1693 eppcnw.c
: $(srcdir)/emulparams
/ppcnw.sh \
1694 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/nw.sc
${GEN_DEPENDS}
1695 ${GENSCRIPTS} ppcnw
"$(tdir_ppcnw)"
1696 eppcpe.c
: $(srcdir)/emulparams
/ppcpe.sh \
1697 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/ppcpe.sc
${GEN_DEPENDS}
1698 ${GENSCRIPTS} ppcpe
"$(tdir_ppcpe)"
1699 eriscix.c
: $(srcdir)/emulparams
/riscix.sh \
1700 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1701 ${GENSCRIPTS} riscix
"$(tdir_riscix)"
1702 esa29200.c
: $(srcdir)/emulparams
/sa29200.sh \
1703 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/sa29200.sc
${GEN_DEPENDS}
1704 ${GENSCRIPTS} sa29200
"$(tdir_sa29200)"
1705 esh.c
: $(srcdir)/emulparams
/sh.sh \
1706 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/sh.sc
${GEN_DEPENDS}
1707 ${GENSCRIPTS} sh
"$(tdir_sh)"
1708 eshelf.c
: $(srcdir)/emulparams
/shelf.sh \
1709 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1710 ${GENSCRIPTS} shelf
"$(tdir_shelf)"
1711 eshelf32.c
: $(srcdir)/emulparams
/shelf32.sh \
1712 $(BFDDIR
)/libbfd.h
$(INCDIR
)/libiberty.h \
1713 $(srcdir)/emultempl
/sh64elf.em
$(INCDIR
)/elf
/sh.h
$(BFDDIR
)/elf-bfd.h \
1714 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1715 ${GENSCRIPTS} shelf32
"$(tdir_shelf32)"
1716 eshelf32_linux.c
: $(srcdir)/emulparams
/shelf32_linux.sh \
1717 $(srcdir)/emulparams
/shelf32.sh \
1718 $(BFDDIR
)/libbfd.h
$(INCDIR
)/libiberty.h \
1719 $(srcdir)/emultempl
/sh64elf.em
$(INCDIR
)/elf
/sh.h
$(BFDDIR
)/elf-bfd.h \
1720 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1721 ${GENSCRIPTS} shelf32_linux
"$(tdir_shelf32_linux)"
1722 eshelf32_nbsd.c
: $(srcdir)/emulparams
/shelf32_nbsd.sh \
1723 $(srcdir)/emulparams
/shelf32.sh \
1724 $(BFDDIR
)/libbfd.h
$(INCDIR
)/libiberty.h \
1725 $(srcdir)/emultempl
/sh64elf.em
$(INCDIR
)/elf
/sh.h
$(BFDDIR
)/elf-bfd.h \
1726 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1727 ${GENSCRIPTS} shelf32_nbsd
"$(tdir_shelf32_nbsd)"
1728 eshelf64.c
: $(srcdir)/emulparams
/shelf64.sh
$(srcdir)/emulparams
/shelf32.sh \
1729 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1730 ${GENSCRIPTS} shelf64
"$(tdir_shelf64)"
1731 eshelf64_nbsd.c
: $(srcdir)/emulparams
/shelf64_nbsd.sh \
1732 $(srcdir)/emulparams
/shelf32_nbsd.sh
$(srcdir)/emulparams
/shelf32.sh \
1733 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1734 ${GENSCRIPTS} shelf64_nbsd
"$(tdir_shelf64_nbsd)"
1735 eshelf_linux.c
: $(srcdir)/emulparams
/shelf_linux.sh \
1736 $(srcdir)/emulparams
/shlelf_linux.sh \
1737 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1738 ${GENSCRIPTS} shelf_linux
"$(tdir_shelf_linux)"
1739 eshlelf_linux.c
: $(srcdir)/emulparams
/shlelf_linux.sh \
1740 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1741 ${GENSCRIPTS} shlelf_linux
"$(tdir_shlelf_linux)"
1742 eshelf_nbsd.c
: $(srcdir)/emulparams
/shelf_nbsd.sh \
1743 $(srcdir)/emulparams
/shelf.sh \
1744 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1745 ${GENSCRIPTS} shelf_nbsd
"$(tdir_shelf_nbsd)"
1746 eshelf_nto.c
: $(srcdir)/emulparams
/shelf_nto.sh \
1747 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1748 ${GENSCRIPTS} shelf_nto
"$(tdir_shelf_nto)"
1749 eshlelf_nbsd.c
: $(srcdir)/emulparams
/shlelf_nbsd.sh \
1750 $(srcdir)/emulparams
/shelf_nbsd.sh \
1751 $(srcdir)/emulparams
/shelf.sh \
1752 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1753 ${GENSCRIPTS} shlelf_nbsd
"$(tdir_shlelf_nbsd)"
1754 eshlelf_nto.c
: $(srcdir)/emulparams
/shlelf_nto.sh \
1755 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1756 ${GENSCRIPTS} shlelf_nto
"$(tdir_shlelf_nto)"
1757 eshlelf.c
: $(srcdir)/emulparams
/shlelf.sh \
1758 $(srcdir)/emulparams
/shelf.sh \
1759 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1760 ${GENSCRIPTS} shlelf
"$(tdir_shlelf)"
1761 eshlelf32.c
: $(srcdir)/emulparams
/shlelf32.sh \
1762 $(BFDDIR
)/libbfd.h
$(INCDIR
)/libiberty.h
$(srcdir)/emulparams
/shelf32.sh \
1763 $(srcdir)/emultempl
/sh64elf.em
$(INCDIR
)/elf
/sh.h
$(BFDDIR
)/elf-bfd.h \
1764 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1765 ${GENSCRIPTS} shlelf32
"$(tdir_shlelf32)"
1766 eshlelf32_linux.c
: $(srcdir)/emulparams
/shlelf32_linux.sh \
1767 $(srcdir)/emulparams
/shelf32_linux.sh
$(srcdir)/emulparams
/shelf32.sh \
1768 $(BFDDIR
)/libbfd.h
$(INCDIR
)/libiberty.h \
1769 $(srcdir)/emultempl
/sh64elf.em
$(INCDIR
)/elf
/sh.h
$(BFDDIR
)/elf-bfd.h \
1770 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1771 ${GENSCRIPTS} shlelf32_linux
"$(tdir_shlelf32_linux)"
1772 eshlelf32_nbsd.c
: $(srcdir)/emulparams
/shlelf32_nbsd.sh \
1773 $(srcdir)/emulparams
/shelf32_nbsd.sh
$(srcdir)/emulparams
/shelf32.sh \
1774 $(BFDDIR
)/libbfd.h
$(INCDIR
)/libiberty.h \
1775 $(srcdir)/emultempl
/sh64elf.em
$(INCDIR
)/elf
/sh.h
$(BFDDIR
)/elf-bfd.h \
1776 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1777 ${GENSCRIPTS} shlelf32_nbsd
"$(tdir_shlelf32_nbsd)"
1778 eshlelf64.c
: $(srcdir)/emulparams
/shlelf64.sh \
1779 $(srcdir)/emulparams
/shelf64.sh
$(srcdir)/emulparams
/shelf32.sh \
1780 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1781 ${GENSCRIPTS} shlelf64
"$(tdir_shlelf64)"
1782 eshlelf64_nbsd.c
: $(srcdir)/emulparams
/shlelf64_nbsd.sh \
1783 $(srcdir)/emulparams
/shelf64_nbsd.sh \
1784 $(srcdir)/emulparams
/shelf32_nbsd.sh
$(srcdir)/emulparams
/shelf32.sh \
1785 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1786 ${GENSCRIPTS} shlelf64_nbsd
"$(tdir_shlelf64_nbsd)"
1787 eshl.c
: $(srcdir)/emulparams
/shl.sh \
1788 $(srcdir)/emulparams
/sh.sh \
1789 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/sh.sc
${GEN_DEPENDS}
1790 ${GENSCRIPTS} shl
"$(tdir_shl)"
1791 eshpe.c
: $(srcdir)/emulparams
/shpe.sh \
1792 $(srcdir)/emultempl
/pe.em
$(srcdir)/scripttempl
/pe.sc
${GEN_DEPENDS}
1793 ${GENSCRIPTS} shpe
"$(tdir_shl)"
1794 esparcaout.c
: $(srcdir)/emulparams
/sparcaout.sh \
1795 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1796 ${GENSCRIPTS} sparcaout
"$(tdir_sparcaout)"
1797 esparclinux.c
: $(srcdir)/emulparams
/sparclinux.sh \
1798 $(srcdir)/emultempl
/linux.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1799 ${GENSCRIPTS} sparclinux
"$(tdir_sparclinux)"
1800 esparclynx.c
: $(srcdir)/emulparams
/sparclynx.sh \
1801 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/sparclynx.sc
${GEN_DEPENDS}
1802 ${GENSCRIPTS} sparclynx
"$(tdir_sparclynx)"
1803 esparcnbsd.c
: $(srcdir)/emulparams
/sparcnbsd.sh \
1804 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1805 ${GENSCRIPTS} sparcnbsd
"$(tdir_sparcnbsd)"
1806 est2000.c
: $(srcdir)/emulparams
/st2000.sh \
1807 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/st2000.sc
${GEN_DEPENDS}
1808 ${GENSCRIPTS} st2000
"$(tdir_st2000)"
1809 esun3.c
: $(srcdir)/emulparams
/sun3.sh \
1810 $(srcdir)/emultempl
/sunos.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1811 ${GENSCRIPTS} sun3
"$(tdir_sun3)"
1812 esun4.c
: $(srcdir)/emulparams
/sun4.sh \
1813 $(srcdir)/emultempl
/sunos.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1814 ${GENSCRIPTS} sun4
"$(tdir_sun4)"
1815 etic30aout.c
: $(srcdir)/emulparams
/tic30aout.sh \
1816 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/tic30aout.sc
${GEN_DEPENDS}
1817 ${GENSCRIPTS} tic30aout
"$(tdir_tic30aout)"
1818 etic30coff.c
: $(srcdir)/emulparams
/tic30coff.sh \
1819 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/tic30coff.sc
${GEN_DEPENDS}
1820 ${GENSCRIPTS} tic30coff
"$(tdir_tic30coff)"
1821 etic3xcoff.c
: $(srcdir)/emulparams
/tic3xcoff.sh \
1822 $(srcdir)/emultempl
/ticoff.em
$(srcdir)/scripttempl
/tic4xcoff.sc
${GEN_DEPENDS}
1823 ${GENSCRIPTS} tic3xcoff
"$(tdir_tic4xcoff)"
1824 etic3xcoff_onchip.c
: $(srcdir)/emulparams
/tic3xcoff_onchip.sh \
1825 $(srcdir)/emultempl
/ticoff.em
$(srcdir)/scripttempl
/tic4xcoff.sc
${GEN_DEPENDS}
1826 ${GENSCRIPTS} tic3xcoff_onchip
"$(tdir_tic4xcoff)"
1827 etic4xcoff.c
: $(srcdir)/emulparams
/tic4xcoff.sh \
1828 $(srcdir)/emultempl
/ticoff.em
$(srcdir)/scripttempl
/tic4xcoff.sc
${GEN_DEPENDS}
1829 ${GENSCRIPTS} tic4xcoff
"$(tdir_tic4xcoff)"
1830 etic54xcoff.c
: $(srcdir)/emulparams
/tic54xcoff.sh \
1831 $(srcdir)/emultempl
/ticoff.em
$(srcdir)/scripttempl
/tic54xcoff.sc
${GEN_DEPENDS}
1832 ${GENSCRIPTS} tic54xcoff
"$(tdir_tic54xcoff)"
1833 etic80coff.c
: $(srcdir)/emulparams
/tic80coff.sh \
1834 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/tic80coff.sc
${GEN_DEPENDS}
1835 ${GENSCRIPTS} tic80coff
"$(tdir_tic80coff)"
1836 evanilla.c
: $(srcdir)/emulparams
/vanilla.sh \
1837 $(srcdir)/emultempl
/vanilla.em
$(srcdir)/scripttempl
/vanilla.sc
${GEN_DEPENDS}
1838 ${GENSCRIPTS} vanilla
"$(tdir_vanilla)"
1839 evax.c
: $(srcdir)/emulparams
/vax.sh \
1840 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1841 ${GENSCRIPTS} vax
"$(tdir_vax)"
1842 evaxnbsd.c
: $(srcdir)/emulparams
/vaxnbsd.sh \
1843 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1844 ${GENSCRIPTS} vaxnbsd
"$(tdir_vaxnbsd)"
1845 evsta.c
: $(srcdir)/emulparams
/vsta.sh \
1846 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/aout.sc
${GEN_DEPENDS}
1847 ${GENSCRIPTS} vsta
"$(tdir_vsta)"
1848 ev850.c
: $(srcdir)/emulparams
/v850.sh \
1849 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/v850.sc
${GEN_DEPENDS}
1850 ${GENSCRIPTS} v850
"$(tdir_v850)"
1851 ew65.c
: $(srcdir)/emulparams
/w65.sh \
1852 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/w65.sc
${GEN_DEPENDS}
1853 ${GENSCRIPTS} w65
"$(tdir_w65)"
1854 ez8001.c
: $(srcdir)/emulparams
/z8001.sh \
1855 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/z8000.sc
${GEN_DEPENDS}
1856 ${GENSCRIPTS} z8001
"$(tdir_z8001)"
1857 ez8002.c
: $(srcdir)/emulparams
/z8002.sh \
1858 $(srcdir)/emultempl
/generic.em
$(srcdir)/scripttempl
/z8000.sc
${GEN_DEPENDS}
1859 ${GENSCRIPTS} z8002
"$(tdir_z8002)"
1860 eelf32frvfd.c
: $(srcdir)/emulparams
/elf32frvfd.sh \
1861 $(srcdir)/emulparams
/elf32frv.sh \
1862 $(srcdir)/emultempl
/elf32.em
$(srcdir)/scripttempl
/elf.sc
${GEN_DEPENDS}
1863 ${GENSCRIPTS} elf32frvfd
"$(tdir_frv)"
1865 # The generated emulation files mostly have the same dependencies.
1866 $(EMULATION_OFILES
): ..
/bfd
/bfd.h sysdep.h config.h
$(INCDIR
)/bfdlink.h \
1867 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
1868 ldctor.h ldexp.h ldlang.h ldgram.h
1870 check-DEJAGNU
: site.exp
1871 srcroot
=`cd $(srcdir) && pwd`; export srcroot
; \
1872 r
=`pwd`; export r
; \
1873 LC_COLLATE
=; LC_ALL
=; LANG
=; export LC_COLLATE LC_ALL LANG
; \
1874 EXPECT
=$(EXPECT
); export EXPECT
; \
1875 if
[ -f
$(top_builddir
)/..
/expect
/expect
]; then \
1876 TCL_LIBRARY
=`cd $(top_srcdir)/../tcl/library && pwd`; \
1877 export TCL_LIBRARY
; \
1879 runtest
=$(RUNTEST
); \
1880 if
$(SHELL
) -c
"$$runtest --version" > /dev
/null
2>&1; then \
1881 $$runtest --tool
$(DEJATOOL
) --srcdir $${srcroot}/testsuite \
1882 CC
="$(CC_FOR_TARGET)" CFLAGS
="$(CFLAGS)" \
1883 CXX
="$(CXX_FOR_TARGET)" CXXFLAGS
="$(CXXFLAGS)" \
1884 CC_FOR_HOST
="$(CC)" CFLAGS_FOR_HOST
="$(CFLAGS)" \
1885 OFILES
="$(OFILES)" BFDLIB
="$(TESTBFDLIB)" \
1886 LIBIBERTY
="$(LIBIBERTY) $(INTLLIBS)" LIBS
="$(LIBS)" \
1888 else echo
"WARNING: could not find \`runtest'" 1>&2; :;\
1891 # Rules for testing by relinking ld itself.
1892 # A similar test is in the testsuite. This target is for ease of use
1895 ld-partial.o
: ld-new
$(EXEEXT
)
1896 .
/ld-new
$(EXEEXT
) $(HOSTING_EMU
) -o ld-partial.o
-r
$(OFILES
)
1897 ld1
$(EXEEXT
): ld-partial.o
1898 .
/ld-new
$(EXEEXT
) $(HOSTING_EMU
) -o ld1
$(EXEEXT
) $(HOSTING_CRT0
) ld-partial.o
$(TESTBFDLIB
) $(LIBIBERTY
) $(HOSTING_LIBS
) $(LIBS
)
1900 ld1-full
$(EXEEXT
): ld-new
1901 .
/ld-new
$(EXEEXT
) $(HOSTING_EMU
) -o ld1-full
$(EXEEXT
) $(HOSTING_CRT0
) $(OFILES
) $(TESTBFDLIB
) $(LIBIBERTY
) $(HOSTING_LIBS
) $(LIBS
)
1903 ld2
$(EXEEXT
): ld1
$(EXEEXT
)
1904 .
/ld1
$(EXEEXT
) $(HOSTING_EMU
) -o ld2
$(EXEEXT
) $(HOSTING_CRT0
) $(OFILES
) $(TESTBFDLIB
) $(LIBIBERTY
) $(HOSTING_LIBS
) $(LIBS
)
1906 ld3
$(EXEEXT
): ld2
$(EXEEXT
)
1907 .
/ld2
$(EXEEXT
) $(HOSTING_EMU
) -o ld3
$(EXEEXT
) $(HOSTING_CRT0
) $(OFILES
) $(TESTBFDLIB
) $(LIBIBERTY
) $(HOSTING_LIBS
) $(LIBS
)
1909 bootstrap
: ld3
$(EXEEXT
)
1910 cmp ld2
$(EXEEXT
) ld3
$(EXEEXT
)
1914 # A test program for C++ constructors and destructors.
1915 # This test is now in the testsuite.
1917 #cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1918 # ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
1919 # cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
1922 # ./cdtest > cdtest.tmp
1923 # mv cdtest.tmp cdtest.out
1925 #cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1926 # ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
1927 # cdtest-bar.o cdtest-foo.o
1929 #cdtest-ur: cdtest-ur.o
1930 # ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
1933 #cdtest-ur.out: cdtest-ur
1934 # ./cdtest-ur > cdtest-ur.tmp
1935 # mv cdtest-ur.tmp cdtest-ur.out
1937 #check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
1938 # diff $(srcdir)/cdtest.exp cdtest.out
1939 # diff $(srcdir)/cdtest.exp cdtest-ur.out
1941 #.PHONY: check-cdtest
1943 # END OF CHECK TARGETS
1945 # DOCUMENTATION TARGETS
1946 # Manual configuration file; not usually attached to normal configuration,
1947 # because almost all configs use "gen" version of manual.
1948 # Set DOCVER above to change.
1949 configdoc.texi
: ${DOCVER}-doc.texi
1950 ln
-s
${srcdir}/${DOCVER}-doc.texi .
/configdoc.texi
>/dev
/null
2>&1 \
1951 || ln
${srcdir}/${DOCVER}-doc.texi .
/configdoc.texi
>/dev
/null
2>&1 \
1952 || cp
${srcdir}/${DOCVER}-doc.texi .
/configdoc.texi
1954 ldver.texi
: Makefile
1956 echo
'@set VERSION $(VERSION)' > $@
1958 ld.
info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1959 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
1960 $(MAKEINFO
) -I
$(srcdir) -I
$(BFDDIR
)/doc
$(srcdir)/ld.texinfo
1962 ld.
dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1963 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
:$$TEXINPUTS \
1964 MAKEINFO
="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI
) -I
$(BFDDIR
)/doc
$(srcdir)/ld.texinfo
1966 # Build the man page from the texinfo file
1967 # The sed command removes the no-adjust Nroff command so that
1968 # the man output looks standard.
1969 ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1971 -$(TEXI2POD
) $(MANCONF
) < $(srcdir)/ld.texinfo
> ld.pod
1972 -($(POD2MAN
) ld.pod | \
1973 sed
-e
'/^.if n .na/d' > $@.T
$$$$ && \
1974 mv
-f
$@.T
$$$$ $@
) || \
1975 (rm -f
$@.T
$$$$ && exit
1)
1980 .PHONY
: install-exec-local install-data-local
1982 install-exec-local
: ld-new
$(EXEEXT
)
1983 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(tooldir
)/bin
1984 @list
='$(noinst_PROGRAMS)'; for p in
$$list; do \
1985 if
test -f
$$p; then \
1986 echo
" $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1987 $(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1990 n
=`echo ld | sed '$(transform)'`; \
1991 if
[ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
1992 rm -f
$(DESTDIR
)$(tooldir
)/bin
/ld$(EXEEXT
); \
1993 ln
$(DESTDIR
)$(bindir)/$$n$(EXEEXT
) $(DESTDIR
)$(tooldir
)/bin
/ld$(EXEEXT
) >/dev
/null
2>/dev
/null \
1994 ||
$(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) ld-new
$(EXEEXT
) $(DESTDIR
)$(tooldir
)/bin
/ld$(EXEEXT
); \
1998 $(mkinstalldirs
) $(DESTDIR
)$(scriptdir
)/ldscripts
1999 for f in ldscripts
/*; do \
2000 $(INSTALL_DATA
) $$f $(DESTDIR
)$(scriptdir
)/$$f ; \
2003 # We want install to imply install-info as per GNU standards, despite the
2005 install: install-info
2006 diststuff
: info $(EXTRA_DIST
)
2010 Makefile
: $(BFDDIR
)/configure.in
2012 # Targets to rebuild dependencies in this Makefile.
2013 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
2014 DEP
: dep.sed
$(CFILES
) $(HFILES
) $(GENERATED_CFILES
) $(GENERATED_HFILES
) config.h
2016 $(MAKE
) MKDEP
="$(MKDEP)" DEP1
2017 sed
-f dep.sed
< DEP1
> DEPA
2018 echo
'# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
2019 if grep
' /' DEPA
> /dev
/null
2> /dev
/null
; then \
2020 echo
'make DEP failed!'; exit
1; \
2025 DEP1
: $(CFILES
) $(GENERATED_CFILES
)
2026 echo
'# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
2027 echo
'# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
2028 $(MKDEP
) $(INCLUDES
) $(CFLAGS
) $?
>> DEP2
2031 dep.sed
: dep-in.sed config.status
2032 sed
<$(srcdir)/dep-in.sed
>dep.sed \
2033 -e
's!@INCDIR@!$(INCDIR)!' \
2034 -e
's!@BFDDIR@!$(BFDDIR)!' \
2035 -e
's!@SRCDIR@!$(srcdir)!' \
2036 -e
's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/ld$$,,`'!'
2039 sed
-e
'/^..DO NOT DELETE THIS LINE/,$$d' < Makefile
> tmp-Makefile
2040 cat DEP
>> tmp-Makefile
2041 $(srcdir)/..
/move-if-change tmp-Makefile Makefile
2044 sed
-e
'/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in
> tmp-Makefile.in
2045 cat DEP
>> tmp-Makefile.in
2046 $(srcdir)/..
/move-if-change tmp-Makefile.in
$(srcdir)/Makefile.in
2049 sed
-e
'/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am
> tmp-Makefile.am
2050 cat DEP
>> tmp-Makefile.am
2051 $(srcdir)/..
/move-if-change tmp-Makefile.am
$(srcdir)/Makefile.am
2053 .PHONY
: dep dep-in dep-am
2056 @MAINT@mpw
: $(srcdir)/mpw-ei386go32.c
$(srcdir)/mpw-elfmips.c \
2057 @MAINT@
$(srcdir)/mpw-em68kcoff.c
$(srcdir)/mpw-eppcmac.c \
2058 @MAINT@
$(srcdir)/mpw-esh.c
$(srcdir)/mpw-idtmips.c
2060 @MAINT@
$(srcdir)/mpw-ei386go32.c
: ei386go32.c
2061 @MAINT@
$(srcdir)/..
/move-if-change
$< $@
2063 @MAINT@
$(srcdir)/mpw-elfmips.c
: eelf32ebmip.c
2064 @MAINT@
$(srcdir)/..
/move-if-change
$< $@
2066 @MAINT@
$(srcdir)/mpw-em68kcoff.c
: em68kcoff.c
2067 @MAINT@
$(srcdir)/..
/move-if-change
$< $@
2069 @MAINT@
$(srcdir)/mpw-eppcmac.c
: eppcmacos.c
2070 @MAINT@
$(srcdir)/..
/move-if-change
$< $@
2072 @MAINT@
$(srcdir)/mpw-esh.c
: esh.c
2073 @MAINT@
$(srcdir)/..
/move-if-change
$< $@
2075 @MAINT@
$(srcdir)/mpw-idtmips.c
: emipsidt.c
2076 @MAINT@
$(srcdir)/..
/move-if-change
$< $@
2078 # What appears below is generated by a hacked mkdep using gcc -MM.
2080 # DO NOT DELETE THIS LINE -- mkdep uses it.
2081 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
2082 ldctor.o
: ldctor.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2083 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2084 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h
ld.h
$(INCDIR
)/bin-bugs.h \
2085 ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
2086 ldemul.o
: ldemul.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2087 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2088 ld.h
$(INCDIR
)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
2089 ldfile.h ldemul.h ldmain.h ldemul-list.h
2090 ldexp.o
: ldexp.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2091 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2092 $(INCDIR
)/bfdlink.h
ld.h
$(INCDIR
)/bin-bugs.h ldmain.h \
2093 ldmisc.h ldexp.h ldgram.h ldlang.h
$(INCDIR
)/libiberty.h \
2094 $(INCDIR
)/safe-ctype.h
2095 ldfile.o
: ldfile.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2096 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2097 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h
ld.h
$(INCDIR
)/bin-bugs.h \
2098 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
2099 ldlex.h ldemul.h
$(INCDIR
)/libiberty.h
$(INCDIR
)/filenames.h
2100 ldlang.o
: ldlang.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2101 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2102 $(INCDIR
)/libiberty.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/obstack.h \
2103 $(INCDIR
)/bfdlink.h
ld.h
$(INCDIR
)/bin-bugs.h ldmain.h \
2104 ldexp.h ldlang.h ldgram.h ldlex.h ldmisc.h ldctor.h \
2105 ldfile.h ldemul.h
$(INCDIR
)/fnmatch.h
$(INCDIR
)/demangle.h \
2107 ldmain.o
: ldmain.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2108 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2109 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/libiberty.h
$(INCDIR
)/progress.h \
2110 $(INCDIR
)/bfdlink.h
$(INCDIR
)/filenames.h
ld.h
$(INCDIR
)/bin-bugs.h \
2111 ldmain.h ldmisc.h ldwrite.h ldexp.h ldlang.h ldgram.h \
2112 ldlex.h ldfile.h ldemul.h ldctor.h
2113 ldmisc.o
: ldmisc.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2114 $(INCDIR
)/symcat.h
$(INCDIR
)/bfdlink.h sysdep.h config.h \
2115 $(INCDIR
)/fopen-same.h
$(INCDIR
)/libiberty.h
$(INCDIR
)/demangle.h \
2116 ld.h
$(INCDIR
)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
2117 ldgram.h ldlex.h ldmain.h ldfile.h
2118 ldver.o
: ldver.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2119 $(INCDIR
)/symcat.h ..
/bfd
/bfdver.h sysdep.h config.h \
2120 $(INCDIR
)/fopen-same.h
ld.h
$(INCDIR
)/bin-bugs.h ldver.h \
2121 ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h
2122 ldwrite.o
: ldwrite.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2123 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2124 $(INCDIR
)/bfdlink.h
$(INCDIR
)/libiberty.h
$(INCDIR
)/safe-ctype.h \
2125 ld.h
$(INCDIR
)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \
2126 ldmisc.h ldgram.h ldmain.h
2127 lexsup.o
: lexsup.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2128 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2129 $(INCDIR
)/libiberty.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/bfdlink.h \
2130 ld.h
$(INCDIR
)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \
2131 ldlang.h ldgram.h ldlex.h ldfile.h ldver.h ldemul.h \
2132 $(INCDIR
)/demangle.h
2133 mri.o
: mri.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h
$(INCDIR
)/symcat.h \
2134 sysdep.h config.h
$(INCDIR
)/fopen-same.h
ld.h
$(INCDIR
)/bin-bugs.h \
2135 ldexp.h ldlang.h ldmisc.h mri.h ldgram.h
$(INCDIR
)/libiberty.h
2136 ldcref.o
: ldcref.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2137 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2138 $(INCDIR
)/bfdlink.h
$(INCDIR
)/libiberty.h
ld.h
$(INCDIR
)/bin-bugs.h \
2139 ldmain.h ldmisc.h ldexp.h ldlang.h
2140 pe-dll.o
: pe-dll.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2141 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2142 $(INCDIR
)/bfdlink.h
$(INCDIR
)/libiberty.h
$(INCDIR
)/safe-ctype.h \
2143 ld.h
$(INCDIR
)/bin-bugs.h ldexp.h ldlang.h ldwrite.h \
2144 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h
$(INCDIR
)/coff
/internal.h \
2145 $(BFDDIR
)/libcoff.h deffile.h pe-dll.h
2146 ldgram.o
: ldgram.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2147 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2148 $(INCDIR
)/bfdlink.h
ld.h
$(INCDIR
)/bin-bugs.h ldexp.h \
2149 ldver.h ldlang.h ldfile.h ldemul.h ldmisc.h ldmain.h \
2150 mri.h ldctor.h ldlex.h
2151 ldlex.o
: ldlex.c ..
/bfd
/bfd.h
$(INCDIR
)/ansidecl.h \
2152 $(INCDIR
)/symcat.h sysdep.h config.h
$(INCDIR
)/fopen-same.h \
2153 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/bfdlink.h
ld.h
$(INCDIR
)/bin-bugs.h \
2154 ldmisc.h ldexp.h ldlang.h ldgram.h ldfile.h ldlex.h \
2155 ldmain.h
$(INCDIR
)/libiberty.h
2156 deffilep.o
: deffilep.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
2157 $(INCDIR
)/safe-ctype.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
2158 sysdep.h config.h
$(INCDIR
)/fopen-same.h
ld.h
$(INCDIR
)/bin-bugs.h \
2160 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2162 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2163 # Otherwise a system limit (for SysV at least) may be exceeded.