diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 2c001c7..a9fca38 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -764,6 +764,7 @@ ALL_EMULATION_SOURCES = \ evaxnbsd.c \ evsta.c \ ew65.c \ + exgateelf.c \ ez80.c \ ez8001.c \ ez8002.c @@ -1413,6 +1414,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evsta.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ew65.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez80.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8001.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8002.Po@am__quote@ @@ -3376,6 +3378,10 @@ evsta.c: $(srcdir)/emulparams/vsta.sh \ ew65.c: $(srcdir)/emulparams/w65.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/w65.sc ${GEN_DEPENDS} ${GENSCRIPTS} w65 "$(tdir_w65)" +exgateelf.c: $(srcdir)/emulparams/xgateelf.sh \ + $(srcdir)/emultempl/generic.em $(ELF_DEPS) \ + $(srcdir)/scripttempl/elfxgate.sc ${GEN_DEPENDS} + ${GENSCRIPTS} xgateelf "$(tdir_xgate)" ez80.c: $(srcdir)/emulparams/z80.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/z80.em \ $(srcdir)/scripttempl/z80.sc ${GEN_DEPENDS} |