diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 1946 |
1 files changed, 1946 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..606a2f6 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,1946 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@WITH_BENCHMARK_TRUE@am__append_1 = benchmark +@WITH_DOC_EXAMPLE_TRUE@am__append_2 = doc_example +@BUILD_SPREADSHEET_MODEL_TRUE@am__append_3 = liborcus-spreadsheet-model-@ORCUS_API_VERSION@.pc +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx_17.m4 \ + $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/m4_ax_valgrind_check.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = test/python/env.json +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" +DATA = $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir distdir-am dist dist-all distcheck +am__extra_recursive_targets = check-valgrind-recursive \ + check-valgrind-memcheck-recursive \ + check-valgrind-helgrind-recursive check-valgrind-drd-recursive \ + check-valgrind-sgcheck-recursive +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +DIST_SUBDIRS = src include benchmark doc_example +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/liborcus-spreadsheet-model.pc.in \ + $(srcdir)/liborcus.pc.in $(top_srcdir)/test/python/env.json.in \ + AUTHORS README.md compile config.guess config.sub depcomp \ + install-sh ltmain.sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz +GZIP_ENV = --best +DIST_TARGETS = dist-xz dist-bzip2 dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AS = @AS@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_DATE_TIME_LDFLAGS = @BOOST_DATE_TIME_LDFLAGS@ +BOOST_DATE_TIME_LDPATH = @BOOST_DATE_TIME_LDPATH@ +BOOST_DATE_TIME_LIBS = @BOOST_DATE_TIME_LIBS@ +BOOST_FILESYSTEM_LDFLAGS = @BOOST_FILESYSTEM_LDFLAGS@ +BOOST_FILESYSTEM_LDPATH = @BOOST_FILESYSTEM_LDPATH@ +BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@ +BOOST_IOSTREAMS_LDFLAGS = @BOOST_IOSTREAMS_LDFLAGS@ +BOOST_IOSTREAMS_LDPATH = @BOOST_IOSTREAMS_LDPATH@ +BOOST_IOSTREAMS_LIBS = @BOOST_IOSTREAMS_LIBS@ +BOOST_LDPATH = @BOOST_LDPATH@ +BOOST_PROGRAM_OPTIONS_LDFLAGS = @BOOST_PROGRAM_OPTIONS_LDFLAGS@ +BOOST_PROGRAM_OPTIONS_LDPATH = @BOOST_PROGRAM_OPTIONS_LDPATH@ +BOOST_PROGRAM_OPTIONS_LIBS = @BOOST_PROGRAM_OPTIONS_LIBS@ +BOOST_ROOT = @BOOST_ROOT@ +BOOST_SYSTEM_LDFLAGS = @BOOST_SYSTEM_LDFLAGS@ +BOOST_SYSTEM_LDPATH = @BOOST_SYSTEM_LDPATH@ +BOOST_SYSTEM_LIBS = @BOOST_SYSTEM_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@ +ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@ +ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@ +ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +HAVE_CXX17 = @HAVE_CXX17@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +IXION_REQUIRED_API_VERSION = @IXION_REQUIRED_API_VERSION@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBIXION_CFLAGS = @LIBIXION_CFLAGS@ +LIBIXION_LIBS = @LIBIXION_LIBS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MDDS_CFLAGS = @MDDS_CFLAGS@ +MDDS_LIBS = @MDDS_LIBS@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +ORCUS_API_VERSION = @ORCUS_API_VERSION@ +ORCUS_MAJOR_VERSION = @ORCUS_MAJOR_VERSION@ +ORCUS_MICRO_VERSION = @ORCUS_MICRO_VERSION@ +ORCUS_MINOR_VERSION = @ORCUS_MINOR_VERSION@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PARQUET_CFLAGS = @PARQUET_CFLAGS@ +PARQUET_LIBS = @PARQUET_LIBS@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POW_LIB = @POW_LIB@ +PYTHON = @PYTHON@ +PYTHON_CFLAGS = @PYTHON_CFLAGS@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_LIBS = @PYTHON_LIBS@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VALGRIND = @VALGRIND@ +VALGRIND_ENABLED = @VALGRIND_ENABLED@ +VERSION = @VERSION@ +ZLIB_CFLAGS = @ZLIB_CFLAGS@ +ZLIB_LIBS = @ZLIB_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +valgrind_enabled_tools = @valgrind_enabled_tools@ +valgrind_tools = @valgrind_tools@ +SUBDIRS = src include $(am__append_1) $(am__append_2) +ACLOCAL_AMFLAGS = -I m4 +pcfiles = liborcus-@ORCUS_API_VERSION@.pc $(am__append_3) +pkgconfig_DATA = $(pcfiles) +pkgconfigdir = $(libdir)/pkgconfig +doc_data = \ + doc/_static/images/overview/doc-content.png \ + doc/_static/images/overview/multi-sheets-sheet1.png \ + doc/_static/images/overview/multi-sheets-sheet2.png \ + doc/cli/index.rst \ + doc/cli/orcus_csv.rst \ + doc/cli/orcus_gnumeric.rst \ + doc/cli/orcus_json.rst \ + doc/cli/orcus_ods.rst \ + doc/cli/orcus_parquet.rst \ + doc/cli/orcus_xls_xml.rst \ + doc/cli/orcus_xlsx.rst \ + doc/cli/orcus_xml.rst \ + doc/cli/orcus_yaml.rst \ + doc/conf.py \ + doc/cpp/core/config.rst \ + doc/cpp/core/import-filter/csv.rst \ + doc/cpp/core/import-filter/detect.rst \ + doc/cpp/core/import-filter/gnumeric.rst \ + doc/cpp/core/import-filter/index.rst \ + doc/cpp/core/import-filter/json.rst \ + doc/cpp/core/import-filter/ods.rst \ + doc/cpp/core/import-filter/xls_xml.rst \ + doc/cpp/core/import-filter/xlsx.rst \ + doc/cpp/core/import-filter/xml.rst \ + doc/cpp/core/index.rst \ + doc/cpp/core/interface/global.rst \ + doc/cpp/core/interface/index.rst \ + doc/cpp/core/interface/spreadsheet/document.rst \ + doc/cpp/core/interface/spreadsheet/document_export.rst \ + doc/cpp/core/interface/spreadsheet/index.rst \ + doc/cpp/core/interface/spreadsheet/pivot.rst \ + doc/cpp/core/interface/spreadsheet/sheet.rst \ + doc/cpp/core/interface/spreadsheet/styles.rst \ + doc/cpp/core/interface/spreadsheet/view.rst \ + doc/cpp/core/tree-doc/index.rst \ + doc/cpp/core/tree-doc/json.rst \ + doc/cpp/core/tree-doc/yaml.rst \ + doc/cpp/core/types/core.rst \ + doc/cpp/core/types/index.rst \ + doc/cpp/core/types/view.rst \ + doc/cpp/core/utils.rst \ + doc/cpp/index.rst \ + doc/cpp/parser/archive.rst \ + doc/cpp/parser/base64.rst \ + doc/cpp/parser/css.rst \ + doc/cpp/parser/csv.rst \ + doc/cpp/parser/exception.rst \ + doc/cpp/parser/index.rst \ + doc/cpp/parser/json.rst \ + doc/cpp/parser/stream.rst \ + doc/cpp/parser/types.rst \ + doc/cpp/parser/util.rst \ + doc/cpp/parser/xml.rst \ + doc/cpp/parser/xml_writer.rst \ + doc/cpp/parser/yaml.rst \ + doc/cpp/spreadsheet-doc/document.rst \ + doc/cpp/spreadsheet-doc/import-export.rst \ + doc/cpp/spreadsheet-doc/index.rst \ + doc/cpp/spreadsheet-doc/pivot.rst \ + doc/cpp/spreadsheet-doc/shared-strings.rst \ + doc/cpp/spreadsheet-doc/sheet.rst \ + doc/cpp/spreadsheet-doc/styles.rst \ + doc/cpp/spreadsheet-doc/table.rst \ + doc/cpp/spreadsheet-doc/types.rst \ + doc/cpp/spreadsheet-doc/view.rst \ + doc/doxygen.conf \ + doc/environment.yml \ + doc/index.rst \ + doc/notes/index.rst \ + doc/notes/json_map/example.json \ + doc/notes/json_map/index.rst \ + doc/notes/xml_map/example.xml \ + doc/notes/xml_map/index.rst \ + doc/overview/doc-orcus.rst \ + doc/overview/doc-user.rst \ + doc/overview/index.rst \ + doc/overview/json.rst \ + doc/overview/yaml.rst \ + doc/python/index.rst \ + doc/python/orcus/cell.rst \ + doc/python/orcus/cell_type.rst \ + doc/python/orcus/csv/index.rst \ + doc/python/orcus/document.rst \ + doc/python/orcus/format_type.rst \ + doc/python/orcus/formula_token.rst \ + doc/python/orcus/formula_token_op.rst \ + doc/python/orcus/formula_token_type.rst \ + doc/python/orcus/formula_tokens.rst \ + doc/python/orcus/gnumeric/index.rst \ + doc/python/orcus/index.rst \ + doc/python/orcus/named_expressions.rst \ + doc/python/orcus/ods/index.rst \ + doc/python/orcus/sheet.rst \ + doc/python/orcus/sheet_rows.rst \ + doc/python/orcus/tools/bugzilla.rst \ + doc/python/orcus/tools/file_processor.rst \ + doc/python/orcus/tools/index.rst \ + doc/python/orcus/xls_xml/index.rst \ + doc/python/orcus/xlsx/index.rst \ + doc/requirements.txt + +doc_example_data = \ + doc_example/Makefile.am \ + doc_example/files/document.ods \ + doc_example/files/multi-sheets.ods \ + doc_example/json_doc_1.cpp \ + doc_example/json_doc_2.cpp \ + doc_example/json_parser_1.cpp \ + doc_example/spreadsheet_doc_1.cpp \ + doc_example/spreadsheet_doc_1_num_and_formula.cpp \ + doc_example/spreadsheet_doc_2.cpp \ + doc_example/spreadsheet_doc_2_sheets_no_string_pool.cpp \ + doc_example/spreadsheet_doc_2_sheets_with_formula.cpp \ + doc_example/spreadsheet_doc_2_sheets_with_string_pool.cpp \ + doc_example/xml_mapping_1.cpp + +bin_data = \ + bin/build-extra-dist.sh \ + bin/env-osx.sh \ + bin/gen-cli-docs.py \ + bin/gen-files.py \ + bin/gen-gfm-release-table.sh \ + bin/gen-test-json-structure-outputs.sh \ + bin/gen-test-xml-outputs.sh \ + bin/run-bulk-tests.py \ + bin/run-python.sh \ + bin/unpack-zipped-xml.sh + +misc_data = \ + misc/arrow-parquet/arrow-test.cpp \ + misc/arrow-parquet/dump-parquet.py \ + misc/arrow-parquet/gen-parquet-test-files.py \ + misc/character-set/data.csv \ + misc/character-set/gen-enum.py \ + misc/file-processor-modules/preview.py \ + misc/notes/column-width-and-row-height.txt \ + misc/notes/zlib-in-memory-gzip.txt \ + misc/xml-tokens/dump-xsd-keys.py \ + misc/xml-tokens/gen-gnumeric-tokens.py \ + misc/xml-tokens/gen-odf-tokens.py \ + misc/xml-tokens/gen-ooxml-tokens.py \ + misc/xml-tokens/gen-tokens.py \ + misc/xml-tokens/gnumeric.xsd \ + misc/xml-tokens/ooxml-extra-tokens.txt \ + misc/xml-tokens/token_util.py \ + misc/xml-tokens/xls-xml-tokens.txt + +slickedit_data = \ + slickedit/cmake.vpj \ + slickedit/cpp.vpj \ + slickedit/doc.vpj \ + slickedit/orcus.vpw \ + slickedit/orcus_cpp.h \ + slickedit/python.vpj \ + slickedit/sh.vpj \ + slickedit/token-gen.vpj + +test_data = \ + test/css/basic1.css \ + test/css/basic10.css \ + test/css/basic11.css \ + test/css/basic12.css \ + test/css/basic13.css \ + test/css/basic14.css \ + test/css/basic2.css \ + test/css/basic3.css \ + test/css/basic4.css \ + test/css/basic5.css \ + test/css/basic6.css \ + test/css/basic7.css \ + test/css/basic8.css \ + test/css/basic9.css \ + test/css/chained1.css \ + test/css/chained2.css \ + test/css/complex/callout.css \ + test/css/complex/excel-html.css \ + test/css/empty.css \ + test/css/invalids/1.css \ + test/css/test.css \ + test/css/utf8-1.css \ + test/csv/double-quotes/check.txt \ + test/csv/double-quotes/input.csv \ + test/csv/normal-quotes/check.txt \ + test/csv/normal-quotes/input.csv \ + test/csv/quoted-with-delim/check.txt \ + test/csv/quoted-with-delim/input.csv \ + test/csv/simple-numbers/check.txt \ + test/csv/simple-numbers/input.csv \ + test/csv/split-sheet/check-1.txt \ + test/csv/split-sheet/check-2.txt \ + test/csv/split-sheet/check-3.txt \ + test/csv/split-sheet/input.csv \ + test/gnumeric/background-color/standard.gnumeric \ + test/gnumeric/borders/colors.gnumeric \ + test/gnumeric/borders/directions.gnumeric \ + test/gnumeric/borders/grid-box.gnumeric \ + test/gnumeric/borders/single-cells.gnumeric \ + test/gnumeric/cell-properties/wrap-and-shrink.gnumeric \ + test/gnumeric/cell-value-types/check.txt \ + test/gnumeric/cell-value-types/input.gnumeric \ + test/gnumeric/colored-text/input.gnumeric \ + test/gnumeric/column-width-row-height/input.gnumeric \ + test/gnumeric/formula-cells/check.txt \ + test/gnumeric/formula-cells/input.gnumeric \ + test/gnumeric/hidden-rows-columns/input.gnumeric \ + test/gnumeric/merged-cells/input.gnumeric \ + test/gnumeric/named-expression-sheet-local/check.txt \ + test/gnumeric/named-expression-sheet-local/input.gnumeric \ + test/gnumeric/named-expression/check.txt \ + test/gnumeric/named-expression/input.gnumeric \ + test/gnumeric/number-formats/input.gnumeric \ + test/gnumeric/raw-values-1/check.txt \ + test/gnumeric/raw-values-1/input.gnumeric \ + test/gnumeric/table/autofilter.gnumeric \ + test/gnumeric/test.gnumeric \ + test/gnumeric/text-alignment/input.gnumeric \ + test/gnumeric/text-formats/input.gnumeric \ + test/json-mapped/array-of-arrays-basic/check.txt \ + test/json-mapped/array-of-arrays-basic/input.json \ + test/json-mapped/array-of-arrays-basic/map.json \ + test/json-mapped/array-of-arrays-header/check.txt \ + test/json-mapped/array-of-arrays-header/input.json \ + test/json-mapped/array-of-arrays-header/map.json \ + test/json-mapped/array-of-objects-basic/check.txt \ + test/json-mapped/array-of-objects-basic/input.json \ + test/json-mapped/array-of-objects-basic/map.json \ + test/json-mapped/array-of-objects-header/check.txt \ + test/json-mapped/array-of-objects-header/input.json \ + test/json-mapped/array-of-objects-header/map.json \ + test/json-mapped/nested-repeats-2/check.txt \ + test/json-mapped/nested-repeats-2/input.json \ + test/json-mapped/nested-repeats-2/map.json \ + test/json-mapped/nested-repeats/check.txt \ + test/json-mapped/nested-repeats/input.json \ + test/json-mapped/nested-repeats/map.json \ + test/json-structure/arrays-in-object/check.txt \ + test/json-structure/arrays-in-object/input.json \ + test/json-structure/multiple-ranges/check.txt \ + test/json-structure/multiple-ranges/input.json \ + test/json-structure/nested-arrays-mixed-2/check.txt \ + test/json-structure/nested-arrays-mixed-2/input.json \ + test/json-structure/nested-arrays-mixed/check.txt \ + test/json-structure/nested-arrays-mixed/input.json \ + test/json-structure/nested-arrays/check.txt \ + test/json-structure/nested-arrays/input.json \ + test/json-structure/no-value-nodes/01.json \ + test/json-structure/no-value-nodes/02.json \ + test/json-structure/no-value-nodes/03.json \ + test/json-structure/no-value-nodes/04.json \ + test/json-structure/repeat-objects-2/check.txt \ + test/json-structure/repeat-objects-2/input.json \ + test/json-structure/repeat-objects/check.txt \ + test/json-structure/repeat-objects/input.json \ + test/json/basic1/check.txt \ + test/json/basic1/input.json \ + test/json/basic1/output.yaml \ + test/json/basic2/check.txt \ + test/json/basic2/input.json \ + test/json/basic2/output.yaml \ + test/json/basic3/check.txt \ + test/json/basic3/input.json \ + test/json/basic3/output.yaml \ + test/json/basic4/check.txt \ + test/json/basic4/input.json \ + test/json/basic4/output.yaml \ + test/json/empty-array-1/check.txt \ + test/json/empty-array-1/input.json \ + test/json/empty-array-2/check.txt \ + test/json/empty-array-2/input.json \ + test/json/empty-array-3/check.txt \ + test/json/empty-array-3/input.json \ + test/json/nested1/check.txt \ + test/json/nested1/input.json \ + test/json/nested1/output.yaml \ + test/json/nested2/check.txt \ + test/json/nested2/input.json \ + test/json/nested2/output.yaml \ + test/json/refs1/check.txt \ + test/json/refs1/input.json \ + test/json/refs1/ref.json \ + test/json/swagger/check.txt \ + test/json/swagger/input.json \ + test/json/swagger/output.yaml \ + test/json/to-yaml-1/check.txt \ + test/json/to-yaml-1/input.json \ + test/json/to-yaml-1/output.yaml \ + test/json/validation/LICENSE \ + test/json/validation/README \ + test/json/validation/i_number_double_huge_neg_exp.json \ + test/json/validation/i_number_huge_exp.json \ + test/json/validation/i_number_neg_int_huge_exp.json \ + test/json/validation/i_number_pos_double_huge_exp.json \ + test/json/validation/i_number_real_neg_overflow.json \ + test/json/validation/i_number_real_pos_overflow.json \ + test/json/validation/i_number_real_underflow.json \ + test/json/validation/i_number_too_big_neg_int.json \ + test/json/validation/i_number_too_big_pos_int.json \ + test/json/validation/i_number_very_big_negative_int.json \ + test/json/validation/i_object_key_lone_2nd_surrogate.json \ + test/json/validation/i_string_1st_surrogate_but_2nd_missing.json \ + test/json/validation/i_string_1st_valid_surrogate_2nd_invalid.json \ + test/json/validation/i_string_UTF-16LE_with_BOM.json \ + test/json/validation/i_string_UTF-8_invalid_sequence.json \ + test/json/validation/i_string_UTF8_surrogate_U+D800.json \ + test/json/validation/i_string_incomplete_surrogate_and_escape_valid.json \ + test/json/validation/i_string_incomplete_surrogate_pair.json \ + test/json/validation/i_string_incomplete_surrogates_escape_valid.json \ + test/json/validation/i_string_invalid_lonely_surrogate.json \ + test/json/validation/i_string_invalid_surrogate.json \ + test/json/validation/i_string_invalid_utf-8.json \ + test/json/validation/i_string_inverted_surrogates_U+1D11E.json \ + test/json/validation/i_string_iso_latin_1.json \ + test/json/validation/i_string_lone_second_surrogate.json \ + test/json/validation/i_string_lone_utf8_continuation_byte.json \ + test/json/validation/i_string_not_in_unicode_range.json \ + test/json/validation/i_string_overlong_sequence_2_bytes.json \ + test/json/validation/i_string_overlong_sequence_6_bytes.json \ + test/json/validation/i_string_overlong_sequence_6_bytes_null.json \ + test/json/validation/i_string_truncated-utf-8.json \ + test/json/validation/i_string_utf16BE_no_BOM.json \ + test/json/validation/i_string_utf16LE_no_BOM.json \ + test/json/validation/i_structure_500_nested_arrays.json \ + test/json/validation/i_structure_UTF-8_BOM_empty_object.json \ + test/json/validation/n_array_1_true_without_comma.json \ + test/json/validation/n_array_a_invalid_utf8.json \ + test/json/validation/n_array_colon_instead_of_comma.json \ + test/json/validation/n_array_comma_after_close.json \ + test/json/validation/n_array_comma_and_number.json \ + test/json/validation/n_array_double_comma.json \ + test/json/validation/n_array_double_extra_comma.json \ + test/json/validation/n_array_extra_close.json \ + test/json/validation/n_array_extra_comma.json \ + test/json/validation/n_array_incomplete.json \ + test/json/validation/n_array_incomplete_invalid_value.json \ + test/json/validation/n_array_inner_array_no_comma.json \ + test/json/validation/n_array_invalid_utf8.json \ + test/json/validation/n_array_items_separated_by_semicolon.json \ + test/json/validation/n_array_just_comma.json \ + test/json/validation/n_array_just_minus.json \ + test/json/validation/n_array_missing_value.json \ + test/json/validation/n_array_newlines_unclosed.json \ + test/json/validation/n_array_number_and_comma.json \ + test/json/validation/n_array_number_and_several_commas.json \ + test/json/validation/n_array_spaces_vertical_tab_formfeed.json \ + test/json/validation/n_array_star_inside.json \ + test/json/validation/n_array_unclosed.json \ + test/json/validation/n_array_unclosed_trailing_comma.json \ + test/json/validation/n_array_unclosed_with_new_lines.json \ + test/json/validation/n_array_unclosed_with_object_inside.json \ + test/json/validation/n_incomplete_false.json \ + test/json/validation/n_incomplete_null.json \ + test/json/validation/n_incomplete_true.json \ + test/json/validation/n_multidigit_number_then_00.json \ + test/json/validation/n_number_++.json \ + test/json/validation/n_number_+1.json \ + test/json/validation/n_number_+Inf.json \ + test/json/validation/n_number_-01.json \ + test/json/validation/n_number_-1.0..json \ + test/json/validation/n_number_-2..json \ + test/json/validation/n_number_-NaN.json \ + test/json/validation/n_number_.-1.json \ + test/json/validation/n_number_.2e-3.json \ + test/json/validation/n_number_0.1.2.json \ + test/json/validation/n_number_0.3e+.json \ + test/json/validation/n_number_0.3e.json \ + test/json/validation/n_number_0.e1.json \ + test/json/validation/n_number_0_capital_E+.json \ + test/json/validation/n_number_0_capital_E.json \ + test/json/validation/n_number_0e+.json \ + test/json/validation/n_number_0e.json \ + test/json/validation/n_number_1.0e+.json \ + test/json/validation/n_number_1.0e-.json \ + test/json/validation/n_number_1.0e.json \ + test/json/validation/n_number_1_000.json \ + test/json/validation/n_number_1eE2.json \ + test/json/validation/n_number_2.e+3.json \ + test/json/validation/n_number_2.e-3.json \ + test/json/validation/n_number_2.e3.json \ + test/json/validation/n_number_9.e+.json \ + test/json/validation/n_number_Inf.json \ + test/json/validation/n_number_NaN.json \ + test/json/validation/n_number_U+FF11_fullwidth_digit_one.json \ + test/json/validation/n_number_expression.json \ + test/json/validation/n_number_hex_1_digit.json \ + test/json/validation/n_number_hex_2_digits.json \ + test/json/validation/n_number_infinity.json \ + test/json/validation/n_number_invalid+-.json \ + test/json/validation/n_number_invalid-negative-real.json \ + test/json/validation/n_number_invalid-utf-8-in-bigger-int.json \ + test/json/validation/n_number_invalid-utf-8-in-exponent.json \ + test/json/validation/n_number_invalid-utf-8-in-int.json \ + test/json/validation/n_number_minus_infinity.json \ + test/json/validation/n_number_minus_sign_with_trailing_garbage.json \ + test/json/validation/n_number_minus_space_1.json \ + test/json/validation/n_number_neg_int_starting_with_zero.json \ + test/json/validation/n_number_neg_real_without_int_part.json \ + test/json/validation/n_number_neg_with_garbage_at_end.json \ + test/json/validation/n_number_real_garbage_after_e.json \ + test/json/validation/n_number_real_with_invalid_utf8_after_e.json \ + test/json/validation/n_number_real_without_fractional_part.json \ + test/json/validation/n_number_starting_with_dot.json \ + test/json/validation/n_number_with_alpha.json \ + test/json/validation/n_number_with_alpha_char.json \ + test/json/validation/n_number_with_leading_zero.json \ + test/json/validation/n_object_bad_value.json \ + test/json/validation/n_object_bracket_key.json \ + test/json/validation/n_object_comma_instead_of_colon.json \ + test/json/validation/n_object_double_colon.json \ + test/json/validation/n_object_emoji.json \ + test/json/validation/n_object_garbage_at_end.json \ + test/json/validation/n_object_key_with_single_quotes.json \ + test/json/validation/n_object_lone_continuation_byte_in_key_and_trailing_comma.json \ + test/json/validation/n_object_missing_colon.json \ + test/json/validation/n_object_missing_key.json \ + test/json/validation/n_object_missing_semicolon.json \ + test/json/validation/n_object_missing_value.json \ + test/json/validation/n_object_no-colon.json \ + test/json/validation/n_object_non_string_key.json \ + test/json/validation/n_object_non_string_key_but_huge_number_instead.json \ + test/json/validation/n_object_repeated_null_null.json \ + test/json/validation/n_object_several_trailing_commas.json \ + test/json/validation/n_object_single_quote.json \ + test/json/validation/n_object_trailing_comma.json \ + test/json/validation/n_object_trailing_comment.json \ + test/json/validation/n_object_trailing_comment_open.json \ + test/json/validation/n_object_trailing_comment_slash_open.json \ + test/json/validation/n_object_trailing_comment_slash_open_incomplete.json \ + test/json/validation/n_object_two_commas_in_a_row.json \ + test/json/validation/n_object_unquoted_key.json \ + test/json/validation/n_object_unterminated-value.json \ + test/json/validation/n_object_with_single_string.json \ + test/json/validation/n_object_with_trailing_garbage.json \ + test/json/validation/n_single_space.json \ + test/json/validation/n_string_1_surrogate_then_escape.json \ + test/json/validation/n_string_1_surrogate_then_escape_u.json \ + test/json/validation/n_string_1_surrogate_then_escape_u1.json \ + test/json/validation/n_string_1_surrogate_then_escape_u1x.json \ + test/json/validation/n_string_accentuated_char_no_quotes.json \ + test/json/validation/n_string_backslash_00.json \ + test/json/validation/n_string_escape_x.json \ + test/json/validation/n_string_escaped_backslash_bad.json \ + test/json/validation/n_string_escaped_ctrl_char_tab.json \ + test/json/validation/n_string_escaped_emoji.json \ + test/json/validation/n_string_incomplete_escape.json \ + test/json/validation/n_string_incomplete_escaped_character.json \ + test/json/validation/n_string_incomplete_surrogate.json \ + test/json/validation/n_string_incomplete_surrogate_escape_invalid.json \ + test/json/validation/n_string_invalid-utf-8-in-escape.json \ + test/json/validation/n_string_invalid_backslash_esc.json \ + test/json/validation/n_string_invalid_unicode_escape.json \ + test/json/validation/n_string_invalid_utf8_after_escape.json \ + test/json/validation/n_string_leading_uescaped_thinspace.json \ + test/json/validation/n_string_no_quotes_with_bad_escape.json \ + test/json/validation/n_string_single_doublequote.json \ + test/json/validation/n_string_single_quote.json \ + test/json/validation/n_string_single_string_no_double_quotes.json \ + test/json/validation/n_string_start_escape_unclosed.json \ + test/json/validation/n_string_unescaped_crtl_char.json \ + test/json/validation/n_string_unescaped_newline.json \ + test/json/validation/n_string_unescaped_tab.json \ + test/json/validation/n_string_unicode_CapitalU.json \ + test/json/validation/n_string_with_trailing_garbage.json \ + test/json/validation/n_structure_100000_opening_arrays.json \ + test/json/validation/n_structure_U+2060_word_joined.json \ + test/json/validation/n_structure_UTF8_BOM_no_data.json \ + test/json/validation/n_structure_angle_bracket_..json \ + test/json/validation/n_structure_angle_bracket_null.json \ + test/json/validation/n_structure_array_trailing_garbage.json \ + test/json/validation/n_structure_array_with_extra_array_close.json \ + test/json/validation/n_structure_array_with_unclosed_string.json \ + test/json/validation/n_structure_ascii-unicode-identifier.json \ + test/json/validation/n_structure_capitalized_True.json \ + test/json/validation/n_structure_close_unopened_array.json \ + test/json/validation/n_structure_comma_instead_of_closing_brace.json \ + test/json/validation/n_structure_double_array.json \ + test/json/validation/n_structure_end_array.json \ + test/json/validation/n_structure_incomplete_UTF8_BOM.json \ + test/json/validation/n_structure_lone-invalid-utf-8.json \ + test/json/validation/n_structure_lone-open-bracket.json \ + test/json/validation/n_structure_no_data.json \ + test/json/validation/n_structure_null-byte-outside-string.json \ + test/json/validation/n_structure_number_with_trailing_garbage.json \ + test/json/validation/n_structure_object_followed_by_closing_object.json \ + test/json/validation/n_structure_object_unclosed_no_value.json \ + test/json/validation/n_structure_object_with_comment.json \ + test/json/validation/n_structure_object_with_trailing_garbage.json \ + test/json/validation/n_structure_open_array_apostrophe.json \ + test/json/validation/n_structure_open_array_comma.json \ + test/json/validation/n_structure_open_array_object.json \ + test/json/validation/n_structure_open_array_open_object.json \ + test/json/validation/n_structure_open_array_open_string.json \ + test/json/validation/n_structure_open_array_string.json \ + test/json/validation/n_structure_open_object.json \ + test/json/validation/n_structure_open_object_close_array.json \ + test/json/validation/n_structure_open_object_comma.json \ + test/json/validation/n_structure_open_object_open_array.json \ + test/json/validation/n_structure_open_object_open_string.json \ + test/json/validation/n_structure_open_object_string_with_apostrophes.json \ + test/json/validation/n_structure_open_open.json \ + test/json/validation/n_structure_single_eacute.json \ + test/json/validation/n_structure_single_star.json \ + test/json/validation/n_structure_trailing_\#.json \ + test/json/validation/n_structure_uescaped_LF_before_string.json \ + test/json/validation/n_structure_unclosed_array.json \ + test/json/validation/n_structure_unclosed_array_partial_null.json \ + test/json/validation/n_structure_unclosed_array_unfinished_false.json \ + test/json/validation/n_structure_unclosed_array_unfinished_true.json \ + test/json/validation/n_structure_unclosed_object.json \ + test/json/validation/n_structure_unicode-identifier.json \ + test/json/validation/n_structure_whitespace_U+2060_word_joiner.json \ + test/json/validation/n_structure_whitespace_formfeed.json \ + test/json/validation/y_array_arraysWithSpaces.json \ + test/json/validation/y_array_empty-string.json \ + test/json/validation/y_array_empty.json \ + test/json/validation/y_array_ending_with_newline.json \ + test/json/validation/y_array_false.json \ + test/json/validation/y_array_heterogeneous.json \ + test/json/validation/y_array_null.json \ + test/json/validation/y_array_with_1_and_newline.json \ + test/json/validation/y_array_with_leading_space.json \ + test/json/validation/y_array_with_several_null.json \ + test/json/validation/y_array_with_trailing_space.json \ + test/json/validation/y_number.json \ + test/json/validation/y_number_0e+1.json \ + test/json/validation/y_number_0e1.json \ + test/json/validation/y_number_after_space.json \ + test/json/validation/y_number_double_close_to_zero.json \ + test/json/validation/y_number_int_with_exp.json \ + test/json/validation/y_number_minus_zero.json \ + test/json/validation/y_number_negative_int.json \ + test/json/validation/y_number_negative_one.json \ + test/json/validation/y_number_negative_zero.json \ + test/json/validation/y_number_real_capital_e.json \ + test/json/validation/y_number_real_capital_e_neg_exp.json \ + test/json/validation/y_number_real_capital_e_pos_exp.json \ + test/json/validation/y_number_real_exponent.json \ + test/json/validation/y_number_real_fraction_exponent.json \ + test/json/validation/y_number_real_neg_exp.json \ + test/json/validation/y_number_real_pos_exponent.json \ + test/json/validation/y_number_simple_int.json \ + test/json/validation/y_number_simple_real.json \ + test/json/validation/y_object.json \ + test/json/validation/y_object_basic.json \ + test/json/validation/y_object_duplicated_key.json \ + test/json/validation/y_object_duplicated_key_and_value.json \ + test/json/validation/y_object_empty.json \ + test/json/validation/y_object_empty_key.json \ + test/json/validation/y_object_escaped_null_in_key.json \ + test/json/validation/y_object_extreme_numbers.json \ + test/json/validation/y_object_long_strings.json \ + test/json/validation/y_object_simple.json \ + test/json/validation/y_object_string_unicode.json \ + test/json/validation/y_object_with_newlines.json \ + test/json/validation/y_string_1_2_3_bytes_UTF-8_sequences.json \ + test/json/validation/y_string_accepted_surrogate_pair.json \ + test/json/validation/y_string_accepted_surrogate_pairs.json \ + test/json/validation/y_string_allowed_escapes.json \ + test/json/validation/y_string_backslash_and_u_escaped_zero.json \ + test/json/validation/y_string_backslash_doublequotes.json \ + test/json/validation/y_string_comments.json \ + test/json/validation/y_string_double_escape_a.json \ + test/json/validation/y_string_double_escape_n.json \ + test/json/validation/y_string_escaped_control_character.json \ + test/json/validation/y_string_escaped_noncharacter.json \ + test/json/validation/y_string_in_array.json \ + test/json/validation/y_string_in_array_with_leading_space.json \ + test/json/validation/y_string_last_surrogates_1_and_2.json \ + test/json/validation/y_string_nbsp_uescaped.json \ + test/json/validation/y_string_nonCharacterInUTF-8_U+10FFFF.json \ + test/json/validation/y_string_nonCharacterInUTF-8_U+FFFF.json \ + test/json/validation/y_string_null_escape.json \ + test/json/validation/y_string_one-byte-utf-8.json \ + test/json/validation/y_string_pi.json \ + test/json/validation/y_string_reservedCharacterInUTF-8_U+1BFFF.json \ + test/json/validation/y_string_simple_ascii.json \ + test/json/validation/y_string_space.json \ + test/json/validation/y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json \ + test/json/validation/y_string_three-byte-utf-8.json \ + test/json/validation/y_string_two-byte-utf-8.json \ + test/json/validation/y_string_u+2028_line_sep.json \ + test/json/validation/y_string_u+2029_par_sep.json \ + test/json/validation/y_string_uEscape.json \ + test/json/validation/y_string_uescaped_newline.json \ + test/json/validation/y_string_unescaped_char_delete.json \ + test/json/validation/y_string_unicode.json \ + test/json/validation/y_string_unicodeEscapedBackslash.json \ + test/json/validation/y_string_unicode_2.json \ + test/json/validation/y_string_unicode_U+10FFFE_nonchar.json \ + test/json/validation/y_string_unicode_U+1FFFE_nonchar.json \ + test/json/validation/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json \ + test/json/validation/y_string_unicode_U+2064_invisible_plus.json \ + test/json/validation/y_string_unicode_U+FDD0_nonchar.json \ + test/json/validation/y_string_unicode_U+FFFE_nonchar.json \ + test/json/validation/y_string_unicode_escaped_double_quote.json \ + test/json/validation/y_string_utf8.json \ + test/json/validation/y_string_with_del_character.json \ + test/json/validation/y_structure_lonely_false.json \ + test/json/validation/y_structure_lonely_int.json \ + test/json/validation/y_structure_lonely_negative_real.json \ + test/json/validation/y_structure_lonely_null.json \ + test/json/validation/y_structure_lonely_string.json \ + test/json/validation/y_structure_lonely_true.json \ + test/json/validation/y_structure_string_empty.json \ + test/json/validation/y_structure_trailing_newline.json \ + test/json/validation/y_structure_true_in_array.json \ + test/json/validation/y_structure_whitespace_array.json \ + test/ods/borders/grid-box.ods \ + test/ods/borders/single-cells.ods \ + test/ods/cell-properties/wrap-and-shrink.ods \ + test/ods/column-width-row-height/input.ods \ + test/ods/date-cell/input.ods \ + test/ods/formatted-text/bold-and-italic.ods \ + test/ods/formula-1/check.txt \ + test/ods/formula-1/input.ods \ + test/ods/formula-2/check.txt \ + test/ods/formula-2/input.ods \ + test/ods/import-styles/cell-protection.xml \ + test/ods/import-styles/cell-styles.xml \ + test/ods/import-styles/standard-styles.xml \ + test/ods/japanese.ods \ + test/ods/named-expression-sheet-local/check.txt \ + test/ods/named-expression-sheet-local/input.ods \ + test/ods/named-expression/check.txt \ + test/ods/named-expression/input.ods \ + test/ods/named-range/check.txt \ + test/ods/named-range/input.ods \ + test/ods/number-format/basic-set.ods \ + test/ods/raw-values-1/check.txt \ + test/ods/raw-values-1/input.ods \ + test/ods/styles/asian-complex.ods \ + test/ods/styles/column-styles.ods \ + test/ods/styles/direct-format.ods \ + test/ods/styles/text-underlines.ods \ + test/ods/test.ods \ + test/parquet/basic/basic-gzip.parquet \ + test/parquet/basic/basic-gzip.parquet.check \ + test/parquet/basic/basic-nocomp.parquet \ + test/parquet/basic/basic-nocomp.parquet.check \ + test/parquet/basic/basic-snappy.parquet \ + test/parquet/basic/basic-snappy.parquet.check \ + test/parquet/basic/basic-zstd.parquet \ + test/parquet/basic/basic-zstd.parquet.check \ + test/parquet/basic/float-with-nan.parquet \ + test/parquet/basic/float-with-nan.parquet.check \ + test/python/env.json.in \ + test/python/file_load_common.py \ + test/python/perf/test_json.py \ + test/python/test_csv.py \ + test/python/test_csv_export.py \ + test/python/test_gnumeric.py \ + test/python/test_json.py \ + test/python/test_module.py \ + test/python/test_ods.py \ + test/python/test_xls_xml.py \ + test/python/test_xlsx.py \ + test/xls-xml/background-color/standard.xml \ + test/xls-xml/basic-utf-16-be/check.txt \ + test/xls-xml/basic-utf-16-be/input.xml \ + test/xls-xml/basic-utf-16-le/check.txt \ + test/xls-xml/basic-utf-16-le/input.xml \ + test/xls-xml/basic/check.txt \ + test/xls-xml/basic/input.xml \ + test/xls-xml/bold-and-italic/check.txt \ + test/xls-xml/bold-and-italic/input.xml \ + test/xls-xml/borders/colors.xml \ + test/xls-xml/borders/directions.xml \ + test/xls-xml/borders/grid-box.xml \ + test/xls-xml/borders/single-cells.xml \ + test/xls-xml/cell-properties/default-style.xml \ + test/xls-xml/cell-properties/locked-and-hidden.xml \ + test/xls-xml/cell-properties/wrap-and-shrink.xml \ + test/xls-xml/character-set/input.xml \ + test/xls-xml/colored-text/check.txt \ + test/xls-xml/colored-text/input.xml \ + test/xls-xml/column-width-row-height/input.xml \ + test/xls-xml/date-time/input.xml \ + test/xls-xml/double-bom/input.xml \ + test/xls-xml/empty-rows/check.txt \ + test/xls-xml/empty-rows/input.xml \ + test/xls-xml/formatted-text/basic.xml \ + test/xls-xml/formula-array-1/check.txt \ + test/xls-xml/formula-array-1/input.xml \ + test/xls-xml/formula-cells-1/check.txt \ + test/xls-xml/formula-cells-1/input.xml \ + test/xls-xml/formula-cells-2/check.txt \ + test/xls-xml/formula-cells-2/config.yaml \ + test/xls-xml/formula-cells-2/input.xml \ + test/xls-xml/formula-cells-3/check.txt \ + test/xls-xml/formula-cells-3/input.xml \ + test/xls-xml/formula-cells-parse-error/input.xml \ + test/xls-xml/hidden-rows-columns/input.xml \ + test/xls-xml/invalid-sub-structure/check.txt \ + test/xls-xml/invalid-sub-structure/input.xml \ + test/xls-xml/leading-whitespace/check.txt \ + test/xls-xml/leading-whitespace/input.xml \ + test/xls-xml/matrix-results/input.xml \ + test/xls-xml/merged-cells/check.txt \ + test/xls-xml/merged-cells/input.xml \ + test/xls-xml/named-colors/check.txt \ + test/xls-xml/named-colors/input-upper.xml \ + test/xls-xml/named-colors/input.xml \ + test/xls-xml/named-colors/run.py \ + test/xls-xml/named-colors/saved-by-excel.xml \ + test/xls-xml/named-expression-sheet-local/check.txt \ + test/xls-xml/named-expression-sheet-local/input.xml \ + test/xls-xml/named-expression/check.txt \ + test/xls-xml/named-expression/input.xml \ + test/xls-xml/number-format/date-time.xml \ + test/xls-xml/raw-values-1/check.txt \ + test/xls-xml/raw-values-1/input.xml \ + test/xls-xml/styles/column-styles.xml \ + test/xls-xml/styles/data-offset.xml \ + test/xls-xml/styles/direct-format.xml \ + test/xls-xml/table-offset/check.txt \ + test/xls-xml/table-offset/input.xml \ + test/xls-xml/table/autofilter.xml \ + test/xls-xml/text-alignment/input.xml \ + test/xls-xml/unnamed-parent-styles/input.xml \ + test/xls-xml/unnamed-parent-styles/check.txt \ + test/xls-xml/view/cursor-per-sheet.xml \ + test/xls-xml/view/cursor-split-pane.xml \ + test/xls-xml/view/frozen-pane.xml \ + test/xlsx/background-color/standard.xlsx \ + test/xlsx/boolean-values/check.txt \ + test/xlsx/boolean-values/input.xlsx \ + test/xlsx/borders/colors.xlsx \ + test/xlsx/borders/directions.xlsx \ + test/xlsx/borders/grid-box.xlsx \ + test/xlsx/borders/single-cells.xlsx \ + test/xlsx/cell-properties/wrap-and-shrink.xlsx \ + test/xlsx/column-width-row-height/input.xlsx \ + test/xlsx/conditional-format/basic.xlsx \ + test/xlsx/conditional-format/data-bars.xlsx \ + test/xlsx/data-table/multi-table.xlsx \ + test/xlsx/data-table/one-variable.xlsx \ + test/xlsx/date-cell/input.xlsx \ + test/xlsx/date-time/input.xlsx \ + test/xlsx/doc-structure/unordered-sheet-positions.xlsx \ + test/xlsx/empty-shared-strings/check.txt \ + test/xlsx/empty-shared-strings/input.xlsx \ + test/xlsx/formatted-text/basic.xlsx \ + test/xlsx/formatted-text/bold-and-italic.xlsx \ + test/xlsx/formatted-text/colored-text.xlsx \ + test/xlsx/formula-array-1/check.txt \ + test/xlsx/formula-array-1/input.xlsx \ + test/xlsx/formula-cells/check.txt \ + test/xlsx/formula-cells/input.xlsx \ + test/xlsx/formula-shared/check.txt \ + test/xlsx/formula-shared/input.xlsx \ + test/xlsx/formula-simple.xlsx \ + test/xlsx/formula-with-string-results/check.txt \ + test/xlsx/formula-with-string-results/input.xlsx \ + test/xlsx/hidden-rows-columns/input.xlsx \ + test/xlsx/matrix-results/input.xlsx \ + test/xlsx/merged-cells/simple.xlsx \ + test/xlsx/named-expression-relative/input.xlsx \ + test/xlsx/named-expression-sheet-local/check.txt \ + test/xlsx/named-expression-sheet-local/input.xlsx \ + test/xlsx/named-expression/check.txt \ + test/xlsx/named-expression/input.xlsx \ + test/xlsx/number-format/date-time.xlsx \ + test/xlsx/pivot-table/chart-simple.xlsx \ + test/xlsx/pivot-table/error-values.xlsx \ + test/xlsx/pivot-table/group-by-dates.xlsx \ + test/xlsx/pivot-table/group-by-numbers.xlsx \ + test/xlsx/pivot-table/group-field.xlsx \ + test/xlsx/pivot-table/many-fields.xlsx \ + test/xlsx/pivot-table/mixed-type-field.xlsx \ + test/xlsx/pivot-table/three-pivot-tables-on-one-sheet.xlsx \ + test/xlsx/pivot-table/two-pivot-caches.xlsx \ + test/xlsx/pivot-table/two-tables-one-source.xlsx \ + test/xlsx/raw-values-1/check.txt \ + test/xlsx/raw-values-1/input.xlsx \ + test/xlsx/revision/cell-change-basic.xlsx \ + test/xlsx/styles/column-styles.xlsx \ + test/xlsx/styles/direct-format.xlsx \ + test/xlsx/table/autofilter-text-filter-1.xlsx \ + test/xlsx/table/autofilter.xlsx \ + test/xlsx/table/table-1.xlsx \ + test/xlsx/table/table-2.xlsx \ + test/xlsx/test.xlsx \ + test/xlsx/text-alignment/input.xlsx \ + test/xlsx/view/cursor-per-sheet.xlsx \ + test/xlsx/view/cursor-split-pane.xlsx \ + test/xlsx/view/frozen-pane.xlsx \ + test/xml-mapped/attribute-basic/check-nomap.txt \ + test/xml-mapped/attribute-basic/check.txt \ + test/xml-mapped/attribute-basic/input.xml \ + test/xml-mapped/attribute-basic/map.xml \ + test/xml-mapped/attribute-namespace-2/check-nomap.txt \ + test/xml-mapped/attribute-namespace-2/check.txt \ + test/xml-mapped/attribute-namespace-2/input.xml \ + test/xml-mapped/attribute-namespace-2/map.xml \ + test/xml-mapped/attribute-namespace/check-nomap.txt \ + test/xml-mapped/attribute-namespace/check.txt \ + test/xml-mapped/attribute-namespace/input.xml \ + test/xml-mapped/attribute-namespace/map.xml \ + test/xml-mapped/attribute-range-self-close/check-nomap.txt \ + test/xml-mapped/attribute-range-self-close/check.txt \ + test/xml-mapped/attribute-range-self-close/input.xml \ + test/xml-mapped/attribute-range-self-close/map.xml \ + test/xml-mapped/attribute-single-element-2/check.txt \ + test/xml-mapped/attribute-single-element-2/input.xml \ + test/xml-mapped/attribute-single-element-2/map.xml \ + test/xml-mapped/attribute-single-element/check.txt \ + test/xml-mapped/attribute-single-element/input.xml \ + test/xml-mapped/attribute-single-element/map.xml \ + test/xml-mapped/content-basic/check-nomap.txt \ + test/xml-mapped/content-basic/check.txt \ + test/xml-mapped/content-basic/input.xml \ + test/xml-mapped/content-basic/map.xml \ + test/xml-mapped/content-namespace-2/check-nomap.txt \ + test/xml-mapped/content-namespace-2/check.txt \ + test/xml-mapped/content-namespace-2/input.xml \ + test/xml-mapped/content-namespace-2/map.xml \ + test/xml-mapped/content-namespace-3/check-nomap.txt \ + test/xml-mapped/content-namespace-3/check.txt \ + test/xml-mapped/content-namespace-3/input.xml \ + test/xml-mapped/content-namespace-3/map.xml \ + test/xml-mapped/content-namespace/check-nomap.txt \ + test/xml-mapped/content-namespace/check.txt \ + test/xml-mapped/content-namespace/input.xml \ + test/xml-mapped/content-namespace/map.xml \ + test/xml-mapped/content-one-column/check-nomap.txt \ + test/xml-mapped/content-one-column/input.xml \ + test/xml-mapped/custom-labels-2/check.txt \ + test/xml-mapped/custom-labels-2/input.xml \ + test/xml-mapped/custom-labels-2/map.xml \ + test/xml-mapped/custom-labels/check.txt \ + test/xml-mapped/custom-labels/input.xml \ + test/xml-mapped/custom-labels/map.xml \ + test/xml-mapped/encoding/euc-jp.xml \ + test/xml-mapped/encoding/gbk.xml \ + test/xml-mapped/encoding/utf-8.xml \ + test/xml-mapped/fuel-economy/check-nomap.txt \ + test/xml-mapped/fuel-economy/check.txt \ + test/xml-mapped/fuel-economy/input.xml \ + test/xml-mapped/fuel-economy/map.xml \ + test/xml-mapped/invalids/map-defs/non-leaf-element-linked.xml \ + test/xml-mapped/invalids/map-defs/not-xml.xml \ + test/xml-mapped/nested-repeats-2/check-nomap.txt \ + test/xml-mapped/nested-repeats-2/check.txt \ + test/xml-mapped/nested-repeats-2/input.xml \ + test/xml-mapped/nested-repeats-2/map.xml \ + test/xml-mapped/nested-repeats-3/check-nomap.txt \ + test/xml-mapped/nested-repeats-3/check.txt \ + test/xml-mapped/nested-repeats-3/input.xml \ + test/xml-mapped/nested-repeats-3/map.xml \ + test/xml-mapped/nested-repeats-4/check-nomap.txt \ + test/xml-mapped/nested-repeats-4/check.txt \ + test/xml-mapped/nested-repeats-4/input.xml \ + test/xml-mapped/nested-repeats-4/map.xml \ + test/xml-mapped/nested-repeats/check-nomap.txt \ + test/xml-mapped/nested-repeats/check.txt \ + test/xml-mapped/nested-repeats/input.xml \ + test/xml-mapped/nested-repeats/map.xml \ + test/xml-structure/attribute-1/check.txt \ + test/xml-structure/attribute-1/input.xml \ + test/xml-structure/basic-1/check.txt \ + test/xml-structure/basic-1/input.xml \ + test/xml-structure/basic-2/check.txt \ + test/xml-structure/basic-2/input.xml \ + test/xml-structure/basic-3/check.txt \ + test/xml-structure/basic-3/input.xml \ + test/xml-structure/namespace-default/check.txt \ + test/xml-structure/namespace-default/input.xml \ + test/xml-structure/nested-repeat-1/check.txt \ + test/xml-structure/nested-repeat-1/input.xml \ + test/xml/bom/check.txt \ + test/xml/bom/input.xml \ + test/xml/cdata-1/check.txt \ + test/xml/cdata-1/input.xml \ + test/xml/custom-decl-1/check.txt \ + test/xml/custom-decl-1/input.xml \ + test/xml/default-ns/check.txt \ + test/xml/default-ns/input.xml \ + test/xml/doctype/html.xml \ + test/xml/encoded-attrs/test1.xml \ + test/xml/encoded-char/check.txt \ + test/xml/encoded-char/input.xml \ + test/xml/invalids/double-boms-and-invalid-byte.xml \ + test/xml/invalids/only-bom.xml \ + test/xml/invalids/only-double-boms.xml \ + test/xml/invalids/partial-attr-value-with-encoding-char.xml \ + test/xml/invalids/partial-open-element.xml \ + test/xml/no-decl-1/check.txt \ + test/xml/no-decl-1/input.xml \ + test/xml/ns-alias-1/check.txt \ + test/xml/ns-alias-1/input.xml \ + test/xml/osm/street-in-aizu.osm \ + test/xml/parse-only/rss/input.xml \ + test/xml/self-closing-root/check.txt \ + test/xml/self-closing-root/input.xml \ + test/xml/simple/check.txt \ + test/xml/simple/input.xml \ + test/xml/single-quote/check.txt \ + test/xml/single-quote/input.xml \ + test/xml/underscore-identifier/check.txt \ + test/xml/underscore-identifier/input.xml \ + test/xml/utf8-1/check.txt \ + test/xml/utf8-1/input.xml \ + test/xml/utf8-2/check.txt \ + test/xml/utf8-2/input.xml \ + test/xml/valids/double-boms.xml \ + test/yaml/basic1/input.yaml \ + test/yaml/basic2/input.yaml \ + test/yaml/basic3/input.yaml \ + test/yaml/boolean/input.yaml \ + test/yaml/empty-value-map-1/input.yaml \ + test/yaml/empty-value-map-2/input.yaml \ + test/yaml/empty-value-sequence-1/input.yaml \ + test/yaml/empty-value-sequence-2/input.yaml \ + test/yaml/invalids/1.yaml \ + test/yaml/invalids/2.yaml \ + test/yaml/invalids/3.yaml \ + test/yaml/literal-block-1/input.yaml \ + test/yaml/literal-block-2/input.yaml \ + test/yaml/map-key-1/input.yaml \ + test/yaml/multi-line-1/input.yaml \ + test/yaml/multi-line-2/input.yaml \ + test/yaml/null/input.yaml \ + test/yaml/quoted-string/input.yaml \ + test/yaml/swagger/input.yaml \ + test/yaml/url/input.yaml + +EXTRA_DIST = \ + CHANGELOG \ + LICENSE \ + README.md \ + liborcus.pc.in \ + autogen.sh \ + $(bin_data) \ + $(doc_data) \ + $(doc_example_data) \ + $(misc_data) \ + $(slickedit_data) \ + $(test_data) + +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +test/python/env.json: $(top_builddir)/config.status $(top_srcdir)/test/python/env.json.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool config.lt +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" +check-valgrind-local: +check-valgrind-memcheck-local: +check-valgrind-helgrind-local: +check-valgrind-drd-local: +check-valgrind-sgcheck-local: + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +check-valgrind: check-valgrind-recursive + +check-valgrind-am: check-valgrind-local + +check-valgrind-drd: check-valgrind-drd-recursive + +check-valgrind-drd-am: check-valgrind-drd-local + +check-valgrind-helgrind: check-valgrind-helgrind-recursive + +check-valgrind-helgrind-am: check-valgrind-helgrind-local + +check-valgrind-memcheck: check-valgrind-memcheck-recursive + +check-valgrind-memcheck-am: check-valgrind-memcheck-local + +check-valgrind-sgcheck: check-valgrind-sgcheck-recursive + +check-valgrind-sgcheck-am: check-valgrind-sgcheck-local + +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr \ + distclean-libtool distclean-local distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA + +.MAKE: $(am__recursive_targets) all install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am check-valgrind-am \ + check-valgrind-drd-am check-valgrind-drd-local \ + check-valgrind-helgrind-am check-valgrind-helgrind-local \ + check-valgrind-local check-valgrind-memcheck-am \ + check-valgrind-memcheck-local check-valgrind-sgcheck-am \ + check-valgrind-sgcheck-local clean clean-cscope clean-generic \ + clean-libtool cscope cscopelist-am ctags ctags-am dist \ + dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ + dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-local distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgconfigDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgconfigDATA + +.PRECIOUS: Makefile + + +.PHONY: distclean-local dist-hook doc-doxygen doc-sphinx doc + +distclean-local: + rm -rf *.pc + +dist-hook: + git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog + +doc-doxygen: + @echo "Building documentation by doxygen..." + @cd doc && doxygen doxygen.conf + +doc-sphinx: + @echo "Building documentation by sphinx..." + @sphinx-build -b html ./doc/ ./doc/_build + +doc: doc-doxygen doc-sphinx + +doc-clean: + @rm -rf ./doc/_build ./doc/_doxygen + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: |