|
|
|
@ -5,7 +5,7 @@ |
|
|
|
# gives unlimited permission to copy, distribute and modify it.
|
|
|
|
|
|
|
|
|
|
|
|
SHELL = /bin/sh |
|
|
|
SHELL = @SHELL@ |
|
|
|
|
|
|
|
srcdir = @srcdir@ |
|
|
|
top_srcdir = @top_srcdir@ |
|
|
|
@ -172,6 +172,8 @@ ALL_EMULATIONS = \ |
|
|
|
ed10velf.o \
|
|
|
|
$(start-sanitize-d30v) \
|
|
|
|
ed30velf.o \
|
|
|
|
ed30v_e.o \
|
|
|
|
ed30v_o.o \
|
|
|
|
$(end-sanitize-d30v) \
|
|
|
|
edelta68.o \
|
|
|
|
eebmon29k.o \
|
|
|
|
@ -339,7 +341,7 @@ OBJECTS = $(ld_new_OBJECTS) |
|
|
|
default: all |
|
|
|
|
|
|
|
.SUFFIXES: |
|
|
|
.SUFFIXES: .c .dvi .h .info .l .lo .o .ps .texi .texinfo .y |
|
|
|
.SUFFIXES: .S .c .dvi .h .info .l .lo .o .ps .s .texi .texinfo .y |
|
|
|
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile |
|
|
|
|
|
|
|
@ -384,6 +386,12 @@ distclean-noinstPROGRAMS: |
|
|
|
|
|
|
|
maintainer-clean-noinstPROGRAMS: |
|
|
|
|
|
|
|
.s.o: |
|
|
|
$(COMPILE) -c $< |
|
|
|
|
|
|
|
.S.o: |
|
|
|
$(COMPILE) -c $< |
|
|
|
|
|
|
|
.c.o: |
|
|
|
$(COMPILE) -c $< |
|
|
|
|
|
|
|
@ -400,6 +408,13 @@ maintainer-clean-compile: |
|
|
|
.c.lo: |
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
|
|
|
|
|
|
|
# These are just copies of the above rule.
|
|
|
|
.s.lo: |
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
|
|
|
|
|
|
|
.S.lo: |
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
|
|
|
|
|
|
|
mostlyclean-libtool: |
|
|
|
rm -f *.lo |
|
|
|
|
|
|
|
@ -743,6 +758,12 @@ start-sanitize-d30v: |
|
|
|
ed30velf.c: $(srcdir)/emulparams/d30velf.sh \ |
|
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} |
|
|
|
${GENSCRIPTS} d30velf "$(tdir_d30v)" |
|
|
|
ed30v_o.c: $(srcdir)/emulparams/d30v_o.sh \ |
|
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} |
|
|
|
${GENSCRIPTS} d30v_o "$(tdir_d30v)" |
|
|
|
ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \ |
|
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elfd30v.sc ${GEN_DEPENDS} |
|
|
|
${GENSCRIPTS} d30v_e "$(tdir_d30v)" |
|
|
|
end-sanitize-d30v: |
|
|
|
edelta68.c: $(srcdir)/emulparams/delta68.sh \ |
|
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS} |
|
|
|
@ -986,6 +1007,11 @@ etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \ |
|
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS} |
|
|
|
${GENSCRIPTS} tic80coff "$(tdir_tic80coff)" |
|
|
|
end-sanitize-tic80: |
|
|
|
start-sanitize-sky: |
|
|
|
etxvuelf.c: $(srcdir)/emulparams/txvuelf.sh \ |
|
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |
|
|
|
${GENSCRIPTS} txvuelf "$(tdir_txvu)" |
|
|
|
end-sanitize-sky: |
|
|
|
evanilla.c: $(srcdir)/emulparams/vanilla.sh \ |
|
|
|
$(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS} |
|
|
|
${GENSCRIPTS} vanilla "$(tdir_vanilla)" |
|
|
|
|