| OLD | NEW |
| 1 ## Process this file with automake to generate Makefile.in | 1 ## Process this file with automake to generate Makefile.in |
| 2 | 2 |
| 3 AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign | 3 AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign |
| 4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd | 4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
| 5 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex | 5 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex |
| 6 | 6 |
| 7 SUBDIRS = po | 7 SUBDIRS = po |
| 8 | 8 |
| 9 tooldir = $(exec_prefix)/$(target_alias) | 9 tooldir = $(exec_prefix)/$(target_alias) |
| 10 | 10 |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 eelf64lppc.o \ | 439 eelf64lppc.o \ |
| 440 ehppa64linux.o | 440 ehppa64linux.o |
| 441 | 441 |
| 442 ALL_EMUL_EXTRA_OFILES = \ | 442 ALL_EMUL_EXTRA_OFILES = \ |
| 443 deffilep.o \ | 443 deffilep.o \ |
| 444 pe-dll.o \ | 444 pe-dll.o \ |
| 445 pep-dll.o | 445 pep-dll.o |
| 446 | 446 |
| 447 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ | 447 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ |
| 448 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ | 448 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ |
| 449 » mri.c ldcref.c pe-dll.c pep-dll.c | 449 » mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c |
| 450 | 450 |
| 451 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ | 451 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ |
| 452 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ | 452 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ |
| 453 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h | 453 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h |
| 454 | 454 |
| 455 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c | 455 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c |
| 456 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h | 456 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h |
| 457 | 457 |
| 458 # Require an early dependency on the generated headers, as the dependency | 458 # Require an early dependency on the generated headers, as the dependency |
| 459 # tracking will not cause them to be built beforehand. | 459 # tracking will not cause them to be built beforehand. |
| 460 BUILT_SOURCES = $(GENERATED_HFILES) | 460 BUILT_SOURCES = $(GENERATED_HFILES) |
| 461 | 461 |
| 462 OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \ | 462 OFILES = ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \ |
| 463 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \ | 463 ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \ |
| 464 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} | 464 ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} |
| 465 | 465 |
| 466 STAGESTUFF = *.o ldscripts/* e*.c | 466 STAGESTUFF = *.o ldscripts/* e*.c |
| 467 | 467 |
| 468 # Disable -Werror, if it has been enabled, since old versions of bison/ | 468 # Disable -Werror, if it has been enabled, since old versions of bison/ |
| 469 # yacc will produce working code which contain compile time warnings. | 469 # yacc will produce working code which contain compile time warnings. |
| 470 ldgram.o: ldgram.c | 470 ldgram.o: ldgram.c |
| 471 if am__fastdepCC | 471 if am__fastdepCC |
| 472 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldgram.
c || echo $(srcdir)/`ldgram.c $(NO_WERROR) | 472 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldgram.
c || echo $(srcdir)/`ldgram.c $(NO_WERROR) |
| 473 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | 473 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 474 else | 474 else |
| 475 if AMDEP | 475 if AMDEP |
| 476 source='ldgram.c' object='$@' libtool=no @AMDEPBACKSLASH@ | 476 source='ldgram.c' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 477 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 477 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 478 endif | 478 endif |
| 479 $(COMPILE) -c `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR) | 479 $(COMPILE) -c `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR) |
| 480 endif | 480 endif |
| 481 | 481 |
| 482 ldlex.o: ldlex.c | 482 ldlex-wrapper.o: ldlex-wrapper.c ldlex.c |
| 483 if am__fastdepCC | 483 if am__fastdepCC |
| 484 » $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldlex.c
|| echo $(srcdir)/`ldlex.c $(NO_WERROR) | 484 » $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/ldlex-
wrapper.c $(NO_WERROR) |
| 485 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | 485 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 486 else | 486 else |
| 487 if AMDEP | 487 if AMDEP |
| 488 » source='ldlex.c' object='$@' libtool=no @AMDEPBACKSLASH@ | 488 » source='ldlex-wrapper.c' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 489 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 489 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 490 endif | 490 endif |
| 491 » $(COMPILE) -c `test -f ldlex.c || echo $(srcdir)/`ldlex.c $(NO_WERROR) | 491 » $(COMPILE) -c $(srcdir)/ldlex-wrapper.c $(NO_WERROR) |
| 492 endif | 492 endif |
| 493 | 493 |
| 494 deffilep.o: deffilep.c | 494 deffilep.o: deffilep.c |
| 495 if am__fastdepCC | 495 if am__fastdepCC |
| 496 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deffile
p.c || echo $(srcdir)/`deffilep.c $(NO_WERROR) | 496 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deffile
p.c || echo $(srcdir)/`deffilep.c $(NO_WERROR) |
| 497 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | 497 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 498 else | 498 else |
| 499 if AMDEP | 499 if AMDEP |
| 500 source='deffilep.c' object='$@' libtool=no @AMDEPBACKSLASH@ | 500 source='deffilep.c' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 501 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 501 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| (...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 $(srcdir)/scripttempl/z80.sc ${GEN_DEPENDS} | 1826 $(srcdir)/scripttempl/z80.sc ${GEN_DEPENDS} |
| 1827 ${GENSCRIPTS} z80 "$(tdir_z80)" | 1827 ${GENSCRIPTS} z80 "$(tdir_z80)" |
| 1828 ez8001.c: $(srcdir)/emulparams/z8001.sh \ | 1828 ez8001.c: $(srcdir)/emulparams/z8001.sh \ |
| 1829 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} | 1829 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} |
| 1830 ${GENSCRIPTS} z8001 "$(tdir_z8001)" | 1830 ${GENSCRIPTS} z8001 "$(tdir_z8001)" |
| 1831 ez8002.c: $(srcdir)/emulparams/z8002.sh \ | 1831 ez8002.c: $(srcdir)/emulparams/z8002.sh \ |
| 1832 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} | 1832 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} |
| 1833 ${GENSCRIPTS} z8002 "$(tdir_z8002)" | 1833 ${GENSCRIPTS} z8002 "$(tdir_z8002)" |
| 1834 | 1834 |
| 1835 # We need this for automake to use YLWRAP. | 1835 # We need this for automake to use YLWRAP. |
| 1836 EXTRA_ld_new_SOURCES = deffilep.y | 1836 EXTRA_ld_new_SOURCES = deffilep.y ldlex.l |
| 1837 # Allow dependency tracking to work for these files, too. | 1837 # Allow dependency tracking to work for these files, too. |
| 1838 EXTRA_ld_new_SOURCES += pep-dll.c pe-dll.c | 1838 EXTRA_ld_new_SOURCES += pep-dll.c pe-dll.c |
| 1839 | 1839 |
| 1840 ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \ | 1840 ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmai
n.c \ |
| 1841 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c | 1841 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c |
| 1842 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIB
ERTY) $(LIBINTL_DEP) | 1842 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIB
ERTY) $(LIBINTL_DEP) |
| 1843 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $
(LIBINTL) | 1843 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $
(LIBINTL) |
| 1844 | 1844 |
| 1845 # Dependency tracking for the generated emulation files. | 1845 # Dependency tracking for the generated emulation files. |
| 1846 EXTRA_ld_new_SOURCES += $(ALL_EMULATIONS:.o=.c) $(ALL_64_EMULATIONS:.o=.c) | 1846 EXTRA_ld_new_SOURCES += $(ALL_EMULATIONS:.o=.c) $(ALL_64_EMULATIONS:.o=.c) |
| 1847 | 1847 |
| 1848 # This is the real libbfd.a created by libtool. | 1848 # This is the real libbfd.a created by libtool. |
| 1849 TESTBFDLIB = @TESTBFDLIB@ | 1849 TESTBFDLIB = @TESTBFDLIB@ |
| 1850 | 1850 |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1986 rm -rf ldscripts | 1986 rm -rf ldscripts |
| 1987 | 1987 |
| 1988 MAINTAINERCLEANFILES += ld.info | 1988 MAINTAINERCLEANFILES += ld.info |
| 1989 | 1989 |
| 1990 # Automake 1.9 will only build info files in the objdir if they are | 1990 # Automake 1.9 will only build info files in the objdir if they are |
| 1991 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional, | 1991 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional, |
| 1992 # though, so we use a bogus condition. | 1992 # though, so we use a bogus condition. |
| 1993 if GENINSRC_NEVER | 1993 if GENINSRC_NEVER |
| 1994 DISTCLEANFILES += ld.info | 1994 DISTCLEANFILES += ld.info |
| 1995 endif | 1995 endif |
| OLD | NEW |