1 ## Process this file with automake to generate Makefile.in
3 ## FIXME: work around apparent automake bug.
6 AUTOMAKE_OPTIONS = cygnus dejagnu
10 tooldir = $(exec_prefix)/$(target_alias)
12 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
14 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
16 WARN_CFLAGS = @WARN_CFLAGS@
17 NO_WERROR = @NO_WERROR@
18 AM_CFLAGS = $(WARN_CFLAGS)
20 # We put the scripts in the directory $(scriptdir)/ldscripts.
21 # We can't put the scripts in $(datadir) because the SEARCH_DIR
22 # directives need to be different for native and cross linkers.
23 scriptdir = $(tooldir)/lib
26 EMULATION_OFILES = @EMULATION_OFILES@
27 EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
29 # Search path to override the default search path for -lfoo libraries.
30 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
31 # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
32 # a cross-linker, in which case the default is empty. See genscripts.sh.)
33 # Otherwise, they are replaced with the ones given in LIB_PATH,
34 # which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set
35 # when the linker is configured via the --with-lib-path configure switch.
38 BASEDIR = $(srcdir)/..
39 BFDDIR = $(BASEDIR)/bfd
40 INCDIR = $(BASEDIR)/include
43 # What version of the manual to build
46 # Options to extract the man page from ld.texinfo
49 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl
51 POD2MAN = pod2man --center="GNU Development Tools" \
52 --release="binutils-$(VERSION)" --section=1
54 #stuff for self hosting (can be overridden in config file).
55 HOSTING_CRT0 = @HOSTING_CRT0@
56 HOSTING_LIBS = @HOSTING_LIBS@
57 HOSTING_EMU = -m $(EMUL)
59 # Setup the testing framework, if you have one
65 if [ -f $$r/../gcc/xgcc ] ; then \
66 if [ -f $$r/../newlib/Makefile ] ; then \
67 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
69 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
72 if [ "@host@" = "@target@" ] ; then \
75 echo gcc | sed '$(transform)'; \
81 if [ -f $$r/../gcc/xgcc ] ; then \
82 if [ -f $$r/../newlib/Makefile ] ; then \
83 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
85 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
88 if [ "@host@" = "@target@" ] ; then \
91 echo gcc | sed '$(transform)'; \
95 noinst_PROGRAMS = ld-new
96 info_TEXINFOS = ld.texinfo
97 noinst_TEXINFOS = ldint.texinfo
100 AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc
101 TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc
103 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(datadir)/locale\""
105 BFDLIB = ../bfd/libbfd.la
106 LIBIBERTY = ../libiberty/libiberty.a
121 earmelf_linux_eabi.o \
123 earmelfb_linux_eabi.o \
175 eelf32mipswindiss.o \
193 eelf_i386_vxworks.o \
364 etic3xcoff_onchip.o \
378 ALL_64_EMULATIONS = \
390 eelf64_sparc_fbsd.o \
404 ALL_EMUL_EXTRA_OFILES = \
408 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
409 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
410 mri.c ldcref.c pe-dll.c
412 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
413 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
414 ldwrite.h mri.h deffile.h pe-dll.h
416 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
417 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
419 OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \
420 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \
421 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES}
423 STAGESTUFF = *.o ldscripts/* e*.c
425 # Disable -Werror, if it has been enabled, since old versions of bison/
426 # yacc will produce working code which contain compile time warnings.
428 $(COMPILE) -c $< $(NO_WERROR)
430 $(COMPILE) -c $< $(NO_WERROR)
432 $(COMPILE) -c $< $(NO_WERROR)
434 # At the moment this is just a list of those emulation template files
435 # that contain internationalised strings.
436 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
438 POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
440 po/POTFILES.in: @MAINT@ Makefile
441 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
442 && mv tmp $(srcdir)/po/POTFILES.in
444 ldmain.o: ldmain.c config.status
445 $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \
446 -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \
447 -DTOOLBINDIR='"$(tooldir)/bin"' \
448 -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
451 ldemul-list.h: Makefile
452 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
453 for f in `echo " " ${EMULATION_OFILES} "" \
454 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
455 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
458 echo "#define EMULATION_LIST \\";\
459 for f in `echo " " ${EMULATION_OFILES} "" \
460 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
461 echo " &ld_$${f}_emulation, \\"; \
463 echo " 0") >ldemul-tmp.h
464 mv ldemul-tmp.h ldemul-list.h
466 stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
467 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed
469 # These all start with e so 'make clean' can find them.
471 GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@
472 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
476 eaix5ppc.c: $(srcdir)/emulparams/aix5ppc.sh \
477 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
478 ${GENSCRIPTS} aix5ppc "$(tdir_aixppc)"
479 eaix5rs6.c: $(srcdir)/emulparams/aix5rs6.sh \
480 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
481 ${GENSCRIPTS} aix5rs6 "$(tdir_aixrs6)"
482 eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
483 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
484 ${GENSCRIPTS} aixppc "$(tdir_aixppc)"
485 eaixrs6.c: $(srcdir)/emulparams/aixrs6.sh \
486 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
487 ${GENSCRIPTS} aixrs6 "$(tdir_aixrs6)"
488 ealpha.c: $(srcdir)/emulparams/alpha.sh \
489 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
490 ${GENSCRIPTS} alpha "$(tdir_alpha)"
491 earcelf.c: $(srcdir)/emulparams/arcelf.sh \
492 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
493 ${GENSCRIPTS} arcelf "$(tdir_arcelf)"
494 earmelf.c: $(srcdir)/emulparams/armelf.sh \
495 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
496 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
497 ${GENSCRIPTS} armelf "$(tdir_armelf)"
498 earmelfb.c: $(srcdir)/emulparams/armelfb.sh $(srcdir)/emulparams/armelf.sh \
499 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
500 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
501 ${GENSCRIPTS} armelfb "$(tdir_armelfb)"
502 earmelf_fbsd.c: $(srcdir)/emulparams/armelf_fbsd.sh \
503 $(srcdir)/emulparams/armelf.sh \
504 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
505 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
506 ${GENSCRIPTS} armelf_fbsd "$(tdir_armelf_fbsd)"
507 earmelf_linux.c: $(srcdir)/emulparams/armelf_linux.sh \
508 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
509 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
510 ${GENSCRIPTS} armelf_linux "$(tdir_armelf_linux)"
511 earmelf_linux_eabi.c: $(srcdir)/emulparams/armelf_linux_eabi.sh \
512 $(srcdir)/emulparams/armelf_linux.sh \
513 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
514 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
515 ${GENSCRIPTS} armelf_linux_eabi "$(tdir_armelf_linux_abi)"
516 earmelfb_linux.c: $(srcdir)/emulparams/armelfb_linux.sh \
517 $(srcdir)/emulparams/armelf_linux.sh \
518 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
519 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
520 ${GENSCRIPTS} armelfb_linux "$(tdir_armelfb_linux)"
521 earmelfb_linux_eabi.c: $(srcdir)/emulparams/armelfb_linux_eabi.sh \
522 $(srcdir)/emulparams/armelf_linux_eabi.sh \
523 $(srcdir)/emulparams/armelf_linux.sh \
524 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
525 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
526 ${GENSCRIPTS} armelfb_linux_eabi "$(tdir_armelfb_linux_abi)"
527 earmelf_nbsd.c: $(srcdir)/emulparams/armelf_nbsd.sh \
528 $(srcdir)/emulparams/armelf.sh \
529 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
530 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
531 ${GENSCRIPTS} armelf_nbsd "$(tdir_armelf_nbsd)"
532 earmelfb_nbsd.c: $(srcdir)/emulparams/armelfb_nbsd.sh \
533 $(srcdir)/emulparams/armelf_nbsd.sh \
534 $(srcdir)/emulparams/armelf.sh \
535 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
536 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
537 ${GENSCRIPTS} armelfb_nbsd "$(tdir_armelfb_nbsd)"
538 earmelf_vxworks.c: $(srcdir)/emulparams/armelf_vxworks.sh \
539 $(srcdir)/emulparams/armelf.sh $(srcdir)/emultempl/elf32.em \
540 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/elf.sc \
542 ${GENSCRIPTS} armelf_vxworks "$(tdir_armelf)"
543 earmaoutb.c: $(srcdir)/emulparams/armaoutb.sh \
544 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
545 ${GENSCRIPTS} armaoutb "$(tdir_armaoutb)"
546 earmaoutl.c: $(srcdir)/emulparams/armaoutl.sh \
547 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
548 ${GENSCRIPTS} armaoutl "$(tdir_armaoutl)"
549 earmcoff.c: $(srcdir)/emulparams/armcoff.sh \
550 $(srcdir)/emultempl/armcoff.em $(srcdir)/scripttempl/armcoff.sc ${GEN_DEPENDS}
551 ${GENSCRIPTS} armcoff "$(tdir_armcoff)"
552 earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \
553 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
554 ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)"
555 earmnto.c: $(srcdir)/emulparams/armnto.sh \
556 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \
557 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
558 ${GENSCRIPTS} armnto "$(tdir_armnto)"
559 earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \
560 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS}
561 ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)"
562 earmpe.c: $(srcdir)/emulparams/armpe.sh \
563 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
564 ${GENSCRIPTS} armpe "$(tdir_armpe)"
565 earmsymbian.c: $(srcdir)/emulparams/armsymbian.sh \
566 $(srcdir)/emulparams/armelf.sh $(srcdir)/emultempl/elf32.em \
567 $(srcdir)/emultempl/armelf.em $(srcdir)/scripttempl/armbpabi.sc \
569 ${GENSCRIPTS} armsymbian "$(tdir_armelf)"
570 eavr2.c: $(srcdir)/emulparams/avr2.sh \
571 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
573 ${GENSCRIPTS} avr2 "$(tdir_avr2)"
574 eavr1.c: $(srcdir)/emulparams/avr1.sh \
575 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
577 ${GENSCRIPTS} avr1 "$(tdir_avr2)"
578 eavr3.c: $(srcdir)/emulparams/avr3.sh \
579 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
581 ${GENSCRIPTS} avr3 "$(tdir_avr2)"
582 eavr4.c: $(srcdir)/emulparams/avr4.sh \
583 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
585 ${GENSCRIPTS} avr4 "$(tdir_avr2)"
586 eavr5.c: $(srcdir)/emulparams/avr5.sh \
587 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
589 ${GENSCRIPTS} avr5 "$(tdir_avr2)"
590 ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \
591 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS}
592 ${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)"
593 ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
594 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
595 ${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"
596 ecrisaout.c: $(srcdir)/emulparams/crisaout.sh \
597 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/crisaout.sc ${GEN_DEPENDS}
598 ${GENSCRIPTS} crisaout "$(tdir_cris)"
599 ecriself.c: $(srcdir)/emulparams/criself.sh \
600 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
601 ${GENSCRIPTS} criself "$(tdir_cris)"
602 ecrislinux.c: $(srcdir)/emulparams/crislinux.sh \
603 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
604 ${GENSCRIPTS} crislinux "$(tdir_cris)"
605 ed10velf.c: $(srcdir)/emulparams/d10velf.sh \
606 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfd10v.sc ${GEN_DEPENDS}
607 ${GENSCRIPTS} d10velf "$(tdir_d10v)"
608 ed30velf.c: $(srcdir)/emulparams/d30velf.sh \
609 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
610 ${GENSCRIPTS} d30velf "$(tdir_d30v)"
611 ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \
612 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
613 ${GENSCRIPTS} d30v_o "$(tdir_d30v)"
614 ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
615 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS}
616 ${GENSCRIPTS} d30v_e "$(tdir_d30v)"
617 edelta68.c: $(srcdir)/emulparams/delta68.sh \
618 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
619 ${GENSCRIPTS} delta68 "$(tdir_delta68)"
620 eelf32bfin.c: $(srcdir)/emulparams/bfin.sh \
621 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/bfin.em \
622 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
623 ${GENSCRIPTS} elf32bfin "$(tdir_elf32bfin)" bfin
624 eelf32_dlx.c: $(srcdir)/emulparams/elf32_dlx.sh \
625 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/dlx.sc ${GEN_DEPENDS}
626 ${GENSCRIPTS} elf32_dlx "$(tdir_elf32_dlx)"
627 eelf32xstormy16.c: $(srcdir)/emulparams/elf32xstormy16.sh \
628 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
629 $(srcdir)/scripttempl/xstormy16.sc ${GEN_DEPENDS}
630 ${GENSCRIPTS} elf32xstormy16 "$(tdir_xstormy16)"
631 eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
632 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
633 ${GENSCRIPTS} elf32am33lin "$(tdir_mn10300)"
634 eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
635 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
636 ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"
637 eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \
638 $(srcdir)/emulparams/xtensa-config.sh $(srcdir)/emultempl/elf32.em \
639 $(srcdir)/emultempl/xtensaelf.em $(INCDIR)/xtensa-config.h \
640 $(BFDDIR)/elf-bfd.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/xtensa.h \
641 $(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS}
642 ${GENSCRIPTS} elf32xtensa "$(tdir_elf32xtensa)"
643 eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
644 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
645 ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
646 eelf32frv.c: $(srcdir)/emulparams/elf32frv.sh \
647 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
648 ${GENSCRIPTS} elf32frv "$(tdir_frv)"
649 eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
650 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
651 ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
652 em32relf.c: $(srcdir)/emulparams/m32relf.sh \
653 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
654 ${GENSCRIPTS} m32relf "$(tdir_m32r)"
655 em32rlelf.c: $(srcdir)/emulparams/m32rlelf.sh \
656 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
657 ${GENSCRIPTS} m32rlelf "$(tdir_m32rlelf)"
658 em32relf_linux.c: $(srcdir)/emulparams/m32relf_linux.sh \
659 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
660 ${GENSCRIPTS} m32relf_linux "$(tdir_m32relf_linux)"
661 em32rlelf_linux.c: $(srcdir)/emulparams/m32rlelf_linux.sh \
662 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
663 ${GENSCRIPTS} m32rlelf_linux "$(tdir_m32rlelf_linux)"
664 eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
665 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
666 ${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
667 eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
668 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
669 ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)"
670 eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
671 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
672 ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
673 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
674 $(srcdir)/emulparams/elf32bmip.sh \
675 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
676 ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
677 eelf32cr16c.c: $(srcdir)/emulparams/elf32cr16c.sh \
678 $(srcdir)/emultempl/elf32.em \
679 $(srcdir)/scripttempl/elf32cr16c.sc ${GEN_DEPENDS}
680 ${GENSCRIPTS} elf32cr16c "$(tdir_elf32cr16c)"
681 eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
682 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
683 ${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
684 eelf32bsmip.c: $(srcdir)/emulparams/elf32bsmip.sh \
685 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/irix.em \
686 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
687 ${GENSCRIPTS} elf32bsmip "$(tdir_elf32bsmip)"
688 eelf32btsmip.c: $(srcdir)/emulparams/elf32btsmip.sh \
689 $(srcdir)/emulparams/elf32bmip.sh \
690 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
691 ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)"
692 eelf32crx.c: $(srcdir)/emulparams/elf32crx.sh \
693 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/crxelf.em \
694 $(srcdir)/scripttempl/elf32crx.sc ${GEN_DEPENDS}
695 ${GENSCRIPTS} elf32crx "$(tdir_elf32crx)"
696 eelf32btsmipn32.c: $(srcdir)/emulparams/elf32btsmipn32.sh \
697 $(srcdir)/emulparams/elf32bmip.sh \
698 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
699 ${GENSCRIPTS} elf32btsmipn32 "$(tdir_elf32btsmipn32)"
700 eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \
701 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
702 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
703 ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)"
704 eelf32ltsmipn32.c: $(srcdir)/emulparams/elf32ltsmipn32.sh \
705 $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
706 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
707 ${GENSCRIPTS} elf32ltsmipn32 "$(tdir_elf32ltsmipn32)"
708 eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
709 $(srcdir)/emulparams/elf32bmip.sh \
710 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
711 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
712 eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
713 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
714 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
715 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
716 eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \
717 $(srcdir)/emultempl/irix.em \
718 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
719 ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)"
720 eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
721 $(srcdir)/emulparams/elf32b4300.sh $(srcdir)/emulparams/elf32bmip.sh \
722 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
723 ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
724 eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \
725 $(srcdir)/emulparams/elf32bmip.sh \
726 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
727 ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)"
728 eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh \
729 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
730 ${GENSCRIPTS} elf32mipswindiss "$(tdir_elf32mipswindiss)"
731 eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \
732 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
733 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
734 ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)"
735 eelf32lppcnto.c: $(srcdir)/emulparams/elf32lppcnto.sh \
736 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
737 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
738 ${GENSCRIPTS} elf32lppcnto "$(tdir_elf32lppcnto)"
739 eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \
740 $(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \
741 $(srcdir)/emultempl/ppc32elf.em \
742 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
743 ${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)"
744 eelf32ppcnto.c: $(srcdir)/emulparams/elf32ppcnto.sh \
745 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
746 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
747 ${GENSCRIPTS} elf32ppcnto "$(tdir_elf32ppcnto)"
748 eelf32ppcwindiss.c: $(srcdir)/emulparams/elf32ppcwindiss.sh \
749 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
750 ${GENSCRIPTS} elf32ppcwindiss "$(tdir_elf32ppcwindiss)"
751 eelf32ppcvxworks.c: $(srcdir)/emulparams/elf32ppcvxworks.sh \
752 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
753 ${GENSCRIPTS} elf32ppcvxworks "$(tdir_elf32ppcvxworks)"
754 eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
755 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
756 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
757 ${GENSCRIPTS} elf32lsmip "$(tdir_elf32lsmip)"
758 eelf32openrisc.c: $(srcdir)/emulparams/elf32openrisc.sh \
759 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
760 ${GENSCRIPTS} elf32openrisc "$(tdir_openrisc)"
761 eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
762 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
763 ${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
764 eelf32ppc_fbsd.c: $(srcdir)/emulparams/elf32ppc_fbsd.sh \
765 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
766 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
767 ${GENSCRIPTS} elf32ppc_fbsd "$(tdir_elf32ppc_fbsd)"
768 eelf32ppcsim.c: $(srcdir)/emulparams/elf32ppcsim.sh \
769 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
770 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
771 ${GENSCRIPTS} elf32ppcsim "$(tdir_elf32ppcsim)"
772 eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
773 $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \
774 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
775 ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
776 eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \
777 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
778 ${GENSCRIPTS} elf64ppc "$(tdir_elf64ppc)"
779 eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \
780 $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \
781 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
782 ${GENSCRIPTS} elf64lppc "$(tdir_elf64lppc)"
783 eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \
784 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS}
785 ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)"
786 eelf32ip2k.c: $(srcdir)/emulparams/elf32ip2k.sh \
787 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/ip2k.sc ${GEN_DEPENDS}
788 ${GENSCRIPTS} elf32ip2k "$(tdir_ip2k)"
789 eelf32iq2000.c: $(srcdir)/emulparams/elf32iq2000.sh \
790 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS}
791 ${GENSCRIPTS} elf32iq2000 "$(tdir_iq2000)"
792 eelf32iq10.c: $(srcdir)/emulparams/elf32iq10.sh \
793 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/iq2000.sc ${GEN_DEPENDS}
794 ${GENSCRIPTS} elf32iq10 "$(tdir_iq10)"
795 eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
796 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/alphaelf.em \
797 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
798 ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
799 eelf64alpha_fbsd.c: $(srcdir)/emulparams/elf64alpha_fbsd.sh \
800 $(srcdir)/emulparams/elf64alpha.sh \
801 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/alphaelf.em \
802 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
803 ${GENSCRIPTS} elf64alpha_fbsd "$(tdir_elf64alpha_fbsd)"
804 eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \
805 $(srcdir)/emulparams/elf64alpha.sh \
806 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/alphaelf.em \
807 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
808 ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)"
809 eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
810 $(srcdir)/emulparams/hppa64linux.sh \
811 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
812 ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
813 eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \
814 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
815 ${GENSCRIPTS} elf64_aix "$(tdir_elf64_aix)"
816 eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \
817 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/ia64elf.em \
818 $(srcdir)/emultempl/needrelax.em \
819 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
820 ${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)"
821 eelf64_ia64_fbsd.c: $(srcdir)/emulparams/elf64_ia64_fbsd.sh \
822 $(srcdir)/emulparams/elf64_ia64.sh \
823 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/ia64elf.em \
824 $(srcdir)/emultempl/needrelax.em \
825 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
826 ${GENSCRIPTS} elf64_ia64_fbsd "$(tdir_elf64_ia64_fbsd)"
827 eelf64_s390.c: $(srcdir)/emulparams/elf64_s390.sh \
828 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
829 ${GENSCRIPTS} elf64_s390 "$(tdir_elf64_s390)"
830 eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
831 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
832 ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"
833 eelf64_sparc_fbsd.c: $(srcdir)/emulparams/elf64_sparc_fbsd.sh \
834 $(srcdir)/emulparams/elf64_sparc.sh \
835 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
836 ${GENSCRIPTS} elf64_sparc_fbsd "$(tdir_elf64_sparc_fbsd)"
837 eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \
838 $(srcdir)/emulparams/elf32bmipn32.sh $(srcdir)/emultempl/irix.em \
839 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
840 ${GENSCRIPTS} elf64bmip "$(tdir_elf64bmip)"
841 eelf64mmix.c: $(srcdir)/emulparams/elf64mmix.sh \
842 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/mmix-elfnmmo.em \
843 $(srcdir)/emultempl/mmixelf.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
844 ${GENSCRIPTS} elf64mmix "$(tdir_elf64mmix)"
845 emmo.c: $(srcdir)/emulparams/mmo.sh $(srcdir)/emultempl/mmix-elfnmmo.em \
846 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mmo.em \
847 $(srcdir)/scripttempl/mmo.sc ${GEN_DEPENDS}
848 ${GENSCRIPTS} mmo "$(tdir_mmo)"
849 eelf64btsmip.c: $(srcdir)/emulparams/elf64btsmip.sh \
850 $(srcdir)/emulparams/elf32bmipn32.sh \
851 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
852 ${GENSCRIPTS} elf64btsmip "$(tdir_elf64btsmip)"
853 eelf64ltsmip.c: $(srcdir)/emulparams/elf64ltsmip.sh \
854 $(srcdir)/emulparams/elf64btsmip.sh $(srcdir)/emulparams/elf32bmipn32.sh \
855 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
856 ${GENSCRIPTS} elf64ltsmip "$(tdir_elf64ltsmip)"
857 eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
858 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
859 ${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
860 eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \
861 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
862 ${GENSCRIPTS} elf_x86_64 "$(tdir_elf_x86_64)"
863 eelf_x86_64_fbsd.c: $(srcdir)/emulparams/elf_x86_64_fbsd.sh \
864 $(srcdir)/emulparams/elf_x86_64.sh \
865 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
866 ${GENSCRIPTS} elf_x86_64_fbsd "$(tdir_elf_x86_64_fbsd)"
867 eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
868 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
869 ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
870 eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \
871 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf_chaos.sc ${GEN_DEPENDS}
872 ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)"
873 eelf_i386_fbsd.c: $(srcdir)/emulparams/elf_i386_fbsd.sh \
874 $(srcdir)/emulparams/elf_i386.sh \
875 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
876 ${GENSCRIPTS} elf_i386_fbsd "$(tdir_elf_i386_fbsd)"
877 eelf_i386_ldso.c: $(srcdir)/emulparams/elf_i386_ldso.sh \
878 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
879 ${GENSCRIPTS} elf_i386_ldso "$(tdir_elf_i386_ldso)"
880 eelf_i386_vxworks.c: $(srcdir)/emulparams/elf_i386_vxworks.sh \
881 $(srcdir)/emulparams/vxworks.sh \
882 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
883 ${GENSCRIPTS} elf_i386_vxworks "$(tdir_elf_i386_vxworks)"
884 eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \
885 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
886 ${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)"
887 egld960.c: $(srcdir)/emulparams/gld960.sh \
888 $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
889 ${GENSCRIPTS} gld960 "$(tdir_gld960)"
890 egld960coff.c: $(srcdir)/emulparams/gld960coff.sh \
891 $(srcdir)/emultempl/gld960c.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
892 ${GENSCRIPTS} gld960coff "$(tdir_gld960coff)"
893 eh8300.c: $(srcdir)/emulparams/h8300.sh \
894 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300.sc ${GEN_DEPENDS}
895 ${GENSCRIPTS} h8300 "$(tdir_h8300)"
896 eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
897 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
898 ${GENSCRIPTS} h8300h "$(tdir_h8300h)"
899 eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
900 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
901 ${GENSCRIPTS} h8300s "$(tdir_h8300s)"
902 eh8300hn.c: $(srcdir)/emulparams/h8300hn.sh \
903 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300hn.sc ${GEN_DEPENDS}
904 ${GENSCRIPTS} h8300hn "$(tdir_h8300hn)"
905 eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \
906 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sn.sc ${GEN_DEPENDS}
907 ${GENSCRIPTS} h8300sn "$(tdir_h8300sn)"
908 eh8300sx.c: $(srcdir)/emulparams/h8300sx.sh \
909 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sx.sc ${GEN_DEPENDS}
910 ${GENSCRIPTS} h8300sx "$(tdir_h8300sx)"
911 eh8300sxn.c: $(srcdir)/emulparams/h8300sxn.sh \
912 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sxn.sc ${GEN_DEPENDS}
913 ${GENSCRIPTS} h8300sxn "$(tdir_h8300sxn)"
914 eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \
915 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
916 ${GENSCRIPTS} h8300elf "$(tdir_h8300elf)"
917 eh8300helf.c: $(srcdir)/emulparams/h8300helf.sh \
918 $(srcdir)/emulparams/h8300elf.sh \
919 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
920 ${GENSCRIPTS} h8300helf "$(tdir_h8300helf)"
921 eh8300self.c: $(srcdir)/emulparams/h8300self.sh \
922 $(srcdir)/emulparams/h8300elf.sh \
923 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
924 ${GENSCRIPTS} h8300self "$(tdir_h8300self)"
925 eh8300hnelf.c: $(srcdir)/emulparams/h8300hnelf.sh \
926 $(srcdir)/emulparams/h8300elf.sh \
927 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
928 ${GENSCRIPTS} h8300hnelf "$(tdir_h8300hnelf)"
929 eh8300snelf.c: $(srcdir)/emulparams/h8300snelf.sh \
930 $(srcdir)/emulparams/h8300elf.sh \
931 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
932 ${GENSCRIPTS} h8300snelf "$(tdir_h8300snelf)"
933 eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \
934 $(srcdir)/emulparams/h8300elf.sh \
935 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
936 ${GENSCRIPTS} h8300sxelf "$(tdir_h8300sxelf)"
937 eh8300sxnelf.c: $(srcdir)/emulparams/h8300sxnelf.sh \
938 $(srcdir)/emulparams/h8300elf.sh \
939 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
940 ${GENSCRIPTS} h8300sxnelf "$(tdir_h8300sxnelf)"
941 eh8500.c: $(srcdir)/emulparams/h8500.sh \
942 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
943 ${GENSCRIPTS} h8500 "$(tdir_h8500)"
944 eh8500b.c: $(srcdir)/emulparams/h8500b.sh \
945 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500b.sc ${GEN_DEPENDS}
946 ${GENSCRIPTS} h8500b "$(tdir_h8500b)"
947 eh8500c.c: $(srcdir)/emulparams/h8500c.sh \
948 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500c.sc ${GEN_DEPENDS}
949 ${GENSCRIPTS} h8500c "$(tdir_h8500c)"
950 eh8500m.c: $(srcdir)/emulparams/h8500m.sh \
951 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500m.sc ${GEN_DEPENDS}
952 ${GENSCRIPTS} h8500m "$(tdir_h8500m)"
953 eh8500s.c: $(srcdir)/emulparams/h8500s.sh \
954 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500s.sc ${GEN_DEPENDS}
955 ${GENSCRIPTS} h8500s "$(tdir_h8500s)"
956 ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
957 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
958 ${GENSCRIPTS} hp300bsd "$(tdir_hp300bsd)"
959 ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
960 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
961 ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)"
962 ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
963 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
964 $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
965 ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)"
966 ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \
967 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
968 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
969 ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)"
970 ehppanbsd.c: $(srcdir)/emulparams/hppanbsd.sh \
971 $(srcdir)/emulparams/hppaelf.sh \
972 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
973 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
974 ${GENSCRIPTS} hppanbsd "$(tdir_hppanbsd)"
975 ehppaobsd.c: $(srcdir)/emulparams/hppaobsd.sh \
976 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
977 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
978 ${GENSCRIPTS} hppaobsd "$(tdir_hppaobsd)"
979 ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \
980 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
981 ${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)"
982 ei386aout.c: $(srcdir)/emulparams/i386aout.sh \
983 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
984 ${GENSCRIPTS} i386aout "$(tdir_i386aout)"
985 ei386beos.c: $(srcdir)/emulparams/i386beos.sh \
986 $(srcdir)/emultempl/beos.em $(srcdir)/scripttempl/i386beos.sc ${GEN_DEPENDS}
987 ${GENSCRIPTS} i386beos "$(tdir_i386beos)"
988 ei386bsd.c: $(srcdir)/emulparams/i386bsd.sh \
989 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
990 ${GENSCRIPTS} i386bsd "$(tdir_i386bsd)"
991 ei386coff.c: $(srcdir)/emulparams/i386coff.sh \
992 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
993 ${GENSCRIPTS} i386coff "$(tdir_i386coff)"
994 ei386go32.c: $(srcdir)/emulparams/i386go32.sh \
995 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386go32.sc ${GEN_DEPENDS}
996 ${GENSCRIPTS} i386go32 "$(tdir_i386go32)"
997 ei386linux.c: $(srcdir)/emulparams/i386linux.sh \
998 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
999 ${GENSCRIPTS} i386linux "$(tdir_i386linux)"
1000 ei386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
1001 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1002 ${GENSCRIPTS} i386lynx "$(tdir_i386lynx)"
1003 ei386mach.c: $(srcdir)/emulparams/i386mach.sh \
1004 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1005 ${GENSCRIPTS} i386mach "$(tdir_i386mach)"
1006 ei386moss.c: $(srcdir)/emulparams/i386moss.sh \
1007 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1008 ${GENSCRIPTS} i386moss "$(tdir_i386moss)"
1009 ei386msdos.c: $(srcdir)/emulparams/i386msdos.sh \
1010 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386msdos.sc ${GEN_DEPENDS}
1011 ${GENSCRIPTS} i386msdos "$(tdir_i386msdos)"
1012 ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \
1013 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1014 ${GENSCRIPTS} i386nbsd "$(tdir_i386nbsd)"
1015 ei386nto.c: $(srcdir)/emulparams/i386nto.sh \
1016 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1017 ${GENSCRIPTS} i386nto "$(tdir_i386nto)"
1018 ei386nw.c: $(srcdir)/emulparams/i386nw.sh \
1019 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1020 ${GENSCRIPTS} i386nw "$(tdir_i386nw)"
1021 ei386pe.c: $(srcdir)/emulparams/i386pe.sh \
1022 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1023 ${GENSCRIPTS} i386pe "$(tdir_i386pe)"
1024 ei386pe_posix.c: $(srcdir)/emulparams/i386pe_posix.sh \
1025 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1026 ${GENSCRIPTS} i386pe_posix "$(tdir_i386pe_posix)"
1027 elnk960.c: $(srcdir)/emulparams/lnk960.sh \
1028 $(srcdir)/emultempl/lnk960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
1029 ${GENSCRIPTS} lnk960 "$(tdir_lnk960)"
1030 em68hc11elf.c: $(srcdir)/emulparams/m68hc11elf.sh \
1031 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1032 $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
1033 ${GENSCRIPTS} m68hc11elf "$(tdir_m68hc11)"
1034 em68hc11elfb.c: $(srcdir)/emulparams/m68hc11elfb.sh \
1035 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1036 $(srcdir)/scripttempl/elfm68hc11.sc ${GEN_DEPENDS}
1037 ${GENSCRIPTS} m68hc11elfb "$(tdir_m68hc11b)"
1038 em68hc12elf.c: $(srcdir)/emulparams/m68hc12elf.sh \
1039 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1040 $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
1041 ${GENSCRIPTS} m68hc12elf "$(tdir_m68hc12)"
1042 em68hc12elfb.c: $(srcdir)/emulparams/m68hc12elfb.sh \
1043 $(srcdir)/emultempl/m68hc1xelf.em $(srcdir)/emultempl/elf32.em \
1044 $(srcdir)/scripttempl/elfm68hc12.sc ${GEN_DEPENDS}
1045 ${GENSCRIPTS} m68hc12elfb "$(tdir_m68hc12b)"
1046 em68k4knbsd.c: $(srcdir)/emulparams/m68k4knbsd.sh \
1047 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1048 ${GENSCRIPTS} m68k4knbsd "$(tdir_m68k4knbsd)"
1049 em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \
1050 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1051 ${GENSCRIPTS} m68kaout "$(tdir_m68kaout)"
1052 em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
1053 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
1054 ${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
1055 em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
1056 $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
1057 ${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
1058 em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
1059 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \
1060 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1061 ${GENSCRIPTS} m68kelf "$(tdir_m68kelf)"
1062 em68kelfnbsd.c: $(srcdir)/emulparams/m68kelfnbsd.sh \
1063 $(srcdir)/emulparams/m68kelf.sh \
1064 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/m68kelf.em \
1065 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1066 ${GENSCRIPTS} m68kelfnbsd "$(tdir_m68kelfnbsd)"
1067 em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
1068 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1069 ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
1070 em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
1071 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1072 ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
1073 em68kpsos.c: $(srcdir)/emulparams/m68kpsos.sh \
1074 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/psos.sc ${GEN_DEPENDS}
1075 ${GENSCRIPTS} m68kpsos "$(tdir_m68kpsos)"
1076 em88kbcs.c: $(srcdir)/emulparams/m88kbcs.sh \
1077 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m88kbcs.sc ${GEN_DEPENDS}
1078 ${GENSCRIPTS} m88kbcs "$(tdir_m88kbcs)"
1079 emaxqcoff.c: $(srcdir)/emulparams/maxqcoff.sh \
1080 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/maxqcoff.sc ${GEN_DEPENDS}
1081 ${GENSCRIPTS} maxqcoff "$(tdir_maxqcoff)"
1082 emcorepe.c: $(srcdir)/emulparams/mcorepe.sh \
1083 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1084 ${GENSCRIPTS} mcorepe "$(tdir_mcorepe)"
1085 emipsbig.c: $(srcdir)/emulparams/mipsbig.sh \
1086 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1087 ${GENSCRIPTS} mipsbig
1088 emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
1089 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
1090 ${GENSCRIPTS} mipsbsd
1091 emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
1092 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1093 $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1094 ${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
1095 emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
1096 $(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1097 $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1098 ${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
1099 emipslit.c: $(srcdir)/emulparams/mipslit.sh \
1100 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1101 ${GENSCRIPTS} mipslit "$(tdir_mipslit)"
1102 emipslnews.c: $(srcdir)/emulparams/mipslnews.sh \
1103 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1104 ${GENSCRIPTS} mipslnews
1105 emipspe.c: $(srcdir)/emulparams/mipspe.sh \
1106 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1107 ${GENSCRIPTS} mipspe "$(tdir_mips)"
1108 emn10300.c: $(srcdir)/emulparams/mn10300.sh \
1109 $(srcdir)/emulparams/mn10200.sh \
1110 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1111 ${GENSCRIPTS} mn10300 "$(tdir_mn10300)"
1112 emn10200.c: $(srcdir)/emulparams/mn10200.sh \
1113 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1114 ${GENSCRIPTS} mn10200 "$(tdir_mn10200)"
1115 emsp430x110.c: $(srcdir)/emulparams/msp430all.sh \
1116 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1118 ${GENSCRIPTS} msp430x110 "$(tdir_msp430x110)" msp430all
1119 emsp430x112.c: $(srcdir)/emulparams/msp430all.sh \
1120 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1122 ${GENSCRIPTS} msp430x112 "$(tdir_msp430x112)" msp430all
1123 emsp430x1101.c: $(srcdir)/emulparams/msp430all.sh \
1124 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1126 ${GENSCRIPTS} msp430x1101 "$(tdir_msp430x1101)" msp430all
1127 emsp430x1111.c: $(srcdir)/emulparams/msp430all.sh \
1128 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1130 ${GENSCRIPTS} msp430x1111 "$(tdir_msp430x1111)" msp430all
1131 emsp430x1121.c: $(srcdir)/emulparams/msp430all.sh \
1132 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1134 ${GENSCRIPTS} msp430x1121 "$(tdir_msp430x1121)" msp430all
1135 emsp430x1122.c: $(srcdir)/emulparams/msp430all.sh \
1136 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1138 ${GENSCRIPTS} msp430x1122 "$(tdir_msp430x1122)" msp430all
1139 emsp430x1132.c: $(srcdir)/emulparams/msp430all.sh \
1140 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1142 ${GENSCRIPTS} msp430x1132 "$(tdir_msp430x1132)" msp430all
1143 emsp430x122.c: $(srcdir)/emulparams/msp430all.sh \
1144 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1146 ${GENSCRIPTS} msp430x122 "$(tdir_msp430x122)" msp430all
1147 emsp430x123.c: $(srcdir)/emulparams/msp430all.sh \
1148 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1150 ${GENSCRIPTS} msp430x123 "$(tdir_msp430x123)" msp430all
1151 emsp430x1222.c: $(srcdir)/emulparams/msp430all.sh \
1152 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1154 ${GENSCRIPTS} msp430x1222 "$(tdir_msp430x1222)" msp430all
1155 emsp430x1232.c: $(srcdir)/emulparams/msp430all.sh \
1156 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1158 ${GENSCRIPTS} msp430x1232 "$(tdir_msp430x1232)" msp430all
1159 emsp430x133.c: $(srcdir)/emulparams/msp430all.sh \
1160 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1162 ${GENSCRIPTS} msp430x133 "$(tdir_msp430x133)" msp430all
1163 emsp430x135.c: $(srcdir)/emulparams/msp430all.sh \
1164 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1166 ${GENSCRIPTS} msp430x135 "$(tdir_msp430x135)" msp430all
1167 emsp430x1331.c: $(srcdir)/emulparams/msp430all.sh \
1168 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1170 ${GENSCRIPTS} msp430x1331 "$(tdir_msp430x1331)" msp430all
1171 emsp430x1351.c: $(srcdir)/emulparams/msp430all.sh \
1172 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1174 ${GENSCRIPTS} msp430x1351 "$(tdir_msp430x1351)" msp430all
1175 emsp430x147.c: $(srcdir)/emulparams/msp430all.sh \
1176 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1178 ${GENSCRIPTS} msp430x147 "$(tdir_msp430x147)" msp430all
1179 emsp430x148.c: $(srcdir)/emulparams/msp430all.sh \
1180 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1182 ${GENSCRIPTS} msp430x148 "$(tdir_msp430x148)" msp430all
1183 emsp430x149.c: $(srcdir)/emulparams/msp430all.sh \
1184 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1186 ${GENSCRIPTS} msp430x149 "$(tdir_msp430x149)" msp430all
1187 emsp430x155.c: $(srcdir)/emulparams/msp430all.sh \
1188 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1190 ${GENSCRIPTS} msp430x155 "$(tdir_msp430x155)" msp430all
1191 emsp430x156.c: $(srcdir)/emulparams/msp430all.sh \
1192 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1194 ${GENSCRIPTS} msp430x156 "$(tdir_msp430x156)" msp430all
1195 emsp430x157.c: $(srcdir)/emulparams/msp430all.sh \
1196 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1198 ${GENSCRIPTS} msp430x157 "$(tdir_msp430x157)" msp430all
1199 emsp430x167.c: $(srcdir)/emulparams/msp430all.sh \
1200 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1202 ${GENSCRIPTS} msp430x167 "$(tdir_msp430x167)" msp430all
1203 emsp430x168.c: $(srcdir)/emulparams/msp430all.sh \
1204 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1206 ${GENSCRIPTS} msp430x168 "$(tdir_msp430x168)" msp430all
1207 emsp430x169.c: $(srcdir)/emulparams/msp430all.sh \
1208 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1210 ${GENSCRIPTS} msp430x169 "$(tdir_msp430x169)" msp430all
1211 emsp430x1610.c: $(srcdir)/emulparams/msp430all.sh \
1212 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1214 ${GENSCRIPTS} msp430x1610 "$(tdir_msp430x1610)" msp430all
1215 emsp430x1611.c: $(srcdir)/emulparams/msp430all.sh \
1216 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1218 ${GENSCRIPTS} msp430x1611 "$(tdir_msp430x1611)" msp430all
1219 emsp430x1612.c: $(srcdir)/emulparams/msp430all.sh \
1220 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1222 ${GENSCRIPTS} msp430x1612 "$(tdir_msp430x1612)" msp430all
1223 emsp430x2101.c: $(srcdir)/emulparams/msp430all.sh \
1224 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1226 ${GENSCRIPTS} msp430x2101 "$(tdir_msp430x2101)" msp430all
1227 emsp430x2111.c: $(srcdir)/emulparams/msp430all.sh \
1228 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1230 ${GENSCRIPTS} msp430x2111 "$(tdir_msp430x2111)" msp430all
1231 emsp430x2121.c: $(srcdir)/emulparams/msp430all.sh \
1232 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1234 ${GENSCRIPTS} msp430x2121 "$(tdir_msp430x2121)" msp430all
1235 emsp430x2131.c: $(srcdir)/emulparams/msp430all.sh \
1236 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1238 ${GENSCRIPTS} msp430x2131 "$(tdir_msp430x2131)" msp430all
1239 emsp430x311.c: $(srcdir)/emulparams/msp430all.sh \
1240 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1242 ${GENSCRIPTS} msp430x311 "$(tdir_msp430x311)" msp430all
1243 emsp430x312.c: $(srcdir)/emulparams/msp430all.sh \
1244 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1246 ${GENSCRIPTS} msp430x312 "$(tdir_msp430x312)" msp430all
1247 emsp430x313.c: $(srcdir)/emulparams/msp430all.sh \
1248 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1250 ${GENSCRIPTS} msp430x313 "$(tdir_msp430x313)" msp430all
1251 emsp430x314.c: $(srcdir)/emulparams/msp430all.sh \
1252 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1254 ${GENSCRIPTS} msp430x314 "$(tdir_msp430x314)" msp430all
1255 emsp430x315.c: $(srcdir)/emulparams/msp430all.sh \
1256 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1258 ${GENSCRIPTS} msp430x315 "$(tdir_msp430x315)" msp430all
1259 emsp430x323.c: $(srcdir)/emulparams/msp430all.sh \
1260 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1262 ${GENSCRIPTS} msp430x323 "$(tdir_msp430x323)" msp430all
1263 emsp430x325.c: $(srcdir)/emulparams/msp430all.sh \
1264 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1266 ${GENSCRIPTS} msp430x325 "$(tdir_msp430x325)" msp430all
1267 emsp430x336.c: $(srcdir)/emulparams/msp430all.sh \
1268 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1270 ${GENSCRIPTS} msp430x336 "$(tdir_msp430x336)" msp430all
1271 emsp430x337.c: $(srcdir)/emulparams/msp430all.sh \
1272 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430_3.sc \
1274 ${GENSCRIPTS} msp430x337 "$(tdir_msp430x337)" msp430all
1275 emsp430x412.c: $(srcdir)/emulparams/msp430all.sh \
1276 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1278 ${GENSCRIPTS} msp430x412 "$(tdir_msp430x412)" msp430all
1279 emsp430x413.c: $(srcdir)/emulparams/msp430all.sh \
1280 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1282 ${GENSCRIPTS} msp430x413 "$(tdir_msp430x413)" msp430all
1283 emsp430x415.c: $(srcdir)/emulparams/msp430all.sh \
1284 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1286 ${GENSCRIPTS} msp430x415 "$(tdir_msp430x415)" msp430all
1287 emsp430x417.c: $(srcdir)/emulparams/msp430all.sh \
1288 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1290 ${GENSCRIPTS} msp430x417 "$(tdir_msp430x417)" msp430all
1291 emsp430xE423.c: $(srcdir)/emulparams/msp430all.sh \
1292 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1294 ${GENSCRIPTS} msp430xE423 "$(tdir_msp430xE423)" msp430all
1295 emsp430xE425.c: $(srcdir)/emulparams/msp430all.sh \
1296 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1298 ${GENSCRIPTS} msp430xE425 "$(tdir_msp430xE425)" msp430all
1299 emsp430xE427.c: $(srcdir)/emulparams/msp430all.sh \
1300 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1302 ${GENSCRIPTS} msp430xE427 "$(tdir_msp430xE427)" msp430all
1303 emsp430xW423.c: $(srcdir)/emulparams/msp430all.sh \
1304 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1306 ${GENSCRIPTS} msp430xW423 "$(tdir_msp430xW423)" msp430all
1307 emsp430xW425.c: $(srcdir)/emulparams/msp430all.sh \
1308 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1310 ${GENSCRIPTS} msp430xW425 "$(tdir_msp430xW425)" msp430all
1311 emsp430xW427.c: $(srcdir)/emulparams/msp430all.sh \
1312 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1314 ${GENSCRIPTS} msp430xW427 "$(tdir_msp430xW427)" msp430all
1315 emsp430xG437.c: $(srcdir)/emulparams/msp430all.sh \
1316 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1318 ${GENSCRIPTS} msp430xG437 "$(tdir_msp430xG437)" msp430all
1319 emsp430xG438.c: $(srcdir)/emulparams/msp430all.sh \
1320 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1322 ${GENSCRIPTS} msp430xG438 "$(tdir_msp430xG438)" msp430all
1323 emsp430xG439.c: $(srcdir)/emulparams/msp430all.sh \
1324 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1326 ${GENSCRIPTS} msp430xG439 "$(tdir_msp430xG439)" msp430all
1327 emsp430x435.c: $(srcdir)/emulparams/msp430all.sh \
1328 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1330 ${GENSCRIPTS} msp430x435 "$(tdir_msp430x435)" msp430all
1331 emsp430x436.c: $(srcdir)/emulparams/msp430all.sh \
1332 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1334 ${GENSCRIPTS} msp430x436 "$(tdir_msp430x436)" msp430all
1335 emsp430x437.c: $(srcdir)/emulparams/msp430all.sh \
1336 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1338 ${GENSCRIPTS} msp430x437 "$(tdir_msp430x437)" msp430all
1339 emsp430x447.c: $(srcdir)/emulparams/msp430all.sh \
1340 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1342 ${GENSCRIPTS} msp430x447 "$(tdir_msp430x447)" msp430all
1343 emsp430x448.c: $(srcdir)/emulparams/msp430all.sh \
1344 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1346 ${GENSCRIPTS} msp430x448 "$(tdir_msp430x448)" msp430all
1347 emsp430x449.c: $(srcdir)/emulparams/msp430all.sh \
1348 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
1350 ${GENSCRIPTS} msp430x449 "$(tdir_msp430x449)" msp430all
1351 enews.c: $(srcdir)/emulparams/news.sh \
1352 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1353 ${GENSCRIPTS} news "$(tdir_news)"
1354 ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \
1355 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/netbsd.em \
1356 $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1357 ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)"
1358 eor32.c: $(srcdir)/emulparams/or32.sh \
1359 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/or32.sc ${GEN_DEPENDS}
1360 ${GENSCRIPTS} or32 "$(tdir_or32)"
1361 eor32elf.c: $(srcdir)/emulparams/or32elf.sh \
1362 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1363 ${GENSCRIPTS} or32elf "$(tdir_or32elf)"
1364 epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \
1365 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1366 ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)"
1367 epdp11.c: $(srcdir)/emulparams/pdp11.sh \
1368 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1369 ${GENSCRIPTS} pdp11 "$(tdir_pdp11)"
1370 epjelf.c: $(srcdir)/emulparams/pjelf.sh \
1371 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1372 ${GENSCRIPTS} pjelf "$(tdir_pjelf)"
1373 epjlelf.c: $(srcdir)/emulparams/pjlelf.sh \
1374 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1375 ${GENSCRIPTS} pjlelf "$(tdir_pjlelf)"
1376 eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \
1377 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1378 ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)"
1379 eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \
1380 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/nw.sc ${GEN_DEPENDS}
1381 ${GENSCRIPTS} ppcnw "$(tdir_ppcnw)"
1382 eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \
1383 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS}
1384 ${GENSCRIPTS} ppcpe "$(tdir_ppcpe)"
1385 eppclynx.c: $(srcdir)/emulparams/ppclynx.sh \
1386 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1387 ${GENSCRIPTS} ppclynx "$(tdir_ppclynx)"
1388 eriscix.c: $(srcdir)/emulparams/riscix.sh \
1389 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1390 ${GENSCRIPTS} riscix "$(tdir_riscix)"
1391 esh.c: $(srcdir)/emulparams/sh.sh \
1392 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1393 ${GENSCRIPTS} sh "$(tdir_sh)"
1394 eshelf.c: $(srcdir)/emulparams/shelf.sh \
1395 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1396 ${GENSCRIPTS} shelf "$(tdir_shelf)"
1397 eshelf32.c: $(srcdir)/emulparams/shelf32.sh \
1398 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
1399 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
1400 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1401 ${GENSCRIPTS} shelf32 "$(tdir_shelf32)"
1402 eshelf32_linux.c: $(srcdir)/emulparams/shelf32_linux.sh \
1403 $(srcdir)/emulparams/shelf32.sh \
1404 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
1405 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
1406 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1407 ${GENSCRIPTS} shelf32_linux "$(tdir_shelf32_linux)"
1408 eshelf32_nbsd.c: $(srcdir)/emulparams/shelf32_nbsd.sh \
1409 $(srcdir)/emulparams/shelf32.sh \
1410 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
1411 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
1412 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1413 ${GENSCRIPTS} shelf32_nbsd "$(tdir_shelf32_nbsd)"
1414 eshelf64.c: $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \
1415 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1416 ${GENSCRIPTS} shelf64 "$(tdir_shelf64)"
1417 eshelf64_nbsd.c: $(srcdir)/emulparams/shelf64_nbsd.sh \
1418 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \
1419 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1420 ${GENSCRIPTS} shelf64_nbsd "$(tdir_shelf64_nbsd)"
1421 eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
1422 $(srcdir)/emulparams/shlelf_linux.sh \
1423 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1424 ${GENSCRIPTS} shelf_linux "$(tdir_shelf_linux)"
1425 eshlelf_linux.c: $(srcdir)/emulparams/shlelf_linux.sh \
1426 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1427 ${GENSCRIPTS} shlelf_linux "$(tdir_shlelf_linux)"
1428 eshelf_nbsd.c: $(srcdir)/emulparams/shelf_nbsd.sh \
1429 $(srcdir)/emulparams/shelf.sh \
1430 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1431 ${GENSCRIPTS} shelf_nbsd "$(tdir_shelf_nbsd)"
1432 eshelf_nto.c: $(srcdir)/emulparams/shelf_nto.sh \
1433 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1434 ${GENSCRIPTS} shelf_nto "$(tdir_shelf_nto)"
1435 eshlelf_nbsd.c: $(srcdir)/emulparams/shlelf_nbsd.sh \
1436 $(srcdir)/emulparams/shelf_nbsd.sh \
1437 $(srcdir)/emulparams/shelf.sh \
1438 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1439 ${GENSCRIPTS} shlelf_nbsd "$(tdir_shlelf_nbsd)"
1440 eshlelf_nto.c: $(srcdir)/emulparams/shlelf_nto.sh \
1441 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1442 ${GENSCRIPTS} shlelf_nto "$(tdir_shlelf_nto)"
1443 eshlelf.c: $(srcdir)/emulparams/shlelf.sh \
1444 $(srcdir)/emulparams/shelf.sh \
1445 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1446 ${GENSCRIPTS} shlelf "$(tdir_shlelf)"
1447 eshlsymbian.c: $(srcdir)/emulparams/shlsymbian.sh \
1448 $(srcdir)/emulparams/shelf.sh \
1449 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf32sh-symbian.sc ${GEN_DEPENDS}
1450 ${GENSCRIPTS} shlsymbian "$(tdir_shlelf)"
1451 eshlelf32.c: $(srcdir)/emulparams/shlelf32.sh \
1452 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h $(srcdir)/emulparams/shelf32.sh \
1453 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
1454 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1455 ${GENSCRIPTS} shlelf32 "$(tdir_shlelf32)"
1456 eshlelf32_linux.c: $(srcdir)/emulparams/shlelf32_linux.sh \
1457 $(srcdir)/emulparams/shelf32_linux.sh $(srcdir)/emulparams/shelf32.sh \
1458 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
1459 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
1460 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1461 ${GENSCRIPTS} shlelf32_linux "$(tdir_shlelf32_linux)"
1462 eshlelf32_nbsd.c: $(srcdir)/emulparams/shlelf32_nbsd.sh \
1463 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \
1464 $(BFDDIR)/libbfd.h $(INCDIR)/libiberty.h \
1465 $(srcdir)/emultempl/sh64elf.em $(INCDIR)/elf/sh.h $(BFDDIR)/elf-bfd.h \
1466 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1467 ${GENSCRIPTS} shlelf32_nbsd "$(tdir_shlelf32_nbsd)"
1468 eshlelf64.c: $(srcdir)/emulparams/shlelf64.sh \
1469 $(srcdir)/emulparams/shelf64.sh $(srcdir)/emulparams/shelf32.sh \
1470 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1471 ${GENSCRIPTS} shlelf64 "$(tdir_shlelf64)"
1472 eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \
1473 $(srcdir)/emulparams/shelf64_nbsd.sh \
1474 $(srcdir)/emulparams/shelf32_nbsd.sh $(srcdir)/emulparams/shelf32.sh \
1475 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1476 ${GENSCRIPTS} shlelf64_nbsd "$(tdir_shlelf64_nbsd)"
1477 eshl.c: $(srcdir)/emulparams/shl.sh \
1478 $(srcdir)/emulparams/sh.sh \
1479 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sh.sc ${GEN_DEPENDS}
1480 ${GENSCRIPTS} shl "$(tdir_shl)"
1481 eshpe.c: $(srcdir)/emulparams/shpe.sh \
1482 $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS}
1483 ${GENSCRIPTS} shpe "$(tdir_shl)"
1484 esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
1485 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1486 ${GENSCRIPTS} sparcaout "$(tdir_sparcaout)"
1487 esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
1488 $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1489 ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
1490 esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
1491 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1492 ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
1493 est2000.c: $(srcdir)/emulparams/st2000.sh \
1494 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS}
1495 ${GENSCRIPTS} st2000 "$(tdir_st2000)"
1496 esun3.c: $(srcdir)/emulparams/sun3.sh \
1497 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1498 ${GENSCRIPTS} sun3 "$(tdir_sun3)"
1499 esun4.c: $(srcdir)/emulparams/sun4.sh \
1500 $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1501 ${GENSCRIPTS} sun4 "$(tdir_sun4)"
1502 etic30aout.c: $(srcdir)/emulparams/tic30aout.sh \
1503 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30aout.sc ${GEN_DEPENDS}
1504 ${GENSCRIPTS} tic30aout "$(tdir_tic30aout)"
1505 etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
1506 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
1507 ${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
1508 etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \
1509 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
1510 ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)"
1511 etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \
1512 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
1513 ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)"
1514 etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \
1515 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
1516 ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)"
1517 etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \
1518 $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS}
1519 ${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)"
1520 etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \
1521 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS}
1522 ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)"
1523 evanilla.c: $(srcdir)/emulparams/vanilla.sh \
1524 $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS}
1525 ${GENSCRIPTS} vanilla "$(tdir_vanilla)"
1526 evax.c: $(srcdir)/emulparams/vax.sh \
1527 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1528 ${GENSCRIPTS} vax "$(tdir_vax)"
1529 evaxnbsd.c: $(srcdir)/emulparams/vaxnbsd.sh \
1530 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1531 ${GENSCRIPTS} vaxnbsd "$(tdir_vaxnbsd)"
1532 evsta.c: $(srcdir)/emulparams/vsta.sh \
1533 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
1534 ${GENSCRIPTS} vsta "$(tdir_vsta)"
1535 ev850.c: $(srcdir)/emulparams/v850.sh \
1536 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
1537 ${GENSCRIPTS} v850 "$(tdir_v850)"
1538 ew65.c: $(srcdir)/emulparams/w65.sh \
1539 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS}
1540 ${GENSCRIPTS} w65 "$(tdir_w65)"
1541 ez80.c: $(srcdir)/emulparams/z80.sh \
1542 $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/z80.em \
1543 $(srcdir)/scripttempl/z80.sc ${GEN_DEPENDS}
1544 ${GENSCRIPTS} z80 "$(tdir_z80)"
1545 ez8001.c: $(srcdir)/emulparams/z8001.sh \
1546 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
1547 ${GENSCRIPTS} z8001 "$(tdir_z8001)"
1548 ez8002.c: $(srcdir)/emulparams/z8002.sh \
1549 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
1550 ${GENSCRIPTS} z8002 "$(tdir_z8002)"
1551 eelf32frvfd.c: $(srcdir)/emulparams/elf32frvfd.sh \
1552 $(srcdir)/emulparams/elf32frv.sh \
1553 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1554 ${GENSCRIPTS} elf32frvfd "$(tdir_frv)"
1555 eelf32m32c.c: $(srcdir)/emulparams/elf32m32c.sh \
1556 $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
1557 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1558 ${GENSCRIPTS} elf32m32c "$(tdir_m32c)"
1559 eelf32ms1.c: $(srcdir)/emulparams/elf32ms1.sh \
1560 $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
1561 ${GENSCRIPTS} elf32ms1 "$(tdir_ms1)"
1563 # We need this for automake to use YLWRAP.
1564 EXTRA_ld_new_SOURCES = deffilep.y
1566 ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
1567 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
1568 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)
1569 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
1571 # The generated emulation files mostly have the same dependencies.
1572 $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
1573 ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h \
1574 ldctor.h ldexp.h ldlang.h ldgram.h
1576 # This is the real libbfd.a created by libtool.
1577 TESTBFDLIB = @TESTBFDLIB@
1579 check-DEJAGNU: site.exp
1580 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
1581 r=`pwd`; export r; \
1582 LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
1583 EXPECT=$(EXPECT); export EXPECT; \
1584 runtest=$(RUNTEST); \
1585 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1586 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
1587 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
1588 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)" \
1589 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
1590 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
1591 LIBIBERTY="$(LIBIBERTY) $(INTLLIBS)" LIBS="$(LIBS)" \
1593 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1596 # Rules for testing by relinking ld itself.
1597 # A similar test is in the testsuite. This target is for ease of use
1600 ld-partial.o: ld-new$(EXEEXT)
1601 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld-partial.o -r $(OFILES)
1602 ld1$(EXEEXT): ld-partial.o
1603 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.o $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1605 ld1-full$(EXEEXT): ld-new
1606 ./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1608 ld2$(EXEEXT): ld1$(EXEEXT)
1609 ./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1611 ld3$(EXEEXT): ld2$(EXEEXT)
1612 ./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY) $(HOSTING_LIBS) $(LIBS)
1614 bootstrap: ld3$(EXEEXT)
1615 cmp ld2$(EXEEXT) ld3$(EXEEXT)
1619 # A test program for C++ constructors and destructors.
1620 # This test is now in the testsuite.
1622 #cdtest: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1623 # ./ld.new $(HOSTING_EMU) -o cdtest $(HOSTING_CRT0) \
1624 # cdtest-main.o cdtest-bar.o cdtest-foo.o $(HOSTING_LIBS)
1627 # ./cdtest > cdtest.tmp
1628 # mv cdtest.tmp cdtest.out
1630 #cdtest-ur.o: cdtest-main.o cdtest-bar.o cdtest-foo.o ld.new
1631 # ./ld.new $(HOSTING_EMU) -o cdtest-ur.o -Ur cdtest-main.o \
1632 # cdtest-bar.o cdtest-foo.o
1634 #cdtest-ur: cdtest-ur.o
1635 # ./ld.new $(HOSTING_EMU) -o cdtest-ur $(HOSTING_CRT0) cdtest-ur.o \
1638 #cdtest-ur.out: cdtest-ur
1639 # ./cdtest-ur > cdtest-ur.tmp
1640 # mv cdtest-ur.tmp cdtest-ur.out
1642 #check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
1643 # diff $(srcdir)/cdtest.exp cdtest.out
1644 # diff $(srcdir)/cdtest.exp cdtest-ur.out
1646 #.PHONY: check-cdtest
1648 # END OF CHECK TARGETS
1650 # DOCUMENTATION TARGETS
1651 # Manual configuration file; not usually attached to normal configuration,
1652 # because almost all configs use "gen" version of manual.
1653 # Set DOCVER above to change.
1654 configdoc.texi: ${DOCVER}-doc.texi
1655 ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1656 || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
1657 || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
1659 ldver.texi: $(srcdir)/../bfd/configure
1661 eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \
1662 echo "@set VERSION $$VERSION" > $@
1664 $(srcdir)/ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1665 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1667 # Build the man page from the texinfo file
1668 # The sed command removes the no-adjust Nroff command so that
1669 # the man output looks standard.
1670 ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
1672 -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
1673 -($(POD2MAN) ld.pod | \
1674 sed -e '/^.if n .na/d' > $@.T$$$$ && \
1675 mv -f $@.T$$$$ $@) || \
1676 (rm -f $@.T$$$$ && exit 1)
1679 MAINTAINERCLEANFILES = ldver.texi configdoc.texi
1681 # We want to reconfigure if configure.host or configure.tgt changes. We
1682 # extract version from bfd/configure.in, so we must depend on that also.
1683 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt \
1684 $(srcdir)/../bfd/configure.in
1686 MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
1687 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum
1690 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
1692 .PHONY: install-exec-local install-data-local
1694 install-exec-local: ld-new$(EXEEXT)
1695 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
1696 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1697 if test -f $$p; then \
1698 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1699 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1702 n=`echo ld | sed '$(transform)'`; \
1703 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/ld$(EXEEXT)" ]; then \
1704 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1705 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1706 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1710 $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts
1711 for f in ldscripts/*; do \
1712 $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
1715 # We want install to imply install-info as per GNU standards, despite the
1717 install-data-local: install-info
1719 # Stuff that should be included in a distribution. The diststuff
1720 # target is run by the taz target in ../Makefile.in.
1721 EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
1722 diststuff: info $(EXTRA_DIST)
1725 # Both info (ld.info) and ld.1 depend on configdoc.texi and ldver.texi.
1726 # But info isn't a direct target. Make info-recursive to depend on
1727 # ld.1 to support parallel build.
1728 info-recursive: ld.1
1730 DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
1734 # Targets to rebuild dependencies in this Makefile.
1735 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1736 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
1738 $(MAKE) MKDEP="$(MKDEP)" DEP1
1739 sed -f dep.sed < DEP1 > DEPA
1740 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1741 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1742 echo 'make DEP failed!'; exit 1; \
1747 DEP1: $(CFILES) $(GENERATED_CFILES)
1748 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1749 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1750 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1753 dep.sed: dep-in.sed config.status
1754 sed <$(srcdir)/dep-in.sed >dep.sed \
1755 -e 's!@INCDIR@!$(INCDIR)!' \
1756 -e 's!@BFDDIR@!$(BFDDIR)!' \
1757 -e 's!@SRCDIR@!$(srcdir)!' \
1758 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/ld$$,,`'!'
1761 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1762 cat DEP >> tmp-Makefile
1763 $(srcdir)/../move-if-change tmp-Makefile Makefile
1766 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1767 cat DEP >> tmp-Makefile.in
1768 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1771 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1772 cat DEP >> tmp-Makefile.am
1773 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1775 .PHONY: dep dep-in dep-am
1777 # What appears below is generated by a hacked mkdep using gcc -MM.
1779 # DO NOT DELETE THIS LINE -- mkdep uses it.
1780 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1781 ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1782 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1783 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \
1784 ldexp.h ldlang.h ldmisc.h ./ldgram.h ldmain.h ldctor.h
1785 ldemul.o: ldemul.c ./config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1786 $(INCDIR)/symcat.h sysdep.h $(INCDIR)/fopen-same.h \
1787 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmisc.h \
1788 ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h ./ldemul-list.h
1789 ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1790 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1791 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
1792 ldmisc.h ldexp.h ./ldgram.h ldlang.h $(INCDIR)/libiberty.h \
1793 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1794 ldfile.o: ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1795 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1796 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h \
1797 ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ./ldgram.h \
1798 ldlex.h ldemul.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1799 $(INCDIR)/filenames.h
1800 ldlang.o: ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1801 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1802 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
1803 $(INCDIR)/obstack.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \
1804 ldmain.h ldexp.h ldlang.h ./ldgram.h ldlex.h ldmisc.h \
1805 ldctor.h ldfile.h ldemul.h $(INCDIR)/fnmatch.h $(INCDIR)/demangle.h \
1806 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h
1807 ldmain.o: ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1808 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1809 $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1810 $(INCDIR)/progress.h $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1811 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldwrite.h \
1812 ldexp.h ldlang.h ./ldgram.h ldlex.h ldfile.h ldemul.h \
1814 ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1815 $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h sysdep.h ./config.h \
1816 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1817 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \
1818 ldmisc.h ldexp.h ldlang.h ./ldgram.h ldlex.h ldmain.h \
1819 ldfile.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1820 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
1821 ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1822 $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h ./config.h \
1823 $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \
1824 ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h
1825 ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1826 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1827 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1828 $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
1829 ldlang.h ldwrite.h ldmisc.h ./ldgram.h ldmain.h
1830 lexsup.o: lexsup.c ./config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1831 $(INCDIR)/symcat.h sysdep.h $(INCDIR)/fopen-same.h \
1832 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
1833 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \
1834 ldmisc.h ldexp.h ldlang.h ./ldgram.h ldlex.h ldfile.h \
1835 ldver.h ldemul.h $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
1836 mri.o: mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1837 sysdep.h ./config.h $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h \
1838 ldexp.h ldlang.h ldmisc.h mri.h ./ldgram.h $(INCDIR)/libiberty.h \
1839 $(INCDIR)/ansidecl.h
1840 ldcref.o: ldcref.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1841 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1842 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1843 ld.h $(INCDIR)/bin-bugs.h ldmain.h ldmisc.h ldexp.h \
1845 pe-dll.o: pe-dll.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1846 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1847 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1848 $(INCDIR)/safe-ctype.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
1849 ldlang.h ldwrite.h ldmisc.h ./ldgram.h ldmain.h ldfile.h \
1850 ldemul.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
1851 $(INCDIR)/bfdlink.h deffile.h pe-dll.h
1852 ldgram.o: ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1853 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1854 $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldexp.h \
1855 ldver.h ldlang.h ldfile.h ldemul.h ldmisc.h ldmain.h \
1856 mri.h ldctor.h ldlex.h
1857 ldlex.o: ldlex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1858 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1859 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h \
1860 ldmisc.h ldexp.h ldlang.h ./ldgram.h ldfile.h ldlex.h \
1861 ldmain.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1862 deffilep.o: deffilep.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1863 $(INCDIR)/safe-ctype.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1864 $(INCDIR)/symcat.h sysdep.h ./config.h $(INCDIR)/fopen-same.h \
1865 ld.h $(INCDIR)/bin-bugs.h ldmisc.h deffile.h
1866 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY