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
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
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