Line 56... |
Line 56... |
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
build_triplet = @build@
|
build_triplet = @build@
|
host_triplet = @host@
|
host_triplet = @host@
|
check_PROGRAMS = is-div-test$(EXEEXT) is-lws-test$(EXEEXT) \
|
check_PROGRAMS = is-add-test$(EXEEXT) is-div-test$(EXEEXT) \
|
$(am__EXEEXT_1)
|
is-lws-test$(EXEEXT) $(am__EXEEXT_1)
|
subdir = inst-set-test
|
subdir = inst-set-test
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
Line 82... |
Line 82... |
inst_set_test_old_DEPENDENCIES = ../except/except.lo \
|
inst_set_test_old_DEPENDENCIES = ../except/except.lo \
|
../support/libsupport.la
|
../support/libsupport.la
|
inst_set_test_old_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
inst_set_test_old_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
$(inst_set_test_old_LDFLAGS) $(LDFLAGS) -o $@
|
$(inst_set_test_old_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_is_add_test_OBJECTS = is-add-test.$(OBJEXT)
|
|
is_add_test_OBJECTS = $(am_is_add_test_OBJECTS)
|
|
is_add_test_DEPENDENCIES = inst-set-test.lo
|
|
is_add_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(is_add_test_LDFLAGS) $(LDFLAGS) -o $@
|
am_is_div_test_OBJECTS = is-div-test.$(OBJEXT)
|
am_is_div_test_OBJECTS = is-div-test.$(OBJEXT)
|
is_div_test_OBJECTS = $(am_is_div_test_OBJECTS)
|
is_div_test_OBJECTS = $(am_is_div_test_OBJECTS)
|
is_div_test_DEPENDENCIES = inst-set-test.lo
|
is_div_test_DEPENDENCIES = inst-set-test.lo
|
is_div_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
is_div_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
Line 113... |
Line 119... |
CCLD = $(CC)
|
CCLD = $(CC)
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
$(LDFLAGS) -o $@
|
$(LDFLAGS) -o $@
|
SOURCES = $(libinst_set_test_la_SOURCES) $(inst_set_test_old_SOURCES) \
|
SOURCES = $(libinst_set_test_la_SOURCES) $(inst_set_test_old_SOURCES) \
|
$(is_div_test_SOURCES) $(is_lws_test_SOURCES)
|
$(is_add_test_SOURCES) $(is_div_test_SOURCES) \
|
DIST_SOURCES = $(libinst_set_test_la_SOURCES) \
|
|
$(inst_set_test_old_SOURCES) $(is_div_test_SOURCES) \
|
|
$(is_lws_test_SOURCES)
|
$(is_lws_test_SOURCES)
|
|
DIST_SOURCES = $(libinst_set_test_la_SOURCES) \
|
|
$(inst_set_test_old_SOURCES) $(is_add_test_SOURCES) \
|
|
$(is_div_test_SOURCES) $(is_lws_test_SOURCES)
|
ETAGS = etags
|
ETAGS = etags
|
CTAGS = ctags
|
CTAGS = ctags
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
ACLOCAL = @ACLOCAL@
|
ACLOCAL = @ACLOCAL@
|
AMTAR = @AMTAR@
|
AMTAR = @AMTAR@
|
Line 238... |
Line 245... |
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
|
|
# Tests of the instruction set. Broken out into separate tests, to avoid them
|
# Tests of the instruction set. Broken out into separate tests, to avoid them
|
# getting too large. The original instruction set test is still here, but not
|
# getting too large. The original instruction set test is still here, but not
|
# built by default.
|
# built by default.
|
EXTRA_DIST = inst-set.ld
|
EXTRA_DIST = inst-set-test.ld
|
@BUILD_ALL_TESTS_FALSE@INST_SET_TEST_OLD =
|
@BUILD_ALL_TESTS_FALSE@INST_SET_TEST_OLD =
|
@BUILD_ALL_TESTS_TRUE@INST_SET_TEST_OLD = inst-set-test-old
|
@BUILD_ALL_TESTS_TRUE@INST_SET_TEST_OLD = inst-set-test-old
|
|
|
# Support library for use when testing the instruction set.
|
# Support library for use when testing the instruction set.
|
check_LTLIBRARIES = libinst-set-test.la
|
check_LTLIBRARIES = libinst-set-test.la
|
libinst_set_test_la_SOURCES = inst-set-test.S
|
libinst_set_test_la_SOURCES = inst-set-test.S
|
|
|
# The new instruction set tests.
|
# The new instruction set tests.
|
is_div_test_SOURCES = is-div-test.S
|
is_add_test_SOURCES = inst-set-test.h \
|
|
is-add-test.S
|
|
|
|
is_add_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
|
|
is_add_test_LDADD = inst-set-test.lo
|
|
is_div_test_SOURCES = inst-set-test.h \
|
|
is-div-test.S
|
|
|
is_div_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
|
is_div_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
|
is_div_test_LDADD = inst-set-test.lo
|
is_div_test_LDADD = inst-set-test.lo
|
is_lws_test_SOURCES = is-lws-test.S
|
is_lws_test_SOURCES = inst-set-test.h \
|
|
is-lws-test.S
|
|
|
is_lws_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
|
is_lws_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
|
is_lws_test_LDADD = inst-set-test.lo
|
is_lws_test_LDADD = inst-set-test.lo
|
|
|
# The old test which builds with warnings and runs with errors
|
# The old test which builds with warnings and runs with errors
|
inst_set_test_old_SOURCES = inst-set-test-old.c
|
inst_set_test_old_SOURCES = inst-set-test-old.c
|
Line 317... |
Line 333... |
echo " rm -f" $$list; \
|
echo " rm -f" $$list; \
|
rm -f $$list
|
rm -f $$list
|
inst-set-test-old$(EXEEXT): $(inst_set_test_old_OBJECTS) $(inst_set_test_old_DEPENDENCIES)
|
inst-set-test-old$(EXEEXT): $(inst_set_test_old_OBJECTS) $(inst_set_test_old_DEPENDENCIES)
|
@rm -f inst-set-test-old$(EXEEXT)
|
@rm -f inst-set-test-old$(EXEEXT)
|
$(inst_set_test_old_LINK) $(inst_set_test_old_OBJECTS) $(inst_set_test_old_LDADD) $(LIBS)
|
$(inst_set_test_old_LINK) $(inst_set_test_old_OBJECTS) $(inst_set_test_old_LDADD) $(LIBS)
|
|
is-add-test$(EXEEXT): $(is_add_test_OBJECTS) $(is_add_test_DEPENDENCIES)
|
|
@rm -f is-add-test$(EXEEXT)
|
|
$(is_add_test_LINK) $(is_add_test_OBJECTS) $(is_add_test_LDADD) $(LIBS)
|
is-div-test$(EXEEXT): $(is_div_test_OBJECTS) $(is_div_test_DEPENDENCIES)
|
is-div-test$(EXEEXT): $(is_div_test_OBJECTS) $(is_div_test_DEPENDENCIES)
|
@rm -f is-div-test$(EXEEXT)
|
@rm -f is-div-test$(EXEEXT)
|
$(is_div_test_LINK) $(is_div_test_OBJECTS) $(is_div_test_LDADD) $(LIBS)
|
$(is_div_test_LINK) $(is_div_test_OBJECTS) $(is_div_test_LDADD) $(LIBS)
|
is-lws-test$(EXEEXT): $(is_lws_test_OBJECTS) $(is_lws_test_DEPENDENCIES)
|
is-lws-test$(EXEEXT): $(is_lws_test_OBJECTS) $(is_lws_test_DEPENDENCIES)
|
@rm -f is-lws-test$(EXEEXT)
|
@rm -f is-lws-test$(EXEEXT)
|
Line 332... |
Line 351... |
distclean-compile:
|
distclean-compile:
|
-rm -f *.tab.c
|
-rm -f *.tab.c
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test-old.Po@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test-old.Po@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test.Plo@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-add-test.Po@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-div-test.Po@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-div-test.Po@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-lws-test.Po@am__quote@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-lws-test.Po@am__quote@
|
|
|
.S.o:
|
.S.o:
|
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|