From cece4f3e31c92f8c2df90da89b8daa7c88a6c6a7 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 7 Jun 2010 18:04:03 -0700 Subject: [PATCH] Remove orc-float library --- Makefile.am | 2 +- configure.ac | 1 - testsuite/Makefile.am | 18 +----------------- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/Makefile.am b/Makefile.am index ede9e74..d754999 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index f9523be..8a18eb6 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,6 @@ Makefile doc/Makefile doc/version.entities orc/Makefile -orc-float/Makefile orc-test/Makefile testsuite/Makefile testsuite/orcc/Makefile diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 981e3cf..dc19a70 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -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 -- 2.7.4