Remove orc-float library
authorDavid Schleef <ds@schleef.org>
Tue, 8 Jun 2010 01:04:03 +0000 (18:04 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 8 Jun 2010 01:20:14 +0000 (18:20 -0700)
Makefile.am
configure.ac
testsuite/Makefile.am

index ede9e74..d754999 100644 (file)
@@ -1,7 +1,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = orc orc-float orc-test examples doc tools testsuite
+SUBDIRS = orc orc-test examples doc tools testsuite
 
 EXTRA_DIST = COPYING autogen.sh gtk-doc.make
 
index f9523be..8a18eb6 100644 (file)
@@ -181,7 +181,6 @@ Makefile
 doc/Makefile
 doc/version.entities
 orc/Makefile
-orc-float/Makefile
 orc-test/Makefile
 testsuite/Makefile
 testsuite/orcc/Makefile
index 981e3cf..dc19a70 100644 (file)
@@ -7,21 +7,15 @@ TESTS_ENVIRONMENT = \
 TESTS = \
        test_accsadubl test-schro \
        exec_opcodes_sys \
-       exec_opcodes_float \
        exec_parse \
        perf_opcodes_sys perf_parse \
        memcpy_speed
 
-XFAIL_TESTS = \
-       compile_opcodes_float_c \
-       exec_opcodes_float
-
 noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
        generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \
        exec_parse \
        compile_opcodes_sys_c \
-       compile_opcodes_float_c \
-       compile_opcodes_sys compile_opcodes_float
+       compile_opcodes_sys
 
 EXTRA_DIST = test.orc
 
@@ -29,22 +23,12 @@ CLEANFILES = temp-orc-test-*
 
 if ENABLE_BACKEND_NEON
 TESTS += compile_opcodes_sys_neon \
-       compile_opcodes_float_neon \
        compile_parse_neon
 noinst_PROGRAMS += compile_opcodes_sys_neon \
-       compile_opcodes_float_neon \
        compile_parse_neon
 endif
 
 AM_CFLAGS = $(ORC_CFLAGS)
 LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-@ORC_MAJORMINOR@.la
 
-compile_opcodes_float_c_LDADD = \
-       $(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la
-compile_opcodes_float_neon_LDADD = \
-       $(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la
-compile_opcodes_float_LDADD = \
-       $(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la
-exec_opcodes_float_LDADD = \
-       $(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la