From 1f2db4b97514439352949d85397d4db040dedbd1 Mon Sep 17 00:00:00 2001 From: lib Date: Wed, 28 Jun 2023 21:49:10 -0500 Subject: [PATCH] Added .gitignore and dropped files --- .gitignore | 60 + Makefile | 1304 - SETUP | 2 +- config.h | 633 - config.status | 2776 -- dap4_test/Makefile | 1269 - docs/Makefile | 847 - docs/images/Makefile | 613 - examples/C/Makefile | 1461 - examples/C/findplugin.sh | 125 - examples/C/run_par_test.sh | 12 - examples/CDL/Makefile | 986 - examples/Makefile | 792 - h5_test/Makefile | 1704 -- h5_test/run_par_tests.sh | 26 - hdf4_test/Makefile | 1342 - include/Makefile | 774 - include/netcdf_meta.h | 73 - libdap2/Makefile | 1014 - libdap4/Makefile | 1045 - libdispatch/Makefile | 1529 -- libhdf4/Makefile | 803 - libhdf5/Makefile | 1005 - liblib/Makefile | 915 - libncpoco/Makefile | 824 - libncxml/Makefile | 860 - libnczarr/Makefile | 1126 - libnetcdf.settings | 61 - libsrc/Makefile | 1103 - libsrc/ncx.c | 39535 ---------------------------- libsrc4/Makefile | 897 - libsrcp/Makefile | 793 - libtool | 12103 --------- nc-config | 283 - nc_perf/Makefile | 1631 -- nc_perf/run_gfs_test.sh | 12 - nc_perf/run_par_bm_test.sh | 30 - nc_test/Makefile | 2117 -- nc_test/run_pnetcdf_tests.sh | 27 - nc_test4/Makefile | 3154 --- nc_test4/findplugin.sh | 125 - nc_test4/run_par_test.sh | 70 - ncdap_test/Makefile | 1654 -- ncdap_test/expected3/Makefile | 638 - ncdap_test/expectremote3/Makefile | 632 - ncdap_test/testdata3/Makefile | 702 - ncdump/Makefile | 2105 -- ncdump/cdl/Makefile | 631 - ncdump/expected/Makefile | 628 - ncgen/Makefile | 1044 - ncgen3/Makefile | 1312 - nctest/Makefile | 1362 - nczarr_test/Makefile | 1928 -- nczarr_test/findplugin.sh | 125 - netcdf.pc | 13 - oc2/Makefile | 965 - plugins/Makefile | 1235 - plugins/findplugin.sh | 125 - postinstall.sh | 136 - test_common.sh | 189 - unit_test/Makefile | 1385 - 61 files changed, 61 insertions(+), 102609 deletions(-) delete mode 100644 Makefile delete mode 100644 config.h delete mode 100644 config.status delete mode 100644 dap4_test/Makefile delete mode 100644 docs/Makefile delete mode 100644 docs/images/Makefile delete mode 100644 examples/C/Makefile delete mode 100644 examples/C/findplugin.sh delete mode 100644 examples/C/run_par_test.sh delete mode 100644 examples/CDL/Makefile delete mode 100644 examples/Makefile delete mode 100644 h5_test/Makefile delete mode 100644 h5_test/run_par_tests.sh delete mode 100644 hdf4_test/Makefile delete mode 100644 include/Makefile delete mode 100644 include/netcdf_meta.h delete mode 100644 libdap2/Makefile delete mode 100644 libdap4/Makefile delete mode 100644 libdispatch/Makefile delete mode 100644 libhdf4/Makefile delete mode 100644 libhdf5/Makefile delete mode 100644 liblib/Makefile delete mode 100644 libncpoco/Makefile delete mode 100644 libncxml/Makefile delete mode 100644 libnczarr/Makefile delete mode 100644 libnetcdf.settings delete mode 100644 libsrc/Makefile delete mode 100644 libsrc/ncx.c delete mode 100644 libsrc4/Makefile delete mode 100644 libsrcp/Makefile delete mode 100644 libtool delete mode 100644 nc-config delete mode 100644 nc_perf/Makefile delete mode 100644 nc_perf/run_gfs_test.sh delete mode 100644 nc_perf/run_par_bm_test.sh delete mode 100644 nc_test/Makefile delete mode 100644 nc_test/run_pnetcdf_tests.sh delete mode 100644 nc_test4/Makefile delete mode 100644 nc_test4/findplugin.sh delete mode 100644 nc_test4/run_par_test.sh delete mode 100644 ncdap_test/Makefile delete mode 100644 ncdap_test/expected3/Makefile delete mode 100644 ncdap_test/expectremote3/Makefile delete mode 100644 ncdap_test/testdata3/Makefile delete mode 100644 ncdump/Makefile delete mode 100644 ncdump/cdl/Makefile delete mode 100644 ncdump/expected/Makefile delete mode 100644 ncgen/Makefile delete mode 100644 ncgen3/Makefile delete mode 100644 nctest/Makefile delete mode 100644 nczarr_test/Makefile delete mode 100644 nczarr_test/findplugin.sh delete mode 100644 netcdf.pc delete mode 100644 oc2/Makefile delete mode 100644 plugins/Makefile delete mode 100644 plugins/findplugin.sh delete mode 100644 postinstall.sh delete mode 100644 test_common.sh delete mode 100644 unit_test/Makefile diff --git a/.gitignore b/.gitignore index 59a9552..f98eb93 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,66 @@ comps.txt *.a *.la +Makefile +config.h +config.status +dap4_test/Makefile +docs/Makefile +docs/images/Makefile +examples/C/Makefile +examples/C/findplugin.sh +examples/C/run_par_test.sh +examples/CDL/Makefile +examples/Makefile +h5_test/Makefile +h5_test/run_par_tests.sh +hdf4_test/Makefile +include/Makefile +include/netcdf_meta.h +libdap2/Makefile +libdap4/Makefile +libdispatch/Makefile +libhdf4/Makefile +libhdf5/Makefile +liblib/Makefile +libncpoco/Makefile +libncxml/Makefile +libnczarr/Makefile +libnetcdf.settings +libsrc/Makefile +libsrc/ncx.c +libsrc4/Makefile +libsrcp/Makefile +libtool +nc-config +nc_perf/Makefile +nc_perf/run_gfs_test.sh +nc_perf/run_par_bm_test.sh +nc_test/Makefile +nc_test/run_pnetcdf_tests.sh +nc_test4/Makefile +nc_test4/findplugin.sh +nc_test4/run_par_test.sh +ncdap_test/Makefile +ncdap_test/expected3/Makefile +ncdap_test/expectremote3/Makefile +ncdap_test/testdata3/Makefile +ncdump/Makefile +ncdump/cdl/Makefile +ncdump/expected/Makefile +ncgen/Makefile +ncgen3/Makefile +nctest/Makefile +nczarr_test/Makefile +nczarr_test/findplugin.sh +netcdf.pc +oc2/Makefile +plugins/Makefile +plugins/findplugin.sh +postinstall.sh +test_common.sh +unit_test/Makefile + examples/C/.libs/ examples/C/classic.nc examples/C/filter_example diff --git a/Makefile b/Makefile deleted file mode 100644 index 4240835..0000000 --- a/Makefile +++ /dev/null @@ -1,1304 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2005-2018, see the COPYRIGHT file for more information. - -# This is the main automake file for netCDF. It builds the different -# netcdf directories. Not all directories are built, depending on the -# options selected during configure. - -# Ed Hartnett, Ward Fisher - - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.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_common.sh nc-config netcdf.pc \ - libnetcdf.settings postinstall.sh -CONFIG_CLEAN_VPATH_FILES = -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)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \ - "$(DESTDIR)$(settingsdir)" -SCRIPTS = $(bin_SCRIPTS) -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -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 -DATA = $(pkgconfig_DATA) $(settings_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 = include libncxml libdispatch libsrc libsrc4 libsrcp \ - libhdf4 libhdf5 oc2 libdap2 libdap4 libncpoco libnczarr liblib \ - ncgen3 ncgen ncdump plugins h5_test unit_test nctest nc_test \ - nc_test4 nc_perf hdf4_test ncdap_test dap4_test nczarr_test \ - docs examples -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(srcdir)/libnetcdf.settings.in $(srcdir)/nc-config.in \ - $(srcdir)/netcdf.pc.in $(srcdir)/postinstall.sh.in \ - $(srcdir)/test_common.in INSTALL.md README.md compile \ - config.guess config.sub 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).zip -GZIP_ENV = --best -DIST_TARGETS = dist-gzip dist-zip -# 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 = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = -top_builddir = . -top_srcdir = . -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck - -# This directory stores libtool macros, put there by aclocal. -ACLOCAL_AMFLAGS = -I m4 - -# Turn off plugin directory during distcheck, see -# comment thread at https://github.com/Unidata/netcdf-c/pull/2348 -# for more information. -AM_DISTCHECK_CONFIGURE_FLAGS = --without-plugin-dir - -# These files get added to the distribution. -EXTRA_DIST = README.md COPYRIGHT INSTALL.md test_prog.c lib_flags.am \ -cmake CMakeLists.txt COMPILE.cmake.txt config.h.cmake.in \ -cmake_uninstall.cmake.in FixBundle.cmake.in nc-config.cmake.in \ -RELEASE_NOTES.md CTestCustom.cmake CTestConfig.cmake.in \ -libnetcdf.settings.in netCDFConfig.cmake.in CMakeInstallation.cmake \ -test-driver-verbose test_common.in fuzz - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = netcdf.pc - -# Does the user want to build and run unit tests? -UNIT_TEST = unit_test - -# Does the user want to build the V2 API? -V2_TEST = nctest - -# Does the user want to build ncgen/ncdump? -NCGEN3 = ncgen3 -NCGEN = ncgen -NCDUMP = ncdump - -# Does the user want to build the examples? -EXAMPLES = examples - -# Is the user building netCDF-4? -LIBSRC4_DIR = libsrc4 - -# Is the user building with HDF5? -# Note that USE_HDF5 does not imply USE_NETCDF4 -H5_TEST_DIR = h5_test -LIBHDF5 = libhdf5 -NC_TEST4 = nc_test4 - -# Build the dap2 client -OCLIB = oc2 -DAP2 = libdap2 -NCDAP2TESTDIR = ncdap_test -DAP4 = libdap4 -XML = libncxml -NCDAP4TESTDIR = dap4_test - -# Build PnetCDF -#LIBSRCP = libsrcp - -# Build HDF4 if desired. -#HDF4_TEST_DIR = hdf4_test -#LIBHDF4 = libhdf4 - -# Build Plugin support -NCPOCO = libncpoco - -# Build Cloud Storage if desired. -ZARR_TEST_DIR = nczarr_test -ZARR = libnczarr - -# Optionally build test plugins -PLUGIN_DIR = plugins - -# If benchmarks were turned on, build and run a bunch more tests. -#BENCHMARKS_DIR = nc_perf - -# Define Test directories -TESTDIRS = $(H5_TEST_DIR) $(UNIT_TEST) $(V2_TEST) \ - nc_test $(NC_TEST4) $(BENCHMARKS_DIR) \ - $(HDF4_TEST_DIR) $(NCDAP2TESTDIR) \ - $(NCDAP4TESTDIR) ${ZARR_TEST_DIR} - -# This is the list of subdirs for which Makefiles will be constructed -# and run. ncgen must come before ncdump, because their tests -# depend on it. -SUBDIRS = include ${XML} libdispatch libsrc $(LIBSRC4_DIR) \ -$(LIBSRCP) $(LIBHDF4) $(LIBHDF5) $(OCLIB) $(DAP2) ${DAP4} \ -${NCPOCO} ${ZARR} liblib \ -$(NCGEN3) $(NCGEN) $(NCDUMP) ${PLUGIN_DIR} $(TESTDIRS) docs \ -$(EXAMPLES) - - -# Remove these generated files, for a distclean. -DISTCLEANFILES = VERSION comps.txt test_prog libnetcdf.settings \ -test_common.sh - - -# The nc-config script helps the user build programs with netCDF. -bin_SCRIPTS = nc-config - -# install libnetcdf.settings in lib directory. -settingsdir = $(libdir) -settings_DATA = libnetcdf.settings - -#### -# Provide an entry to rebuild all the m4 generated files -# List of files to create: WARNING leave off the extension -#### -MM4 = ./nc_test/test_put ./nc_test/test_get ./nc_test/test_write \ - ./nc_test/test_read ./libsrc/netcdf ./libsrc/putget ./libsrc/ncx \ - ./libsrc/t_ncxx ./libsrc/attr - -# Remove the VERSION file -CLEANFILES = VERSION -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_common.sh: $(top_builddir)/config.status $(srcdir)/test_common.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -nc-config: $(top_builddir)/config.status $(srcdir)/nc-config.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -netcdf.pc: $(top_builddir)/config.status $(srcdir)/netcdf.pc.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -libnetcdf.settings: $(top_builddir)/config.status $(srcdir)/libnetcdf.settings.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -postinstall.sh: $(top_builddir)/config.status $(srcdir)/postinstall.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -install-binSCRIPTS: $(bin_SCRIPTS) - @$(NORMAL_INSTALL) - @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n' \ - -e 'h;s|.*|.|' \ - -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) { files[d] = files[d] " " $$1; \ - if (++n[d] == $(am__install_max)) { \ - print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ - else { print "f", d "/" $$4, $$1 } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 's,.*/,,;$(transform)'`; \ - dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) - -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) -install-settingsDATA: $(settings_DATA) - @$(NORMAL_INSTALL) - @list='$(settings_DATA)'; test -n "$(settingsdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(settingsdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(settingsdir)" || 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)$(settingsdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(settingsdir)" || exit $$?; \ - done - -uninstall-settingsDATA: - @$(NORMAL_UNINSTALL) - @list='$(settings_DATA)'; test -n "$(settingsdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(settingsdir)'; $(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 - -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 $(SCRIPTS) $(DATA) config.h all-local -installdirs: installdirs-recursive -installdirs-am: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(settingsdir)"; 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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -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-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: install-pkgconfigDATA install-settingsDATA - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: install-binSCRIPTS - -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-binSCRIPTS uninstall-pkgconfigDATA \ - uninstall-settingsDATA - -.MAKE: $(am__recursive_targets) all install-am install-data-am \ - install-strip - -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ - 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-lzip dist-shar dist-tarZ \ - dist-xz dist-zip dist-zstd distcheck distclean \ - distclean-generic distclean-hdr distclean-libtool \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-binSCRIPTS install-data install-data-am \ - install-data-hook 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-settingsDATA 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-binSCRIPTS uninstall-pkgconfigDATA \ - uninstall-settingsDATA - -.PRECIOUS: Makefile - - -mm4:: - for m in ${MM4} ; do \ - b=`basename $$m` ; d=`dirname $$m`;\ - pushd $$d; m4 -s $${b}.m4 > $${b}.c ; popd; done - -##### -# If ENABLE_FORTRAN was turned on, -# we have new make targets, build-netcdf-fortran and -# install-netcdf-fortran. -##### - -### -# build-netcdf-fortran -### - -#build-netcdf-fortran: -# echo "Downloading and Building NetCDF-Fortran" -# chmod u+x $(abs_top_builddir)/postinstall.sh -# sh -c "$(abs_top_builddir)/postinstall.sh -t autotools -a build" - -### -# install-netcdf-fortran -### -#install-netcdf-fortran: -# echo "Installing NetCDF-Fortran" -# chmod u+x $(abs_top_builddir)/postinstall.sh -# sh -c "$(abs_top_builddir)/postinstall.sh -t autotools -a install" - -check_nc_config: - $(CC) `./nc-config --cflags` test_prog.c -o test_prog `./nc-config --libs` - ./test_prog - -install-data-hook: - - @echo '' - @echo '+-------------------------------------------------------------+' - @echo '| Congratulations! You have successfully installed netCDF! |' - @echo '| |' - @echo '| You can use script "nc-config" to find out the relevant |' - @echo '| compiler options to build your application. Enter |' - @echo '| |' - @echo '| nc-config --help |' - @echo '| |' - @echo '| for additional information. |' - @echo '| |' - @echo '| CAUTION: |' - @echo '| |' - @echo '| If you have not already run "make check", then we strongly |' - @echo '| recommend you do so. It does not take very long. |' - @echo '| |' - @echo '| Before using netCDF to store important data, test your |' - @echo '| build with "make check". |' - @echo '| |' - @echo '| NetCDF is tested nightly on many platforms at Unidata |' - @echo '| but your platform is probably different in some ways. |' - @echo '| |' - @echo '| If any tests fail, please see the netCDF web site: |' - @echo '| https://www.unidata.ucar.edu/software/netcdf/ |' - @echo '| |' - @echo '| NetCDF is developed and maintained at the Unidata Program |' - @echo '| Center. Unidata provides a broad array of data and software |' - @echo '| tools for use in geoscience education and research. |' - @echo '| https://www.unidata.ucar.edu |' - @echo '+-------------------------------------------------------------+' - @echo '' - -# Create the VERSION file after the build -# in case it is being used by packagers -all-local: liblib/libnetcdf.la - echo ${PACKAGE_VERSION} > VERSION - -# 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: diff --git a/SETUP b/SETUP index 85fe716..cccd235 100755 --- a/SETUP +++ b/SETUP @@ -11,5 +11,5 @@ cd $(dirname $0) libname=$(basename $(pwd)) CPPFLAGS="-I$3/include -I$2/include" LDFLAGS="-L$3/lib -L$2/lib" ./configure --prefix="$1" --disable-libxml2 --disable-dap --disable-byterange make all -j8 -make check +# make check make install diff --git a/config.h b/config.h deleted file mode 100644 index d531b36..0000000 --- a/config.h +++ /dev/null @@ -1,633 +0,0 @@ -/* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* Define if building universal (internal helper macro) */ -/* #undef AC_APPLE_UNIVERSAL_BUILD */ - -/* If true, will attempt to download and build netcdf-fortran. */ -/* #undef BUILD_FORTRAN */ - -/* default file chunk cache nelems. */ -#define CHUNK_CACHE_NELEMS 4133 - -/* default file chunk cache preemption policy. */ -#define CHUNK_CACHE_PREEMPTION 0.75 - -/* default file chunk cache size in bytes. */ -#define CHUNK_CACHE_SIZE 16777216 - -/* default nczarr chunk cache size. */ -#define CHUNK_CACHE_SIZE_NCZARR 4194304 - -/* Define to 1 if using 'alloca.c'. */ -/* #undef C_ALLOCA */ - -/* num chunks in default per-var chunk cache. */ -#define DEFAULT_CHUNKS_IN_CACHE 10 - -/* default chunk size in bytes */ -#define DEFAULT_CHUNK_SIZE 4194304 - -/* If true, enable nc_finalize via atexit() */ -#define ENABLE_ATEXIT_FINALIZE 1 - -/* if true, support byte-range read of remote datasets. */ -#define ENABLE_BYTERANGE 1 - -/* if true, enable CDF5 Support */ -#define ENABLE_CDF5 1 - -/* if true, build DAP Client */ -#define ENABLE_DAP 1 - -/* if true, build DAP4 Client */ -#define ENABLE_DAP4 1 - -/* if true, do remote tests */ -/* #undef ENABLE_DAP_REMOTE_TESTS */ - -/* if true, do remote external tests */ -/* #undef ENABLE_EXTERNAL_SERVER_TESTS */ - -/* if true, support byte-range using hdf5 virtual file driver. */ -/* #undef ENABLE_HDF5_ROS3 */ - -/* if true, build NCZarr Client */ -#define ENABLE_NCZARR 1 - -/* if true, enable NCZarr filters */ -#define ENABLE_NCZARR_FILTERS 1 - -/* if true, build libnczarr with S3 tests enabled */ -/* #undef ENABLE_NCZARR_S3_TESTS */ - -/* If true, then libzip found */ -/* #undef ENABLE_NCZARR_ZIP */ - -/* if true, support dynamically loaded plugins */ -#define ENABLE_PLUGINS 1 - -/* if true, enable quantize support */ -#define ENABLE_QUANTIZE 1 - -/* if true, build netcdf-c with S3 support enabled */ -/* #undef ENABLE_S3 */ - -/* If true, then S3 sdk was found */ -/* #undef ENABLE_S3_SDK */ - -/* If true, define nc_set_log_level. */ -#define ENABLE_SET_LOG_LEVEL 1 - -/* if true, use _FillValue for NC_ERANGE data elements */ -/* #undef ERANGE_FILL */ - -/* use HDF5 1.6 API */ -#define H5_USE_16_API 1 - -/* if true, multi-filter support enabled */ -#define HAS_MULTIFILTERS 1 - -/* Define to 1 if you have 'alloca', as a function or macro. */ -#define HAVE_ALLOCA 1 - -/* Define to 1 if works. */ -#define HAVE_ALLOCA_H 1 - -/* Define to 1 if you have the `atexit' function. */ -#define HAVE_ATEXIT 1 - -/* if true, blosc library is available */ -/* #undef HAVE_BLOSC */ - -/* if true, bz2 library is installed */ -#define HAVE_BZ2 1 - -/* Define to 1 if you have the `clock_gettime' function. */ -#define HAVE_CLOCK_GETTIME 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_CTYPE_H 1 - -/* Is CURLINFO_RESPONSE_CODE defined */ -#define HAVE_CURLINFO_RESPONSE_CODE 1 - -/* Is CURLOPT_BUFFERSIZE defined */ -#define HAVE_CURLOPT_BUFFERSIZE 1 - -/* Is CURLOPT_TCP_KEEPALIVE defined */ -#define HAVE_CURLOPT_KEEPALIVE 1 - -/* Is CURLOPT_KEYPASSWD defined */ -#define HAVE_CURLOPT_KEYPASSWD 1 - -/* Is CURLOPT_PASSWORD defined */ -#define HAVE_CURLOPT_PASSWORD 1 - -/* Is CURLOPT_USERNAME defined */ -#define HAVE_CURLOPT_USERNAME 1 - -/* Define to 1 if you have the declaration of `isfinite', and to 0 if you - don't. */ -#define HAVE_DECL_ISFINITE 1 - -/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. - */ -#define HAVE_DECL_ISINF 1 - -/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. - */ -#define HAVE_DECL_ISNAN 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRENT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_EXECINFO_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have the `fileno' function. */ -#define HAVE_FILENO 1 - -/* Define to 1 if you have the `fsync' function. */ -#define HAVE_FSYNC 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FTW_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_GETOPT_H 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define to 1 if you have the `getrlimit' function. */ -#define HAVE_GETRLIMIT 1 - -/* Define to 1 if you have the `gettimeofday' function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define to 1 if you have the `H5Literate' function. */ -/* #undef HAVE_H5LITERATE */ - -/* Define to 1 if you have the `H5Pget_fapl_mpio' function. */ -/* #undef HAVE_H5PGET_FAPL_MPIO */ - -/* Define to 1 if you have the `H5Pset_all_coll_metadata_ops' function. */ -/* #undef HAVE_H5PSET_ALL_COLL_METADATA_OPS */ - -/* Define to 1 if you have the `H5Pset_deflate' function. */ -#define HAVE_H5PSET_DEFLATE 1 - -/* if true, compile in szip compression in netCDF-4 variables */ -/* #undef HAVE_H5Z_SZIP */ - -/* Define to 1 if you have the header file. */ -#define HAVE_HDF5_H 1 - -/* Define to 1 if the system has the type `int64'. */ -/* #undef HAVE_INT64 */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* Is libcurl version 7.66 or later */ -/* #undef HAVE_LIBCURL_766 */ - -/* Define to 1 if you have the `df' library (-ldf). */ -/* #undef HAVE_LIBDF */ - -/* Define to 1 if you have the header file. */ -#define HAVE_LIBGEN_H 1 - -/* Define to 1 if you have the `jpeg' library (-ljpeg). */ -/* #undef HAVE_LIBJPEG */ - -/* Define to 1 if you have the `m' library (-lm). */ -#define HAVE_LIBM 1 - -/* Define to 1 if you have the `mfhdf' library (-lmfhdf). */ -/* #undef HAVE_LIBMFHDF */ - -/* Define to 1 if you have the `pnetcdf' library (-lpnetcdf). */ -/* #undef HAVE_LIBPNETCDF */ - -/* if true, use libxml2 */ -#define HAVE_LIBXML2 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if the system has the type `longlong'. */ -/* #undef HAVE_LONGLONG */ - -/* Define to 1 if the system has the type `long long int'. */ -#define HAVE_LONG_LONG_INT 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define to 1 if you have the `memmove' function. */ -#define HAVE_MEMMOVE 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_MFHDF_H */ - -/* Define to 1 if you have the `mkstemp' function. */ -#define HAVE_MKSTEMP 1 - -/* Define to 1 if you have the `mktemp' function. */ -#define HAVE_MKTEMP 1 - -/* Define to 1 if you have the `mmap' function. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `MPI_Comm_f2c' function. */ -/* #undef HAVE_MPI_COMM_F2C */ - -/* Define to 1 if you have the `MPI_Info_f2c' function. */ -/* #undef HAVE_MPI_INFO_F2C */ - -/* Define to 1 if you have the `mremap' function. */ -#define HAVE_MREMAP 1 - -/* Define to 1 if the system has the type `ptrdiff_t'. */ -#define HAVE_PTRDIFF_T 1 - -/* Define to 1 if you have the `random' function. */ -#define HAVE_RANDOM 1 - -/* Define to 1 if the system has the type `schar'. */ -/* #undef HAVE_SCHAR */ - -/* Define to 1 if the system has the type `size64_t'. */ -/* #undef HAVE_SIZE64_T */ - -/* Define to 1 if the system has the type `size_t'. */ -#define HAVE_SIZE_T 1 - -/* Define to 1 if you have the `snprintf' function. */ -#define HAVE_SNPRINTF 1 - -/* Define to 1 if the system has the type `ssize64_t'. */ -/* #undef HAVE_SSIZE64_T */ - -/* Define to 1 if the system has the type `ssize_t'. */ -#define HAVE_SSIZE_T 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDARG_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDIO_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strdup' function. */ -#define HAVE_STRDUP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strlcat' function. */ -/* #undef HAVE_STRLCAT */ - -/* Define to 1 if you have the `strncasecmp' function. */ -#define HAVE_STRNCASECMP 1 - -/* Define to 1 if you have the `strtoll' function. */ -#define HAVE_STRTOLL 1 - -/* Define to 1 if you have the `strtoull' function. */ -#define HAVE_STRTOULL 1 - -/* Define to 1 if `st_blksize' is a member of `struct stat'. */ -#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 - -/* Define to 1 if the system has the type `struct timespec'. */ -#define HAVE_STRUCT_TIMESPEC 1 - -/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use - `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define to 1 if you have the `sysconf' function. */ -#define HAVE_SYSCONF 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* if true, libsz (==szip) is available */ -#define HAVE_SZ 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_TIME_H 1 - -/* Define to 1 if the system has the type `uchar'. */ -/* #undef HAVE_UCHAR */ - -/* Define to 1 if the system has the type `uint'. */ -#define HAVE_UINT 1 - -/* Define to 1 if the system has the type `uint64'. */ -/* #undef HAVE_UINT64 */ - -/* Define to 1 if the system has the type `uint64_t'. */ -#define HAVE_UINT64_T 1 - -/* Define to 1 if the system has the type `uintptr_t'. */ -#define HAVE_UINTPTR_T 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if the system has the type `unsigned long long int'. */ -#define HAVE_UNSIGNED_LONG_LONG_INT 1 - -/* Define to 1 if the system has the type `ushort'. */ -#define HAVE_USHORT 1 - -/* if true, zstd library is available */ -/* #undef HAVE_ZSTD */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ZSTD_H */ - -/* Define to 1 if the system has the type `_off64_t'. */ -/* #undef HAVE__OFF64_T */ - -/* if true, use collective metadata ops in parallel netCDF-4 */ -/* #undef HDF5_HAS_COLL_METADATA_OPS */ - -/* if true, hdf5 has parallelism enabled */ -/* #undef HDF5_PARALLEL */ - -/* if true, HDF5 is at least version 1.10.3 and allows parallel I/O with zip - */ -#define HDF5_SUPPORTS_PAR_FILTERS 1 - -/* if true, HDF5 paths can be utf-8 */ -#define HDF5_UTF8_PATHS 1 - -/* if true, include jna bug workaround code */ -/* #undef JNA */ - -/* do large file tests */ -/* #undef LARGE_FILE_TESTS */ - -/* If true, turn on logging. */ -/* #undef LOGGING */ - -/* Define to the sub-directory where libtool stores uninstalled libraries. */ -#define LT_OBJDIR ".libs/" - -/* max size of the default per-var chunk cache. */ -#define MAX_DEFAULT_CACHE_SIZE 67108864 - -/* min blocksize for posixio. */ -#define NCIO_MINBLOCKSIZE 256 - -/* Extra pairs for _NCProperties */ -#define NCPROPERTIES_EXTRA "" - -/* Dispatch table version. */ -#define NC_DISPATCH_VERSION 5 - -/* no IEEE float on this platform */ -/* #undef NO_IEEE_FLOAT */ - -/* do not build the netCDF version 2 API */ -/* #undef NO_NETCDF_2 */ - -/* Name of package */ -#define PACKAGE "netcdf-c" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "support-netcdf@unidata.ucar.edu" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "netCDF" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "netCDF 4.9.2" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "netcdf-c" - -/* Define to the home page for this package. */ -#define PACKAGE_URL "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "4.9.2" - -/* dreg.c usable */ -/* #undef REGEDIT */ - -/* the testservers for remote tests. */ -#define REMOTETESTSERVERS "remotetest.unidata.ucar.edu" - -/* The size of `double', as computed by sizeof. */ -#define SIZEOF_DOUBLE 8 - -/* The size of `float', as computed by sizeof. */ -#define SIZEOF_FLOAT 4 - -/* The size of `int', as computed by sizeof. */ -#define SIZEOF_INT 4 - -/* The size of `long', as computed by sizeof. */ -#define SIZEOF_LONG 8 - -/* The size of `long long', as computed by sizeof. */ -#define SIZEOF_LONG_LONG 8 - -/* The size of `off_t', as computed by sizeof. */ -#define SIZEOF_OFF_T 8 - -/* The size of `short', as computed by sizeof. */ -#define SIZEOF_SHORT 2 - -/* The size of `size_t', as computed by sizeof. */ -#define SIZEOF_SIZE_T 8 - -/* The size of `ssize_t', as computed by sizeof. */ -#define SIZEOF_SSIZE_T 8 - -/* The size of `uchar', as computed by sizeof. */ -/* #undef SIZEOF_UCHAR */ - -/* The size of `uint', as computed by sizeof. */ -#define SIZEOF_UINT 4 - -/* The size of `unsigned char', as computed by sizeof. */ -#define SIZEOF_UNSIGNED_CHAR 1 - -/* The size of `unsigned int', as computed by sizeof. */ -/* #undef SIZEOF_UNSIGNED_INT */ - -/* The size of `unsigned long long', as computed by sizeof. */ -#define SIZEOF_UNSIGNED_LONG_LONG 8 - -/* The size of `unsigned short int', as computed by sizeof. */ -/* #undef SIZEOF_UNSIGNED_SHORT_INT */ - -/* The size of `ushort', as computed by sizeof. */ -#define SIZEOF_USHORT 2 - -/* The size of `void*', as computed by sizeof. */ -#define SIZEOF_VOIDP 8 - -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at runtime. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -/* #undef STACK_DIRECTION */ - -/* Define to 1 if all of the C90 standard headers exist (not just the ones - required in a freestanding environment). This macro is provided for - backward compatibility; new code need not use it. */ -/* #undef STDC_HEADERS */ - -/* Place to put very large netCDF test files. */ -#define TEMP_LARGE "." - -/* dispatch table for user-defined format 0. */ -/* #undef UDF0_DISPATCH */ - -/* function to get dispatch table for user-defined format 0. */ -/* #undef UDF0_DISPATCH_FUNC */ - -/* dispatch table for user-defined format 1. */ -/* #undef UDF1_DISPATCH */ - -/* function to get dispatch table for user-defined format 1. */ -/* #undef UDF1_DISPATCH_FUNC */ - -/* if true, build DAP Client */ -#define USE_DAP 1 - -/* set this to use extreme numbers in tests */ -#define USE_EXTREME_NUMBERS 1 - -/* if true, use ffio instead of posixio */ -/* #undef USE_FFIO */ - -/* if true, include experimental fsync code */ -/* #undef USE_FSYNC */ - -/* if true, use HDF4 too */ -/* #undef USE_HDF4 */ - -/* If true, use use wget to fetch some sample HDF4 data, and then test against - it. */ -/* #undef USE_HDF4_FILE_TESTS */ - -/* if true, use HDF5 */ -#define USE_HDF5 1 - -/* if true, use mmap for in-memory files */ -/* #undef USE_MMAP */ - -/* if true, build netCDF-4 */ -#define USE_NETCDF4 1 - -/* build the netCDF version 2 API */ -#define USE_NETCDF_2 1 - -/* if true, PnetCDF or parallel netcdf-4 is in use */ -/* #undef USE_PARALLEL */ - -/* if true, parallel netcdf-4 is in use */ -/* #undef USE_PARALLEL4 */ - -/* if true, PnetCDF is used */ -/* #undef USE_PNETCDF */ - -/* if true, use stdio instead of posixio */ -/* #undef USE_STDIO */ - -/* if true, enable strict null byte header padding */ -/* #undef USE_STRICT_NULL_BYTE_HEADER_PADDING */ - -/* if true, use user-defined format 0 in utilities */ -/* #undef USE_UDF0 */ - -/* if true, use user-defined format 1 in utilities */ -/* #undef USE_UDF1 */ - -/* Version number of package */ -#define VERSION "4.9.2" - -/* windows version build */ -#define WINVERBUILD 0 - -/* windows version major */ -#define WINVERMAJOR 0 - -/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel). */ -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -/* # undef WORDS_BIGENDIAN */ -# endif -#endif - -/* Number of bits in a file offset, on hosts where this is settable. */ -/* #undef _FILE_OFFSET_BITS */ - -/* Define for large files, on AIX-style hosts. */ -/* #undef _LARGE_FILES */ - -/* Define to 1 if type `char' is unsigned and your compiler does not - predefine this macro. */ -#ifndef __CHAR_UNSIGNED__ -/* # undef __CHAR_UNSIGNED__ */ -#endif - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `long int' if does not define. */ -/* #undef off_t */ - -/* Define to `unsigned int' if does not define. */ -/* #undef size_t */ - -/* Define to the type of an unsigned integer type wide enough to hold a - pointer, if such a type exists, and if the system does not define it. */ -/* #undef uintptr_t */ - -#include "ncconfigure.h" diff --git a/config.status b/config.status deleted file mode 100644 index 4e2bd55..0000000 --- a/config.status +++ /dev/null @@ -1,2776 +0,0 @@ -#! /bin/bash -# Generated by configure. -# Run this file to recreate the current configuration. -# Compiler output produced by configure, useful for debugging -# configure, is in config.log if it exists. - -debug=false -ac_cs_recheck=false -ac_cs_silent=false - -SHELL=${CONFIG_SHELL-/bin/bash} -export SHELL -## -------------------- ## -## M4sh Initialization. ## -## -------------------- ## - -# Be more Bourne compatible -DUALCASE=1; export DUALCASE # for MKS sh -as_nop=: -if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 -then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else $as_nop - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi - - - -# Reset variables that may have inherited troublesome values from -# the environment. - -# IFS needs to be set, to space, tab, and newline, in precisely that order. -# (If _AS_PATH_WALK were called with IFS unset, it would have the -# side effect of setting IFS to empty, thus disabling word splitting.) -# Quoting is to prevent editors from complaining about space-tab. -as_nl=' -' -export as_nl -IFS=" "" $as_nl" - -PS1='$ ' -PS2='> ' -PS4='+ ' - -# Ensure predictable behavior from utilities with locale-dependent output. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# We cannot yet rely on "unset" to work, but we need these variables -# to be unset--not just set to an empty or harmless value--now, to -# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct -# also avoids known problems related to "unset" and subshell syntax -# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). -for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH -do eval test \${$as_var+y} \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done - -# Ensure that fds 0, 1, and 2 are open. -if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi -if (exec 3>&2) ; then :; else exec 2>/dev/null; fi - -# The user is always right. -if ${PATH_SEPARATOR+false} :; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - - -# Find who we are. Look in the path if we contain no directory separator. -as_myself= -case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - test -r "$as_dir$0" && as_myself=$as_dir$0 && break - done -IFS=$as_save_IFS - - ;; -esac -# We did not find ourselves, most probably we were run as `sh COMMAND' -# in which case we are not to be found in the path. -if test "x$as_myself" = x; then - as_myself=$0 -fi -if test ! -f "$as_myself"; then - printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 -fi - - - -# as_fn_error STATUS ERROR [LINENO LOG_FD] -# ---------------------------------------- -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with STATUS, using 1 if that was 0. -as_fn_error () -{ - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - printf "%s\n" "$as_me: error: $2" >&2 - as_fn_exit $as_status -} # as_fn_error - - - -# as_fn_set_status STATUS -# ----------------------- -# Set $? to STATUS, without forking. -as_fn_set_status () -{ - return $1 -} # as_fn_set_status - -# as_fn_exit STATUS -# ----------------- -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -as_fn_exit () -{ - set +e - as_fn_set_status $1 - exit $1 -} # as_fn_exit - -# as_fn_unset VAR -# --------------- -# Portably unset VAR. -as_fn_unset () -{ - { eval $1=; unset $1;} -} -as_unset=as_fn_unset - -# as_fn_append VAR VALUE -# ---------------------- -# Append the text in VALUE to the end of the definition contained in VAR. Take -# advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive -# implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null -then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' -else $as_nop - as_fn_append () - { - eval $1=\$$1\$2 - } -fi # as_fn_append - -# as_fn_arith ARG... -# ------------------ -# Perform arithmetic evaluation on the ARGs, and store the result in the -# global $as_val. Take advantage of shells that can avoid forks. The arguments -# must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null -then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' -else $as_nop - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } -fi # as_fn_arith - - -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -printf "%s\n" X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - - -# Determine whether it's possible to make 'echo' print without a newline. -# These variables are no longer used directly by Autoconf, but are AC_SUBSTed -# for compatibility with existing Makefiles. -ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in #((((( --n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; -*) - ECHO_N='-n';; -esac - -# For backward compatibility with old third-party macros, we provide -# the shell variables $as_echo and $as_echo_n. New code should use -# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. -as_echo='printf %s\n' -as_echo_n='printf %s' - -rm -f conf$$ conf$$.exe conf$$.file -if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file -else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null -fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -pR' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -pR' - fi -else - as_ln_s='cp -pR' -fi -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -rmdir conf$$.dir 2>/dev/null - - -# as_fn_mkdir_p -# ------------- -# Create "$as_dir" as a directory, including parents if necessary. -as_fn_mkdir_p () -{ - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -printf "%s\n" X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - -} # as_fn_mkdir_p -if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - - -# as_fn_executable_p FILE -# ----------------------- -# Test if FILE is an executable regular file. -as_fn_executable_p () -{ - test -f "$1" && test -x "$1" -} # as_fn_executable_p -as_test_x='test -x' -as_executable_p=as_fn_executable_p - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -exec 6>&1 -## ----------------------------------- ## -## Main body of $CONFIG_STATUS script. ## -## ----------------------------------- ## -# Save the log message, to keep $0 and so on meaningful, and to -# report actual input values of CONFIG_FILES etc. instead of their -# values after options handling. -ac_log=" -This file was extended by netCDF $as_me 4.9.2, which was -generated by GNU Autoconf 2.71. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - -on `(hostname || uname -n) 2>/dev/null | sed 1q` -" - -# Files that config.status was made for. -config_files=" test_common.sh:test_common.in nc_test4/findplugin.sh:nc_test4/findplugin.in nczarr_test/findplugin.sh:nc_test4/findplugin.in plugins/findplugin.sh:nc_test4/findplugin.in examples/C/findplugin.sh:nc_test4/findplugin.in ncdap_test/findtestserver.c:ncdap_test/findtestserver.c.in nc_test/run_pnetcdf_tests.sh:nc_test/run_pnetcdf_tests.sh.in dap4_test/findtestserver4.c:ncdap_test/findtestserver.c.in dap4_test/pingurl4.c:ncdap_test/pingurl.c h5_test/run_par_tests.sh nc_test4/run_par_test.sh nc_perf/run_par_bm_test.sh nc_perf/run_gfs_test.sh nczarr_test/timer_utils.h:unit_test/timer_utils.h nczarr_test/timer_utils.c:unit_test/timer_utils.c nczarr_test/test_filter.c:nc_test4/test_filter.c nczarr_test/test_filter_misc.c:nc_test4/test_filter_misc.c nczarr_test/tst_multifilter.c:nc_test4/tst_multifilter.c nczarr_test/test_filter_repeat.c:nc_test4/test_filter_repeat.c nczarr_test/test_filter_order.c:nc_test4/test_filter_order.c examples/C/run_par_test.sh nc-config Makefile netcdf.pc libnetcdf.settings postinstall.sh include/netcdf_meta.h include/netcdf_dispatch.h include/Makefile h5_test/Makefile hdf4_test/Makefile libsrc/Makefile libsrc4/Makefile libhdf5/Makefile libsrcp/Makefile ncdump/Makefile ncgen3/Makefile ncgen/Makefile examples/Makefile examples/C/Makefile examples/CDL/Makefile oc2/Makefile libdap2/Makefile libdap4/Makefile libhdf4/Makefile libnczarr/Makefile libncpoco/Makefile libncxml/Makefile libdispatch/Makefile liblib/Makefile ncdump/cdl/Makefile ncdump/expected/Makefile docs/Makefile docs/images/Makefile unit_test/Makefile nctest/Makefile nc_test4/Makefile nc_perf/Makefile nc_test/Makefile ncdap_test/Makefile ncdap_test/testdata3/Makefile ncdap_test/expected3/Makefile ncdap_test/expectremote3/Makefile dap4_test/Makefile plugins/Makefile nczarr_test/Makefile" -config_headers=" config.h" -config_links=" nc_test4/ref_hdf5_compat1.nc:nc_test4/ref_hdf5_compat1.nc nc_test4/ref_hdf5_compat2.nc:nc_test4/ref_hdf5_compat2.nc nc_test4/ref_hdf5_compat3.nc:nc_test4/ref_hdf5_compat3.nc hdf4_test/ref_chunked.hdf4:hdf4_test/ref_chunked.hdf4 hdf4_test/ref_contiguous.hdf4:hdf4_test/ref_contiguous.hdf4" -config_commands=" depfiles libtool" - -ac_cs_usage="\ -\`$as_me' instantiates files and other configuration actions -from templates according to the current configuration. Unless the files -and actions are specified as TAGs, all are instantiated by default. - -Usage: $0 [OPTION]... [TAG]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit - --config print configuration, then exit - -q, --quiet, --silent - do not print progress messages - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] - instantiate the configuration file FILE - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - -Configuration files: -$config_files - -Configuration headers: -$config_headers - -Configuration links: -$config_links - -Configuration commands: -$config_commands - -Report bugs to ." - -ac_cs_config='--prefix=/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 '\''LDFLAGS=-L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib'\'' '\''CPPFLAGS=-I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include'\''' -ac_cs_version="\ -netCDF config.status 4.9.2 -configured by ./configure, generated by GNU Autoconf 2.71, - with options \"$ac_cs_config\" - -Copyright (C) 2021 Free Software Foundation, Inc. -This config.status script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it." - -ac_pwd='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -srcdir='.' -INSTALL='/usr/bin/install -c' -MKDIR_P='/usr/bin/mkdir -p' -AWK='gawk' -test -n "$AWK" || AWK=awk -# The default lists apply if the user does not specify any file. -ac_need_defaults=: -while test $# != 0 -do - case $1 in - --*=?*) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; - --*=) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg= - ac_shift=: - ;; - *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; - esac - - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - printf "%s\n" "$ac_cs_version"; exit ;; - --config | --confi | --conf | --con | --co | --c ) - printf "%s\n" "$ac_cs_config"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - '') as_fn_error $? "missing file argument" ;; - esac - as_fn_append CONFIG_FILES " '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - as_fn_append CONFIG_HEADERS " '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' -Try \`$0 --help' for more information.";; - --help | --hel | -h ) - printf "%s\n" "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' -Try \`$0 --help' for more information." ;; - - *) as_fn_append ac_config_targets " $1" - ac_need_defaults=false ;; - - esac - shift -done - -ac_configure_extra_args= - -if $ac_cs_silent; then - exec 6>/dev/null - ac_configure_extra_args="$ac_configure_extra_args --silent" -fi - -if $ac_cs_recheck; then - set X /bin/bash './configure' '--prefix=/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2' 'LDFLAGS=-L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib' 'CPPFLAGS=-I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include' $ac_configure_extra_args --no-create --no-recursion - shift - \printf "%s\n" "running CONFIG_SHELL=/bin/bash $*" >&6 - CONFIG_SHELL='/bin/bash' - export CONFIG_SHELL - exec "$@" -fi - -exec 5>>config.log -{ - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX - printf "%s\n" "$ac_log" -} >&5 - -# -# INIT-COMMANDS -# -AMDEP_TRUE="" MAKE="make" - - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -sed_quote_subst='s/\(["`$\\]\)/\\\1/g' -double_quote_subst='s/\(["`\\]\)/\\\1/g' -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -macro_version='2.4.7' -macro_revision='2.4.7' -enable_shared='yes' -enable_static='yes' -pic_mode='default' -enable_fast_install='needless' -shared_archive_member_spec='' -SHELL='/bin/bash' -ECHO='printf %s\n' -PATH_SEPARATOR=':' -host_alias='' -host='x86_64-pc-linux-gnu' -host_os='linux-gnu' -build_alias='' -build='x86_64-pc-linux-gnu' -build_os='linux-gnu' -SED='/usr/bin/sed' -Xsed='/usr/bin/sed -e 1s/^X//' -GREP='/usr/bin/grep' -EGREP='/usr/bin/grep -E' -FGREP='/usr/bin/grep -F' -LD='/usr/bin/ld -m elf_x86_64' -NM='/usr/bin/nm -B' -LN_S='ln -s' -max_cmd_len='1572864' -ac_objext='o' -exeext='' -lt_unset='unset' -lt_SP2NL='tr \040 \012' -lt_NL2SP='tr \015\012 \040\040' -lt_cv_to_host_file_cmd='func_convert_file_noop' -lt_cv_to_tool_file_cmd='func_convert_file_noop' -reload_flag=' -r' -reload_cmds='$LD$reload_flag -o $output$reload_objs' -FILECMD='file' -OBJDUMP='objdump' -deplibs_check_method='pass_all' -file_magic_cmd='$MAGIC_CMD' -file_magic_glob='' -want_nocaseglob='no' -DLLTOOL='false' -sharedlib_from_linklib_cmd='printf %s\n' -AR='ar' -lt_ar_flags='cr' -AR_FLAGS='cr' -archiver_list_spec='@' -STRIP='strip' -RANLIB='ranlib' -old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' -old_postuninstall_cmds='' -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' -lock_old_archive_extraction='no' -CC='gcc' -CFLAGS=' -fno-strict-aliasing' -compiler='g++' -GCC='yes' -lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\''' -lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' -lt_cv_sys_global_symbol_to_import='' -lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' -lt_cv_nm_interface='BSD nm' -nm_file_list_spec='@' -lt_sysroot='' -lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' -objdir='.libs' -MAGIC_CMD='file' -lt_prog_compiler_no_builtin_flag=' -fno-builtin' -lt_prog_compiler_pic=' -fPIC -DPIC' -lt_prog_compiler_wl='-Wl,' -lt_prog_compiler_static='-static' -lt_cv_prog_compiler_c_o='yes' -need_locks='no' -MANIFEST_TOOL=':' -DSYMUTIL='' -NMEDIT='' -LIPO='' -OTOOL='' -OTOOL64='' -libext='a' -shrext_cmds='.so' -extract_expsyms_cmds='' -archive_cmds_need_lc='no' -enable_shared_with_static_runtimes='no' -export_dynamic_flag_spec='$wl--export-dynamic' -whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' -compiler_needs_object='no' -old_archive_from_new_cmds='' -old_archive_from_expsyms_cmds='' -archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' -module_cmds='' -module_expsym_cmds='' -with_gnu_ld='yes' -allow_undefined_flag='' -no_undefined_flag='' -hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -hardcode_libdir_separator='' -hardcode_direct='no' -hardcode_direct_absolute='no' -hardcode_minus_L='no' -hardcode_shlibpath_var='unsupported' -hardcode_automatic='no' -inherit_rpath='no' -link_all_deplibs='unknown' -always_export_symbols='no' -export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' -include_expsyms='' -prelink_cmds='' -postlink_cmds='' -file_list_spec='' -variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' -need_lib_prefix='no' -need_version='no' -version_type='linux' -runpath_var='LD_RUN_PATH' -shlibpath_var='LD_LIBRARY_PATH' -shlibpath_overrides_runpath='yes' -libname_spec='lib$name' -library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -soname_spec='$libname$release$shared_ext$major' -install_override_mode='' -postinstall_cmds='' -postuninstall_cmds='' -finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -finish_eval='' -hardcode_into_libs='yes' -sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/9 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib ' -configure_time_dlsearch_path='/lib /usr/lib /usr/local/cuda-11.7/targets/x86_64-linux/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib/i386-linux-gnu /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /usr/local/lib/i686-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /lib32 /usr/lib32 ' -configure_time_lt_sys_library_path='' -hardcode_action='immediate' -enable_dlopen='unknown' -enable_dlopen_self='unknown' -enable_dlopen_self_static='unknown' -old_striplib='strip --strip-debug' -striplib='strip --strip-unneeded' -compiler_lib_search_dirs='' -predep_objects='' -postdep_objects='' -predeps='' -postdeps='' -compiler_lib_search_path='' -LD_CXX='/usr/bin/ld -m elf_x86_64' -reload_flag_CXX=' -r' -reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs' -old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' -compiler_CXX='g++' -GCC_CXX='yes' -lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' -lt_prog_compiler_pic_CXX=' -fPIC -DPIC' -lt_prog_compiler_wl_CXX='-Wl,' -lt_prog_compiler_static_CXX='-static' -lt_cv_prog_compiler_c_o_CXX='yes' -archive_cmds_need_lc_CXX='no' -enable_shared_with_static_runtimes_CXX='no' -export_dynamic_flag_spec_CXX='$wl--export-dynamic' -whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' -compiler_needs_object_CXX='no' -old_archive_from_new_cmds_CXX='' -old_archive_from_expsyms_cmds_CXX='' -archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -module_cmds_CXX='' -module_expsym_cmds_CXX='' -with_gnu_ld_CXX='yes' -allow_undefined_flag_CXX='' -no_undefined_flag_CXX='' -hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' -hardcode_libdir_separator_CXX='' -hardcode_direct_CXX='no' -hardcode_direct_absolute_CXX='no' -hardcode_minus_L_CXX='no' -hardcode_shlibpath_var_CXX='unsupported' -hardcode_automatic_CXX='no' -inherit_rpath_CXX='no' -link_all_deplibs_CXX='unknown' -always_export_symbols_CXX='no' -export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' -include_expsyms_CXX='' -prelink_cmds_CXX='' -postlink_cmds_CXX='' -file_list_spec_CXX='' -hardcode_action_CXX='immediate' -compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-linux-gnu/9 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/9/../../..' -predep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o' -postdep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o' -predeps_CXX='' -postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s' -compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../..' - -LTCC='gcc' -LTCFLAGS=' -fno-strict-aliasing' -compiler='gcc' - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -$1 -_LTECHO_EOF' -} - -# Quote evaled strings. -for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag FILECMD OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do - case `eval \\$ECHO \\""\\$$var"\\"` in - *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_$var=\\\"\$$var\\\"" - ;; - esac -done - -# Double-quote double-evaled strings. -for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do - case `eval \\$ECHO \\""\\$$var"\\"` in - *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_$var=\\\"\$$var\\\"" - ;; - esac -done - -ac_aux_dir='./' - -# See if we are running on zsh, and set the options that allow our -# commands through without removal of \ escapes INIT. -if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST -fi - - - PACKAGE='netcdf-c' - VERSION='4.9.2' - RM='rm -f' - ofile='libtool' - - - - - - - -# Handling of arguments. -for ac_config_target in $ac_config_targets -do - case $ac_config_target in - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - "nc_test4/ref_hdf5_compat1.nc") CONFIG_LINKS="$CONFIG_LINKS nc_test4/ref_hdf5_compat1.nc:nc_test4/ref_hdf5_compat1.nc" ;; - "nc_test4/ref_hdf5_compat2.nc") CONFIG_LINKS="$CONFIG_LINKS nc_test4/ref_hdf5_compat2.nc:nc_test4/ref_hdf5_compat2.nc" ;; - "nc_test4/ref_hdf5_compat3.nc") CONFIG_LINKS="$CONFIG_LINKS nc_test4/ref_hdf5_compat3.nc:nc_test4/ref_hdf5_compat3.nc" ;; - "hdf4_test/ref_chunked.hdf4") CONFIG_LINKS="$CONFIG_LINKS hdf4_test/ref_chunked.hdf4:hdf4_test/ref_chunked.hdf4" ;; - "hdf4_test/ref_contiguous.hdf4") CONFIG_LINKS="$CONFIG_LINKS hdf4_test/ref_contiguous.hdf4:hdf4_test/ref_contiguous.hdf4" ;; - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; - "docs/Doxyfile") CONFIG_FILES="$CONFIG_FILES docs/Doxyfile" ;; - "test_common.sh") CONFIG_FILES="$CONFIG_FILES test_common.sh:test_common.in" ;; - "nc_test4/findplugin.sh") CONFIG_FILES="$CONFIG_FILES nc_test4/findplugin.sh:nc_test4/findplugin.in" ;; - "nczarr_test/findplugin.sh") CONFIG_FILES="$CONFIG_FILES nczarr_test/findplugin.sh:nc_test4/findplugin.in" ;; - "plugins/findplugin.sh") CONFIG_FILES="$CONFIG_FILES plugins/findplugin.sh:nc_test4/findplugin.in" ;; - "examples/C/findplugin.sh") CONFIG_FILES="$CONFIG_FILES examples/C/findplugin.sh:nc_test4/findplugin.in" ;; - "ncdap_test/findtestserver.c") CONFIG_FILES="$CONFIG_FILES ncdap_test/findtestserver.c:ncdap_test/findtestserver.c.in" ;; - "nc_test/run_pnetcdf_tests.sh") CONFIG_FILES="$CONFIG_FILES nc_test/run_pnetcdf_tests.sh:nc_test/run_pnetcdf_tests.sh.in" ;; - "dap4_test/findtestserver4.c") CONFIG_FILES="$CONFIG_FILES dap4_test/findtestserver4.c:ncdap_test/findtestserver.c.in" ;; - "dap4_test/pingurl4.c") CONFIG_FILES="$CONFIG_FILES dap4_test/pingurl4.c:ncdap_test/pingurl.c" ;; - "h5_test/run_par_tests.sh") CONFIG_FILES="$CONFIG_FILES h5_test/run_par_tests.sh" ;; - "nc_test4/run_par_test.sh") CONFIG_FILES="$CONFIG_FILES nc_test4/run_par_test.sh" ;; - "nc_perf/run_par_bm_test.sh") CONFIG_FILES="$CONFIG_FILES nc_perf/run_par_bm_test.sh" ;; - "nc_perf/run_gfs_test.sh") CONFIG_FILES="$CONFIG_FILES nc_perf/run_gfs_test.sh" ;; - "nczarr_test/timer_utils.h") CONFIG_FILES="$CONFIG_FILES nczarr_test/timer_utils.h:unit_test/timer_utils.h" ;; - "nczarr_test/timer_utils.c") CONFIG_FILES="$CONFIG_FILES nczarr_test/timer_utils.c:unit_test/timer_utils.c" ;; - "nczarr_test/test_filter.c") CONFIG_FILES="$CONFIG_FILES nczarr_test/test_filter.c:nc_test4/test_filter.c" ;; - "nczarr_test/test_filter_misc.c") CONFIG_FILES="$CONFIG_FILES nczarr_test/test_filter_misc.c:nc_test4/test_filter_misc.c" ;; - "nczarr_test/tst_multifilter.c") CONFIG_FILES="$CONFIG_FILES nczarr_test/tst_multifilter.c:nc_test4/tst_multifilter.c" ;; - "nczarr_test/test_filter_repeat.c") CONFIG_FILES="$CONFIG_FILES nczarr_test/test_filter_repeat.c:nc_test4/test_filter_repeat.c" ;; - "nczarr_test/test_filter_order.c") CONFIG_FILES="$CONFIG_FILES nczarr_test/test_filter_order.c:nc_test4/test_filter_order.c" ;; - "examples/C/run_par_test.sh") CONFIG_FILES="$CONFIG_FILES examples/C/run_par_test.sh" ;; - "nc-config") CONFIG_FILES="$CONFIG_FILES nc-config" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "netcdf.pc") CONFIG_FILES="$CONFIG_FILES netcdf.pc" ;; - "libnetcdf.settings") CONFIG_FILES="$CONFIG_FILES libnetcdf.settings" ;; - "postinstall.sh") CONFIG_FILES="$CONFIG_FILES postinstall.sh" ;; - "include/netcdf_meta.h") CONFIG_FILES="$CONFIG_FILES include/netcdf_meta.h" ;; - "include/netcdf_dispatch.h") CONFIG_FILES="$CONFIG_FILES include/netcdf_dispatch.h" ;; - "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; - "h5_test/Makefile") CONFIG_FILES="$CONFIG_FILES h5_test/Makefile" ;; - "hdf4_test/Makefile") CONFIG_FILES="$CONFIG_FILES hdf4_test/Makefile" ;; - "libsrc/Makefile") CONFIG_FILES="$CONFIG_FILES libsrc/Makefile" ;; - "libsrc4/Makefile") CONFIG_FILES="$CONFIG_FILES libsrc4/Makefile" ;; - "libhdf5/Makefile") CONFIG_FILES="$CONFIG_FILES libhdf5/Makefile" ;; - "libsrcp/Makefile") CONFIG_FILES="$CONFIG_FILES libsrcp/Makefile" ;; - "ncdump/Makefile") CONFIG_FILES="$CONFIG_FILES ncdump/Makefile" ;; - "ncgen3/Makefile") CONFIG_FILES="$CONFIG_FILES ncgen3/Makefile" ;; - "ncgen/Makefile") CONFIG_FILES="$CONFIG_FILES ncgen/Makefile" ;; - "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "examples/C/Makefile") CONFIG_FILES="$CONFIG_FILES examples/C/Makefile" ;; - "examples/CDL/Makefile") CONFIG_FILES="$CONFIG_FILES examples/CDL/Makefile" ;; - "oc2/Makefile") CONFIG_FILES="$CONFIG_FILES oc2/Makefile" ;; - "libdap2/Makefile") CONFIG_FILES="$CONFIG_FILES libdap2/Makefile" ;; - "libdap4/Makefile") CONFIG_FILES="$CONFIG_FILES libdap4/Makefile" ;; - "libhdf4/Makefile") CONFIG_FILES="$CONFIG_FILES libhdf4/Makefile" ;; - "libnczarr/Makefile") CONFIG_FILES="$CONFIG_FILES libnczarr/Makefile" ;; - "libncpoco/Makefile") CONFIG_FILES="$CONFIG_FILES libncpoco/Makefile" ;; - "libncxml/Makefile") CONFIG_FILES="$CONFIG_FILES libncxml/Makefile" ;; - "libdispatch/Makefile") CONFIG_FILES="$CONFIG_FILES libdispatch/Makefile" ;; - "liblib/Makefile") CONFIG_FILES="$CONFIG_FILES liblib/Makefile" ;; - "ncdump/cdl/Makefile") CONFIG_FILES="$CONFIG_FILES ncdump/cdl/Makefile" ;; - "ncdump/expected/Makefile") CONFIG_FILES="$CONFIG_FILES ncdump/expected/Makefile" ;; - "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; - "docs/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/images/Makefile" ;; - "unit_test/Makefile") CONFIG_FILES="$CONFIG_FILES unit_test/Makefile" ;; - "nctest/Makefile") CONFIG_FILES="$CONFIG_FILES nctest/Makefile" ;; - "nc_test4/Makefile") CONFIG_FILES="$CONFIG_FILES nc_test4/Makefile" ;; - "nc_perf/Makefile") CONFIG_FILES="$CONFIG_FILES nc_perf/Makefile" ;; - "nc_test/Makefile") CONFIG_FILES="$CONFIG_FILES nc_test/Makefile" ;; - "ncdap_test/Makefile") CONFIG_FILES="$CONFIG_FILES ncdap_test/Makefile" ;; - "ncdap_test/testdata3/Makefile") CONFIG_FILES="$CONFIG_FILES ncdap_test/testdata3/Makefile" ;; - "ncdap_test/expected3/Makefile") CONFIG_FILES="$CONFIG_FILES ncdap_test/expected3/Makefile" ;; - "ncdap_test/expectremote3/Makefile") CONFIG_FILES="$CONFIG_FILES ncdap_test/expectremote3/Makefile" ;; - "dap4_test/Makefile") CONFIG_FILES="$CONFIG_FILES dap4_test/Makefile" ;; - "plugins/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;; - "nczarr_test/Makefile") CONFIG_FILES="$CONFIG_FILES nczarr_test/Makefile" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; - esac -done - - -# If the user did not use the arguments to specify the items to instantiate, -# then the envvar interface is used. Set only those that are not. -# We use the long form for the default assignment because of an extremely -# bizarre bug on SunOS 4.1.3. -if $ac_need_defaults; then - test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files - test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers - test ${CONFIG_LINKS+y} || CONFIG_LINKS=$config_links - test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands -fi - -# Have a temporary directory for convenience. Make it in the build tree -# simply because there is no reason against having it here, and in addition, -# creating and moving files from /tmp can sometimes cause problems. -# Hook for its removal unless debugging. -# Note that there is a small window in which the directory will not be cleaned: -# after its creation but before its name has been assigned to `$tmp'. -$debug || -{ - tmp= ac_tmp= - trap 'exit_status=$? - : "${ac_tmp:=$tmp}" - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status -' 0 - trap 'as_fn_exit 1' 1 2 13 15 -} -# Create a (secure) tmp directory for tmp files. - -{ - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -d "$tmp" -} || -{ - tmp=./conf$$-$RANDOM - (umask 077 && mkdir "$tmp") -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 -ac_tmp=$tmp - -# Set up the scripts for CONFIG_FILES section. -# No need to generate them if there are no CONFIG_FILES. -# This happens for instance with `./config.status config.h'. -if test -n "$CONFIG_FILES"; then - - -ac_cr=`echo X | tr X '\015'` -# On cygwin, bash can eat \r inside `` if the user requested igncr. -# But we know of no other shell where ac_cr would be empty at this -# point, so we can use a bashism as a fallback. -if test "x$ac_cr" = x; then - eval ac_cr=\$\'\\r\' -fi -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' -else - ac_cs_awk_cr=$ac_cr -fi - -echo 'BEGIN {' >"$ac_tmp/subs1.awk" && -cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && -S["am__EXEEXT_FALSE"]="" -S["am__EXEEXT_TRUE"]="#" -S["LTLIBOBJS"]="" -S["LIBOBJS"]="" -S["AX_IGNORE_FALSE"]="" -S["AX_IGNORE_TRUE"]="#" -S["ISCMAKE"]="" -S["NC_DISPATCH_VERSION"]="5" -S["NC_HAS_BZ2"]="1" -S["NC_HAS_BLOSC"]="0" -S["NC_HAS_ZSTD"]="0" -S["NC_HAS_SZIP"]="0" -S["NC_HAS_QUANTIZE"]="1" -S["NC_HAS_LOGGING"]="0" -S["NC_HAS_MULTIFILTERS"]="1" -S["NC_HAS_S3"]="0" -S["NC_HAS_NCZARR"]="1" -S["NC_HAS_BYTERANGE"]="1" -S["NC_HAS_PAR_FILTERS"]="1" -S["NC_HAS_ERANGE_FILL"]="0" -S["NC_HAS_CDF5"]="1" -S["NC_HAS_PARALLEL4"]="0" -S["NC_HAS_PARALLEL"]="0" -S["NC_HAS_PNETCDF"]="0" -S["NC_HAS_JNA"]="0" -S["NC_HAS_MMAP"]="0" -S["NC_HAS_DISKLESS"]="1" -S["NC_HAS_DAP4"]="1" -S["NC_HAS_DAP2"]="1" -S["NC_HAS_HDF5"]="1" -S["NC_HAS_BENCHMARKS"]="0" -S["NC_HAS_HDF4"]="0" -S["NC_HAS_NC4"]="1" -S["NC_HAS_NC2"]="1" -S["NC_VERSION"]="4.9.2" -S["NOUNDEFINED"]="" -S["AM_LDFLAGS"]="" -S["AM_CPPFLAGS"]="" -S["AM_CFLAGS"]="" -S["enable_static"]="yes" -S["enable_shared"]="yes" -S["PLUGIN_INSTALL_DIR_SETTING"]="N.A." -S["PLUGIN_INSTALL_DIR"]="no" -S["ENABLE_PLUGIN_DIR_FALSE"]="" -S["ENABLE_PLUGIN_DIR_TRUE"]="#" -S["STD_FILTERS"]="deflate bz2" -S["HAS_ZSTD"]="no" -S["HAS_SZLIB_WRITE"]="yes" -S["HAS_SZLIB"]="yes" -S["DO_FILTER_TESTS"]="yes" -S["HAS_QUANTIZE"]="yes" -S["DO_NCZARR_ZIP_TESTS"]="no" -S["HAS_MULTIFILTERS"]="yes" -S["HAS_NCZARR_ZIP"]="no" -S["DO_NCZARR_S3_TESTS"]="no" -S["HAS_NCZARR"]="yes" -S["HAS_S3"]="no" -S["HAS_PAR_FILTERS"]="yes" -S["RELAX_COORD_BOUND"]="yes" -S["HAS_BYTERANGE"]="yes" -S["HAS_ERANGE_FILL"]="no" -S["HAS_JNA"]="no" -S["HAS_MMAP"]="no" -S["HAS_DISKLESS"]="yes" -S["HAS_PARALLEL4"]="no" -S["HAS_PARALLEL"]="no" -S["HAS_LOGGING"]="no" -S["HAS_PNETCDF"]="no" -S["HAS_HDF5"]="yes" -S["HAS_BENCHMARKS"]="no" -S["HAS_HDF4"]="no" -S["HAS_CDF5"]="yes" -S["HAS_NC4"]="yes" -S["HAS_NC2"]="yes" -S["HAS_DAP4"]="yes" -S["HAS_DAP2"]="yes" -S["HAS_DAP"]="yes" -S["NC_LIBS"]="-lnetcdf" -S["BINFILE_NAME"]="binary-netcdf-4.9.2.tar" -S["HAVE_ZSTD_FALSE"]="" -S["HAVE_ZSTD_TRUE"]="#" -S["HAVE_BZ2_FALSE"]="#" -S["HAVE_BZ2_TRUE"]="" -S["HAVE_BLOSC_FALSE"]="" -S["HAVE_BLOSC_TRUE"]="#" -S["HAVE_H5Z_SZIP_FALSE"]="" -S["HAVE_H5Z_SZIP_TRUE"]="#" -S["HAVE_SZ_FALSE"]="#" -S["HAVE_SZ_TRUE"]="" -S["HAS_MULTIFILTERS_FALSE"]="#" -S["HAS_MULTIFILTERS_TRUE"]="" -S["ENABLE_NCZARR_ZIP_FALSE"]="" -S["ENABLE_NCZARR_ZIP_TRUE"]="#" -S["ENABLE_NCZARR_S3_TESTS_FALSE"]="" -S["ENABLE_NCZARR_S3_TESTS_TRUE"]="#" -S["ENABLE_S3_SDK_FALSE"]="" -S["ENABLE_S3_SDK_TRUE"]="#" -S["ENABLE_S3_FALSE"]="" -S["ENABLE_S3_TRUE"]="#" -S["HAS_PAR_FILTERS_FALSE"]="#" -S["HAS_PAR_FILTERS_TRUE"]="" -S["RELAX_COORD_BOUND_FALSE"]="#" -S["RELAX_COORD_BOUND_TRUE"]="" -S["ENABLE_BYTERANGE_FALSE"]="#" -S["ENABLE_BYTERANGE_TRUE"]="" -S["ENABLE_METADATA_PERF_FALSE"]="" -S["ENABLE_METADATA_PERF_TRUE"]="#" -S["BUILD_MMAP_FALSE"]="" -S["BUILD_MMAP_TRUE"]="#" -S["USE_DISPATCH_FALSE"]="" -S["USE_DISPATCH_TRUE"]="#" -S["USE_PNETCDF_FALSE"]="" -S["USE_PNETCDF_TRUE"]="#" -S["BUILD_FORTRAN_FALSE"]="" -S["BUILD_FORTRAN_TRUE"]="#" -S["USE_RENAMEV3_FALSE"]="#" -S["USE_RENAMEV3_TRUE"]="" -S["USE_HDF4_FILE_TESTS_FALSE"]="" -S["USE_HDF4_FILE_TESTS_TRUE"]="#" -S["USE_HDF4_FALSE"]="" -S["USE_HDF4_TRUE"]="#" -S["USE_HDF5_FALSE"]="#" -S["USE_HDF5_TRUE"]="" -S["USE_NETCDF4_FALSE"]="#" -S["USE_NETCDF4_TRUE"]="" -S["CROSS_COMPILING_FALSE"]="" -S["CROSS_COMPILING_TRUE"]="#" -S["USE_LOGGING_FALSE"]="" -S["USE_LOGGING_TRUE"]="#" -S["USE_PNETCDF_DIR_FALSE"]="" -S["USE_PNETCDF_DIR_TRUE"]="#" -S["ENABLE_DAP_LONG_TESTS_FALSE"]="" -S["ENABLE_DAP_LONG_TESTS_TRUE"]="#" -S["ENABLE_DAP_AUTH_TESTS_FALSE"]="" -S["ENABLE_DAP_AUTH_TESTS_TRUE"]="#" -S["ENABLE_EXTERNAL_SERVER_TESTS_FALSE"]="" -S["ENABLE_EXTERNAL_SERVER_TESTS_TRUE"]="#" -S["ENABLE_DAP_REMOTE_TESTS_FALSE"]="" -S["ENABLE_DAP_REMOTE_TESTS_TRUE"]="#" -S["ENABLE_DAP4_FALSE"]="#" -S["ENABLE_DAP4_TRUE"]="" -S["ENABLE_DAP_FALSE"]="#" -S["ENABLE_DAP_TRUE"]="" -S["USE_DAP_FALSE"]="#" -S["USE_DAP_TRUE"]="" -S["BUILD_DAP_FALSE"]="#" -S["BUILD_DAP_TRUE"]="" -S["TEST_PARALLEL4_FALSE"]="" -S["TEST_PARALLEL4_TRUE"]="#" -S["BUILD_PARALLEL_FALSE"]="" -S["BUILD_PARALLEL_TRUE"]="#" -S["ENABLE_NCZARR_FILTERS_FALSE"]="#" -S["ENABLE_NCZARR_FILTERS_TRUE"]="" -S["ENABLE_FILTER_TESTING_FALSE"]="#" -S["ENABLE_FILTER_TESTING_TRUE"]="" -S["ENABLE_CLIENTSIDE_FILTERS_FALSE"]="" -S["ENABLE_CLIENTSIDE_FILTERS_TRUE"]="#" -S["M4FLAGS"]="" -S["CPP"]="" -S["ENABLE_PARALLEL_FALSE"]="" -S["ENABLE_PARALLEL_TRUE"]="#" -S["ENABLE_NCDUMPCHUNKS_FALSE"]="#" -S["ENABLE_NCDUMPCHUNKS_TRUE"]="" -S["ENABLE_CDF5_FALSE"]="#" -S["ENABLE_CDF5_TRUE"]="" -S["ISREGEDIT"]="yes" -S["REGEDIT_FALSE"]="" -S["REGEDIT_TRUE"]="#" -S["ISMSYS"]="" -S["ISMINGW"]="" -S["ISOSX"]="" -S["ISCYGWIN"]="" -S["WINVERBUILD"]="0" -S["WINVERMAJOR"]="0" -S["ISMSVC"]="" -S["ISMSYS_FALSE"]="" -S["ISMSYS_TRUE"]="#" -S["ISMINGW_FALSE"]="" -S["ISMINGW_TRUE"]="#" -S["ISOSX_FALSE"]="" -S["ISOSX_TRUE"]="#" -S["ISMSVC_FALSE"]="" -S["ISMSVC_TRUE"]="#" -S["ISCYGWIN_FALSE"]="" -S["ISCYGWIN_TRUE"]="#" -S["ALLOCA"]="" -S["USEPLUGINS"]="yes" -S["ENABLE_PLUGINS_FALSE"]="#" -S["ENABLE_PLUGINS_TRUE"]="" -S["HAVE_DOT"]="NO" -S["DOT"]="dot" -S["DOXYGEN"]="" -S["NC_M4"]="m4" -S["CXXCPP"]="g++ -E" -S["LT_SYS_LIBRARY_PATH"]="" -S["OTOOL64"]="" -S["OTOOL"]="" -S["LIPO"]="" -S["NMEDIT"]="" -S["DSYMUTIL"]="" -S["MANIFEST_TOOL"]=":" -S["RANLIB"]="ranlib" -S["ac_ct_AR"]="ar" -S["AR"]="ar" -S["DLLTOOL"]="false" -S["OBJDUMP"]="objdump" -S["FILECMD"]="file" -S["LN_S"]="ln -s" -S["NM"]="/usr/bin/nm -B" -S["ac_ct_DUMPBIN"]="" -S["DUMPBIN"]="" -S["LD"]="/usr/bin/ld -m elf_x86_64" -S["FGREP"]="/usr/bin/grep -F" -S["EGREP"]="/usr/bin/grep -E" -S["GREP"]="/usr/bin/grep" -S["SED"]="/usr/bin/sed" -S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" -S["CC_VERSION"]="/usr/bin/gcc" -S["BUILD_BENCHMARKS_FALSE"]="" -S["BUILD_BENCHMARKS_TRUE"]="#" -S["LARGE_FILE_TESTS_FALSE"]="" -S["LARGE_FILE_TESTS_TRUE"]="#" -S["BUILD_TESTSETS_FALSE"]="#" -S["BUILD_TESTSETS_TRUE"]="" -S["BUILD_UTILITIES_FALSE"]="#" -S["BUILD_UTILITIES_TRUE"]="" -S["BUILD_V2_FALSE"]="#" -S["BUILD_V2_TRUE"]="" -S["BUILD_EXAMPLES_FALSE"]="#" -S["BUILD_EXAMPLES_TRUE"]="" -S["USE_STDIO_FALSE"]="" -S["USE_STDIO_TRUE"]="#" -S["USE_FFIO_FALSE"]="" -S["USE_FFIO_TRUE"]="#" -S["USE_STRICT_NULL_BYTE_HEADER_PADDING_FALSE"]="" -S["USE_STRICT_NULL_BYTE_HEADER_PADDING_TRUE"]="#" -S["am__fastdepCXX_FALSE"]="#" -S["am__fastdepCXX_TRUE"]="" -S["CXXDEPMODE"]="depmode=gcc3" -S["ac_ct_CXX"]="g++" -S["CXXFLAGS"]="-g -O2" -S["CXX"]="g++" -S["HAVE_LOCAL_BZ2_FALSE"]="" -S["HAVE_LOCAL_BZ2_TRUE"]="#" -S["ENABLE_NCZARR_FALSE"]="#" -S["ENABLE_NCZARR_TRUE"]="" -S["ENABLE_NCZARR"]="" -S["ENABLE_QUANTIZE_FALSE"]="#" -S["ENABLE_QUANTIZE_TRUE"]="" -S["XMLPARSER"]="libxml2" -S["ENABLE_LIBXML2_FALSE"]="#" -S["ENABLE_LIBXML2_TRUE"]="" -S["XML2FLAGS"]="-I/usr/include/libxml2" -S["NC_XML2_CONFIG"]="xml2-config" -S["MPIEXEC"]="mpiexec" -S["BUILD_UNIT_TESTS_FALSE"]="#" -S["BUILD_UNIT_TESTS_TRUE"]="" -S["ENABLED_DOC_SECTIONS"]="" -S["BUILD_INTERNAL_DOCS"]="no" -S["NC_ENABLE_DOXYGEN_PDF_OUTPUT"]="" -S["NC_ENABLE_DOXYGEN_PDF_OUTPUT_FALSE"]="" -S["NC_ENABLE_DOXYGEN_PDF_OUTPUT_TRUE"]="#" -S["DOXYGEN_SERVER_BASED_SEARCH"]="NO" -S["DOXYGEN_SEARCHENGINE"]="YES" -S["DOXYGEN_HEADER_FILE"]="" -S["DOXYGEN_CSS_FILE"]="" -S["DOXYGEN_BUILD_RELEASE_DOCS_FALSE"]="" -S["DOXYGEN_BUILD_RELEASE_DOCS_TRUE"]="#" -S["SHOW_DOXYGEN_TAG_LIST"]="no" -S["SHOW_DOXYGEN_TAG_LIST_FALSE"]="" -S["SHOW_DOXYGEN_TAG_LIST_TRUE"]="#" -S["BUILD_DOCS_FALSE"]="" -S["BUILD_DOCS_TRUE"]="#" -S["ENABLE_VALGRIND_FALSE"]="" -S["ENABLE_VALGRIND_TRUE"]="#" -S["VALGRIND_CHECK_RULES"]="\n"\ -"# Valgrind check\n"\ -"#\n"\ -"# Optional:\n"\ -"# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions\n"\ -"# files to load. (Default: empty)\n"\ -"# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.\n"\ -"# (Default: --num-callers=30)\n"\ -"# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:\n"\ -"# memcheck, helgrind, drd, sgcheck). (Default: various)\n"\ -"\n"\ -"# Optional variables\n"\ -"VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))\n"\ -"VALGRIND_FLAGS ?= --num-callers=30\n"\ -"VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no\n"\ -"VALGRIND_helgrind_FLAGS ?= --history-level=approx\n"\ -"VALGRIND_drd_FLAGS ?=\n"\ -"VALGRIND_sgcheck_FLAGS ?=\n"\ -"\n"\ -"# Internal use\n"\ -"valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))\n"\ -"\n"\ -"valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)\n"\ -"valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)\n"\ -"valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)\n"\ -"valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)\n"\ -"\n"\ -"valgrind_quiet = $(valgrind_quiet_$(V))\n"\ -"valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))\n"\ -"valgrind_quiet_0 = --quiet\n"\ -"valgrind_v_use = $(valgrind_v_use_$(V))\n"\ -"valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY))\n"\ -"valgrind_v_use_0 = @echo \" USE \" $(patsubst check-valgrind-%-am,%,$@):;\n"\ -"\n"\ -"# Support running with and without libtool.\n"\ -"ifneq ($(LIBTOOL),)\n"\ -"valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute\n"\ -"else\n"\ -"valgrind_lt =\n"\ -"endif\n"\ -"\n"\ -"# Use recursive makes in order to ignore errors during check\n"\ -"check-valgrind-am:\n"\ -"ifeq ($(VALGRIND_ENABLED),yes)\n"\ -" $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \\\n"\ -" $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))\n"\ -"else\n"\ -" @echo \"Need to reconfigure with --enable-valgrind\"\n"\ -"endif\n"\ -"\n"\ -"# Valgrind running\n"\ -"VALGRIND_TESTS_ENVIRONMENT = \\\n"\ -" $(TESTS_ENVIRONMENT) \\\n"\ -" env VALGRIND=$(VALGRIND) \\\n"\ -" G_SLICE=always-malloc,debug-blocks \\\n"\ -" G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly\n"\ -"\n"\ -"VALGRIND_LOG_COMPILER = \\\n"\ -" $(valgrind_lt) \\\n"\ -" $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)\n"\ -"\n"\ -"define valgrind_tool_rule\n"\ -"check-valgrind-$(1)-am:\n"\ -"ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes)\n"\ -"ifneq ($$(TESTS),)\n"\ -" $$(valgrind_v_use)$$(MAKE) check-TESTS \\\n"\ -" TESTS_ENVIRONMENT=\"$$(VALGRIND_TESTS_ENVIRONMENT)\" \\\n"\ -" LOG_COMPILER=\"$$(VALGRIND_LOG_COMPILER)\" \\\n"\ -" LOG_FLAGS=\"$$(valgrind_$(1)_flags)\" \\\n"\ -" TEST_SUITE_LOG=test-suite-$(1).log\n"\ -"endif\n"\ -"else ifeq ($$(VALGRIND_ENABLED),yes)\n"\ -" @echo \"Need to reconfigure with --enable-valgrind-$(1)\"\n"\ -"else\n"\ -" @echo \"Need to reconfigure with --enable-valgrind\"\n"\ -"endif\n"\ -"endef\n"\ -"\n"\ -"$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool))))\n"\ -"\n"\ -"AM_DISTCHECK_CONFIGURE_FLAGS ?=\n"\ -"AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind\n"\ -"\n"\ -"MOSTLYCLEANFILES ?=\n"\ -"MOSTLYCLEANFILES += $(valgrind_log_files)\n"\ -"\n"\ -".PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))\n"\ -"" -S["valgrind_enabled_tools"]="" -S["valgrind_tools"]="memcheck helgrind drd sgcheck" -S["ENABLE_VALGRIND_sgcheck"]="no" -S["ENABLE_VALGRIND_drd"]="no" -S["ENABLE_VALGRIND_helgrind"]="no" -S["ENABLE_VALGRIND_memcheck"]="no" -S["VALGRIND_ENABLED"]="no" -S["VALGRIND_ENABLED_FALSE"]="" -S["VALGRIND_ENABLED_TRUE"]="#" -S["VALGRIND"]="" -S["MAINT"]="#" -S["MAINTAINER_MODE_FALSE"]="" -S["MAINTAINER_MODE_TRUE"]="#" -S["AM_BACKSLASH"]="\\" -S["AM_DEFAULT_VERBOSITY"]="1" -S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" -S["AM_V"]="$(V)" -S["CSCOPE"]="cscope" -S["ETAGS"]="etags" -S["CTAGS"]="ctags" -S["am__fastdepCC_FALSE"]="#" -S["am__fastdepCC_TRUE"]="" -S["CCDEPMODE"]="depmode=gcc3" -S["am__nodep"]="_no" -S["AMDEPBACKSLASH"]="\\" -S["AMDEP_FALSE"]="#" -S["AMDEP_TRUE"]="" -S["am__include"]="include" -S["DEPDIR"]=".deps" -S["am__untar"]="$${TAR-tar} xf -" -S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" -S["AMTAR"]="$${TAR-tar}" -S["am__leading_dot"]="." -S["SET_MAKE"]="" -S["AWK"]="gawk" -S["mkdir_p"]="$(MKDIR_P)" -S["MKDIR_P"]="/usr/bin/mkdir -p" -S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" -S["STRIP"]="strip" -S["install_sh"]="${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh" -S["MAKEINFO"]="${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo" -S["AUTOHEADER"]="${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader" -S["AUTOMAKE"]="${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16" -S["AUTOCONF"]="${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf" -S["ACLOCAL"]="${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16" -S["VERSION"]="4.9.2" -S["PACKAGE"]="netcdf-c" -S["CYGPATH_W"]="echo" -S["am__isrc"]="" -S["INSTALL_DATA"]="${INSTALL} -m 644" -S["INSTALL_SCRIPT"]="${INSTALL}" -S["INSTALL_PROGRAM"]="${INSTALL}" -S["OBJEXT"]="o" -S["EXEEXT"]="" -S["ac_ct_CC"]="gcc" -S["CPPFLAGS"]="-I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include" -S["LDFLAGS"]="-L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib" -S["CFLAGS"]=" -fno-strict-aliasing" -S["CC"]="gcc" -S["target_os"]="linux-gnu" -S["target_vendor"]="pc" -S["target_cpu"]="x86_64" -S["target"]="x86_64-pc-linux-gnu" -S["host_os"]="linux-gnu" -S["host_vendor"]="pc" -S["host_cpu"]="x86_64" -S["host"]="x86_64-pc-linux-gnu" -S["build_os"]="linux-gnu" -S["build_vendor"]="pc" -S["build_cpu"]="x86_64" -S["build"]="x86_64-pc-linux-gnu" -S["CONFIG_DATE"]="Thu Jun 15 00:26:09 CDT 2023" -S["netCDF_SO_VERSION"]="21:2:2" -S["NC_VERSION_NOTE"]="" -S["NC_VERSION_PATCH"]="2" -S["NC_VERSION_MINOR"]="9" -S["NC_VERSION_MAJOR"]="4" -S["target_alias"]="" -S["host_alias"]="" -S["build_alias"]="" -S["LIBS"]="-lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl " -S["ECHO_T"]="" -S["ECHO_N"]="-n" -S["ECHO_C"]="" -S["DEFS"]="-DHAVE_CONFIG_H" -S["mandir"]="${datarootdir}/man" -S["localedir"]="${datarootdir}/locale" -S["libdir"]="${exec_prefix}/lib" -S["psdir"]="${docdir}" -S["pdfdir"]="${docdir}" -S["dvidir"]="${docdir}" -S["htmldir"]="${docdir}" -S["infodir"]="${datarootdir}/info" -S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" -S["oldincludedir"]="/usr/include" -S["includedir"]="${prefix}/include" -S["runstatedir"]="${localstatedir}/run" -S["localstatedir"]="${prefix}/var" -S["sharedstatedir"]="${prefix}/com" -S["sysconfdir"]="${prefix}/etc" -S["datadir"]="${datarootdir}" -S["datarootdir"]="${prefix}/share" -S["libexecdir"]="${exec_prefix}/libexec" -S["sbindir"]="${exec_prefix}/sbin" -S["bindir"]="${exec_prefix}/bin" -S["program_transform_name"]="s,x,x," -S["prefix"]="/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2" -S["exec_prefix"]="${prefix}" -S["PACKAGE_URL"]="" -S["PACKAGE_BUGREPORT"]="support-netcdf@unidata.ucar.edu" -S["PACKAGE_STRING"]="netCDF 4.9.2" -S["PACKAGE_VERSION"]="4.9.2" -S["PACKAGE_TARNAME"]="netcdf-c" -S["PACKAGE_NAME"]="netCDF" -S["PATH_SEPARATOR"]=":" -S["SHELL"]="/bin/bash" -S["am__quote"]="" -_ACAWK -cat >>"$ac_tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" - -} -{ - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - - print line -} - -_ACAWK -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -else - cat -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 -fi # test -n "$CONFIG_FILES" - -# Set up the scripts for CONFIG_HEADERS section. -# No need to generate them if there are no CONFIG_HEADERS. -# This happens for instance with `./config.status Makefile'. -if test -n "$CONFIG_HEADERS"; then -cat >"$ac_tmp/defines.awk" <<\_ACAWK || -BEGIN { -D["PACKAGE_NAME"]=" \"netCDF\"" -D["PACKAGE_TARNAME"]=" \"netcdf-c\"" -D["PACKAGE_VERSION"]=" \"4.9.2\"" -D["PACKAGE_STRING"]=" \"netCDF 4.9.2\"" -D["PACKAGE_BUGREPORT"]=" \"support-netcdf@unidata.ucar.edu\"" -D["PACKAGE_URL"]=" \"\"" -D["PACKAGE"]=" \"netcdf-c\"" -D["VERSION"]=" \"4.9.2\"" -D["WINVERMAJOR"]=" 0" -D["WINVERBUILD"]=" 0" -D["NCIO_MINBLOCKSIZE"]=" 256" -D["DEFAULT_CHUNK_SIZE"]=" 4194304" -D["MAX_DEFAULT_CACHE_SIZE"]=" 67108864" -D["DEFAULT_CHUNKS_IN_CACHE"]=" 10" -D["CHUNK_CACHE_SIZE"]=" 16777216" -D["CHUNK_CACHE_NELEMS"]=" 4133" -D["CHUNK_CACHE_PREEMPTION"]=" 0.75" -D["ENABLE_SET_LOG_LEVEL"]=" 1" -D["HAVE_CURLOPT_USERNAME"]=" 1" -D["HAVE_CURLOPT_PASSWORD"]=" 1" -D["HAVE_CURLOPT_KEYPASSWD"]=" 1" -D["HAVE_CURLINFO_RESPONSE_CODE"]=" 1" -D["HAVE_CURLOPT_BUFFERSIZE"]=" 1" -D["HAVE_CURLOPT_KEEPALIVE"]=" 1" -D["HAVE_LIBXML2"]=" 1" -D["ENABLE_QUANTIZE"]=" 1" -D["REMOTETESTSERVERS"]=" \"remotetest.unidata.ucar.edu\"" -D["USE_DAP"]=" 1" -D["ENABLE_DAP"]=" 1" -D["ENABLE_NCZARR"]=" 1" -D["HAVE_BZ2"]=" 1" -D["HAVE_SZ"]=" 1" -D["CHUNK_CACHE_SIZE_NCZARR"]=" 4194304" -D["HAS_MULTIFILTERS"]=" 1" -D["USE_NETCDF_2"]=" 1" -D["USE_EXTREME_NUMBERS"]=" 1" -D["TEMP_LARGE"]=" \".\"" -D["NCPROPERTIES_EXTRA"]=" \"\"" -D["HAVE_DLFCN_H"]=" 1" -D["LT_OBJDIR"]=" \".libs/\"" -D["HAVE_SYS_PARAM_H"]=" 1" -D["HAVE_LIBGEN_H"]=" 1" -D["HAVE_LOCALE_H"]=" 1" -D["HAVE_STDIO_H"]=" 1" -D["HAVE_STDARG_H"]=" 1" -D["HAVE_FCNTL_H"]=" 1" -D["HAVE_MALLOC_H"]=" 1" -D["HAVE_STDLIB_H"]=" 1" -D["HAVE_STRING_H"]=" 1" -D["HAVE_STRINGS_H"]=" 1" -D["HAVE_UNISTD_H"]=" 1" -D["HAVE_SYS_STAT_H"]=" 1" -D["HAVE_GETOPT_H"]=" 1" -D["HAVE_SYS_TIME_H"]=" 1" -D["HAVE_SYS_TYPES_H"]=" 1" -D["HAVE_TIME_H"]=" 1" -D["HAVE_DIRENT_H"]=" 1" -D["HAVE_STDINT_H"]=" 1" -D["HAVE_CTYPE_H"]=" 1" -D["HAVE_SYS_RESOURCE_H"]=" 1" -D["HAVE_FTW_H"]=" 1" -D["HAVE_EXECINFO_H"]=" 1" -D["HAVE_SNPRINTF"]=" 1" -D["HAVE_STRCASECMP"]=" 1" -D["HAVE_FILENO"]=" 1" -D["HAVE_STRDUP"]=" 1" -D["HAVE_STRTOLL"]=" 1" -D["HAVE_STRTOULL"]=" 1" -D["HAVE_MKSTEMP"]=" 1" -D["HAVE_MKTEMP"]=" 1" -D["HAVE_RANDOM"]=" 1" -D["HAVE_GETRLIMIT"]=" 1" -D["HAVE_GETTIMEOFDAY"]=" 1" -D["HAVE_FSYNC"]=" 1" -D["HAVE_STRNCASECMP"]=" 1" -D["HAVE_CLOCK_GETTIME"]=" 1" -D["HAVE_STRUCT_TIMESPEC"]=" 1" -D["ENABLE_DAP4"]=" 1" -D["HAVE_MEMMOVE"]=" 1" -D["HAVE_GETPAGESIZE"]=" 1" -D["HAVE_SYSCONF"]=" 1" -D["HAVE_MMAP"]=" 1" -D["HAVE_MREMAP"]=" 1" -D["ENABLE_BYTERANGE"]=" 1" -D["HAVE_ATEXIT"]=" 1" -D["ENABLE_ATEXIT_FINALIZE"]=" 1" -D["ENABLE_PLUGINS"]=" 1" -D["HAVE_ALLOCA_H"]=" 1" -D["HAVE_ALLOCA"]=" 1" -D["HAVE_DECL_ISNAN"]=" 1" -D["HAVE_DECL_ISINF"]=" 1" -D["HAVE_DECL_ISFINITE"]=" 1" -D["HAVE_STRUCT_STAT_ST_BLKSIZE"]=" 1" -D["HAVE_ST_BLKSIZE"]=" 1" -D["HAVE_SIZE_T"]=" 1" -D["HAVE_SSIZE_T"]=" 1" -D["HAVE_USHORT"]=" 1" -D["HAVE_UINT"]=" 1" -D["HAVE_UINT64_T"]=" 1" -D["HAVE_PTRDIFF_T"]=" 1" -D["HAVE_UINTPTR_T"]=" 1" -D["SIZEOF_SHORT"]=" 2" -D["SIZEOF_INT"]=" 4" -D["SIZEOF_LONG"]=" 8" -D["SIZEOF_LONG_LONG"]=" 8" -D["SIZEOF_FLOAT"]=" 4" -D["SIZEOF_DOUBLE"]=" 8" -D["SIZEOF_OFF_T"]=" 8" -D["SIZEOF_SIZE_T"]=" 8" -D["SIZEOF_UNSIGNED_LONG_LONG"]=" 8" -D["ENABLE_CDF5"]=" 1" -D["SIZEOF_UNSIGNED_CHAR"]=" 1" -D["SIZEOF_USHORT"]=" 2" -D["SIZEOF_UINT"]=" 4" -D["SIZEOF_USHORT"]=" 2" -D["SIZEOF_UINT"]=" 4" -D["SIZEOF_SSIZE_T"]=" 8" -D["SIZEOF_VOIDP"]=" 8" -D["HAVE_LIBM"]=" 1" -D["USE_NETCDF4"]=" 1" -D["USE_HDF5"]=" 1" -D["H5_USE_16_API"]=" 1" -D["HAVE_HDF5_H"]=" 1" -D["HAVE_H5PSET_DEFLATE"]=" 1" -D["HDF5_SUPPORTS_PAR_FILTERS"]=" 1" -D["HDF5_UTF8_PATHS"]=" 1" -D["ENABLE_NCZARR_FILTERS"]=" 1" -D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1" -D["HAVE_LONG_LONG_INT"]=" 1" -D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1" -D["NC_DISPATCH_VERSION"]=" 5" - for (key in D) D_is_set[key] = 1 - FS = "" -} -/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { - line = $ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - prefix = substr(line, 1, index(line, defundef) - 1) - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", prefix defundef, macro, "*/" - next - } - } -} -{ print } -_ACAWK - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 -fi # test -n "$CONFIG_HEADERS" - - -eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS" -shift -for ac_tag -do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; - esac - ac_save_IFS=$IFS - IFS=: - set x $ac_tag - IFS=$ac_save_IFS - shift - ac_file=$1 - shift - - case $ac_mode in - :L) ac_source=$1;; - :[FH]) - ac_file_inputs= - for ac_f - do - case $ac_f in - -) ac_f="$ac_tmp/stdin";; - *) # Look for the file first in the build tree, then in the source tree - # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. - test -f "$ac_f" || - case $ac_f in - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; - esac - case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - as_fn_append ac_file_inputs " '$ac_f'" - done - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - configure_input='Generated from '` - printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 -printf "%s\n" "$as_me: creating $ac_file" >&6;} - fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`printf "%s\n" "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac - - case $ac_tag in - *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - esac - ;; - esac - - ac_dir=`$as_dirname -- "$ac_file" || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -printf "%s\n" X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir="$ac_dir"; as_fn_mkdir_p - ac_builddir=. - -case "$ac_dir" in -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -*) - ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; -esac -ac_abs_top_builddir=$ac_pwd -ac_abs_builddir=$ac_pwd$ac_dir_suffix -# for backward compatibility: -ac_top_builddir=$ac_top_build_prefix - -case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -esac -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - - case $ac_mode in - :F) - # - # CONFIG_FILE - # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac -# If the template does not know about datarootdir, expand it. -# FIXME: This hack should be removed a few years after 2.60. -ac_datarootdir_hack=; ac_datarootdir_seen= -ac_sed_dataroot=' -/datarootdir/ { - p - q -} -/@datadir@/p -/@docdir@/p -/@infodir@/p -/@localedir@/p -/@mandir@/p' -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in -*datarootdir*) ac_datarootdir_seen=yes;; -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} - ac_datarootdir_hack=' - s&@datadir@&${datarootdir}&g - s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g - s&@infodir@&${datarootdir}/info&g - s&@localedir@&${datarootdir}/locale&g - s&@mandir@&${datarootdir}/man&g - s&\${datarootdir}&${prefix}/share&g' ;; -esac -ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ -h -s/// -s/^/:/ -s/[ ]*$/:/ -s/:\$(srcdir):/:/g -s/:\${srcdir}:/:/g -s/:@srcdir@:/:/g -s/^:*// -s/:*$// -x -s/\(=[ ]*\).*/\1/ -G -s/\n// -s/^[^=]*=[ ]*$// -} - -:t -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s|@configure_input@|$ac_sed_conf_input|;t t -s&@top_builddir@&$ac_top_builddir_sub&;t t -s&@top_build_prefix@&$ac_top_build_prefix&;t t -s&@srcdir@&$ac_srcdir&;t t -s&@abs_srcdir@&$ac_abs_srcdir&;t t -s&@top_srcdir@&$ac_top_srcdir&;t t -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t -s&@builddir@&$ac_builddir&;t t -s&@abs_builddir@&$ac_abs_builddir&;t t -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t -s&@INSTALL@&$ac_INSTALL&;t t -s&@MKDIR_P@&$ac_MKDIR_P&;t t -$ac_datarootdir_hack -" -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ - "$ac_tmp/out"`; test -z "$ac_out"; } && - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined" >&5 -printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined" >&2;} - - rm -f "$ac_tmp/stdin" - case $ac_file in - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; - esac \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - ;; - :H) - # - # CONFIG_HEADER - # - if test x"$ac_file" != x-; then - { - printf "%s\n" "/* $configure_input */" >&1 \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" - } >"$ac_tmp/config.h" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 -printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} - else - rm -f "$ac_file" - mv "$ac_tmp/config.h" "$ac_file" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - fi - else - printf "%s\n" "/* $configure_input */" >&1 \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error $? "could not create -" "$LINENO" 5 - fi -# Compute "$ac_file"'s index in $config_headers. -_am_arg="$ac_file" -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || -$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$_am_arg" : 'X\(//\)[^/]' \| \ - X"$_am_arg" : 'X\(//\)$' \| \ - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -printf "%s\n" X"$_am_arg" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - :L) - # - # CONFIG_LINK - # - - if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then - : - else - # Prefer the file from the source tree if names are identical. - if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then - ac_source=$srcdir/$ac_source - fi - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 -printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;} - - if test ! -r "$ac_source"; then - as_fn_error $? "$ac_source: file not found" "$LINENO" 5 - fi - rm -f "$ac_file" - - # Try a relative symlink, then a hard link, then a copy. - case $ac_source in - [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;; - *) ac_rel_source=$ac_top_build_prefix$ac_source ;; - esac - ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || - ln "$ac_source" "$ac_file" 2>/dev/null || - cp -p "$ac_source" "$ac_file" || - as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 - fi - ;; - :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 -printf "%s\n" "$as_me: executing $ac_file commands" >&6;} - ;; - esac - - - case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - # TODO: see whether this extra hack can be removed once we start - # requiring Autoconf 2.70 or later. - case $CONFIG_FILES in #( - *\'*) : - eval set x "$CONFIG_FILES" ;; #( - *) : - set x $CONFIG_FILES ;; #( - *) : - ;; -esac - shift - # Used to flag and report bootstrapping failures. - am_rc=0 - for am_mf - do - # Strip MF so we end up with the name of the file. - am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile which includes - # dependency-tracking related rules and includes. - # Grep'ing the whole file directly is not great: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ - || continue - am_dirpart=`$as_dirname -- "$am_mf" || -$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$am_mf" : 'X\(//\)[^/]' \| \ - X"$am_mf" : 'X\(//\)$' \| \ - X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || -printf "%s\n" X"$am_mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - am_filepart=`$as_basename -- "$am_mf" || -$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ - X"$am_mf" : 'X\(//\)$' \| \ - X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || -printf "%s\n" X/"$am_mf" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - { echo "$as_me:$LINENO: cd "$am_dirpart" \ - && sed -e '/# am--include-marker/d' "$am_filepart" \ - | $MAKE -f - am--depfiles" >&5 - (cd "$am_dirpart" \ - && sed -e '/# am--include-marker/d' "$am_filepart" \ - | $MAKE -f - am--depfiles) >&5 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } || am_rc=$? - done - if test $am_rc -ne 0; then - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. If GNU make was not used, consider - re-running the configure script with MAKE=\"gmake\" (or whatever is - necessary). You can also try re-running configure with the - '--disable-dependency-tracking' option to at least be able to build - the package (albeit without support for automatic dependency tracking). -See \`config.log' for more details" "$LINENO" 5; } - fi - { am_dirpart=; unset am_dirpart;} - { am_filepart=; unset am_filepart;} - { am_mf=; unset am_mf;} - { am_rc=; unset am_rc;} - rm -f conftest-deps.mk -} - ;; - "libtool":C) - - # See if we are running on zsh, and set the options that allow our - # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST - fi - - cfgfile=${ofile}T - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" - - cat <<_LT_EOF >> "$cfgfile" -#! $SHELL -# Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -# NOTE: Changes made to this file will be lost: look at ltmain.sh. - -# Provide generalized library-building support services. -# Written by Gordon Matzigkeit, 1996 - -# Copyright (C) 2014 Free Software Foundation, Inc. -# This is free software; see the source for copying conditions. There is NO -# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -# GNU Libtool is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of of the License, or -# (at your option) any later version. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program or library that is built -# using GNU Libtool, you may include this file under the same -# distribution terms that you use for the rest of that program. -# -# GNU Libtool is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - -# The names of the tagged configurations supported by this script. -available_tags='CXX ' - -# Configured defaults for sys_lib_dlsearch_path munging. -: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} - -# ### BEGIN LIBTOOL CONFIG - -# Which release of libtool.m4 was used? -macro_version=$macro_version -macro_revision=$macro_revision - -# Whether or not to build shared libraries. -build_libtool_libs=$enable_shared - -# Whether or not to build static libraries. -build_old_libs=$enable_static - -# What type of objects to build. -pic_mode=$pic_mode - -# Whether or not to optimize for fast installation. -fast_install=$enable_fast_install - -# Shared archive member basename,for filename based shared library versioning on AIX. -shared_archive_member_spec=$shared_archive_member_spec - -# Shell to use when invoking shell scripts. -SHELL=$lt_SHELL - -# An echo program that protects backslashes. -ECHO=$lt_ECHO - -# The PATH separator for the build system. -PATH_SEPARATOR=$lt_PATH_SEPARATOR - -# The host system. -host_alias=$host_alias -host=$host -host_os=$host_os - -# The build system. -build_alias=$build_alias -build=$build -build_os=$build_os - -# A sed program that does not truncate output. -SED=$lt_SED - -# Sed that helps us avoid accidentally triggering echo(1) options like -n. -Xsed="\$SED -e 1s/^X//" - -# A grep program that handles long lines. -GREP=$lt_GREP - -# An ERE matcher. -EGREP=$lt_EGREP - -# A literal string matcher. -FGREP=$lt_FGREP - -# A BSD- or MS-compatible name lister. -NM=$lt_NM - -# Whether we need soft or hard links. -LN_S=$lt_LN_S - -# What is the maximum length of a command? -max_cmd_len=$max_cmd_len - -# Object file suffix (normally "o"). -objext=$ac_objext - -# Executable file suffix (normally ""). -exeext=$exeext - -# whether the shell understands "unset". -lt_unset=$lt_unset - -# turn spaces into newlines. -SP2NL=$lt_lt_SP2NL - -# turn newlines into spaces. -NL2SP=$lt_lt_NL2SP - -# convert \$build file names to \$host format. -to_host_file_cmd=$lt_cv_to_host_file_cmd - -# convert \$build files to toolchain format. -to_tool_file_cmd=$lt_cv_to_tool_file_cmd - -# A file(cmd) program that detects file types. -FILECMD=$lt_FILECMD - -# An object symbol dumper. -OBJDUMP=$lt_OBJDUMP - -# Method to check whether dependent libraries are shared objects. -deplibs_check_method=$lt_deplibs_check_method - -# Command to use when deplibs_check_method = "file_magic". -file_magic_cmd=$lt_file_magic_cmd - -# How to find potential files when deplibs_check_method = "file_magic". -file_magic_glob=$lt_file_magic_glob - -# Find potential files using nocaseglob when deplibs_check_method = "file_magic". -want_nocaseglob=$lt_want_nocaseglob - -# DLL creation program. -DLLTOOL=$lt_DLLTOOL - -# Command to associate shared and link libraries. -sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd - -# The archiver. -AR=$lt_AR - -# Flags to create an archive (by configure). -lt_ar_flags=$lt_ar_flags - -# Flags to create an archive. -AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} - -# How to feed a file listing to the archiver. -archiver_list_spec=$lt_archiver_list_spec - -# A symbol stripping program. -STRIP=$lt_STRIP - -# Commands used to install an old-style archive. -RANLIB=$lt_RANLIB -old_postinstall_cmds=$lt_old_postinstall_cmds -old_postuninstall_cmds=$lt_old_postuninstall_cmds - -# Whether to use a lock for old archive extraction. -lock_old_archive_extraction=$lock_old_archive_extraction - -# A C compiler. -LTCC=$lt_CC - -# LTCC compiler flags. -LTCFLAGS=$lt_CFLAGS - -# Take the output of nm and produce a listing of raw symbols and C names. -global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe - -# Transform the output of nm in a proper C declaration. -global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl - -# Transform the output of nm into a list of symbols to manually relocate. -global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import - -# Transform the output of nm in a C name address pair. -global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address - -# Transform the output of nm in a C name address pair when lib prefix is needed. -global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix - -# The name lister interface. -nm_interface=$lt_lt_cv_nm_interface - -# Specify filename containing input files for \$NM. -nm_file_list_spec=$lt_nm_file_list_spec - -# The root where to search for dependent libraries,and where our libraries should be installed. -lt_sysroot=$lt_sysroot - -# Command to truncate a binary pipe. -lt_truncate_bin=$lt_lt_cv_truncate_bin - -# The name of the directory that contains temporary libtool files. -objdir=$objdir - -# Used to examine libraries when file_magic_cmd begins with "file". -MAGIC_CMD=$MAGIC_CMD - -# Must we lock files when doing compilation? -need_locks=$lt_need_locks - -# Manifest tool. -MANIFEST_TOOL=$lt_MANIFEST_TOOL - -# Tool to manipulate archived DWARF debug symbol files on Mac OS X. -DSYMUTIL=$lt_DSYMUTIL - -# Tool to change global to local symbols on Mac OS X. -NMEDIT=$lt_NMEDIT - -# Tool to manipulate fat objects and archives on Mac OS X. -LIPO=$lt_LIPO - -# ldd/readelf like tool for Mach-O binaries on Mac OS X. -OTOOL=$lt_OTOOL - -# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. -OTOOL64=$lt_OTOOL64 - -# Old archive suffix (normally "a"). -libext=$libext - -# Shared library suffix (normally ".so"). -shrext_cmds=$lt_shrext_cmds - -# The commands to extract the exported symbol list from a shared archive. -extract_expsyms_cmds=$lt_extract_expsyms_cmds - -# Variables whose values should be saved in libtool wrapper scripts and -# restored at link time. -variables_saved_for_relink=$lt_variables_saved_for_relink - -# Do we need the "lib" prefix for modules? -need_lib_prefix=$need_lib_prefix - -# Do we need a version for libraries? -need_version=$need_version - -# Library versioning type. -version_type=$version_type - -# Shared library runtime path variable. -runpath_var=$runpath_var - -# Shared library path variable. -shlibpath_var=$shlibpath_var - -# Is shlibpath searched before the hard-coded library search path? -shlibpath_overrides_runpath=$shlibpath_overrides_runpath - -# Format of library name prefix. -libname_spec=$lt_libname_spec - -# List of archive names. First name is the real one, the rest are links. -# The last name is the one that the linker finds with -lNAME -library_names_spec=$lt_library_names_spec - -# The coded name of the library, if different from the real name. -soname_spec=$lt_soname_spec - -# Permission mode override for installation of shared libraries. -install_override_mode=$lt_install_override_mode - -# Command to use after installation of a shared archive. -postinstall_cmds=$lt_postinstall_cmds - -# Command to use after uninstallation of a shared archive. -postuninstall_cmds=$lt_postuninstall_cmds - -# Commands used to finish a libtool library installation in a directory. -finish_cmds=$lt_finish_cmds - -# As "finish_cmds", except a single script fragment to be evaled but -# not shown. -finish_eval=$lt_finish_eval - -# Whether we should hardcode library paths into libraries. -hardcode_into_libs=$hardcode_into_libs - -# Compile-time system search path for libraries. -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec - -# Detected run-time system search path for libraries. -sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path - -# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. -configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path - -# Whether dlopen is supported. -dlopen_support=$enable_dlopen - -# Whether dlopen of programs is supported. -dlopen_self=$enable_dlopen_self - -# Whether dlopen of statically linked programs is supported. -dlopen_self_static=$enable_dlopen_self_static - -# Commands to strip libraries. -old_striplib=$lt_old_striplib -striplib=$lt_striplib - - -# The linker used to build libraries. -LD=$lt_LD - -# How to create reloadable object files. -reload_flag=$lt_reload_flag -reload_cmds=$lt_reload_cmds - -# Commands used to build an old-style archive. -old_archive_cmds=$lt_old_archive_cmds - -# A language specific compiler. -CC=$lt_compiler - -# Is the compiler the GNU compiler? -with_gcc=$GCC - -# Compiler flag to turn off builtin functions. -no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag - -# Additional compiler flags for building library objects. -pic_flag=$lt_lt_prog_compiler_pic - -# How to pass a linker flag through the compiler. -wl=$lt_lt_prog_compiler_wl - -# Compiler flag to prevent dynamic linking. -link_static_flag=$lt_lt_prog_compiler_static - -# Does compiler simultaneously support -c and -o options? -compiler_c_o=$lt_lt_cv_prog_compiler_c_o - -# Whether or not to add -lc for building shared libraries. -build_libtool_need_lc=$archive_cmds_need_lc - -# Whether or not to disallow shared libs when runtime libs are static. -allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes - -# Compiler flag to allow reflexive dlopens. -export_dynamic_flag_spec=$lt_export_dynamic_flag_spec - -# Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec=$lt_whole_archive_flag_spec - -# Whether the compiler copes with passing no objects directly. -compiler_needs_object=$lt_compiler_needs_object - -# Create an old-style archive from a shared archive. -old_archive_from_new_cmds=$lt_old_archive_from_new_cmds - -# Create a temporary old-style archive to link instead of a shared archive. -old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds - -# Commands used to build a shared archive. -archive_cmds=$lt_archive_cmds -archive_expsym_cmds=$lt_archive_expsym_cmds - -# Commands used to build a loadable module if different from building -# a shared archive. -module_cmds=$lt_module_cmds -module_expsym_cmds=$lt_module_expsym_cmds - -# Whether we are building with GNU ld or not. -with_gnu_ld=$lt_with_gnu_ld - -# Flag that allows shared libraries with undefined symbols to be built. -allow_undefined_flag=$lt_allow_undefined_flag - -# Flag that enforces no undefined symbols. -no_undefined_flag=$lt_no_undefined_flag - -# Flag to hardcode \$libdir into a binary during linking. -# This must work even if \$libdir does not exist -hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec - -# Whether we need a single "-rpath" flag with a separated argument. -hardcode_libdir_separator=$lt_hardcode_libdir_separator - -# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -# DIR into the resulting binary. -hardcode_direct=$hardcode_direct - -# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -# DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting \$shlibpath_var if the -# library is relocated. -hardcode_direct_absolute=$hardcode_direct_absolute - -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR -# into the resulting binary. -hardcode_minus_L=$hardcode_minus_L - -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -# into the resulting binary. -hardcode_shlibpath_var=$hardcode_shlibpath_var - -# Set to "yes" if building a shared library automatically hardcodes DIR -# into the library and all subsequent libraries and executables linked -# against it. -hardcode_automatic=$hardcode_automatic - -# Set to yes if linker adds runtime paths of dependent libraries -# to runtime path list. -inherit_rpath=$inherit_rpath - -# Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=$link_all_deplibs - -# Set to "yes" if exported symbols are required. -always_export_symbols=$always_export_symbols - -# The commands to list exported symbols. -export_symbols_cmds=$lt_export_symbols_cmds - -# Symbols that should not be listed in the preloaded symbols. -exclude_expsyms=$lt_exclude_expsyms - -# Symbols that must always be exported. -include_expsyms=$lt_include_expsyms - -# Commands necessary for linking programs (against libraries) with templates. -prelink_cmds=$lt_prelink_cmds - -# Commands necessary for finishing linking programs. -postlink_cmds=$lt_postlink_cmds - -# Specify filename containing input files. -file_list_spec=$lt_file_list_spec - -# How to hardcode a shared library path into an executable. -hardcode_action=$hardcode_action - -# The directories searched by this compiler when creating a shared library. -compiler_lib_search_dirs=$lt_compiler_lib_search_dirs - -# Dependencies to place before and after the objects being linked to -# create a shared library. -predep_objects=$lt_predep_objects -postdep_objects=$lt_postdep_objects -predeps=$lt_predeps -postdeps=$lt_postdeps - -# The library search path used internally by the compiler when linking -# a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path - -# ### END LIBTOOL CONFIG - -_LT_EOF - - cat <<'_LT_EOF' >> "$cfgfile" - -# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE - -# func_munge_path_list VARIABLE PATH -# ----------------------------------- -# VARIABLE is name of variable containing _space_ separated list of -# directories to be munged by the contents of PATH, which is string -# having a format: -# "DIR[:DIR]:" -# string "DIR[ DIR]" will be prepended to VARIABLE -# ":DIR[:DIR]" -# string "DIR[ DIR]" will be appended to VARIABLE -# "DIRP[:DIRP]::[DIRA:]DIRA" -# string "DIRP[ DIRP]" will be prepended to VARIABLE and string -# "DIRA[ DIRA]" will be appended to VARIABLE -# "DIR[:DIR]" -# VARIABLE will be replaced by "DIR[ DIR]" -func_munge_path_list () -{ - case x$2 in - x) - ;; - *:) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" - ;; - x:*) - eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" - ;; - *) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" - ;; - esac -} - - -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -func_cc_basename () -{ - for cc_temp in $*""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -} - - -# ### END FUNCTIONS SHARED WITH CONFIGURE - -_LT_EOF - - case $host_os in - aix3*) - cat <<\_LT_EOF >> "$cfgfile" -# AIX sometimes has problems with the GCC collect2 program. For some -# reason, if we set the COLLECT_NAMES environment variable, the problems -# vanish in a puff of smoke. -if test set != "${COLLECT_NAMES+set}"; then - COLLECT_NAMES= - export COLLECT_NAMES -fi -_LT_EOF - ;; - esac - - - -ltmain=$ac_aux_dir/ltmain.sh - - - # We use sed instead of cat because bash on DJGPP gets confused if - # if finds mixed CR/LF and LF-only lines. Since sed operates in - # text mode, it properly converts lines to CR/LF. This bash problem - # is reportedly fixed, but why not run on old versions too? - $SED '$q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" - - - cat <<_LT_EOF >> "$ofile" - -# ### BEGIN LIBTOOL TAG CONFIG: CXX - -# The linker used to build libraries. -LD=$lt_LD_CXX - -# How to create reloadable object files. -reload_flag=$lt_reload_flag_CXX -reload_cmds=$lt_reload_cmds_CXX - -# Commands used to build an old-style archive. -old_archive_cmds=$lt_old_archive_cmds_CXX - -# A language specific compiler. -CC=$lt_compiler_CXX - -# Is the compiler the GNU compiler? -with_gcc=$GCC_CXX - -# Compiler flag to turn off builtin functions. -no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX - -# Additional compiler flags for building library objects. -pic_flag=$lt_lt_prog_compiler_pic_CXX - -# How to pass a linker flag through the compiler. -wl=$lt_lt_prog_compiler_wl_CXX - -# Compiler flag to prevent dynamic linking. -link_static_flag=$lt_lt_prog_compiler_static_CXX - -# Does compiler simultaneously support -c and -o options? -compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX - -# Whether or not to add -lc for building shared libraries. -build_libtool_need_lc=$archive_cmds_need_lc_CXX - -# Whether or not to disallow shared libs when runtime libs are static. -allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX - -# Compiler flag to allow reflexive dlopens. -export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX - -# Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX - -# Whether the compiler copes with passing no objects directly. -compiler_needs_object=$lt_compiler_needs_object_CXX - -# Create an old-style archive from a shared archive. -old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX - -# Create a temporary old-style archive to link instead of a shared archive. -old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX - -# Commands used to build a shared archive. -archive_cmds=$lt_archive_cmds_CXX -archive_expsym_cmds=$lt_archive_expsym_cmds_CXX - -# Commands used to build a loadable module if different from building -# a shared archive. -module_cmds=$lt_module_cmds_CXX -module_expsym_cmds=$lt_module_expsym_cmds_CXX - -# Whether we are building with GNU ld or not. -with_gnu_ld=$lt_with_gnu_ld_CXX - -# Flag that allows shared libraries with undefined symbols to be built. -allow_undefined_flag=$lt_allow_undefined_flag_CXX - -# Flag that enforces no undefined symbols. -no_undefined_flag=$lt_no_undefined_flag_CXX - -# Flag to hardcode \$libdir into a binary during linking. -# This must work even if \$libdir does not exist -hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX - -# Whether we need a single "-rpath" flag with a separated argument. -hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX - -# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -# DIR into the resulting binary. -hardcode_direct=$hardcode_direct_CXX - -# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -# DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting \$shlibpath_var if the -# library is relocated. -hardcode_direct_absolute=$hardcode_direct_absolute_CXX - -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR -# into the resulting binary. -hardcode_minus_L=$hardcode_minus_L_CXX - -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -# into the resulting binary. -hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX - -# Set to "yes" if building a shared library automatically hardcodes DIR -# into the library and all subsequent libraries and executables linked -# against it. -hardcode_automatic=$hardcode_automatic_CXX - -# Set to yes if linker adds runtime paths of dependent libraries -# to runtime path list. -inherit_rpath=$inherit_rpath_CXX - -# Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=$link_all_deplibs_CXX - -# Set to "yes" if exported symbols are required. -always_export_symbols=$always_export_symbols_CXX - -# The commands to list exported symbols. -export_symbols_cmds=$lt_export_symbols_cmds_CXX - -# Symbols that should not be listed in the preloaded symbols. -exclude_expsyms=$lt_exclude_expsyms_CXX - -# Symbols that must always be exported. -include_expsyms=$lt_include_expsyms_CXX - -# Commands necessary for linking programs (against libraries) with templates. -prelink_cmds=$lt_prelink_cmds_CXX - -# Commands necessary for finishing linking programs. -postlink_cmds=$lt_postlink_cmds_CXX - -# Specify filename containing input files. -file_list_spec=$lt_file_list_spec_CXX - -# How to hardcode a shared library path into an executable. -hardcode_action=$hardcode_action_CXX - -# The directories searched by this compiler when creating a shared library. -compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX - -# Dependencies to place before and after the objects being linked to -# create a shared library. -predep_objects=$lt_predep_objects_CXX -postdep_objects=$lt_postdep_objects_CXX -predeps=$lt_predeps_CXX -postdeps=$lt_postdeps_CXX - -# The library search path used internally by the compiler when linking -# a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_CXX - -# ### END LIBTOOL TAG CONFIG: CXX -_LT_EOF - - ;; - "nc_test/run_pnetcdf_tests.sh":F) chmod ugo+x nc_test/run_pnetcdf_tests.sh ;; - "h5_test/run_par_tests.sh":F) chmod ugo+x h5_test/run_par_tests.sh ;; - "nc_test4/run_par_test.sh":F) chmod ugo+x nc_test4/run_par_test.sh ;; - "nc_perf/run_par_bm_test.sh":F) chmod ugo+x nc_perf/run_par_bm_test.sh ;; - "nc_perf/run_gfs_test.sh":F) chmod ugo+x nc_perf/run_gfs_test.sh ;; - "examples/C/run_par_test.sh":F) chmod ugo+x examples/C/run_par_test.sh ;; - "nc-config":F) chmod 755 nc-config ;; - - esac -done # for ac_tag - - -as_fn_exit 0 diff --git a/dap4_test/Makefile b/dap4_test/Makefile deleted file mode 100644 index 94a93aa..0000000 --- a/dap4_test/Makefile +++ /dev/null @@ -1,1269 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# dap4_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018v, see the COPYRIGHT file for more information. - -# This file builds and runs DAP tests. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = test_parse$(EXEEXT) test_meta$(EXEEXT) \ - test_data$(EXEEXT) -noinst_PROGRAMS = findtestserver4$(EXEEXT) pingurl4$(EXEEXT) -#am__append_5 = test_hyrax.sh -# TESTS += test_thredds.sh -##am__append_6 = test_remote.sh -subdir = dap4_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = findtestserver4.c pingurl4.c -CONFIG_CLEAN_VPATH_FILES = -PROGRAMS = $(noinst_PROGRAMS) -am_findtestserver4_OBJECTS = findtestserver4.$(OBJEXT) -findtestserver4_OBJECTS = $(am_findtestserver4_OBJECTS) -findtestserver4_LDADD = $(LDADD) -findtestserver4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am_pingurl4_OBJECTS = pingurl4.$(OBJEXT) -pingurl4_OBJECTS = $(am_pingurl4_OBJECTS) -pingurl4_LDADD = $(LDADD) -pingurl4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_data_SOURCES = test_data.c -test_data_OBJECTS = test_data.$(OBJEXT) -test_data_LDADD = $(LDADD) -test_data_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_meta_SOURCES = test_meta.c -test_meta_OBJECTS = test_meta.$(OBJEXT) -test_meta_LDADD = $(LDADD) -test_meta_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_parse_SOURCES = test_parse.c -test_parse_OBJECTS = test_parse.$(OBJEXT) -test_parse_LDADD = $(LDADD) -test_parse_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/findtestserver4.Po \ - ./$(DEPDIR)/pingurl4.Po ./$(DEPDIR)/test_data.Po \ - ./$(DEPDIR)/test_meta.Po ./$(DEPDIR)/test_parse.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(findtestserver4_SOURCES) $(pingurl4_SOURCES) test_data.c \ - test_meta.c test_parse.c -DIST_SOURCES = $(findtestserver4_SOURCES) $(pingurl4_SOURCES) \ - test_data.c test_meta.c test_parse.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/ncdap_test/findtestserver.c.in \ - $(top_srcdir)/ncdap_test/pingurl.c $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -I$(top_srcdir)/liblib \ - -I$(top_srcdir)/libdap4 -DTOPSRCDIR=${abs_top_srcdir} \ - -DTOPBINDIR=${abs_top_builddir} -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/dap4_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/dap4_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -LDADD = ${top_builddir}/liblib/libnetcdf.la - -# Un comment to use a more verbose test driver -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# Note which tests depend on other tests. Necessary for make -j check. -TEST_EXTENSIONS = .sh -TESTS = test_parse.sh test_meta.sh test_data.sh test_fillmismatch.sh \ - test_raw.sh $(am__append_5) $(am__append_6) -findtestserver4_SOURCES = findtestserver4.c -pingurl4_SOURCES = pingurl4.c -EXTRA_DIST = test_parse.sh test_meta.sh test_data.sh \ - test_raw.sh test_remote.sh test_hyrax.sh test_thredds.sh test_fillmismatch.sh \ - tst_curlopt.sh d4test_common.sh \ - daptestfiles dmrtestfiles cdltestfiles nctestfiles misctestfiles \ - baseline baselineraw baselineremote baselinehyrax baselinethredds CMakeLists.txt test_common.h - -# This should only be left behind if using parallel io -CLEANFILES = *.exe tmp_* \ - ${srcdir}/baselinethredds/GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4.thredds -DISTCLEANFILES = findtestserver4.c pingurl4.c - -# One last thing -BUILT_SOURCES = .daprc -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dap4_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign dap4_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -findtestserver4.c: $(top_builddir)/config.status $(top_srcdir)/ncdap_test/findtestserver.c.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -pingurl4.c: $(top_builddir)/config.status $(top_srcdir)/ncdap_test/pingurl.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -findtestserver4$(EXEEXT): $(findtestserver4_OBJECTS) $(findtestserver4_DEPENDENCIES) $(EXTRA_findtestserver4_DEPENDENCIES) - @rm -f findtestserver4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(findtestserver4_OBJECTS) $(findtestserver4_LDADD) $(LIBS) - -pingurl4$(EXEEXT): $(pingurl4_OBJECTS) $(pingurl4_DEPENDENCIES) $(EXTRA_pingurl4_DEPENDENCIES) - @rm -f pingurl4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(pingurl4_OBJECTS) $(pingurl4_LDADD) $(LIBS) - -test_data$(EXEEXT): $(test_data_OBJECTS) $(test_data_DEPENDENCIES) $(EXTRA_test_data_DEPENDENCIES) - @rm -f test_data$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_data_OBJECTS) $(test_data_LDADD) $(LIBS) - -test_meta$(EXEEXT): $(test_meta_OBJECTS) $(test_meta_DEPENDENCIES) $(EXTRA_test_meta_DEPENDENCIES) - @rm -f test_meta$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_meta_OBJECTS) $(test_meta_LDADD) $(LIBS) - -test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) $(EXTRA_test_parse_DEPENDENCIES) - @rm -f test_parse$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/findtestserver4.Po # am--include-marker -include ./$(DEPDIR)/pingurl4.Po # am--include-marker -include ./$(DEPDIR)/test_data.Po # am--include-marker -include ./$(DEPDIR)/test_meta.Po # am--include-marker -include ./$(DEPDIR)/test_parse.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(PROGRAMS) -installdirs: -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstPROGRAMS mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/findtestserver4.Po - -rm -f ./$(DEPDIR)/pingurl4.Po - -rm -f ./$(DEPDIR)/test_data.Po - -rm -f ./$(DEPDIR)/test_meta.Po - -rm -f ./$(DEPDIR)/test_parse.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/findtestserver4.Po - -rm -f ./$(DEPDIR)/pingurl4.Po - -rm -f ./$(DEPDIR)/test_data.Po - -rm -f ./$(DEPDIR)/test_meta.Po - -rm -f ./$(DEPDIR)/test_parse.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: all check check-am install install-am install-exec \ - install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am recheck tags tags-am uninstall \ - uninstall-am - -.PRECIOUS: Makefile - - -# Disable Dap4 Remote Tests until the test server is working -# # relies on ncdump - -.daprc: - echo "#DAPRC" >.daprc - -clean-local: clean-local-check - -.PHONY: clean-local-check - -clean-local-check: - -rm -rf results results_test_* - -rm -f .dodsrc .daprc - -# The shell file maketests.sh is used to build the testdata -# for dap4 testing. It creates and fills the directories -# daptestfiles, dmrtestfiles, and cdltestfiles -# As a rule, this will only be invoked if there was a change -# in the GenerateRaw.java program in the thredds tree. -maketests:: - bash ./maketests.sh - -# 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: diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 062aa25..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,847 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# docs/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -# 2015, 2016, 2017, 2018 -# University Corporation for Atmospheric Research/Unidata. - -# See netcdf-c/COPYRIGHT file for more info. - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = docs -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = Doxyfile -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -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 -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 \ - distdir distdir-am -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) -# 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 = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -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" -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/docs -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/docs -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck - -# These files will be included with the dist. -EXTRA_DIST = netcdf.m4 DoxygenLayout.xml Doxyfile.in footer.html \ -mainpage.dox tutorial.dox architecture.dox internal.dox \ -windows-binaries.md dispatch.md building-with-cmake.md CMakeLists.txt groups.dox \ -notes.md install-fortran.md credits.md auth.md filters.md \ -obsolete/fan_utils.html indexing.dox inmemory.md FAQ.md \ -known_problems.md COPYRIGHT.md inmeminternal.dox testserver.dox \ -byterange.md nczarr.md quantize.md all-error-codes.md - - -# To build documentation you must have M4 in their path. -M4 = m4 -SUBDIRS = images -CLEANFILES = doxyfile.stamp -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign docs/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# 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" -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-recursive -all-local: -all-am: Makefile all-local -installdirs: installdirs-recursive -installdirs-am: -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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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." -clean-local: -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 clean-local mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -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 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: - -.MAKE: $(am__recursive_targets) install-am install-strip - -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ - 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-generic clean-libtool clean-local cscopelist-am ctags \ - ctags-am distclean distclean-generic distclean-libtool \ - distclean-tags distdir 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-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 - -.PRECIOUS: Makefile - - -# Turn off parallel builds in this directory. -.NOTPARALLEL: - -# Copy man pages. -#directory = $(top_srcdir)/docs/man/man3/ -#dist_man_MANS = $(docsdirectory)/man_page_1.3 $(directory)/man_page_2.3 -# $(directory)/man_page_1.3: doxyfile.stamp -# $(directory)/man_page_2.3: doxyfile.stamp - -# Note: in order to work with distcheck, -# the Doxyfile needs to be preprocessed -# to insert actual location of $(srcdir) -#BUILT_SOURCES = Doxyfile.tmp - -#Doxyfile.tmp: Doxyfile -# sed -e 's|$$[({]rootdir[})]|$(abs_top_srcdir)|g' ./Doxyfile.tmp - -#all-local: doxyfile.stamp -#clean-local: -# rm -rf $(top_builddir)/docs/man -# rm -rf $(top_builddir)/docs/html -# rm -rf $(top_builddir)/docs/latex -# rm -rf $(top_builddir)/docs/latex_main - -# Timestamp to prevent rebuilds. -# We must do this twice. The first time -# builds the tag files. The second time -# includes them in the documentation. - -doxyfile.stamp: - $(DOXYGEN) Doxyfile \ - cp auth.md obsolete/fan_utils.html html - -# This builds the docs from source, if necessary, and tars up -# everything needed for the website. Run this and copy the resulting -# tarball to the /contents/netcdf/docs directory to update the on-line -# docs. -# UPDATE Nov 12, 2021: docs now published to Unidata artifacts server. -web-tarball: doxyfile.stamp - cd html; tar cf ../netcdf_docs.tar * - gzip -f netcdf_docs.tar - -# 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: diff --git a/docs/images/Makefile b/docs/images/Makefile deleted file mode 100644 index 5f63d0a..0000000 --- a/docs/images/Makefile +++ /dev/null @@ -1,613 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# docs/images/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -# 2015, 2016, 2017, 2018 -# University Corporation for Atmospheric Research/Unidata. - -# See netcdf-c/COPYRIGHT file for more info. - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = docs/images -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/docs/images -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/docs/images -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -EXTRA_DIST = aqua.jpg chunking2.png compatibility3.png \ -compression.png groups.png nc4-model.png ncatts.png \ -nc-classic-uml.png nccoords.png ncfile.png pnetcdf.png terra.jpg \ -netcdf_architecture.png deptree.jpg InstallTreeWindows.png \ -uniLogo.png quantize_pi.png quantize_performance.png - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/images/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign docs/images/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/examples/C/Makefile b/examples/C/Makefile deleted file mode 100644 index 1cd89b0..0000000 --- a/examples/C/Makefile +++ /dev/null @@ -1,1461 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# examples/C/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is a automake file, part of Unidata's netCDF package. -# Copyright 2018, see the COPYRIGHT file for more information. - -# This file builds the C examples. - -# Ed Hartnett, Ward Fisher, Dennis Heimbigner - -# Un comment to use a more verbose test driver -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = simple_xy_wr$(EXEEXT) simple_xy_rd$(EXEEXT) \ - sfc_pres_temp_wr$(EXEEXT) sfc_pres_temp_rd$(EXEEXT) \ - pres_temp_4D_wr$(EXEEXT) pres_temp_4D_rd$(EXEEXT) \ - format$(EXEEXT) sfc_pres_temp_more$(EXEEXT) simple$(EXEEXT) \ - $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ - $(am__EXEEXT_4) -TESTS = run_examples.sh format$(EXEEXT) sfc_pres_temp_more$(EXEEXT) \ - simple$(EXEEXT) $(am__EXEEXT_1) $(am__append_8) \ - $(am__append_10) $(am__append_12) -#am__append_5 = quick_large_files quick_small_files -#am__append_6 = quick_large_files quick_small_files - -# If HDF5 is being used, build the netcdf-4/HDF5 examples. -am__append_7 = simple_nc4_wr simple_nc4_rd simple_xy_nc4_wr \ -simple_xy_nc4_rd - -am__append_8 = run_examples4.sh - -# filter_example.c should be same as nc_test4/test_filter.c -am__append_9 = filter_example -am__append_10 = run_filter.sh - -# This is a pnetcdf example. -##am__append_11 = parallel_vara -##am__append_12 = run_par_test.sh -subdir = examples/C -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = findplugin.sh run_par_test.sh -CONFIG_CLEAN_VPATH_FILES = -#am__EXEEXT_1 = quick_large_files$(EXEEXT) \ -# quick_small_files$(EXEEXT) -am__EXEEXT_2 = simple_nc4_wr$(EXEEXT) \ - simple_nc4_rd$(EXEEXT) \ - simple_xy_nc4_wr$(EXEEXT) \ - simple_xy_nc4_rd$(EXEEXT) -am__EXEEXT_3 = filter_example$(EXEEXT) -##am__EXEEXT_4 = \ -## parallel_vara$(EXEEXT) -filter_example_SOURCES = filter_example.c -filter_example_OBJECTS = filter_example.$(OBJEXT) -filter_example_LDADD = $(LDADD) -filter_example_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -format_SOURCES = format.c -format_OBJECTS = format.$(OBJEXT) -format_LDADD = $(LDADD) -format_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -parallel_vara_SOURCES = parallel_vara.c -parallel_vara_OBJECTS = parallel_vara.$(OBJEXT) -parallel_vara_LDADD = $(LDADD) -parallel_vara_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -pres_temp_4D_rd_SOURCES = pres_temp_4D_rd.c -pres_temp_4D_rd_OBJECTS = pres_temp_4D_rd.$(OBJEXT) -pres_temp_4D_rd_LDADD = $(LDADD) -pres_temp_4D_rd_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -pres_temp_4D_wr_SOURCES = pres_temp_4D_wr.c -pres_temp_4D_wr_OBJECTS = pres_temp_4D_wr.$(OBJEXT) -pres_temp_4D_wr_LDADD = $(LDADD) -pres_temp_4D_wr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -quick_large_files_SOURCES = quick_large_files.c -quick_large_files_OBJECTS = quick_large_files.$(OBJEXT) -quick_large_files_LDADD = $(LDADD) -quick_large_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -quick_small_files_SOURCES = quick_small_files.c -quick_small_files_OBJECTS = quick_small_files.$(OBJEXT) -quick_small_files_LDADD = $(LDADD) -quick_small_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -sfc_pres_temp_more_SOURCES = sfc_pres_temp_more.c -sfc_pres_temp_more_OBJECTS = sfc_pres_temp_more.$(OBJEXT) -sfc_pres_temp_more_LDADD = $(LDADD) -sfc_pres_temp_more_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -sfc_pres_temp_rd_SOURCES = sfc_pres_temp_rd.c -sfc_pres_temp_rd_OBJECTS = sfc_pres_temp_rd.$(OBJEXT) -sfc_pres_temp_rd_LDADD = $(LDADD) -sfc_pres_temp_rd_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -sfc_pres_temp_wr_SOURCES = sfc_pres_temp_wr.c -sfc_pres_temp_wr_OBJECTS = sfc_pres_temp_wr.$(OBJEXT) -sfc_pres_temp_wr_LDADD = $(LDADD) -sfc_pres_temp_wr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_SOURCES = simple.c -simple_OBJECTS = simple.$(OBJEXT) -simple_LDADD = $(LDADD) -simple_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_nc4_rd_SOURCES = simple_nc4_rd.c -simple_nc4_rd_OBJECTS = simple_nc4_rd.$(OBJEXT) -simple_nc4_rd_LDADD = $(LDADD) -simple_nc4_rd_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_nc4_wr_SOURCES = simple_nc4_wr.c -simple_nc4_wr_OBJECTS = simple_nc4_wr.$(OBJEXT) -simple_nc4_wr_LDADD = $(LDADD) -simple_nc4_wr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_xy_nc4_rd_SOURCES = simple_xy_nc4_rd.c -simple_xy_nc4_rd_OBJECTS = simple_xy_nc4_rd.$(OBJEXT) -simple_xy_nc4_rd_LDADD = $(LDADD) -simple_xy_nc4_rd_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_xy_nc4_wr_SOURCES = simple_xy_nc4_wr.c -simple_xy_nc4_wr_OBJECTS = simple_xy_nc4_wr.$(OBJEXT) -simple_xy_nc4_wr_LDADD = $(LDADD) -simple_xy_nc4_wr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_xy_rd_SOURCES = simple_xy_rd.c -simple_xy_rd_OBJECTS = simple_xy_rd.$(OBJEXT) -simple_xy_rd_LDADD = $(LDADD) -simple_xy_rd_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -simple_xy_wr_SOURCES = simple_xy_wr.c -simple_xy_wr_OBJECTS = simple_xy_wr.$(OBJEXT) -simple_xy_wr_LDADD = $(LDADD) -simple_xy_wr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/filter_example.Po \ - ./$(DEPDIR)/format.Po ./$(DEPDIR)/parallel_vara.Po \ - ./$(DEPDIR)/pres_temp_4D_rd.Po ./$(DEPDIR)/pres_temp_4D_wr.Po \ - ./$(DEPDIR)/quick_large_files.Po \ - ./$(DEPDIR)/quick_small_files.Po \ - ./$(DEPDIR)/sfc_pres_temp_more.Po \ - ./$(DEPDIR)/sfc_pres_temp_rd.Po \ - ./$(DEPDIR)/sfc_pres_temp_wr.Po ./$(DEPDIR)/simple.Po \ - ./$(DEPDIR)/simple_nc4_rd.Po ./$(DEPDIR)/simple_nc4_wr.Po \ - ./$(DEPDIR)/simple_xy_nc4_rd.Po \ - ./$(DEPDIR)/simple_xy_nc4_wr.Po ./$(DEPDIR)/simple_xy_rd.Po \ - ./$(DEPDIR)/simple_xy_wr.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = filter_example.c format.c parallel_vara.c pres_temp_4D_rd.c \ - pres_temp_4D_wr.c quick_large_files.c quick_small_files.c \ - sfc_pres_temp_more.c sfc_pres_temp_rd.c sfc_pres_temp_wr.c \ - simple.c simple_nc4_rd.c simple_nc4_wr.c simple_xy_nc4_rd.c \ - simple_xy_nc4_wr.c simple_xy_rd.c simple_xy_wr.c -DIST_SOURCES = filter_example.c format.c parallel_vara.c \ - pres_temp_4D_rd.c pres_temp_4D_wr.c quick_large_files.c \ - quick_small_files.c sfc_pres_temp_more.c sfc_pres_temp_rd.c \ - sfc_pres_temp_wr.c simple.c simple_nc4_rd.c simple_nc4_wr.c \ - simple_xy_nc4_rd.c simple_xy_nc4_wr.c simple_xy_rd.c \ - simple_xy_wr.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/run_par_test.sh.in \ - $(top_srcdir)/depcomp $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/nc_test4/findplugin.in $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/examples/C -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/examples/C -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# Link to our assembled library. -LDADD = ${top_builddir}/liblib/libnetcdf.la - -# These files are created by the tests. -CLEANFILES = *.nc -EXTRA_DIST = CMakeLists.txt run_examples.sh run_examples4.sh \ -run_filter.sh - -DISTCLEANFILES = findplugin.sh -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/C/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign examples/C/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -findplugin.sh: $(top_builddir)/config.status $(top_srcdir)/nc_test4/findplugin.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -run_par_test.sh: $(top_builddir)/config.status $(srcdir)/run_par_test.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -filter_example$(EXEEXT): $(filter_example_OBJECTS) $(filter_example_DEPENDENCIES) $(EXTRA_filter_example_DEPENDENCIES) - @rm -f filter_example$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(filter_example_OBJECTS) $(filter_example_LDADD) $(LIBS) - -format$(EXEEXT): $(format_OBJECTS) $(format_DEPENDENCIES) $(EXTRA_format_DEPENDENCIES) - @rm -f format$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(format_OBJECTS) $(format_LDADD) $(LIBS) - -parallel_vara$(EXEEXT): $(parallel_vara_OBJECTS) $(parallel_vara_DEPENDENCIES) $(EXTRA_parallel_vara_DEPENDENCIES) - @rm -f parallel_vara$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(parallel_vara_OBJECTS) $(parallel_vara_LDADD) $(LIBS) - -pres_temp_4D_rd$(EXEEXT): $(pres_temp_4D_rd_OBJECTS) $(pres_temp_4D_rd_DEPENDENCIES) $(EXTRA_pres_temp_4D_rd_DEPENDENCIES) - @rm -f pres_temp_4D_rd$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(pres_temp_4D_rd_OBJECTS) $(pres_temp_4D_rd_LDADD) $(LIBS) - -pres_temp_4D_wr$(EXEEXT): $(pres_temp_4D_wr_OBJECTS) $(pres_temp_4D_wr_DEPENDENCIES) $(EXTRA_pres_temp_4D_wr_DEPENDENCIES) - @rm -f pres_temp_4D_wr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(pres_temp_4D_wr_OBJECTS) $(pres_temp_4D_wr_LDADD) $(LIBS) - -quick_large_files$(EXEEXT): $(quick_large_files_OBJECTS) $(quick_large_files_DEPENDENCIES) $(EXTRA_quick_large_files_DEPENDENCIES) - @rm -f quick_large_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(quick_large_files_OBJECTS) $(quick_large_files_LDADD) $(LIBS) - -quick_small_files$(EXEEXT): $(quick_small_files_OBJECTS) $(quick_small_files_DEPENDENCIES) $(EXTRA_quick_small_files_DEPENDENCIES) - @rm -f quick_small_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(quick_small_files_OBJECTS) $(quick_small_files_LDADD) $(LIBS) - -sfc_pres_temp_more$(EXEEXT): $(sfc_pres_temp_more_OBJECTS) $(sfc_pres_temp_more_DEPENDENCIES) $(EXTRA_sfc_pres_temp_more_DEPENDENCIES) - @rm -f sfc_pres_temp_more$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(sfc_pres_temp_more_OBJECTS) $(sfc_pres_temp_more_LDADD) $(LIBS) - -sfc_pres_temp_rd$(EXEEXT): $(sfc_pres_temp_rd_OBJECTS) $(sfc_pres_temp_rd_DEPENDENCIES) $(EXTRA_sfc_pres_temp_rd_DEPENDENCIES) - @rm -f sfc_pres_temp_rd$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(sfc_pres_temp_rd_OBJECTS) $(sfc_pres_temp_rd_LDADD) $(LIBS) - -sfc_pres_temp_wr$(EXEEXT): $(sfc_pres_temp_wr_OBJECTS) $(sfc_pres_temp_wr_DEPENDENCIES) $(EXTRA_sfc_pres_temp_wr_DEPENDENCIES) - @rm -f sfc_pres_temp_wr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(sfc_pres_temp_wr_OBJECTS) $(sfc_pres_temp_wr_LDADD) $(LIBS) - -simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES) $(EXTRA_simple_DEPENDENCIES) - @rm -f simple$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS) - -simple_nc4_rd$(EXEEXT): $(simple_nc4_rd_OBJECTS) $(simple_nc4_rd_DEPENDENCIES) $(EXTRA_simple_nc4_rd_DEPENDENCIES) - @rm -f simple_nc4_rd$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_nc4_rd_OBJECTS) $(simple_nc4_rd_LDADD) $(LIBS) - -simple_nc4_wr$(EXEEXT): $(simple_nc4_wr_OBJECTS) $(simple_nc4_wr_DEPENDENCIES) $(EXTRA_simple_nc4_wr_DEPENDENCIES) - @rm -f simple_nc4_wr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_nc4_wr_OBJECTS) $(simple_nc4_wr_LDADD) $(LIBS) - -simple_xy_nc4_rd$(EXEEXT): $(simple_xy_nc4_rd_OBJECTS) $(simple_xy_nc4_rd_DEPENDENCIES) $(EXTRA_simple_xy_nc4_rd_DEPENDENCIES) - @rm -f simple_xy_nc4_rd$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_xy_nc4_rd_OBJECTS) $(simple_xy_nc4_rd_LDADD) $(LIBS) - -simple_xy_nc4_wr$(EXEEXT): $(simple_xy_nc4_wr_OBJECTS) $(simple_xy_nc4_wr_DEPENDENCIES) $(EXTRA_simple_xy_nc4_wr_DEPENDENCIES) - @rm -f simple_xy_nc4_wr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_xy_nc4_wr_OBJECTS) $(simple_xy_nc4_wr_LDADD) $(LIBS) - -simple_xy_rd$(EXEEXT): $(simple_xy_rd_OBJECTS) $(simple_xy_rd_DEPENDENCIES) $(EXTRA_simple_xy_rd_DEPENDENCIES) - @rm -f simple_xy_rd$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_xy_rd_OBJECTS) $(simple_xy_rd_LDADD) $(LIBS) - -simple_xy_wr$(EXEEXT): $(simple_xy_wr_OBJECTS) $(simple_xy_wr_DEPENDENCIES) $(EXTRA_simple_xy_wr_DEPENDENCIES) - @rm -f simple_xy_wr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(simple_xy_wr_OBJECTS) $(simple_xy_wr_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/filter_example.Po # am--include-marker -include ./$(DEPDIR)/format.Po # am--include-marker -include ./$(DEPDIR)/parallel_vara.Po # am--include-marker -include ./$(DEPDIR)/pres_temp_4D_rd.Po # am--include-marker -include ./$(DEPDIR)/pres_temp_4D_wr.Po # am--include-marker -include ./$(DEPDIR)/quick_large_files.Po # am--include-marker -include ./$(DEPDIR)/quick_small_files.Po # am--include-marker -include ./$(DEPDIR)/sfc_pres_temp_more.Po # am--include-marker -include ./$(DEPDIR)/sfc_pres_temp_rd.Po # am--include-marker -include ./$(DEPDIR)/sfc_pres_temp_wr.Po # am--include-marker -include ./$(DEPDIR)/simple.Po # am--include-marker -include ./$(DEPDIR)/simple_nc4_rd.Po # am--include-marker -include ./$(DEPDIR)/simple_nc4_wr.Po # am--include-marker -include ./$(DEPDIR)/simple_xy_nc4_rd.Po # am--include-marker -include ./$(DEPDIR)/simple_xy_nc4_wr.Po # am--include-marker -include ./$(DEPDIR)/simple_xy_rd.Po # am--include-marker -include ./$(DEPDIR)/simple_xy_wr.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -run_examples.sh.log: run_examples.sh - @p='run_examples.sh'; \ - b='run_examples.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -format.log: format$(EXEEXT) - @p='format$(EXEEXT)'; \ - b='format'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -sfc_pres_temp_more.log: sfc_pres_temp_more$(EXEEXT) - @p='sfc_pres_temp_more$(EXEEXT)'; \ - b='sfc_pres_temp_more'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -simple.log: simple$(EXEEXT) - @p='simple$(EXEEXT)'; \ - b='simple'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -quick_large_files.log: quick_large_files$(EXEEXT) - @p='quick_large_files$(EXEEXT)'; \ - b='quick_large_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -quick_small_files.log: quick_small_files$(EXEEXT) - @p='quick_small_files$(EXEEXT)'; \ - b='quick_small_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_examples4.sh.log: run_examples4.sh - @p='run_examples4.sh'; \ - b='run_examples4.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_filter.sh.log: run_filter.sh - @p='run_filter.sh'; \ - b='run_filter.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_par_test.sh.log: run_par_test.sh - @p='run_par_test.sh'; \ - b='run_par_test.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.test$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/filter_example.Po - -rm -f ./$(DEPDIR)/format.Po - -rm -f ./$(DEPDIR)/parallel_vara.Po - -rm -f ./$(DEPDIR)/pres_temp_4D_rd.Po - -rm -f ./$(DEPDIR)/pres_temp_4D_wr.Po - -rm -f ./$(DEPDIR)/quick_large_files.Po - -rm -f ./$(DEPDIR)/quick_small_files.Po - -rm -f ./$(DEPDIR)/sfc_pres_temp_more.Po - -rm -f ./$(DEPDIR)/sfc_pres_temp_rd.Po - -rm -f ./$(DEPDIR)/sfc_pres_temp_wr.Po - -rm -f ./$(DEPDIR)/simple.Po - -rm -f ./$(DEPDIR)/simple_nc4_rd.Po - -rm -f ./$(DEPDIR)/simple_nc4_wr.Po - -rm -f ./$(DEPDIR)/simple_xy_nc4_rd.Po - -rm -f ./$(DEPDIR)/simple_xy_nc4_wr.Po - -rm -f ./$(DEPDIR)/simple_xy_rd.Po - -rm -f ./$(DEPDIR)/simple_xy_wr.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/filter_example.Po - -rm -f ./$(DEPDIR)/format.Po - -rm -f ./$(DEPDIR)/parallel_vara.Po - -rm -f ./$(DEPDIR)/pres_temp_4D_rd.Po - -rm -f ./$(DEPDIR)/pres_temp_4D_wr.Po - -rm -f ./$(DEPDIR)/quick_large_files.Po - -rm -f ./$(DEPDIR)/quick_small_files.Po - -rm -f ./$(DEPDIR)/sfc_pres_temp_more.Po - -rm -f ./$(DEPDIR)/sfc_pres_temp_rd.Po - -rm -f ./$(DEPDIR)/sfc_pres_temp_wr.Po - -rm -f ./$(DEPDIR)/simple.Po - -rm -f ./$(DEPDIR)/simple_nc4_rd.Po - -rm -f ./$(DEPDIR)/simple_nc4_wr.Po - -rm -f ./$(DEPDIR)/simple_xy_nc4_rd.Po - -rm -f ./$(DEPDIR)/simple_xy_nc4_wr.Po - -rm -f ./$(DEPDIR)/simple_xy_rd.Po - -rm -f ./$(DEPDIR)/simple_xy_wr.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/examples/C/findplugin.sh b/examples/C/findplugin.sh deleted file mode 100644 index 8c5b78b..0000000 --- a/examples/C/findplugin.sh +++ /dev/null @@ -1,125 +0,0 @@ -#!/bin/bash - -# Define a function that attempts to locate a -# plugin with a given canonical name. -# Assumptions: -# 1. plugins is a top-level directory, possibly in "build" -# Inputs: -# $1 is the canonical name -# $2 is 1 if we are running under cmake -# $3 is 1 if we are running using Visual Studio, blank otherwise -# $4 is the build type; only used if $3 is 1 -# Outputs: -# return code is 0 is success, 1 if failed -# Variable HDF5_PLUGIN_LIB is set to the library file name -# Variable HDF5_PLUGIN_DIR is set to the absolute path to the -# directory containing the plugin library file -# Local variables are prefixed with FP_ -# -# Note: we assume that the use of the CMAKE_BUILD_TYPE -# is obviated by setting the LIBRARY_OUTPUT_DIRECTORY -# variables: see hdf5plugins/CMakeLists.txt - -# Define location of execution -TOPSRCDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -TOPBUILDDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' - -# Need info from test_common -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ${TOPBUILDDIR}/test_common.sh - -findpluginext() { - # Infer the expected plugin shared library extension - # Note: will fail if used before plugins is built - # Also assumes that misc filter is always built - # Approach is to use find to see what is in plugins directory. - TSO=`find ${TOPBUILDDIR}/plugins -name '*misc.so'` - TDY=`find ${TOPBUILDDIR}/plugins -name '*misc.dylib'` - TCYG=`find ${TOPBUILDDIR}/plugins -name 'cyg*misc.dll'` - TMING=`find ${TOPBUILDDIR}/plugins -name lib*misc.dll` - TDLL=`find ${TOPBUILDDIR}/plugins -name '*misc.dll'` - if test "x$TSO" != x ; then - FP_PLUGIN_EXT="so" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDY" != x ; then - FP_PLUGIN_EXT="dylib" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TCYG" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="cyg__nc" - elif test "x$TMING" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDLL" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="__nc" - else # unknown - unset FP_PLUGIN_EXT - unset FP_PLUGIN_PRE - fi -} - -findplugindir() { -FP_PLUGIN_DIR= -# Figure out the path to where the lib is stored -# This can probably be simplified - -CURWD=`pwd` -cd ${TOPBUILDDIR}/plugins -FP_PLUGINS=`pwd` -cd ${CURWD} - -# Case 1: Cmake with Visual Studio -if test "x$FP_ISCMAKE" != x -a "x${FP_ISMSVC}" != x ; then - # Case 1a: ignore the build type directory - if test -e "${FP_PLUGINS}/${FP_PLUGIN_LIB}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi -else # Case 2: automake - # Case 2a: look in .libs - if test -e "${FP_PLUGINS}/.libs" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}/.libs" - else # Case 2: look in FP_PLUGINS directly - if test -e "${FP_PLUGINS}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi - fi -fi - -# Verify -if test "x$FP_PLUGIN_DIR" = x ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_DIR" - return 1 -fi - -# Make local path -FP_PLUGIN_DIR=`${NCPATHCVT} -F $FP_PLUGIN_DIR` -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" -} - -findplugin() { - -FP_NAME="$1" - -FP_PLUGIN_LIB= - -# Figure out the plugin file name -FP_PLUGIN_LIB="${FP_PLUGIN_PRE}${FP_NAME}.${FP_PLUGIN_EXT}" - -# Verify -if ! test -f "$FP_PLUGIN_DIR/$FP_PLUGIN_LIB" ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_LIB" - return 1 -fi - -# Set the final output variables -HDF5_PLUGIN_LIB="$FP_PLUGIN_LIB" -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" - -return 0 -} - -# init -unset HDF5_PLUGIN_DIR -findpluginext -findplugindir diff --git a/examples/C/run_par_test.sh b/examples/C/run_par_test.sh deleted file mode 100644 index 5a45dc0..0000000 --- a/examples/C/run_par_test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# This .in file is processed at build time into a shell that runs a -# parallel I/O example for pnetcdf. - -# Ed Hartnett - -set -e -echo -echo "Running pnetcdf parallel I/O example..." -mpiexec -n 4 ./parallel_vara -echo '*** SUCCESS!!!' diff --git a/examples/CDL/Makefile b/examples/CDL/Makefile deleted file mode 100644 index 15463f9..0000000 --- a/examples/CDL/Makefile +++ /dev/null @@ -1,986 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# examples/CDL/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -# 2015, 2016, 2017, 2018 -# University Corporation for Atmospheric Research/Unidata. - -# See netcdf-c/COPYRIGHT file for more info. -# Ed Hartnett - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = examples/CDL -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/examples/CDL -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/examples/CDL -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck - -# Note which tests depend on other tests. Necessary for make -j check. -TEST_EXTENSIONS = .sh - -# All we do is run two shell scripts, which create the sample files -# and then compare them with the C versions of the examples. -TESTS = do_comps.sh - -# Ship the scripts needed to create the sample files and compare them. -EXTRA_DIST = do_comps.sh simple_xy.cdl \ -sfc_pres_temp.cdl pres_temp_4D.cdl CMakeLists.txt - - -# Clean up files created during the process. -CLEANFILES = *.nc -all: all-am - -.SUFFIXES: -.SUFFIXES: .log .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/CDL/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign examples/CDL/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: all all-am check check-TESTS 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/examples/Makefile b/examples/Makefile deleted file mode 100644 index a946201..0000000 --- a/examples/Makefile +++ /dev/null @@ -1,792 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# examples/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -# 2015, 2016, 2017, 2018 -# University Corporation for Atmospheric Research/Unidata. - -# See netcdf-c/COPYRIGHT file for more info. - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = examples -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -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 -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 \ - distdir distdir-am -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) -# 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 = C CDL -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -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" -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/examples -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/examples -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck - -# Build ncgen/ncdump. -CDL_DIR = CDL - -# These are the subdirectories that will be built. -SUBDIRS = C $(CDL_DIR) -EXTRA_DIST = CMakeLists.txt -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign examples/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# 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" -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -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 Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -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 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: - -.MAKE: $(am__recursive_targets) install-am install-strip - -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am 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-generic clean-libtool cscopelist-am ctags ctags-am \ - distclean distclean-generic distclean-libtool distclean-tags \ - distdir 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-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 - -.PRECIOUS: Makefile - - -# 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: diff --git a/h5_test/Makefile b/h5_test/Makefile deleted file mode 100644 index 730b743..0000000 --- a/h5_test/Makefile +++ /dev/null @@ -1,1704 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# h5_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# This entire directory will be skipped, unless the configure script -# is run with --enable-netcdf-4. This directory contains tests that -# only use HDF5; these tests don't use netCDF at all. -# -# If one of these tests fails, then netCDF-4 will not work correctly. -# Ed Hartnett, Ward Fisher - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ - -# If benchmarks were turned on, build and run a bunch more tests. -#am__append_5 = tst_h_mem -check_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3) -TESTS = $(am__EXEEXT_2) $(am__append_7) - -# The parallel program is run from a script. -#am__append_6 = tst_h_par tst_h_par_compress -#am__append_7 = run_par_tests.sh -subdir = h5_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = run_par_tests.sh -CONFIG_CLEAN_VPATH_FILES = -#am__EXEEXT_1 = tst_h_mem$(EXEEXT) -am__EXEEXT_2 = tst_h_files$(EXEEXT) tst_h_files2$(EXEEXT) \ - tst_h_files4$(EXEEXT) tst_h_atts$(EXEEXT) tst_h_atts3$(EXEEXT) \ - tst_h_atts4$(EXEEXT) tst_h_vars$(EXEEXT) tst_h_vars2$(EXEEXT) \ - tst_h_vars3$(EXEEXT) tst_h_grps$(EXEEXT) \ - tst_h_compounds$(EXEEXT) tst_h_compounds2$(EXEEXT) \ - tst_h_wrt_cmp$(EXEEXT) tst_h_vl$(EXEEXT) \ - tst_h_opaques$(EXEEXT) tst_h_strings$(EXEEXT) \ - tst_h_strings1$(EXEEXT) tst_h_strings2$(EXEEXT) \ - tst_h_ints$(EXEEXT) tst_h_dimscales$(EXEEXT) \ - tst_h_dimscales1$(EXEEXT) tst_h_dimscales2$(EXEEXT) \ - tst_h_dimscales3$(EXEEXT) tst_h_enums$(EXEEXT) \ - tst_h_dimscales4$(EXEEXT) tst_h_rename$(EXEEXT) \ - $(am__EXEEXT_1) -#am__EXEEXT_3 = tst_h_par$(EXEEXT) \ -# tst_h_par_compress$(EXEEXT) -tst_h_atts_SOURCES = tst_h_atts.c -tst_h_atts_OBJECTS = tst_h_atts.$(OBJEXT) -tst_h_atts_LDADD = $(LDADD) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -tst_h_atts3_SOURCES = tst_h_atts3.c -tst_h_atts3_OBJECTS = tst_h_atts3.$(OBJEXT) -tst_h_atts3_LDADD = $(LDADD) -tst_h_atts4_SOURCES = tst_h_atts4.c -tst_h_atts4_OBJECTS = tst_h_atts4.$(OBJEXT) -tst_h_atts4_LDADD = $(LDADD) -tst_h_compounds_SOURCES = tst_h_compounds.c -tst_h_compounds_OBJECTS = tst_h_compounds.$(OBJEXT) -tst_h_compounds_LDADD = $(LDADD) -tst_h_compounds2_SOURCES = tst_h_compounds2.c -tst_h_compounds2_OBJECTS = tst_h_compounds2.$(OBJEXT) -tst_h_compounds2_LDADD = $(LDADD) -tst_h_dimscales_SOURCES = tst_h_dimscales.c -tst_h_dimscales_OBJECTS = tst_h_dimscales.$(OBJEXT) -tst_h_dimscales_LDADD = $(LDADD) -tst_h_dimscales1_SOURCES = tst_h_dimscales1.c -tst_h_dimscales1_OBJECTS = tst_h_dimscales1.$(OBJEXT) -tst_h_dimscales1_LDADD = $(LDADD) -tst_h_dimscales2_SOURCES = tst_h_dimscales2.c -tst_h_dimscales2_OBJECTS = tst_h_dimscales2.$(OBJEXT) -tst_h_dimscales2_LDADD = $(LDADD) -tst_h_dimscales3_SOURCES = tst_h_dimscales3.c -tst_h_dimscales3_OBJECTS = tst_h_dimscales3.$(OBJEXT) -tst_h_dimscales3_LDADD = $(LDADD) -tst_h_dimscales4_SOURCES = tst_h_dimscales4.c -tst_h_dimscales4_OBJECTS = tst_h_dimscales4.$(OBJEXT) -tst_h_dimscales4_LDADD = $(LDADD) -tst_h_enums_SOURCES = tst_h_enums.c -tst_h_enums_OBJECTS = tst_h_enums.$(OBJEXT) -tst_h_enums_LDADD = $(LDADD) -tst_h_files_SOURCES = tst_h_files.c -tst_h_files_OBJECTS = tst_h_files.$(OBJEXT) -tst_h_files_LDADD = $(LDADD) -tst_h_files2_SOURCES = tst_h_files2.c -tst_h_files2_OBJECTS = tst_h_files2.$(OBJEXT) -tst_h_files2_LDADD = $(LDADD) -tst_h_files4_SOURCES = tst_h_files4.c -tst_h_files4_OBJECTS = tst_h_files4.$(OBJEXT) -tst_h_files4_LDADD = $(LDADD) -tst_h_grps_SOURCES = tst_h_grps.c -tst_h_grps_OBJECTS = tst_h_grps.$(OBJEXT) -tst_h_grps_LDADD = $(LDADD) -tst_h_ints_SOURCES = tst_h_ints.c -tst_h_ints_OBJECTS = tst_h_ints.$(OBJEXT) -tst_h_ints_LDADD = $(LDADD) -tst_h_mem_SOURCES = tst_h_mem.c -tst_h_mem_OBJECTS = tst_h_mem.$(OBJEXT) -tst_h_mem_LDADD = $(LDADD) -tst_h_opaques_SOURCES = tst_h_opaques.c -tst_h_opaques_OBJECTS = tst_h_opaques.$(OBJEXT) -tst_h_opaques_LDADD = $(LDADD) -tst_h_par_SOURCES = tst_h_par.c -tst_h_par_OBJECTS = tst_h_par.$(OBJEXT) -tst_h_par_LDADD = $(LDADD) -tst_h_par_compress_SOURCES = tst_h_par_compress.c -tst_h_par_compress_OBJECTS = tst_h_par_compress.$(OBJEXT) -tst_h_par_compress_LDADD = $(LDADD) -tst_h_rename_SOURCES = tst_h_rename.c -tst_h_rename_OBJECTS = tst_h_rename.$(OBJEXT) -tst_h_rename_LDADD = $(LDADD) -tst_h_strings_SOURCES = tst_h_strings.c -tst_h_strings_OBJECTS = tst_h_strings.$(OBJEXT) -tst_h_strings_LDADD = $(LDADD) -tst_h_strings1_SOURCES = tst_h_strings1.c -tst_h_strings1_OBJECTS = tst_h_strings1.$(OBJEXT) -tst_h_strings1_LDADD = $(LDADD) -tst_h_strings2_SOURCES = tst_h_strings2.c -tst_h_strings2_OBJECTS = tst_h_strings2.$(OBJEXT) -tst_h_strings2_LDADD = $(LDADD) -tst_h_vars_SOURCES = tst_h_vars.c -tst_h_vars_OBJECTS = tst_h_vars.$(OBJEXT) -tst_h_vars_LDADD = $(LDADD) -tst_h_vars2_SOURCES = tst_h_vars2.c -tst_h_vars2_OBJECTS = tst_h_vars2.$(OBJEXT) -tst_h_vars2_LDADD = $(LDADD) -tst_h_vars3_SOURCES = tst_h_vars3.c -tst_h_vars3_OBJECTS = tst_h_vars3.$(OBJEXT) -tst_h_vars3_LDADD = $(LDADD) -tst_h_vl_SOURCES = tst_h_vl.c -tst_h_vl_OBJECTS = tst_h_vl.$(OBJEXT) -tst_h_vl_LDADD = $(LDADD) -tst_h_wrt_cmp_SOURCES = tst_h_wrt_cmp.c -tst_h_wrt_cmp_OBJECTS = tst_h_wrt_cmp.$(OBJEXT) -tst_h_wrt_cmp_LDADD = $(LDADD) -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/tst_h_atts.Po \ - ./$(DEPDIR)/tst_h_atts3.Po ./$(DEPDIR)/tst_h_atts4.Po \ - ./$(DEPDIR)/tst_h_compounds.Po ./$(DEPDIR)/tst_h_compounds2.Po \ - ./$(DEPDIR)/tst_h_dimscales.Po ./$(DEPDIR)/tst_h_dimscales1.Po \ - ./$(DEPDIR)/tst_h_dimscales2.Po \ - ./$(DEPDIR)/tst_h_dimscales3.Po \ - ./$(DEPDIR)/tst_h_dimscales4.Po ./$(DEPDIR)/tst_h_enums.Po \ - ./$(DEPDIR)/tst_h_files.Po ./$(DEPDIR)/tst_h_files2.Po \ - ./$(DEPDIR)/tst_h_files4.Po ./$(DEPDIR)/tst_h_grps.Po \ - ./$(DEPDIR)/tst_h_ints.Po ./$(DEPDIR)/tst_h_mem.Po \ - ./$(DEPDIR)/tst_h_opaques.Po ./$(DEPDIR)/tst_h_par.Po \ - ./$(DEPDIR)/tst_h_par_compress.Po ./$(DEPDIR)/tst_h_rename.Po \ - ./$(DEPDIR)/tst_h_strings.Po ./$(DEPDIR)/tst_h_strings1.Po \ - ./$(DEPDIR)/tst_h_strings2.Po ./$(DEPDIR)/tst_h_vars.Po \ - ./$(DEPDIR)/tst_h_vars2.Po ./$(DEPDIR)/tst_h_vars3.Po \ - ./$(DEPDIR)/tst_h_vl.Po ./$(DEPDIR)/tst_h_wrt_cmp.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = tst_h_atts.c tst_h_atts3.c tst_h_atts4.c tst_h_compounds.c \ - tst_h_compounds2.c tst_h_dimscales.c tst_h_dimscales1.c \ - tst_h_dimscales2.c tst_h_dimscales3.c tst_h_dimscales4.c \ - tst_h_enums.c tst_h_files.c tst_h_files2.c tst_h_files4.c \ - tst_h_grps.c tst_h_ints.c tst_h_mem.c tst_h_opaques.c \ - tst_h_par.c tst_h_par_compress.c tst_h_rename.c \ - tst_h_strings.c tst_h_strings1.c tst_h_strings2.c tst_h_vars.c \ - tst_h_vars2.c tst_h_vars3.c tst_h_vl.c tst_h_wrt_cmp.c -DIST_SOURCES = tst_h_atts.c tst_h_atts3.c tst_h_atts4.c \ - tst_h_compounds.c tst_h_compounds2.c tst_h_dimscales.c \ - tst_h_dimscales1.c tst_h_dimscales2.c tst_h_dimscales3.c \ - tst_h_dimscales4.c tst_h_enums.c tst_h_files.c tst_h_files2.c \ - tst_h_files4.c tst_h_grps.c tst_h_ints.c tst_h_mem.c \ - tst_h_opaques.c tst_h_par.c tst_h_par_compress.c \ - tst_h_rename.c tst_h_strings.c tst_h_strings1.c \ - tst_h_strings2.c tst_h_vars.c tst_h_vars2.c tst_h_vars3.c \ - tst_h_vl.c tst_h_wrt_cmp.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/run_par_tests.sh.in \ - $(top_srcdir)/depcomp $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/h5_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/h5_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Set AM_CPPFLAGS and AM_LDFLAGS based on user choices. - -# These programs test HDF5 to make sure it will do (some of) the stuff -# that netCDF-4 needs. -H5TESTS = tst_h_files tst_h_files2 tst_h_files4 tst_h_atts tst_h_atts3 \ - tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps \ - tst_h_compounds tst_h_compounds2 tst_h_wrt_cmp tst_h_vl \ - tst_h_opaques tst_h_strings tst_h_strings1 tst_h_strings2 \ - tst_h_ints tst_h_dimscales tst_h_dimscales1 tst_h_dimscales2 \ - tst_h_dimscales3 tst_h_enums tst_h_dimscales4 tst_h_rename \ - $(am__append_5) - -# We must include these files in the distribution. -EXTRA_DIST = run_par_tests.sh.in ref_tst_h_compounds.h5 \ -ref_tst_h_compounds2.h5 run_par_tests.sh ref_tst_compounds.nc \ -h5_err_macros.h CMakeLists.txt - - -# Clean up test results. -CLEANFILES = tst_h_*.h5 -DISTCLEANFILES = run_par_test.sh -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign h5_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign h5_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -run_par_tests.sh: $(top_builddir)/config.status $(srcdir)/run_par_tests.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -tst_h_atts$(EXEEXT): $(tst_h_atts_OBJECTS) $(tst_h_atts_DEPENDENCIES) $(EXTRA_tst_h_atts_DEPENDENCIES) - @rm -f tst_h_atts$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_atts_OBJECTS) $(tst_h_atts_LDADD) $(LIBS) - -tst_h_atts3$(EXEEXT): $(tst_h_atts3_OBJECTS) $(tst_h_atts3_DEPENDENCIES) $(EXTRA_tst_h_atts3_DEPENDENCIES) - @rm -f tst_h_atts3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_atts3_OBJECTS) $(tst_h_atts3_LDADD) $(LIBS) - -tst_h_atts4$(EXEEXT): $(tst_h_atts4_OBJECTS) $(tst_h_atts4_DEPENDENCIES) $(EXTRA_tst_h_atts4_DEPENDENCIES) - @rm -f tst_h_atts4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_atts4_OBJECTS) $(tst_h_atts4_LDADD) $(LIBS) - -tst_h_compounds$(EXEEXT): $(tst_h_compounds_OBJECTS) $(tst_h_compounds_DEPENDENCIES) $(EXTRA_tst_h_compounds_DEPENDENCIES) - @rm -f tst_h_compounds$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_compounds_OBJECTS) $(tst_h_compounds_LDADD) $(LIBS) - -tst_h_compounds2$(EXEEXT): $(tst_h_compounds2_OBJECTS) $(tst_h_compounds2_DEPENDENCIES) $(EXTRA_tst_h_compounds2_DEPENDENCIES) - @rm -f tst_h_compounds2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_compounds2_OBJECTS) $(tst_h_compounds2_LDADD) $(LIBS) - -tst_h_dimscales$(EXEEXT): $(tst_h_dimscales_OBJECTS) $(tst_h_dimscales_DEPENDENCIES) $(EXTRA_tst_h_dimscales_DEPENDENCIES) - @rm -f tst_h_dimscales$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_dimscales_OBJECTS) $(tst_h_dimscales_LDADD) $(LIBS) - -tst_h_dimscales1$(EXEEXT): $(tst_h_dimscales1_OBJECTS) $(tst_h_dimscales1_DEPENDENCIES) $(EXTRA_tst_h_dimscales1_DEPENDENCIES) - @rm -f tst_h_dimscales1$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_dimscales1_OBJECTS) $(tst_h_dimscales1_LDADD) $(LIBS) - -tst_h_dimscales2$(EXEEXT): $(tst_h_dimscales2_OBJECTS) $(tst_h_dimscales2_DEPENDENCIES) $(EXTRA_tst_h_dimscales2_DEPENDENCIES) - @rm -f tst_h_dimscales2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_dimscales2_OBJECTS) $(tst_h_dimscales2_LDADD) $(LIBS) - -tst_h_dimscales3$(EXEEXT): $(tst_h_dimscales3_OBJECTS) $(tst_h_dimscales3_DEPENDENCIES) $(EXTRA_tst_h_dimscales3_DEPENDENCIES) - @rm -f tst_h_dimscales3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_dimscales3_OBJECTS) $(tst_h_dimscales3_LDADD) $(LIBS) - -tst_h_dimscales4$(EXEEXT): $(tst_h_dimscales4_OBJECTS) $(tst_h_dimscales4_DEPENDENCIES) $(EXTRA_tst_h_dimscales4_DEPENDENCIES) - @rm -f tst_h_dimscales4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_dimscales4_OBJECTS) $(tst_h_dimscales4_LDADD) $(LIBS) - -tst_h_enums$(EXEEXT): $(tst_h_enums_OBJECTS) $(tst_h_enums_DEPENDENCIES) $(EXTRA_tst_h_enums_DEPENDENCIES) - @rm -f tst_h_enums$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_enums_OBJECTS) $(tst_h_enums_LDADD) $(LIBS) - -tst_h_files$(EXEEXT): $(tst_h_files_OBJECTS) $(tst_h_files_DEPENDENCIES) $(EXTRA_tst_h_files_DEPENDENCIES) - @rm -f tst_h_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_files_OBJECTS) $(tst_h_files_LDADD) $(LIBS) - -tst_h_files2$(EXEEXT): $(tst_h_files2_OBJECTS) $(tst_h_files2_DEPENDENCIES) $(EXTRA_tst_h_files2_DEPENDENCIES) - @rm -f tst_h_files2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_files2_OBJECTS) $(tst_h_files2_LDADD) $(LIBS) - -tst_h_files4$(EXEEXT): $(tst_h_files4_OBJECTS) $(tst_h_files4_DEPENDENCIES) $(EXTRA_tst_h_files4_DEPENDENCIES) - @rm -f tst_h_files4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_files4_OBJECTS) $(tst_h_files4_LDADD) $(LIBS) - -tst_h_grps$(EXEEXT): $(tst_h_grps_OBJECTS) $(tst_h_grps_DEPENDENCIES) $(EXTRA_tst_h_grps_DEPENDENCIES) - @rm -f tst_h_grps$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_grps_OBJECTS) $(tst_h_grps_LDADD) $(LIBS) - -tst_h_ints$(EXEEXT): $(tst_h_ints_OBJECTS) $(tst_h_ints_DEPENDENCIES) $(EXTRA_tst_h_ints_DEPENDENCIES) - @rm -f tst_h_ints$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_ints_OBJECTS) $(tst_h_ints_LDADD) $(LIBS) - -tst_h_mem$(EXEEXT): $(tst_h_mem_OBJECTS) $(tst_h_mem_DEPENDENCIES) $(EXTRA_tst_h_mem_DEPENDENCIES) - @rm -f tst_h_mem$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_mem_OBJECTS) $(tst_h_mem_LDADD) $(LIBS) - -tst_h_opaques$(EXEEXT): $(tst_h_opaques_OBJECTS) $(tst_h_opaques_DEPENDENCIES) $(EXTRA_tst_h_opaques_DEPENDENCIES) - @rm -f tst_h_opaques$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_opaques_OBJECTS) $(tst_h_opaques_LDADD) $(LIBS) - -tst_h_par$(EXEEXT): $(tst_h_par_OBJECTS) $(tst_h_par_DEPENDENCIES) $(EXTRA_tst_h_par_DEPENDENCIES) - @rm -f tst_h_par$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_par_OBJECTS) $(tst_h_par_LDADD) $(LIBS) - -tst_h_par_compress$(EXEEXT): $(tst_h_par_compress_OBJECTS) $(tst_h_par_compress_DEPENDENCIES) $(EXTRA_tst_h_par_compress_DEPENDENCIES) - @rm -f tst_h_par_compress$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_par_compress_OBJECTS) $(tst_h_par_compress_LDADD) $(LIBS) - -tst_h_rename$(EXEEXT): $(tst_h_rename_OBJECTS) $(tst_h_rename_DEPENDENCIES) $(EXTRA_tst_h_rename_DEPENDENCIES) - @rm -f tst_h_rename$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_rename_OBJECTS) $(tst_h_rename_LDADD) $(LIBS) - -tst_h_strings$(EXEEXT): $(tst_h_strings_OBJECTS) $(tst_h_strings_DEPENDENCIES) $(EXTRA_tst_h_strings_DEPENDENCIES) - @rm -f tst_h_strings$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_strings_OBJECTS) $(tst_h_strings_LDADD) $(LIBS) - -tst_h_strings1$(EXEEXT): $(tst_h_strings1_OBJECTS) $(tst_h_strings1_DEPENDENCIES) $(EXTRA_tst_h_strings1_DEPENDENCIES) - @rm -f tst_h_strings1$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_strings1_OBJECTS) $(tst_h_strings1_LDADD) $(LIBS) - -tst_h_strings2$(EXEEXT): $(tst_h_strings2_OBJECTS) $(tst_h_strings2_DEPENDENCIES) $(EXTRA_tst_h_strings2_DEPENDENCIES) - @rm -f tst_h_strings2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_strings2_OBJECTS) $(tst_h_strings2_LDADD) $(LIBS) - -tst_h_vars$(EXEEXT): $(tst_h_vars_OBJECTS) $(tst_h_vars_DEPENDENCIES) $(EXTRA_tst_h_vars_DEPENDENCIES) - @rm -f tst_h_vars$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_vars_OBJECTS) $(tst_h_vars_LDADD) $(LIBS) - -tst_h_vars2$(EXEEXT): $(tst_h_vars2_OBJECTS) $(tst_h_vars2_DEPENDENCIES) $(EXTRA_tst_h_vars2_DEPENDENCIES) - @rm -f tst_h_vars2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_vars2_OBJECTS) $(tst_h_vars2_LDADD) $(LIBS) - -tst_h_vars3$(EXEEXT): $(tst_h_vars3_OBJECTS) $(tst_h_vars3_DEPENDENCIES) $(EXTRA_tst_h_vars3_DEPENDENCIES) - @rm -f tst_h_vars3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_vars3_OBJECTS) $(tst_h_vars3_LDADD) $(LIBS) - -tst_h_vl$(EXEEXT): $(tst_h_vl_OBJECTS) $(tst_h_vl_DEPENDENCIES) $(EXTRA_tst_h_vl_DEPENDENCIES) - @rm -f tst_h_vl$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_vl_OBJECTS) $(tst_h_vl_LDADD) $(LIBS) - -tst_h_wrt_cmp$(EXEEXT): $(tst_h_wrt_cmp_OBJECTS) $(tst_h_wrt_cmp_DEPENDENCIES) $(EXTRA_tst_h_wrt_cmp_DEPENDENCIES) - @rm -f tst_h_wrt_cmp$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_wrt_cmp_OBJECTS) $(tst_h_wrt_cmp_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/tst_h_atts.Po # am--include-marker -include ./$(DEPDIR)/tst_h_atts3.Po # am--include-marker -include ./$(DEPDIR)/tst_h_atts4.Po # am--include-marker -include ./$(DEPDIR)/tst_h_compounds.Po # am--include-marker -include ./$(DEPDIR)/tst_h_compounds2.Po # am--include-marker -include ./$(DEPDIR)/tst_h_dimscales.Po # am--include-marker -include ./$(DEPDIR)/tst_h_dimscales1.Po # am--include-marker -include ./$(DEPDIR)/tst_h_dimscales2.Po # am--include-marker -include ./$(DEPDIR)/tst_h_dimscales3.Po # am--include-marker -include ./$(DEPDIR)/tst_h_dimscales4.Po # am--include-marker -include ./$(DEPDIR)/tst_h_enums.Po # am--include-marker -include ./$(DEPDIR)/tst_h_files.Po # am--include-marker -include ./$(DEPDIR)/tst_h_files2.Po # am--include-marker -include ./$(DEPDIR)/tst_h_files4.Po # am--include-marker -include ./$(DEPDIR)/tst_h_grps.Po # am--include-marker -include ./$(DEPDIR)/tst_h_ints.Po # am--include-marker -include ./$(DEPDIR)/tst_h_mem.Po # am--include-marker -include ./$(DEPDIR)/tst_h_opaques.Po # am--include-marker -include ./$(DEPDIR)/tst_h_par.Po # am--include-marker -include ./$(DEPDIR)/tst_h_par_compress.Po # am--include-marker -include ./$(DEPDIR)/tst_h_rename.Po # am--include-marker -include ./$(DEPDIR)/tst_h_strings.Po # am--include-marker -include ./$(DEPDIR)/tst_h_strings1.Po # am--include-marker -include ./$(DEPDIR)/tst_h_strings2.Po # am--include-marker -include ./$(DEPDIR)/tst_h_vars.Po # am--include-marker -include ./$(DEPDIR)/tst_h_vars2.Po # am--include-marker -include ./$(DEPDIR)/tst_h_vars3.Po # am--include-marker -include ./$(DEPDIR)/tst_h_vl.Po # am--include-marker -include ./$(DEPDIR)/tst_h_wrt_cmp.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -tst_h_files.log: tst_h_files$(EXEEXT) - @p='tst_h_files$(EXEEXT)'; \ - b='tst_h_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_files2.log: tst_h_files2$(EXEEXT) - @p='tst_h_files2$(EXEEXT)'; \ - b='tst_h_files2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_files4.log: tst_h_files4$(EXEEXT) - @p='tst_h_files4$(EXEEXT)'; \ - b='tst_h_files4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_atts.log: tst_h_atts$(EXEEXT) - @p='tst_h_atts$(EXEEXT)'; \ - b='tst_h_atts'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_atts3.log: tst_h_atts3$(EXEEXT) - @p='tst_h_atts3$(EXEEXT)'; \ - b='tst_h_atts3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_atts4.log: tst_h_atts4$(EXEEXT) - @p='tst_h_atts4$(EXEEXT)'; \ - b='tst_h_atts4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_vars.log: tst_h_vars$(EXEEXT) - @p='tst_h_vars$(EXEEXT)'; \ - b='tst_h_vars'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_vars2.log: tst_h_vars2$(EXEEXT) - @p='tst_h_vars2$(EXEEXT)'; \ - b='tst_h_vars2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_vars3.log: tst_h_vars3$(EXEEXT) - @p='tst_h_vars3$(EXEEXT)'; \ - b='tst_h_vars3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_grps.log: tst_h_grps$(EXEEXT) - @p='tst_h_grps$(EXEEXT)'; \ - b='tst_h_grps'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_compounds.log: tst_h_compounds$(EXEEXT) - @p='tst_h_compounds$(EXEEXT)'; \ - b='tst_h_compounds'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_compounds2.log: tst_h_compounds2$(EXEEXT) - @p='tst_h_compounds2$(EXEEXT)'; \ - b='tst_h_compounds2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_wrt_cmp.log: tst_h_wrt_cmp$(EXEEXT) - @p='tst_h_wrt_cmp$(EXEEXT)'; \ - b='tst_h_wrt_cmp'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_vl.log: tst_h_vl$(EXEEXT) - @p='tst_h_vl$(EXEEXT)'; \ - b='tst_h_vl'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_opaques.log: tst_h_opaques$(EXEEXT) - @p='tst_h_opaques$(EXEEXT)'; \ - b='tst_h_opaques'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_strings.log: tst_h_strings$(EXEEXT) - @p='tst_h_strings$(EXEEXT)'; \ - b='tst_h_strings'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_strings1.log: tst_h_strings1$(EXEEXT) - @p='tst_h_strings1$(EXEEXT)'; \ - b='tst_h_strings1'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_strings2.log: tst_h_strings2$(EXEEXT) - @p='tst_h_strings2$(EXEEXT)'; \ - b='tst_h_strings2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_ints.log: tst_h_ints$(EXEEXT) - @p='tst_h_ints$(EXEEXT)'; \ - b='tst_h_ints'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_dimscales.log: tst_h_dimscales$(EXEEXT) - @p='tst_h_dimscales$(EXEEXT)'; \ - b='tst_h_dimscales'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_dimscales1.log: tst_h_dimscales1$(EXEEXT) - @p='tst_h_dimscales1$(EXEEXT)'; \ - b='tst_h_dimscales1'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_dimscales2.log: tst_h_dimscales2$(EXEEXT) - @p='tst_h_dimscales2$(EXEEXT)'; \ - b='tst_h_dimscales2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_dimscales3.log: tst_h_dimscales3$(EXEEXT) - @p='tst_h_dimscales3$(EXEEXT)'; \ - b='tst_h_dimscales3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_enums.log: tst_h_enums$(EXEEXT) - @p='tst_h_enums$(EXEEXT)'; \ - b='tst_h_enums'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_dimscales4.log: tst_h_dimscales4$(EXEEXT) - @p='tst_h_dimscales4$(EXEEXT)'; \ - b='tst_h_dimscales4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_rename.log: tst_h_rename$(EXEEXT) - @p='tst_h_rename$(EXEEXT)'; \ - b='tst_h_rename'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_mem.log: tst_h_mem$(EXEEXT) - @p='tst_h_mem$(EXEEXT)'; \ - b='tst_h_mem'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_par_tests.sh.log: run_par_tests.sh - @p='run_par_tests.sh'; \ - b='run_par_tests.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.test$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/tst_h_atts.Po - -rm -f ./$(DEPDIR)/tst_h_atts3.Po - -rm -f ./$(DEPDIR)/tst_h_atts4.Po - -rm -f ./$(DEPDIR)/tst_h_compounds.Po - -rm -f ./$(DEPDIR)/tst_h_compounds2.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales1.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales2.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales3.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales4.Po - -rm -f ./$(DEPDIR)/tst_h_enums.Po - -rm -f ./$(DEPDIR)/tst_h_files.Po - -rm -f ./$(DEPDIR)/tst_h_files2.Po - -rm -f ./$(DEPDIR)/tst_h_files4.Po - -rm -f ./$(DEPDIR)/tst_h_grps.Po - -rm -f ./$(DEPDIR)/tst_h_ints.Po - -rm -f ./$(DEPDIR)/tst_h_mem.Po - -rm -f ./$(DEPDIR)/tst_h_opaques.Po - -rm -f ./$(DEPDIR)/tst_h_par.Po - -rm -f ./$(DEPDIR)/tst_h_par_compress.Po - -rm -f ./$(DEPDIR)/tst_h_rename.Po - -rm -f ./$(DEPDIR)/tst_h_strings.Po - -rm -f ./$(DEPDIR)/tst_h_strings1.Po - -rm -f ./$(DEPDIR)/tst_h_strings2.Po - -rm -f ./$(DEPDIR)/tst_h_vars.Po - -rm -f ./$(DEPDIR)/tst_h_vars2.Po - -rm -f ./$(DEPDIR)/tst_h_vars3.Po - -rm -f ./$(DEPDIR)/tst_h_vl.Po - -rm -f ./$(DEPDIR)/tst_h_wrt_cmp.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/tst_h_atts.Po - -rm -f ./$(DEPDIR)/tst_h_atts3.Po - -rm -f ./$(DEPDIR)/tst_h_atts4.Po - -rm -f ./$(DEPDIR)/tst_h_compounds.Po - -rm -f ./$(DEPDIR)/tst_h_compounds2.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales1.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales2.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales3.Po - -rm -f ./$(DEPDIR)/tst_h_dimscales4.Po - -rm -f ./$(DEPDIR)/tst_h_enums.Po - -rm -f ./$(DEPDIR)/tst_h_files.Po - -rm -f ./$(DEPDIR)/tst_h_files2.Po - -rm -f ./$(DEPDIR)/tst_h_files4.Po - -rm -f ./$(DEPDIR)/tst_h_grps.Po - -rm -f ./$(DEPDIR)/tst_h_ints.Po - -rm -f ./$(DEPDIR)/tst_h_mem.Po - -rm -f ./$(DEPDIR)/tst_h_opaques.Po - -rm -f ./$(DEPDIR)/tst_h_par.Po - -rm -f ./$(DEPDIR)/tst_h_par_compress.Po - -rm -f ./$(DEPDIR)/tst_h_rename.Po - -rm -f ./$(DEPDIR)/tst_h_strings.Po - -rm -f ./$(DEPDIR)/tst_h_strings1.Po - -rm -f ./$(DEPDIR)/tst_h_strings2.Po - -rm -f ./$(DEPDIR)/tst_h_vars.Po - -rm -f ./$(DEPDIR)/tst_h_vars2.Po - -rm -f ./$(DEPDIR)/tst_h_vars3.Po - -rm -f ./$(DEPDIR)/tst_h_vl.Po - -rm -f ./$(DEPDIR)/tst_h_wrt_cmp.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/h5_test/run_par_tests.sh b/h5_test/run_par_tests.sh deleted file mode 100644 index 7357f0e..0000000 --- a/h5_test/run_par_tests.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# Copyright 2020 University Corporation for Atmospheric -# Research/Unidata. See netcdf-c/COPYRIGHT file for more info. - -# This shell runs some parallel HDF5 tests. - -# Ed Hartnett - -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ../test_common.sh - -echo "" -echo "Testing parallel I/O with HDF5..." - -mpiexec -n 1 ./tst_h_par -mpiexec -n 2 ./tst_h_par -mpiexec -n 4 ./tst_h_par -echo "SUCCESS!!!" - -echo "Testing parallel I/O with HDF5 and compression..." -mpiexec -n 1 ./tst_h_par_compress -mpiexec -n 2 ./tst_h_par_compress -mpiexec -n 4 ./tst_h_par_compress -echo "SUCCESS!!!" - -exit 0 diff --git a/hdf4_test/Makefile b/hdf4_test/Makefile deleted file mode 100644 index df87b8e..0000000 --- a/hdf4_test/Makefile +++ /dev/null @@ -1,1342 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# hdf4_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of the netCDF package. -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -# 2015, 2016, 2017, 2018 -# University Corporation for Atmospheric Research/Unidata. -# See netcdf-c/COPYRIGHT file for more info. -# -# This directory has tests for the HDF4 code. This directory will be -# skipped if HDF4 is not enabled. -# -# Ed Hartnett - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = tst_chunk_hdf4$(EXEEXT) tst_h4_lendian$(EXEEXT) \ - tst_hdf4_extra$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) -TESTS = tst_chunk_hdf4$(EXEEXT) tst_h4_lendian$(EXEEXT) \ - tst_hdf4_extra$(EXEEXT) $(am__append_6) $(am__append_8) - -# This test script depends on ncdump and tst_interops2.c. -am__append_5 = tst_interops2 -am__append_6 = run_formatx_hdf4.sh - -# This test script fetches HDF4 files from an FTP server and uses -# program tst_interops3.c to read them. -#am__append_7 = tst_interops3 -#am__append_8 = run_get_hdf4_files.sh -subdir = hdf4_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = ref_chunked.hdf4 ref_contiguous.hdf4 -am__EXEEXT_1 = tst_interops2$(EXEEXT) -#am__EXEEXT_2 = tst_interops3$(EXEEXT) -tst_chunk_hdf4_SOURCES = tst_chunk_hdf4.c -tst_chunk_hdf4_OBJECTS = tst_chunk_hdf4.$(OBJEXT) -tst_chunk_hdf4_LDADD = $(LDADD) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -tst_h4_lendian_SOURCES = tst_h4_lendian.c -tst_h4_lendian_OBJECTS = tst_h4_lendian.$(OBJEXT) -tst_h4_lendian_LDADD = $(LDADD) -tst_hdf4_extra_SOURCES = tst_hdf4_extra.c -tst_hdf4_extra_OBJECTS = tst_hdf4_extra.$(OBJEXT) -tst_hdf4_extra_LDADD = $(LDADD) -tst_interops2_SOURCES = tst_interops2.c -tst_interops2_OBJECTS = tst_interops2.$(OBJEXT) -tst_interops2_LDADD = $(LDADD) -tst_interops3_SOURCES = tst_interops3.c -tst_interops3_OBJECTS = tst_interops3.$(OBJEXT) -tst_interops3_LDADD = $(LDADD) -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/tst_chunk_hdf4.Po \ - ./$(DEPDIR)/tst_h4_lendian.Po ./$(DEPDIR)/tst_hdf4_extra.Po \ - ./$(DEPDIR)/tst_interops2.Po ./$(DEPDIR)/tst_interops3.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = tst_chunk_hdf4.c tst_h4_lendian.c tst_hdf4_extra.c \ - tst_interops2.c tst_interops3.c -DIST_SOURCES = tst_chunk_hdf4.c tst_h4_lendian.c tst_hdf4_extra.c \ - tst_interops2.c tst_interops3.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ref_chunked.hdf4 \ - $(srcdir)/ref_contiguous.hdf4 $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# Link to our assembled library. -AM_LDFLAGS = $(am__append_3) $(am__append_4) \ - ${top_builddir}/liblib/libnetcdf.la -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/hdf4_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/hdf4_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -EXTRA_DIST = CMakeLists.txt ref_contiguous.hdf4 ref_chunked.hdf4 \ -run_get_hdf4_files.sh run_formatx_hdf4.sh - -CLEANFILES = *.h4 *.hdf -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hdf4_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign hdf4_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -tst_chunk_hdf4$(EXEEXT): $(tst_chunk_hdf4_OBJECTS) $(tst_chunk_hdf4_DEPENDENCIES) $(EXTRA_tst_chunk_hdf4_DEPENDENCIES) - @rm -f tst_chunk_hdf4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_chunk_hdf4_OBJECTS) $(tst_chunk_hdf4_LDADD) $(LIBS) - -tst_h4_lendian$(EXEEXT): $(tst_h4_lendian_OBJECTS) $(tst_h4_lendian_DEPENDENCIES) $(EXTRA_tst_h4_lendian_DEPENDENCIES) - @rm -f tst_h4_lendian$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h4_lendian_OBJECTS) $(tst_h4_lendian_LDADD) $(LIBS) - -tst_hdf4_extra$(EXEEXT): $(tst_hdf4_extra_OBJECTS) $(tst_hdf4_extra_DEPENDENCIES) $(EXTRA_tst_hdf4_extra_DEPENDENCIES) - @rm -f tst_hdf4_extra$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_hdf4_extra_OBJECTS) $(tst_hdf4_extra_LDADD) $(LIBS) - -tst_interops2$(EXEEXT): $(tst_interops2_OBJECTS) $(tst_interops2_DEPENDENCIES) $(EXTRA_tst_interops2_DEPENDENCIES) - @rm -f tst_interops2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops2_OBJECTS) $(tst_interops2_LDADD) $(LIBS) - -tst_interops3$(EXEEXT): $(tst_interops3_OBJECTS) $(tst_interops3_DEPENDENCIES) $(EXTRA_tst_interops3_DEPENDENCIES) - @rm -f tst_interops3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops3_OBJECTS) $(tst_interops3_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/tst_chunk_hdf4.Po # am--include-marker -include ./$(DEPDIR)/tst_h4_lendian.Po # am--include-marker -include ./$(DEPDIR)/tst_hdf4_extra.Po # am--include-marker -include ./$(DEPDIR)/tst_interops2.Po # am--include-marker -include ./$(DEPDIR)/tst_interops3.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -tst_chunk_hdf4.log: tst_chunk_hdf4$(EXEEXT) - @p='tst_chunk_hdf4$(EXEEXT)'; \ - b='tst_chunk_hdf4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h4_lendian.log: tst_h4_lendian$(EXEEXT) - @p='tst_h4_lendian$(EXEEXT)'; \ - b='tst_h4_lendian'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_hdf4_extra.log: tst_hdf4_extra$(EXEEXT) - @p='tst_hdf4_extra$(EXEEXT)'; \ - b='tst_hdf4_extra'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_formatx_hdf4.sh.log: run_formatx_hdf4.sh - @p='run_formatx_hdf4.sh'; \ - b='run_formatx_hdf4.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_get_hdf4_files.sh.log: run_get_hdf4_files.sh - @p='run_get_hdf4_files.sh'; \ - b='run_get_hdf4_files.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.test$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/tst_chunk_hdf4.Po - -rm -f ./$(DEPDIR)/tst_h4_lendian.Po - -rm -f ./$(DEPDIR)/tst_hdf4_extra.Po - -rm -f ./$(DEPDIR)/tst_interops2.Po - -rm -f ./$(DEPDIR)/tst_interops3.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/tst_chunk_hdf4.Po - -rm -f ./$(DEPDIR)/tst_h4_lendian.Po - -rm -f ./$(DEPDIR)/tst_hdf4_extra.Po - -rm -f ./$(DEPDIR)/tst_interops2.Po - -rm -f ./$(DEPDIR)/tst_interops3.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: diff --git a/include/Makefile b/include/Makefile deleted file mode 100644 index d1bc7eb..0000000 --- a/include/Makefile +++ /dev/null @@ -1,774 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# include/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This automake file generates the Makefile to build the include -# directory. - -# Ed Hartnett, Dennis Heimbigner, Ward Fisher - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -#am__append_1 = netcdf_par.h -am__append_2 = ncdap.h -am__append_3 = nchttp.h -subdir = include -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__include_HEADERS_DIST) \ - $(am__noinst_HEADERS_DIST) $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = netcdf_meta.h netcdf_dispatch.h -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -am__include_HEADERS_DIST = netcdf.h netcdf_meta.h netcdf_mem.h \ - netcdf_aux.h netcdf_filter.h netcdf_filter_build.h \ - netcdf_filter_hdf5_build.h netcdf_dispatch.h netcdf_json.h \ - netcdf_par.h -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)$(includedir)" -am__noinst_HEADERS_DIST = nc_logging.h nc_tests.h fbits.h nc.h \ - nclist.h ncuri.h ncutf8.h ncdispatch.h ncdimscale.h netcdf_f.h \ - err_macros.h ncbytes.h nchashmap.h ceconstraints.h rnd.h \ - nclog.h ncconfigure.h nc4internal.h nctime.h nc3internal.h \ - onstack.h ncrc.h ncauth.h ncoffsets.h nctestserver.h \ - nc4dispatch.h nc3dispatch.h ncexternl.h ncpathmgr.h ncindex.h \ - hdf4dispatch.h hdf5internal.h nc_provenance.h hdf5dispatch.h \ - ncmodel.h isnan.h nccrc.h ncexhash.h ncxcache.h ncjson.h \ - ncxml.h ncs3sdk.h ncdap.h nchttp.h -HEADERS = $(include_HEADERS) $(noinst_HEADERS) -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/netcdf_dispatch.h.in \ - $(srcdir)/netcdf_meta.h.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/include -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/include -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -include_HEADERS = netcdf.h netcdf_meta.h netcdf_mem.h netcdf_aux.h \ - netcdf_filter.h netcdf_filter_build.h \ - netcdf_filter_hdf5_build.h netcdf_dispatch.h netcdf_json.h \ - $(am__append_1) -noinst_HEADERS = nc_logging.h nc_tests.h fbits.h nc.h nclist.h ncuri.h \ - ncutf8.h ncdispatch.h ncdimscale.h netcdf_f.h err_macros.h \ - ncbytes.h nchashmap.h ceconstraints.h rnd.h nclog.h \ - ncconfigure.h nc4internal.h nctime.h nc3internal.h onstack.h \ - ncrc.h ncauth.h ncoffsets.h nctestserver.h nc4dispatch.h \ - nc3dispatch.h ncexternl.h ncpathmgr.h ncindex.h hdf4dispatch.h \ - hdf5internal.h nc_provenance.h hdf5dispatch.h ncmodel.h \ - isnan.h nccrc.h ncexhash.h ncxcache.h ncjson.h ncxml.h \ - ncs3sdk.h $(am__append_2) $(am__append_3) -EXTRA_DIST = CMakeLists.txt XGetopt.h netcdf_meta.h.in netcdf_dispatch.h.in -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -netcdf_meta.h: $(top_builddir)/config.status $(srcdir)/netcdf_meta.h.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -netcdf_dispatch.h: $(top_builddir)/config.status $(srcdir)/netcdf_dispatch.h.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-includeHEADERS: $(include_HEADERS) - @$(NORMAL_INSTALL) - @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(includedir)" || 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_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ - done - -uninstall-includeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(HEADERS) -installdirs: - for dir in "$(DESTDIR)$(includedir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-includeHEADERS - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-includeHEADERS - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am 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-generic clean-libtool \ - cscopelist-am ctags ctags-am distclean distclean-generic \ - distclean-libtool distclean-tags distdir 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-includeHEADERS install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-includeHEADERS - -.PRECIOUS: Makefile - - -# netcdf_json.h is constructed as a header-only file for use by -# nczarr code wrappers in the plugin directory. It is -# constructed by joining libdispatch/ncjson.c with -# include/ncjson.h. Additionally all the entry points are -# marked with a macro (OPTSTATIC) that marks the entry point as -# static inside netcdf_json.h. This is an ugly hack to avoid -# having to reference libnetcdf in the nczarr code wrappers. - -# Give the recipe for rebuilding netcdf_json.h -makepluginjson:: - sed -e 's/NCJSON_H/NETCDF_JSON_H/' -e '/ncjson.h/d' <${srcdir}/ncjson.h > netcdf_json.h - sed -e '/ncjson.h/d' < ${srcdir}/../libdispatch/ncjson.c >> netcdf_json.h - -# 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: diff --git a/include/netcdf_meta.h b/include/netcdf_meta.h deleted file mode 100644 index ab43042..0000000 --- a/include/netcdf_meta.h +++ /dev/null @@ -1,73 +0,0 @@ -/*! \file netcdf_meta.h - * - * Meta information for libnetcdf which can be used by other packages which - * depend on libnetcdf. - * - * This file is automatically generated by the build system - * at configure time, and contains information related to - * how libnetcdf was built. It will not be required to - * include this file unless you want to probe the capabilities - * of libnetcdf. This should ideally only happen when configuring - * a project which depends on libnetcdf. At configure time, - * the dependent project can set its own macros which can be used - * in conditionals. - * - * Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - * 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, - * 2015, 2016, 2017, 2018 - * University Corporation for Atmospheric Research/Unidata. - * - * See \ref copyright file for more info. - */ - -#ifndef NETCDF_META_H -#define NETCDF_META_H - -#define NC_VERSION_MAJOR 4 /*!< netcdf-c major version. */ -#define NC_VERSION_MINOR 9 /*!< netcdf-c minor version. */ -#define NC_VERSION_PATCH 2 /*!< netcdf-c patch version. */ -#define NC_VERSION_NOTE "" /*!< netcdf-c note. May be blank. */ - -/*! netcdf-c version string. - * - * The format of the netcdf-c version string is as follows: - * \code - * NC_VERSION_MAJOR.NC_VERSION_MINOR.NC_VERSION_PATCH.NC_VERSION_NOTE - * \endcode - * Note that the trailing NC_VERSION_NOTE may be empty. It serves for - * identifiers such as '-rc1', etc. - */ -#define NC_VERSION "4.9.2" - -#define NC_HAS_NC2 1 /*!< API version 2 support. */ -#define NC_HAS_NC4 1 /*!< API version 4 support. */ -#define NC_HAS_HDF4 0 /*!< HDF4 support. */ -#define NC_HAS_HDF5 1 /*!< HDF5 support. */ -#define NC_HAS_SZIP 0 /*!< szip support */ -#define NC_HAS_SZIP_WRITE 0 /*!< szip write support */ -#define NC_HAS_DAP2 1 /*!< DAP2 support. */ -#define NC_HAS_DAP4 1 /*!< DAP4 support. */ -#define NC_HAS_BYTERANGE 1 /*!< Byterange support. */ -#define NC_HAS_DISKLESS 1 /*!< diskless support. */ -#define NC_HAS_MMAP 0 /*!< mmap support. */ -#define NC_HAS_JNA 0 /*!< jna support. */ -#define NC_HAS_PNETCDF 0 /*!< PnetCDF support. */ -#define NC_HAS_PARALLEL4 0 /*!< parallel IO support via HDF5 */ -#define NC_HAS_PARALLEL 0 /*!< parallel IO support via HDF5 and/or PnetCDF. */ - -#define NC_HAS_CDF5 1 /*!< CDF5 support. */ -#define NC_HAS_ERANGE_FILL 0 /*!< ERANGE_FILL Support. */ -#define NC_RELAX_COORD_BOUND 1 /*!< Always allow 0 counts in parallel I/O. */ -#define NC_DISPATCH_VERSION 5 /*!< Dispatch table version. */ -#define NC_HAS_PAR_FILTERS 1 /* Parallel I/O with filter support. */ -#define NC_HAS_NCZARR 1 /*!< Parallel I/O with filter support. */ -#define NC_HAS_MULTIFILTERS 1 /*!< Nczarr support. */ -#define NC_HAS_LOGGING 0 /*!< Logging support. */ -#define NC_HAS_QUANTIZE 1 /*!< Quantization support. */ -#define NC_HAS_ZSTD 0 /*!< Zstd support. */ -#define NC_HAS_BENCHMARKS 0 /*!< Benchmarks. */ -#define NC_HAS_S3 0 /*!< Amazon S3 Support. */ -#define NC_HAS_BLOSC 0 /*!< Blosc Support. */ -#define NC_HAS_BZ2 1 /*!< bzip2 support */ - -#endif diff --git a/libdap2/Makefile b/libdap2/Makefile deleted file mode 100644 index 74c265e..0000000 --- a/libdap2/Makefile +++ /dev/null @@ -1,1014 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libdap2/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This automake file generates the Makefile to libdap2. Whatever that -# is! - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -am__append_5 = -I$(top_srcdir)/libsrc4 -subdir = libdap2 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libdap2_la_DEPENDENCIES = -am__libdap2_la_SOURCES_DIST = constraints.c dapcvt.c dapodom.c \ - daputil.c ncdaperr.c cdf.c cache.c dapdump.c dapdebug.c \ - dapattr.c ncd2dispatch.c getvara.c dceconstraints.c dcetab.c \ - dceparse.c dcelex.c nccommon.h constraints.h ncd2dispatch.h \ - dapincludes.h dapodom.h getvara.h dapnc.h daputil.h dapdebug.h \ - dapdump.h dceconstraints.h dcetab.h dceparselex.h -am__objects_1 = libdap2_la-constraints.lo libdap2_la-dapcvt.lo \ - libdap2_la-dapodom.lo libdap2_la-daputil.lo \ - libdap2_la-ncdaperr.lo libdap2_la-cdf.lo libdap2_la-cache.lo \ - libdap2_la-dapdump.lo libdap2_la-dapdebug.lo \ - libdap2_la-dapattr.lo libdap2_la-ncd2dispatch.lo \ - libdap2_la-getvara.lo libdap2_la-dceconstraints.lo \ - libdap2_la-dcetab.lo libdap2_la-dceparse.lo \ - libdap2_la-dcelex.lo -am__objects_2 = -am_libdap2_la_OBJECTS = $(am__objects_1) \ - $(am__objects_2) -libdap2_la_OBJECTS = $(am_libdap2_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am_libdap2_la_rpath = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libdap2_la-cache.Plo \ - ./$(DEPDIR)/libdap2_la-cdf.Plo \ - ./$(DEPDIR)/libdap2_la-constraints.Plo \ - ./$(DEPDIR)/libdap2_la-dapattr.Plo \ - ./$(DEPDIR)/libdap2_la-dapcvt.Plo \ - ./$(DEPDIR)/libdap2_la-dapdebug.Plo \ - ./$(DEPDIR)/libdap2_la-dapdump.Plo \ - ./$(DEPDIR)/libdap2_la-dapodom.Plo \ - ./$(DEPDIR)/libdap2_la-daputil.Plo \ - ./$(DEPDIR)/libdap2_la-dceconstraints.Plo \ - ./$(DEPDIR)/libdap2_la-dcelex.Plo \ - ./$(DEPDIR)/libdap2_la-dceparse.Plo \ - ./$(DEPDIR)/libdap2_la-dcetab.Plo \ - ./$(DEPDIR)/libdap2_la-getvara.Plo \ - ./$(DEPDIR)/libdap2_la-ncd2dispatch.Plo \ - ./$(DEPDIR)/libdap2_la-ncdaperr.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libdap2_la_SOURCES) -DIST_SOURCES = $(am__libdap2_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) $(am__append_5) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libdap2 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libdap2 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# We may have to add to these later. -DISTCLEANFILES = -MAINTAINERCLEANFILES = -CLEANFILES = - -#if USE_NETCDF4 -#LDADD += ${top_builddir}/libsrc4/libnetcdf4.la -#endif -# -#LDADD += ${top_builddir}/libsrc/libnetcdf3.la \ -# ${top_builddir}/oc2/liboc.la \ -# ${top_builddir}/libdispatch/libdispatch.la -# - -# These rule are used if someone wants to rebuild the grammar files. -# Otherwise never invoked, but records how to do it. -# BTW: note that renaming is essential because otherwise -# autoconf will forcibly delete files of the name *.tab.* -EXTRA_DIST = CMakeLists.txt dce.y -LDADD = -SRC = constraints.c dapcvt.c dapodom.c daputil.c \ -ncdaperr.c cdf.c cache.c dapdump.c dapdebug.c dapattr.c \ -ncd2dispatch.c getvara.c dceconstraints.c dcetab.c \ -dceparse.c dcelex.c - -HDRS = nccommon.h constraints.h ncd2dispatch.h dapincludes.h \ -dapodom.h getvara.h dapnc.h daputil.h dapdebug.h dapdump.h \ -dceconstraints.h dcetab.h dceparselex.h - - -# Build convenience library -noinst_LTLIBRARIES = libdap2.la -libdap2_la_SOURCES = $(SRC) $(HDRS) -libdap2_la_CPPFLAGS = $(AM_CPPFLAGS) -libdap2_la_LIBADD = -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libdap2/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libdap2/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libdap2.la: $(libdap2_la_OBJECTS) $(libdap2_la_DEPENDENCIES) $(EXTRA_libdap2_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_libdap2_la_rpath) $(libdap2_la_OBJECTS) $(libdap2_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libdap2_la-cache.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-cdf.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-constraints.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dapattr.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dapcvt.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dapdebug.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dapdump.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dapodom.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-daputil.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dceconstraints.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dcelex.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dceparse.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-dcetab.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-getvara.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-ncd2dispatch.Plo # am--include-marker -include ./$(DEPDIR)/libdap2_la-ncdaperr.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libdap2_la-constraints.lo: constraints.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-constraints.lo -MD -MP -MF $(DEPDIR)/libdap2_la-constraints.Tpo -c -o libdap2_la-constraints.lo `test -f 'constraints.c' || echo '$(srcdir)/'`constraints.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-constraints.Tpo $(DEPDIR)/libdap2_la-constraints.Plo -# $(AM_V_CC)source='constraints.c' object='libdap2_la-constraints.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-constraints.lo `test -f 'constraints.c' || echo '$(srcdir)/'`constraints.c - -libdap2_la-dapcvt.lo: dapcvt.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dapcvt.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dapcvt.Tpo -c -o libdap2_la-dapcvt.lo `test -f 'dapcvt.c' || echo '$(srcdir)/'`dapcvt.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dapcvt.Tpo $(DEPDIR)/libdap2_la-dapcvt.Plo -# $(AM_V_CC)source='dapcvt.c' object='libdap2_la-dapcvt.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dapcvt.lo `test -f 'dapcvt.c' || echo '$(srcdir)/'`dapcvt.c - -libdap2_la-dapodom.lo: dapodom.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dapodom.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dapodom.Tpo -c -o libdap2_la-dapodom.lo `test -f 'dapodom.c' || echo '$(srcdir)/'`dapodom.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dapodom.Tpo $(DEPDIR)/libdap2_la-dapodom.Plo -# $(AM_V_CC)source='dapodom.c' object='libdap2_la-dapodom.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dapodom.lo `test -f 'dapodom.c' || echo '$(srcdir)/'`dapodom.c - -libdap2_la-daputil.lo: daputil.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-daputil.lo -MD -MP -MF $(DEPDIR)/libdap2_la-daputil.Tpo -c -o libdap2_la-daputil.lo `test -f 'daputil.c' || echo '$(srcdir)/'`daputil.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-daputil.Tpo $(DEPDIR)/libdap2_la-daputil.Plo -# $(AM_V_CC)source='daputil.c' object='libdap2_la-daputil.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-daputil.lo `test -f 'daputil.c' || echo '$(srcdir)/'`daputil.c - -libdap2_la-ncdaperr.lo: ncdaperr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-ncdaperr.lo -MD -MP -MF $(DEPDIR)/libdap2_la-ncdaperr.Tpo -c -o libdap2_la-ncdaperr.lo `test -f 'ncdaperr.c' || echo '$(srcdir)/'`ncdaperr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-ncdaperr.Tpo $(DEPDIR)/libdap2_la-ncdaperr.Plo -# $(AM_V_CC)source='ncdaperr.c' object='libdap2_la-ncdaperr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-ncdaperr.lo `test -f 'ncdaperr.c' || echo '$(srcdir)/'`ncdaperr.c - -libdap2_la-cdf.lo: cdf.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-cdf.lo -MD -MP -MF $(DEPDIR)/libdap2_la-cdf.Tpo -c -o libdap2_la-cdf.lo `test -f 'cdf.c' || echo '$(srcdir)/'`cdf.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-cdf.Tpo $(DEPDIR)/libdap2_la-cdf.Plo -# $(AM_V_CC)source='cdf.c' object='libdap2_la-cdf.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-cdf.lo `test -f 'cdf.c' || echo '$(srcdir)/'`cdf.c - -libdap2_la-cache.lo: cache.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-cache.lo -MD -MP -MF $(DEPDIR)/libdap2_la-cache.Tpo -c -o libdap2_la-cache.lo `test -f 'cache.c' || echo '$(srcdir)/'`cache.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-cache.Tpo $(DEPDIR)/libdap2_la-cache.Plo -# $(AM_V_CC)source='cache.c' object='libdap2_la-cache.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-cache.lo `test -f 'cache.c' || echo '$(srcdir)/'`cache.c - -libdap2_la-dapdump.lo: dapdump.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dapdump.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dapdump.Tpo -c -o libdap2_la-dapdump.lo `test -f 'dapdump.c' || echo '$(srcdir)/'`dapdump.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dapdump.Tpo $(DEPDIR)/libdap2_la-dapdump.Plo -# $(AM_V_CC)source='dapdump.c' object='libdap2_la-dapdump.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dapdump.lo `test -f 'dapdump.c' || echo '$(srcdir)/'`dapdump.c - -libdap2_la-dapdebug.lo: dapdebug.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dapdebug.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dapdebug.Tpo -c -o libdap2_la-dapdebug.lo `test -f 'dapdebug.c' || echo '$(srcdir)/'`dapdebug.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dapdebug.Tpo $(DEPDIR)/libdap2_la-dapdebug.Plo -# $(AM_V_CC)source='dapdebug.c' object='libdap2_la-dapdebug.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dapdebug.lo `test -f 'dapdebug.c' || echo '$(srcdir)/'`dapdebug.c - -libdap2_la-dapattr.lo: dapattr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dapattr.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dapattr.Tpo -c -o libdap2_la-dapattr.lo `test -f 'dapattr.c' || echo '$(srcdir)/'`dapattr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dapattr.Tpo $(DEPDIR)/libdap2_la-dapattr.Plo -# $(AM_V_CC)source='dapattr.c' object='libdap2_la-dapattr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dapattr.lo `test -f 'dapattr.c' || echo '$(srcdir)/'`dapattr.c - -libdap2_la-ncd2dispatch.lo: ncd2dispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-ncd2dispatch.lo -MD -MP -MF $(DEPDIR)/libdap2_la-ncd2dispatch.Tpo -c -o libdap2_la-ncd2dispatch.lo `test -f 'ncd2dispatch.c' || echo '$(srcdir)/'`ncd2dispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-ncd2dispatch.Tpo $(DEPDIR)/libdap2_la-ncd2dispatch.Plo -# $(AM_V_CC)source='ncd2dispatch.c' object='libdap2_la-ncd2dispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-ncd2dispatch.lo `test -f 'ncd2dispatch.c' || echo '$(srcdir)/'`ncd2dispatch.c - -libdap2_la-getvara.lo: getvara.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-getvara.lo -MD -MP -MF $(DEPDIR)/libdap2_la-getvara.Tpo -c -o libdap2_la-getvara.lo `test -f 'getvara.c' || echo '$(srcdir)/'`getvara.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-getvara.Tpo $(DEPDIR)/libdap2_la-getvara.Plo -# $(AM_V_CC)source='getvara.c' object='libdap2_la-getvara.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-getvara.lo `test -f 'getvara.c' || echo '$(srcdir)/'`getvara.c - -libdap2_la-dceconstraints.lo: dceconstraints.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dceconstraints.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dceconstraints.Tpo -c -o libdap2_la-dceconstraints.lo `test -f 'dceconstraints.c' || echo '$(srcdir)/'`dceconstraints.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dceconstraints.Tpo $(DEPDIR)/libdap2_la-dceconstraints.Plo -# $(AM_V_CC)source='dceconstraints.c' object='libdap2_la-dceconstraints.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dceconstraints.lo `test -f 'dceconstraints.c' || echo '$(srcdir)/'`dceconstraints.c - -libdap2_la-dcetab.lo: dcetab.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dcetab.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dcetab.Tpo -c -o libdap2_la-dcetab.lo `test -f 'dcetab.c' || echo '$(srcdir)/'`dcetab.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dcetab.Tpo $(DEPDIR)/libdap2_la-dcetab.Plo -# $(AM_V_CC)source='dcetab.c' object='libdap2_la-dcetab.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dcetab.lo `test -f 'dcetab.c' || echo '$(srcdir)/'`dcetab.c - -libdap2_la-dceparse.lo: dceparse.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dceparse.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dceparse.Tpo -c -o libdap2_la-dceparse.lo `test -f 'dceparse.c' || echo '$(srcdir)/'`dceparse.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dceparse.Tpo $(DEPDIR)/libdap2_la-dceparse.Plo -# $(AM_V_CC)source='dceparse.c' object='libdap2_la-dceparse.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dceparse.lo `test -f 'dceparse.c' || echo '$(srcdir)/'`dceparse.c - -libdap2_la-dcelex.lo: dcelex.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap2_la-dcelex.lo -MD -MP -MF $(DEPDIR)/libdap2_la-dcelex.Tpo -c -o libdap2_la-dcelex.lo `test -f 'dcelex.c' || echo '$(srcdir)/'`dcelex.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap2_la-dcelex.Tpo $(DEPDIR)/libdap2_la-dcelex.Plo -# $(AM_V_CC)source='dcelex.c' object='libdap2_la-dcelex.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap2_la-dcelex.lo `test -f 'dcelex.c' || echo '$(srcdir)/'`dcelex.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libdap2_la-cache.Plo - -rm -f ./$(DEPDIR)/libdap2_la-cdf.Plo - -rm -f ./$(DEPDIR)/libdap2_la-constraints.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapattr.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapcvt.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapdebug.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapdump.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapodom.Plo - -rm -f ./$(DEPDIR)/libdap2_la-daputil.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dceconstraints.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dcelex.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dceparse.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dcetab.Plo - -rm -f ./$(DEPDIR)/libdap2_la-getvara.Plo - -rm -f ./$(DEPDIR)/libdap2_la-ncd2dispatch.Plo - -rm -f ./$(DEPDIR)/libdap2_la-ncdaperr.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libdap2_la-cache.Plo - -rm -f ./$(DEPDIR)/libdap2_la-cdf.Plo - -rm -f ./$(DEPDIR)/libdap2_la-constraints.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapattr.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapcvt.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapdebug.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapdump.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dapodom.Plo - -rm -f ./$(DEPDIR)/libdap2_la-daputil.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dceconstraints.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dcelex.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dceparse.Plo - -rm -f ./$(DEPDIR)/libdap2_la-dcetab.Plo - -rm -f ./$(DEPDIR)/libdap2_la-getvara.Plo - -rm -f ./$(DEPDIR)/libdap2_la-ncd2dispatch.Plo - -rm -f ./$(DEPDIR)/libdap2_la-ncdaperr.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -makece:: - bison -v -d -t -p dce dce.y - rm -f dcetab.c dcetab.h - sed -e 's/dce[.]tab[.]c/dcetab.c/g' -e 's/dce[.]tab[.]h/dcetab.h/g' dcetab.c - sed -e 's/dce[.]tab[.]c/dcetab.c/g' -e 's/dce[.]tab[.]h/dcetab.h/g' dcetab.h - -# 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: diff --git a/libdap4/Makefile b/libdap4/Makefile deleted file mode 100644 index bffcfae..0000000 --- a/libdap4/Makefile +++ /dev/null @@ -1,1045 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libdap4/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2008, see the COPYRIGHT file for more information. - -# This automake file generates the Makefile to libdap2. Whatever that -# is! - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -am__append_5 = -I$(top_srcdir)/libsrc4 -am__append_6 = $(AM_CPPFLAGS) -subdir = libdap4 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libdap4_la_DEPENDENCIES = -am__libdap4_la_SOURCES_DIST = d4curlfunctions.c d4fix.c d4data.c \ - d4file.c d4parser.c d4meta.c d4varx.c d4dump.c d4swap.c \ - d4chunk.c d4printer.c d4read.c d4http.c d4util.c d4odom.c \ - d4cvt.c d4debug.c ncd4dispatch.c ncd4dispatch.h ncd4types.h \ - ncd4.h d4chunk.h d4http.h d4read.h d4curlfunctions.h d4util.h \ - d4debug.h d4odom.h d4bytes.h d4includes.h -am__objects_1 = libdap4_la-d4curlfunctions.lo libdap4_la-d4fix.lo \ - libdap4_la-d4data.lo libdap4_la-d4file.lo \ - libdap4_la-d4parser.lo libdap4_la-d4meta.lo \ - libdap4_la-d4varx.lo libdap4_la-d4dump.lo libdap4_la-d4swap.lo \ - libdap4_la-d4chunk.lo libdap4_la-d4printer.lo \ - libdap4_la-d4read.lo libdap4_la-d4http.lo libdap4_la-d4util.lo \ - libdap4_la-d4odom.lo libdap4_la-d4cvt.lo libdap4_la-d4debug.lo \ - libdap4_la-ncd4dispatch.lo -am__objects_2 = -am_libdap4_la_OBJECTS = $(am__objects_1) \ - $(am__objects_2) -libdap4_la_OBJECTS = $(am_libdap4_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am_libdap4_la_rpath = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libdap4_la-d4chunk.Plo \ - ./$(DEPDIR)/libdap4_la-d4curlfunctions.Plo \ - ./$(DEPDIR)/libdap4_la-d4cvt.Plo \ - ./$(DEPDIR)/libdap4_la-d4data.Plo \ - ./$(DEPDIR)/libdap4_la-d4debug.Plo \ - ./$(DEPDIR)/libdap4_la-d4dump.Plo \ - ./$(DEPDIR)/libdap4_la-d4file.Plo \ - ./$(DEPDIR)/libdap4_la-d4fix.Plo \ - ./$(DEPDIR)/libdap4_la-d4http.Plo \ - ./$(DEPDIR)/libdap4_la-d4meta.Plo \ - ./$(DEPDIR)/libdap4_la-d4odom.Plo \ - ./$(DEPDIR)/libdap4_la-d4parser.Plo \ - ./$(DEPDIR)/libdap4_la-d4printer.Plo \ - ./$(DEPDIR)/libdap4_la-d4read.Plo \ - ./$(DEPDIR)/libdap4_la-d4swap.Plo \ - ./$(DEPDIR)/libdap4_la-d4util.Plo \ - ./$(DEPDIR)/libdap4_la-d4varx.Plo \ - ./$(DEPDIR)/libdap4_la-ncd4dispatch.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libdap4_la_SOURCES) -DIST_SOURCES = $(am__libdap4_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -I$(top_srcdir)/libncxml \ - $(am__append_5) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libdap4 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libdap4 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -libdap4_la_CPPFLAGS = ${AM_CPPFLAGS} $(am__append_6) - -# We may have to add to these later. -DISTCLEANFILES = -MAINTAINERCLEANFILES = -CLEANFILES = -EXTRA_DIST = CMakeLists.txt -LDADD = - -#d4curlflags.c -SRC = \ -d4curlfunctions.c \ -d4fix.c \ -d4data.c \ -d4file.c \ -d4parser.c \ -d4meta.c \ -d4varx.c \ -d4dump.c \ -d4swap.c \ -d4chunk.c \ -d4printer.c \ -d4read.c \ -d4http.c \ -d4util.c \ -d4odom.c \ -d4cvt.c \ -d4debug.c \ -ncd4dispatch.c - -HDRS = \ -ncd4dispatch.h \ -ncd4types.h \ -ncd4.h \ -d4chunk.h \ -d4http.h \ -d4read.h \ -d4curlfunctions.h \ -d4util.h \ -d4debug.h \ -d4odom.h \ -d4bytes.h \ -d4includes.h - - -# Build convenience library -noinst_LTLIBRARIES = libdap4.la -libdap4_la_SOURCES = $(SRC) $(HDRS) -libdap4_la_LIBADD = -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libdap4/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libdap4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libdap4.la: $(libdap4_la_OBJECTS) $(libdap4_la_DEPENDENCIES) $(EXTRA_libdap4_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_libdap4_la_rpath) $(libdap4_la_OBJECTS) $(libdap4_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libdap4_la-d4chunk.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4curlfunctions.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4cvt.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4data.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4debug.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4dump.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4file.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4fix.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4http.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4meta.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4odom.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4parser.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4printer.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4read.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4swap.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4util.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-d4varx.Plo # am--include-marker -include ./$(DEPDIR)/libdap4_la-ncd4dispatch.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libdap4_la-d4curlfunctions.lo: d4curlfunctions.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4curlfunctions.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4curlfunctions.Tpo -c -o libdap4_la-d4curlfunctions.lo `test -f 'd4curlfunctions.c' || echo '$(srcdir)/'`d4curlfunctions.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4curlfunctions.Tpo $(DEPDIR)/libdap4_la-d4curlfunctions.Plo -# $(AM_V_CC)source='d4curlfunctions.c' object='libdap4_la-d4curlfunctions.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4curlfunctions.lo `test -f 'd4curlfunctions.c' || echo '$(srcdir)/'`d4curlfunctions.c - -libdap4_la-d4fix.lo: d4fix.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4fix.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4fix.Tpo -c -o libdap4_la-d4fix.lo `test -f 'd4fix.c' || echo '$(srcdir)/'`d4fix.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4fix.Tpo $(DEPDIR)/libdap4_la-d4fix.Plo -# $(AM_V_CC)source='d4fix.c' object='libdap4_la-d4fix.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4fix.lo `test -f 'd4fix.c' || echo '$(srcdir)/'`d4fix.c - -libdap4_la-d4data.lo: d4data.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4data.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4data.Tpo -c -o libdap4_la-d4data.lo `test -f 'd4data.c' || echo '$(srcdir)/'`d4data.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4data.Tpo $(DEPDIR)/libdap4_la-d4data.Plo -# $(AM_V_CC)source='d4data.c' object='libdap4_la-d4data.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4data.lo `test -f 'd4data.c' || echo '$(srcdir)/'`d4data.c - -libdap4_la-d4file.lo: d4file.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4file.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4file.Tpo -c -o libdap4_la-d4file.lo `test -f 'd4file.c' || echo '$(srcdir)/'`d4file.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4file.Tpo $(DEPDIR)/libdap4_la-d4file.Plo -# $(AM_V_CC)source='d4file.c' object='libdap4_la-d4file.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4file.lo `test -f 'd4file.c' || echo '$(srcdir)/'`d4file.c - -libdap4_la-d4parser.lo: d4parser.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4parser.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4parser.Tpo -c -o libdap4_la-d4parser.lo `test -f 'd4parser.c' || echo '$(srcdir)/'`d4parser.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4parser.Tpo $(DEPDIR)/libdap4_la-d4parser.Plo -# $(AM_V_CC)source='d4parser.c' object='libdap4_la-d4parser.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4parser.lo `test -f 'd4parser.c' || echo '$(srcdir)/'`d4parser.c - -libdap4_la-d4meta.lo: d4meta.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4meta.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4meta.Tpo -c -o libdap4_la-d4meta.lo `test -f 'd4meta.c' || echo '$(srcdir)/'`d4meta.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4meta.Tpo $(DEPDIR)/libdap4_la-d4meta.Plo -# $(AM_V_CC)source='d4meta.c' object='libdap4_la-d4meta.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4meta.lo `test -f 'd4meta.c' || echo '$(srcdir)/'`d4meta.c - -libdap4_la-d4varx.lo: d4varx.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4varx.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4varx.Tpo -c -o libdap4_la-d4varx.lo `test -f 'd4varx.c' || echo '$(srcdir)/'`d4varx.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4varx.Tpo $(DEPDIR)/libdap4_la-d4varx.Plo -# $(AM_V_CC)source='d4varx.c' object='libdap4_la-d4varx.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4varx.lo `test -f 'd4varx.c' || echo '$(srcdir)/'`d4varx.c - -libdap4_la-d4dump.lo: d4dump.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4dump.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4dump.Tpo -c -o libdap4_la-d4dump.lo `test -f 'd4dump.c' || echo '$(srcdir)/'`d4dump.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4dump.Tpo $(DEPDIR)/libdap4_la-d4dump.Plo -# $(AM_V_CC)source='d4dump.c' object='libdap4_la-d4dump.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4dump.lo `test -f 'd4dump.c' || echo '$(srcdir)/'`d4dump.c - -libdap4_la-d4swap.lo: d4swap.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4swap.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4swap.Tpo -c -o libdap4_la-d4swap.lo `test -f 'd4swap.c' || echo '$(srcdir)/'`d4swap.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4swap.Tpo $(DEPDIR)/libdap4_la-d4swap.Plo -# $(AM_V_CC)source='d4swap.c' object='libdap4_la-d4swap.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4swap.lo `test -f 'd4swap.c' || echo '$(srcdir)/'`d4swap.c - -libdap4_la-d4chunk.lo: d4chunk.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4chunk.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4chunk.Tpo -c -o libdap4_la-d4chunk.lo `test -f 'd4chunk.c' || echo '$(srcdir)/'`d4chunk.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4chunk.Tpo $(DEPDIR)/libdap4_la-d4chunk.Plo -# $(AM_V_CC)source='d4chunk.c' object='libdap4_la-d4chunk.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4chunk.lo `test -f 'd4chunk.c' || echo '$(srcdir)/'`d4chunk.c - -libdap4_la-d4printer.lo: d4printer.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4printer.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4printer.Tpo -c -o libdap4_la-d4printer.lo `test -f 'd4printer.c' || echo '$(srcdir)/'`d4printer.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4printer.Tpo $(DEPDIR)/libdap4_la-d4printer.Plo -# $(AM_V_CC)source='d4printer.c' object='libdap4_la-d4printer.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4printer.lo `test -f 'd4printer.c' || echo '$(srcdir)/'`d4printer.c - -libdap4_la-d4read.lo: d4read.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4read.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4read.Tpo -c -o libdap4_la-d4read.lo `test -f 'd4read.c' || echo '$(srcdir)/'`d4read.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4read.Tpo $(DEPDIR)/libdap4_la-d4read.Plo -# $(AM_V_CC)source='d4read.c' object='libdap4_la-d4read.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4read.lo `test -f 'd4read.c' || echo '$(srcdir)/'`d4read.c - -libdap4_la-d4http.lo: d4http.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4http.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4http.Tpo -c -o libdap4_la-d4http.lo `test -f 'd4http.c' || echo '$(srcdir)/'`d4http.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4http.Tpo $(DEPDIR)/libdap4_la-d4http.Plo -# $(AM_V_CC)source='d4http.c' object='libdap4_la-d4http.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4http.lo `test -f 'd4http.c' || echo '$(srcdir)/'`d4http.c - -libdap4_la-d4util.lo: d4util.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4util.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4util.Tpo -c -o libdap4_la-d4util.lo `test -f 'd4util.c' || echo '$(srcdir)/'`d4util.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4util.Tpo $(DEPDIR)/libdap4_la-d4util.Plo -# $(AM_V_CC)source='d4util.c' object='libdap4_la-d4util.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4util.lo `test -f 'd4util.c' || echo '$(srcdir)/'`d4util.c - -libdap4_la-d4odom.lo: d4odom.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4odom.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4odom.Tpo -c -o libdap4_la-d4odom.lo `test -f 'd4odom.c' || echo '$(srcdir)/'`d4odom.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4odom.Tpo $(DEPDIR)/libdap4_la-d4odom.Plo -# $(AM_V_CC)source='d4odom.c' object='libdap4_la-d4odom.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4odom.lo `test -f 'd4odom.c' || echo '$(srcdir)/'`d4odom.c - -libdap4_la-d4cvt.lo: d4cvt.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4cvt.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4cvt.Tpo -c -o libdap4_la-d4cvt.lo `test -f 'd4cvt.c' || echo '$(srcdir)/'`d4cvt.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4cvt.Tpo $(DEPDIR)/libdap4_la-d4cvt.Plo -# $(AM_V_CC)source='d4cvt.c' object='libdap4_la-d4cvt.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4cvt.lo `test -f 'd4cvt.c' || echo '$(srcdir)/'`d4cvt.c - -libdap4_la-d4debug.lo: d4debug.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-d4debug.lo -MD -MP -MF $(DEPDIR)/libdap4_la-d4debug.Tpo -c -o libdap4_la-d4debug.lo `test -f 'd4debug.c' || echo '$(srcdir)/'`d4debug.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-d4debug.Tpo $(DEPDIR)/libdap4_la-d4debug.Plo -# $(AM_V_CC)source='d4debug.c' object='libdap4_la-d4debug.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-d4debug.lo `test -f 'd4debug.c' || echo '$(srcdir)/'`d4debug.c - -libdap4_la-ncd4dispatch.lo: ncd4dispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdap4_la-ncd4dispatch.lo -MD -MP -MF $(DEPDIR)/libdap4_la-ncd4dispatch.Tpo -c -o libdap4_la-ncd4dispatch.lo `test -f 'ncd4dispatch.c' || echo '$(srcdir)/'`ncd4dispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdap4_la-ncd4dispatch.Tpo $(DEPDIR)/libdap4_la-ncd4dispatch.Plo -# $(AM_V_CC)source='ncd4dispatch.c' object='libdap4_la-ncd4dispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdap4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdap4_la-ncd4dispatch.lo `test -f 'ncd4dispatch.c' || echo '$(srcdir)/'`ncd4dispatch.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libdap4_la-d4chunk.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4curlfunctions.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4cvt.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4data.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4debug.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4dump.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4file.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4fix.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4http.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4meta.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4odom.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4parser.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4printer.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4read.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4swap.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4util.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4varx.Plo - -rm -f ./$(DEPDIR)/libdap4_la-ncd4dispatch.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libdap4_la-d4chunk.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4curlfunctions.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4cvt.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4data.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4debug.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4dump.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4file.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4fix.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4http.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4meta.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4odom.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4parser.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4printer.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4read.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4swap.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4util.Plo - -rm -f ./$(DEPDIR)/libdap4_la-d4varx.Plo - -rm -f ./$(DEPDIR)/libdap4_la-ncd4dispatch.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/libdispatch/Makefile b/libdispatch/Makefile deleted file mode 100644 index d47f090..0000000 --- a/libdispatch/Makefile +++ /dev/null @@ -1,1529 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libdispatch/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2008, see the COPYRIGHT file for more information. - -# This Makefile controls the building of the dispatch layer of the -# netCDF library. The dispatch layer decides whether to call the -# netcdf-classic code, netcdf-4 code, nc3 dap code, or nc4 dap -# code. It also contains code that sit above the dispatch layer, like -# the v2 API. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ - -# Add V2 API convenience library if needed. -am__append_5 = libnetcdf2.la -am__append_6 = dhttp.c -#am__append_7 = ncs3sdk.cpp awsincludes.h -#am__append_8 = dreg.c -subdir = libdispatch -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libdispatch_la_LIBADD = -am__libdispatch_la_SOURCES_DIST = dcopy.c dfile.c ddim.c datt.c \ - dattinq.c dattput.c dattget.c derror.c dvar.c dvarget.c \ - dvarput.c dvarinq.c dinternal.c ddispatch.c dutf8.c nclog.c \ - dstring.c ncuri.c nclist.c ncbytes.c nchashmap.c nctime.c nc.c \ - nclistmgr.c dauth.c doffsets.c dpathmgr.c dutil.c dreadonly.c \ - dnotnc4.c dnotnc3.c dinfermodel.c daux.c dinstance.c dcrc32.c \ - dcrc32.h dcrc64.c ncexhash.c ncxcache.c ncjson.c ds3util.c \ - dparallel.c utf8proc.c utf8proc.h drc.c dgroup.c dvlen.c \ - dcompound.c dtype.c denum.c dopaque.c dfilter.c dhttp.c \ - ncs3sdk.cpp awsincludes.h dreg.c -am__objects_1 = libdispatch_la-dhttp.lo -#am__objects_2 = libdispatch_la-ncs3sdk.lo -#am__objects_3 = libdispatch_la-dreg.lo -am_libdispatch_la_OBJECTS = libdispatch_la-dcopy.lo \ - libdispatch_la-dfile.lo libdispatch_la-ddim.lo \ - libdispatch_la-datt.lo libdispatch_la-dattinq.lo \ - libdispatch_la-dattput.lo libdispatch_la-dattget.lo \ - libdispatch_la-derror.lo libdispatch_la-dvar.lo \ - libdispatch_la-dvarget.lo libdispatch_la-dvarput.lo \ - libdispatch_la-dvarinq.lo libdispatch_la-dinternal.lo \ - libdispatch_la-ddispatch.lo libdispatch_la-dutf8.lo \ - libdispatch_la-nclog.lo libdispatch_la-dstring.lo \ - libdispatch_la-ncuri.lo libdispatch_la-nclist.lo \ - libdispatch_la-ncbytes.lo libdispatch_la-nchashmap.lo \ - libdispatch_la-nctime.lo libdispatch_la-nc.lo \ - libdispatch_la-nclistmgr.lo libdispatch_la-dauth.lo \ - libdispatch_la-doffsets.lo libdispatch_la-dpathmgr.lo \ - libdispatch_la-dutil.lo libdispatch_la-dreadonly.lo \ - libdispatch_la-dnotnc4.lo libdispatch_la-dnotnc3.lo \ - libdispatch_la-dinfermodel.lo libdispatch_la-daux.lo \ - libdispatch_la-dinstance.lo libdispatch_la-dcrc32.lo \ - libdispatch_la-dcrc64.lo libdispatch_la-ncexhash.lo \ - libdispatch_la-ncxcache.lo libdispatch_la-ncjson.lo \ - libdispatch_la-ds3util.lo libdispatch_la-dparallel.lo \ - libdispatch_la-utf8proc.lo libdispatch_la-drc.lo \ - libdispatch_la-dgroup.lo libdispatch_la-dvlen.lo \ - libdispatch_la-dcompound.lo libdispatch_la-dtype.lo \ - libdispatch_la-denum.lo libdispatch_la-dopaque.lo \ - libdispatch_la-dfilter.lo $(am__objects_1) $(am__objects_2) \ - $(am__objects_3) -libdispatch_la_OBJECTS = $(am_libdispatch_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -libnetcdf2_la_LIBADD = -am__libnetcdf2_la_SOURCES_DIST = dv2i.c -am_libnetcdf2_la_OBJECTS = libnetcdf2_la-dv2i.lo -libnetcdf2_la_OBJECTS = $(am_libnetcdf2_la_OBJECTS) -am_libnetcdf2_la_rpath = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libdispatch_la-datt.Plo \ - ./$(DEPDIR)/libdispatch_la-dattget.Plo \ - ./$(DEPDIR)/libdispatch_la-dattinq.Plo \ - ./$(DEPDIR)/libdispatch_la-dattput.Plo \ - ./$(DEPDIR)/libdispatch_la-dauth.Plo \ - ./$(DEPDIR)/libdispatch_la-daux.Plo \ - ./$(DEPDIR)/libdispatch_la-dcompound.Plo \ - ./$(DEPDIR)/libdispatch_la-dcopy.Plo \ - ./$(DEPDIR)/libdispatch_la-dcrc32.Plo \ - ./$(DEPDIR)/libdispatch_la-dcrc64.Plo \ - ./$(DEPDIR)/libdispatch_la-ddim.Plo \ - ./$(DEPDIR)/libdispatch_la-ddispatch.Plo \ - ./$(DEPDIR)/libdispatch_la-denum.Plo \ - ./$(DEPDIR)/libdispatch_la-derror.Plo \ - ./$(DEPDIR)/libdispatch_la-dfile.Plo \ - ./$(DEPDIR)/libdispatch_la-dfilter.Plo \ - ./$(DEPDIR)/libdispatch_la-dgroup.Plo \ - ./$(DEPDIR)/libdispatch_la-dhttp.Plo \ - ./$(DEPDIR)/libdispatch_la-dinfermodel.Plo \ - ./$(DEPDIR)/libdispatch_la-dinstance.Plo \ - ./$(DEPDIR)/libdispatch_la-dinternal.Plo \ - ./$(DEPDIR)/libdispatch_la-dnotnc3.Plo \ - ./$(DEPDIR)/libdispatch_la-dnotnc4.Plo \ - ./$(DEPDIR)/libdispatch_la-doffsets.Plo \ - ./$(DEPDIR)/libdispatch_la-dopaque.Plo \ - ./$(DEPDIR)/libdispatch_la-dparallel.Plo \ - ./$(DEPDIR)/libdispatch_la-dpathmgr.Plo \ - ./$(DEPDIR)/libdispatch_la-drc.Plo \ - ./$(DEPDIR)/libdispatch_la-dreadonly.Plo \ - ./$(DEPDIR)/libdispatch_la-dreg.Plo \ - ./$(DEPDIR)/libdispatch_la-ds3util.Plo \ - ./$(DEPDIR)/libdispatch_la-dstring.Plo \ - ./$(DEPDIR)/libdispatch_la-dtype.Plo \ - ./$(DEPDIR)/libdispatch_la-dutf8.Plo \ - ./$(DEPDIR)/libdispatch_la-dutil.Plo \ - ./$(DEPDIR)/libdispatch_la-dvar.Plo \ - ./$(DEPDIR)/libdispatch_la-dvarget.Plo \ - ./$(DEPDIR)/libdispatch_la-dvarinq.Plo \ - ./$(DEPDIR)/libdispatch_la-dvarput.Plo \ - ./$(DEPDIR)/libdispatch_la-dvlen.Plo \ - ./$(DEPDIR)/libdispatch_la-nc.Plo \ - ./$(DEPDIR)/libdispatch_la-ncbytes.Plo \ - ./$(DEPDIR)/libdispatch_la-ncexhash.Plo \ - ./$(DEPDIR)/libdispatch_la-nchashmap.Plo \ - ./$(DEPDIR)/libdispatch_la-ncjson.Plo \ - ./$(DEPDIR)/libdispatch_la-nclist.Plo \ - ./$(DEPDIR)/libdispatch_la-nclistmgr.Plo \ - ./$(DEPDIR)/libdispatch_la-nclog.Plo \ - ./$(DEPDIR)/libdispatch_la-ncs3sdk.Plo \ - ./$(DEPDIR)/libdispatch_la-nctime.Plo \ - ./$(DEPDIR)/libdispatch_la-ncuri.Plo \ - ./$(DEPDIR)/libdispatch_la-ncxcache.Plo \ - ./$(DEPDIR)/libdispatch_la-utf8proc.Plo \ - ./$(DEPDIR)/libnetcdf2_la-dv2i.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CXXFLAGS) $(CXXFLAGS) -AM_V_CXX = $(am__v_CXX_$(V)) -am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) -am__v_CXX_0 = @echo " CXX " $@; -am__v_CXX_1 = -CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CXXLD = $(am__v_CXXLD_$(V)) -am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CXXLD_0 = @echo " CXXLD " $@; -am__v_CXXLD_1 = -SOURCES = $(libdispatch_la_SOURCES) $(libnetcdf2_la_SOURCES) -DIST_SOURCES = $(am__libdispatch_la_SOURCES_DIST) \ - $(am__libnetcdf2_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libdispatch -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libdispatch -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# This is our output, the dispatch convenience library. -noinst_LTLIBRARIES = libdispatch.la $(am__append_5) -libdispatch_la_CPPFLAGS = ${AM_CPPFLAGS} - -# The source files. - -# Add the utf8 codebase - -# The rc code is currently only used by libdap2 and libdap4, -# but in the future, it will be expanded to be used as the -# general .rc file for the netcdf-c library. So, always compile it. - -# Add functions only found in netCDF-4. -# They are always defined, even if they just return an error -libdispatch_la_SOURCES = dcopy.c dfile.c ddim.c datt.c dattinq.c \ - dattput.c dattget.c derror.c dvar.c dvarget.c dvarput.c \ - dvarinq.c dinternal.c ddispatch.c dutf8.c nclog.c dstring.c \ - ncuri.c nclist.c ncbytes.c nchashmap.c nctime.c nc.c \ - nclistmgr.c dauth.c doffsets.c dpathmgr.c dutil.c dreadonly.c \ - dnotnc4.c dnotnc3.c dinfermodel.c daux.c dinstance.c dcrc32.c \ - dcrc32.h dcrc64.c ncexhash.c ncxcache.c ncjson.c ds3util.c \ - dparallel.c utf8proc.c utf8proc.h drc.c dgroup.c dvlen.c \ - dcompound.c dtype.c denum.c dopaque.c dfilter.c \ - $(am__append_6) $(am__append_7) $(am__append_8) -libnetcdf2_la_SOURCES = dv2i.c -libnetcdf2_la_CPPFLAGS = ${AM_CPPFLAGS} -DDLL_EXPORT -#AM_CXXFLAGS = -std=c++11 -EXTRA_DIST = CMakeLists.txt ncsettings.hdr utf8proc_data.c - -# Show what is needed to insert a new version of ezxml -# primary fix: The original ezxml.[ch] uses '//' comments; -# unpack and replace with '/*..*/' -REPO = https://downloads.sourceforge.net/project/ezxml/ -EZXML = ezxml-0.8.6.tar.gz -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libdispatch/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libdispatch/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libdispatch.la: $(libdispatch_la_OBJECTS) $(libdispatch_la_DEPENDENCIES) $(EXTRA_libdispatch_la_DEPENDENCIES) - $(AM_V_CXXLD)$(CXXLINK) $(libdispatch_la_OBJECTS) $(libdispatch_la_LIBADD) $(LIBS) - -libnetcdf2.la: $(libnetcdf2_la_OBJECTS) $(libnetcdf2_la_DEPENDENCIES) $(EXTRA_libnetcdf2_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_libnetcdf2_la_rpath) $(libnetcdf2_la_OBJECTS) $(libnetcdf2_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libdispatch_la-datt.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dattget.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dattinq.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dattput.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dauth.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-daux.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dcompound.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dcopy.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dcrc32.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dcrc64.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ddim.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ddispatch.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-denum.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-derror.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dfile.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dfilter.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dgroup.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dhttp.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dinfermodel.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dinstance.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dinternal.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dnotnc3.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dnotnc4.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-doffsets.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dopaque.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dparallel.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dpathmgr.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-drc.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dreadonly.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dreg.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ds3util.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dstring.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dtype.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dutf8.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dutil.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dvar.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dvarget.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dvarinq.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dvarput.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-dvlen.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-nc.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ncbytes.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ncexhash.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-nchashmap.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ncjson.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-nclist.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-nclistmgr.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-nclog.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ncs3sdk.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-nctime.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ncuri.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-ncxcache.Plo # am--include-marker -include ./$(DEPDIR)/libdispatch_la-utf8proc.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf2_la-dv2i.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libdispatch_la-dcopy.lo: dcopy.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dcopy.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dcopy.Tpo -c -o libdispatch_la-dcopy.lo `test -f 'dcopy.c' || echo '$(srcdir)/'`dcopy.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dcopy.Tpo $(DEPDIR)/libdispatch_la-dcopy.Plo -# $(AM_V_CC)source='dcopy.c' object='libdispatch_la-dcopy.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dcopy.lo `test -f 'dcopy.c' || echo '$(srcdir)/'`dcopy.c - -libdispatch_la-dfile.lo: dfile.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dfile.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dfile.Tpo -c -o libdispatch_la-dfile.lo `test -f 'dfile.c' || echo '$(srcdir)/'`dfile.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dfile.Tpo $(DEPDIR)/libdispatch_la-dfile.Plo -# $(AM_V_CC)source='dfile.c' object='libdispatch_la-dfile.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dfile.lo `test -f 'dfile.c' || echo '$(srcdir)/'`dfile.c - -libdispatch_la-ddim.lo: ddim.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ddim.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ddim.Tpo -c -o libdispatch_la-ddim.lo `test -f 'ddim.c' || echo '$(srcdir)/'`ddim.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ddim.Tpo $(DEPDIR)/libdispatch_la-ddim.Plo -# $(AM_V_CC)source='ddim.c' object='libdispatch_la-ddim.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ddim.lo `test -f 'ddim.c' || echo '$(srcdir)/'`ddim.c - -libdispatch_la-datt.lo: datt.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-datt.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-datt.Tpo -c -o libdispatch_la-datt.lo `test -f 'datt.c' || echo '$(srcdir)/'`datt.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-datt.Tpo $(DEPDIR)/libdispatch_la-datt.Plo -# $(AM_V_CC)source='datt.c' object='libdispatch_la-datt.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-datt.lo `test -f 'datt.c' || echo '$(srcdir)/'`datt.c - -libdispatch_la-dattinq.lo: dattinq.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dattinq.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dattinq.Tpo -c -o libdispatch_la-dattinq.lo `test -f 'dattinq.c' || echo '$(srcdir)/'`dattinq.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dattinq.Tpo $(DEPDIR)/libdispatch_la-dattinq.Plo -# $(AM_V_CC)source='dattinq.c' object='libdispatch_la-dattinq.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dattinq.lo `test -f 'dattinq.c' || echo '$(srcdir)/'`dattinq.c - -libdispatch_la-dattput.lo: dattput.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dattput.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dattput.Tpo -c -o libdispatch_la-dattput.lo `test -f 'dattput.c' || echo '$(srcdir)/'`dattput.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dattput.Tpo $(DEPDIR)/libdispatch_la-dattput.Plo -# $(AM_V_CC)source='dattput.c' object='libdispatch_la-dattput.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dattput.lo `test -f 'dattput.c' || echo '$(srcdir)/'`dattput.c - -libdispatch_la-dattget.lo: dattget.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dattget.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dattget.Tpo -c -o libdispatch_la-dattget.lo `test -f 'dattget.c' || echo '$(srcdir)/'`dattget.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dattget.Tpo $(DEPDIR)/libdispatch_la-dattget.Plo -# $(AM_V_CC)source='dattget.c' object='libdispatch_la-dattget.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dattget.lo `test -f 'dattget.c' || echo '$(srcdir)/'`dattget.c - -libdispatch_la-derror.lo: derror.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-derror.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-derror.Tpo -c -o libdispatch_la-derror.lo `test -f 'derror.c' || echo '$(srcdir)/'`derror.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-derror.Tpo $(DEPDIR)/libdispatch_la-derror.Plo -# $(AM_V_CC)source='derror.c' object='libdispatch_la-derror.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-derror.lo `test -f 'derror.c' || echo '$(srcdir)/'`derror.c - -libdispatch_la-dvar.lo: dvar.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dvar.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dvar.Tpo -c -o libdispatch_la-dvar.lo `test -f 'dvar.c' || echo '$(srcdir)/'`dvar.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dvar.Tpo $(DEPDIR)/libdispatch_la-dvar.Plo -# $(AM_V_CC)source='dvar.c' object='libdispatch_la-dvar.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dvar.lo `test -f 'dvar.c' || echo '$(srcdir)/'`dvar.c - -libdispatch_la-dvarget.lo: dvarget.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dvarget.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dvarget.Tpo -c -o libdispatch_la-dvarget.lo `test -f 'dvarget.c' || echo '$(srcdir)/'`dvarget.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dvarget.Tpo $(DEPDIR)/libdispatch_la-dvarget.Plo -# $(AM_V_CC)source='dvarget.c' object='libdispatch_la-dvarget.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dvarget.lo `test -f 'dvarget.c' || echo '$(srcdir)/'`dvarget.c - -libdispatch_la-dvarput.lo: dvarput.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dvarput.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dvarput.Tpo -c -o libdispatch_la-dvarput.lo `test -f 'dvarput.c' || echo '$(srcdir)/'`dvarput.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dvarput.Tpo $(DEPDIR)/libdispatch_la-dvarput.Plo -# $(AM_V_CC)source='dvarput.c' object='libdispatch_la-dvarput.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dvarput.lo `test -f 'dvarput.c' || echo '$(srcdir)/'`dvarput.c - -libdispatch_la-dvarinq.lo: dvarinq.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dvarinq.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dvarinq.Tpo -c -o libdispatch_la-dvarinq.lo `test -f 'dvarinq.c' || echo '$(srcdir)/'`dvarinq.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dvarinq.Tpo $(DEPDIR)/libdispatch_la-dvarinq.Plo -# $(AM_V_CC)source='dvarinq.c' object='libdispatch_la-dvarinq.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dvarinq.lo `test -f 'dvarinq.c' || echo '$(srcdir)/'`dvarinq.c - -libdispatch_la-dinternal.lo: dinternal.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dinternal.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dinternal.Tpo -c -o libdispatch_la-dinternal.lo `test -f 'dinternal.c' || echo '$(srcdir)/'`dinternal.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dinternal.Tpo $(DEPDIR)/libdispatch_la-dinternal.Plo -# $(AM_V_CC)source='dinternal.c' object='libdispatch_la-dinternal.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dinternal.lo `test -f 'dinternal.c' || echo '$(srcdir)/'`dinternal.c - -libdispatch_la-ddispatch.lo: ddispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ddispatch.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ddispatch.Tpo -c -o libdispatch_la-ddispatch.lo `test -f 'ddispatch.c' || echo '$(srcdir)/'`ddispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ddispatch.Tpo $(DEPDIR)/libdispatch_la-ddispatch.Plo -# $(AM_V_CC)source='ddispatch.c' object='libdispatch_la-ddispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ddispatch.lo `test -f 'ddispatch.c' || echo '$(srcdir)/'`ddispatch.c - -libdispatch_la-dutf8.lo: dutf8.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dutf8.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dutf8.Tpo -c -o libdispatch_la-dutf8.lo `test -f 'dutf8.c' || echo '$(srcdir)/'`dutf8.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dutf8.Tpo $(DEPDIR)/libdispatch_la-dutf8.Plo -# $(AM_V_CC)source='dutf8.c' object='libdispatch_la-dutf8.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dutf8.lo `test -f 'dutf8.c' || echo '$(srcdir)/'`dutf8.c - -libdispatch_la-nclog.lo: nclog.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-nclog.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-nclog.Tpo -c -o libdispatch_la-nclog.lo `test -f 'nclog.c' || echo '$(srcdir)/'`nclog.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-nclog.Tpo $(DEPDIR)/libdispatch_la-nclog.Plo -# $(AM_V_CC)source='nclog.c' object='libdispatch_la-nclog.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-nclog.lo `test -f 'nclog.c' || echo '$(srcdir)/'`nclog.c - -libdispatch_la-dstring.lo: dstring.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dstring.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dstring.Tpo -c -o libdispatch_la-dstring.lo `test -f 'dstring.c' || echo '$(srcdir)/'`dstring.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dstring.Tpo $(DEPDIR)/libdispatch_la-dstring.Plo -# $(AM_V_CC)source='dstring.c' object='libdispatch_la-dstring.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dstring.lo `test -f 'dstring.c' || echo '$(srcdir)/'`dstring.c - -libdispatch_la-ncuri.lo: ncuri.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ncuri.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ncuri.Tpo -c -o libdispatch_la-ncuri.lo `test -f 'ncuri.c' || echo '$(srcdir)/'`ncuri.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ncuri.Tpo $(DEPDIR)/libdispatch_la-ncuri.Plo -# $(AM_V_CC)source='ncuri.c' object='libdispatch_la-ncuri.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ncuri.lo `test -f 'ncuri.c' || echo '$(srcdir)/'`ncuri.c - -libdispatch_la-nclist.lo: nclist.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-nclist.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-nclist.Tpo -c -o libdispatch_la-nclist.lo `test -f 'nclist.c' || echo '$(srcdir)/'`nclist.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-nclist.Tpo $(DEPDIR)/libdispatch_la-nclist.Plo -# $(AM_V_CC)source='nclist.c' object='libdispatch_la-nclist.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-nclist.lo `test -f 'nclist.c' || echo '$(srcdir)/'`nclist.c - -libdispatch_la-ncbytes.lo: ncbytes.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ncbytes.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ncbytes.Tpo -c -o libdispatch_la-ncbytes.lo `test -f 'ncbytes.c' || echo '$(srcdir)/'`ncbytes.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ncbytes.Tpo $(DEPDIR)/libdispatch_la-ncbytes.Plo -# $(AM_V_CC)source='ncbytes.c' object='libdispatch_la-ncbytes.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ncbytes.lo `test -f 'ncbytes.c' || echo '$(srcdir)/'`ncbytes.c - -libdispatch_la-nchashmap.lo: nchashmap.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-nchashmap.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-nchashmap.Tpo -c -o libdispatch_la-nchashmap.lo `test -f 'nchashmap.c' || echo '$(srcdir)/'`nchashmap.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-nchashmap.Tpo $(DEPDIR)/libdispatch_la-nchashmap.Plo -# $(AM_V_CC)source='nchashmap.c' object='libdispatch_la-nchashmap.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-nchashmap.lo `test -f 'nchashmap.c' || echo '$(srcdir)/'`nchashmap.c - -libdispatch_la-nctime.lo: nctime.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-nctime.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-nctime.Tpo -c -o libdispatch_la-nctime.lo `test -f 'nctime.c' || echo '$(srcdir)/'`nctime.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-nctime.Tpo $(DEPDIR)/libdispatch_la-nctime.Plo -# $(AM_V_CC)source='nctime.c' object='libdispatch_la-nctime.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-nctime.lo `test -f 'nctime.c' || echo '$(srcdir)/'`nctime.c - -libdispatch_la-nc.lo: nc.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-nc.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-nc.Tpo -c -o libdispatch_la-nc.lo `test -f 'nc.c' || echo '$(srcdir)/'`nc.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-nc.Tpo $(DEPDIR)/libdispatch_la-nc.Plo -# $(AM_V_CC)source='nc.c' object='libdispatch_la-nc.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-nc.lo `test -f 'nc.c' || echo '$(srcdir)/'`nc.c - -libdispatch_la-nclistmgr.lo: nclistmgr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-nclistmgr.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-nclistmgr.Tpo -c -o libdispatch_la-nclistmgr.lo `test -f 'nclistmgr.c' || echo '$(srcdir)/'`nclistmgr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-nclistmgr.Tpo $(DEPDIR)/libdispatch_la-nclistmgr.Plo -# $(AM_V_CC)source='nclistmgr.c' object='libdispatch_la-nclistmgr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-nclistmgr.lo `test -f 'nclistmgr.c' || echo '$(srcdir)/'`nclistmgr.c - -libdispatch_la-dauth.lo: dauth.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dauth.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dauth.Tpo -c -o libdispatch_la-dauth.lo `test -f 'dauth.c' || echo '$(srcdir)/'`dauth.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dauth.Tpo $(DEPDIR)/libdispatch_la-dauth.Plo -# $(AM_V_CC)source='dauth.c' object='libdispatch_la-dauth.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dauth.lo `test -f 'dauth.c' || echo '$(srcdir)/'`dauth.c - -libdispatch_la-doffsets.lo: doffsets.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-doffsets.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-doffsets.Tpo -c -o libdispatch_la-doffsets.lo `test -f 'doffsets.c' || echo '$(srcdir)/'`doffsets.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-doffsets.Tpo $(DEPDIR)/libdispatch_la-doffsets.Plo -# $(AM_V_CC)source='doffsets.c' object='libdispatch_la-doffsets.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-doffsets.lo `test -f 'doffsets.c' || echo '$(srcdir)/'`doffsets.c - -libdispatch_la-dpathmgr.lo: dpathmgr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dpathmgr.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dpathmgr.Tpo -c -o libdispatch_la-dpathmgr.lo `test -f 'dpathmgr.c' || echo '$(srcdir)/'`dpathmgr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dpathmgr.Tpo $(DEPDIR)/libdispatch_la-dpathmgr.Plo -# $(AM_V_CC)source='dpathmgr.c' object='libdispatch_la-dpathmgr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dpathmgr.lo `test -f 'dpathmgr.c' || echo '$(srcdir)/'`dpathmgr.c - -libdispatch_la-dutil.lo: dutil.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dutil.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dutil.Tpo -c -o libdispatch_la-dutil.lo `test -f 'dutil.c' || echo '$(srcdir)/'`dutil.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dutil.Tpo $(DEPDIR)/libdispatch_la-dutil.Plo -# $(AM_V_CC)source='dutil.c' object='libdispatch_la-dutil.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dutil.lo `test -f 'dutil.c' || echo '$(srcdir)/'`dutil.c - -libdispatch_la-dreadonly.lo: dreadonly.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dreadonly.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dreadonly.Tpo -c -o libdispatch_la-dreadonly.lo `test -f 'dreadonly.c' || echo '$(srcdir)/'`dreadonly.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dreadonly.Tpo $(DEPDIR)/libdispatch_la-dreadonly.Plo -# $(AM_V_CC)source='dreadonly.c' object='libdispatch_la-dreadonly.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dreadonly.lo `test -f 'dreadonly.c' || echo '$(srcdir)/'`dreadonly.c - -libdispatch_la-dnotnc4.lo: dnotnc4.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dnotnc4.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dnotnc4.Tpo -c -o libdispatch_la-dnotnc4.lo `test -f 'dnotnc4.c' || echo '$(srcdir)/'`dnotnc4.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dnotnc4.Tpo $(DEPDIR)/libdispatch_la-dnotnc4.Plo -# $(AM_V_CC)source='dnotnc4.c' object='libdispatch_la-dnotnc4.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dnotnc4.lo `test -f 'dnotnc4.c' || echo '$(srcdir)/'`dnotnc4.c - -libdispatch_la-dnotnc3.lo: dnotnc3.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dnotnc3.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dnotnc3.Tpo -c -o libdispatch_la-dnotnc3.lo `test -f 'dnotnc3.c' || echo '$(srcdir)/'`dnotnc3.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dnotnc3.Tpo $(DEPDIR)/libdispatch_la-dnotnc3.Plo -# $(AM_V_CC)source='dnotnc3.c' object='libdispatch_la-dnotnc3.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dnotnc3.lo `test -f 'dnotnc3.c' || echo '$(srcdir)/'`dnotnc3.c - -libdispatch_la-dinfermodel.lo: dinfermodel.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dinfermodel.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dinfermodel.Tpo -c -o libdispatch_la-dinfermodel.lo `test -f 'dinfermodel.c' || echo '$(srcdir)/'`dinfermodel.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dinfermodel.Tpo $(DEPDIR)/libdispatch_la-dinfermodel.Plo -# $(AM_V_CC)source='dinfermodel.c' object='libdispatch_la-dinfermodel.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dinfermodel.lo `test -f 'dinfermodel.c' || echo '$(srcdir)/'`dinfermodel.c - -libdispatch_la-daux.lo: daux.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-daux.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-daux.Tpo -c -o libdispatch_la-daux.lo `test -f 'daux.c' || echo '$(srcdir)/'`daux.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-daux.Tpo $(DEPDIR)/libdispatch_la-daux.Plo -# $(AM_V_CC)source='daux.c' object='libdispatch_la-daux.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-daux.lo `test -f 'daux.c' || echo '$(srcdir)/'`daux.c - -libdispatch_la-dinstance.lo: dinstance.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dinstance.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dinstance.Tpo -c -o libdispatch_la-dinstance.lo `test -f 'dinstance.c' || echo '$(srcdir)/'`dinstance.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dinstance.Tpo $(DEPDIR)/libdispatch_la-dinstance.Plo -# $(AM_V_CC)source='dinstance.c' object='libdispatch_la-dinstance.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dinstance.lo `test -f 'dinstance.c' || echo '$(srcdir)/'`dinstance.c - -libdispatch_la-dcrc32.lo: dcrc32.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dcrc32.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dcrc32.Tpo -c -o libdispatch_la-dcrc32.lo `test -f 'dcrc32.c' || echo '$(srcdir)/'`dcrc32.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dcrc32.Tpo $(DEPDIR)/libdispatch_la-dcrc32.Plo -# $(AM_V_CC)source='dcrc32.c' object='libdispatch_la-dcrc32.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dcrc32.lo `test -f 'dcrc32.c' || echo '$(srcdir)/'`dcrc32.c - -libdispatch_la-dcrc64.lo: dcrc64.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dcrc64.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dcrc64.Tpo -c -o libdispatch_la-dcrc64.lo `test -f 'dcrc64.c' || echo '$(srcdir)/'`dcrc64.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dcrc64.Tpo $(DEPDIR)/libdispatch_la-dcrc64.Plo -# $(AM_V_CC)source='dcrc64.c' object='libdispatch_la-dcrc64.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dcrc64.lo `test -f 'dcrc64.c' || echo '$(srcdir)/'`dcrc64.c - -libdispatch_la-ncexhash.lo: ncexhash.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ncexhash.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ncexhash.Tpo -c -o libdispatch_la-ncexhash.lo `test -f 'ncexhash.c' || echo '$(srcdir)/'`ncexhash.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ncexhash.Tpo $(DEPDIR)/libdispatch_la-ncexhash.Plo -# $(AM_V_CC)source='ncexhash.c' object='libdispatch_la-ncexhash.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ncexhash.lo `test -f 'ncexhash.c' || echo '$(srcdir)/'`ncexhash.c - -libdispatch_la-ncxcache.lo: ncxcache.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ncxcache.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ncxcache.Tpo -c -o libdispatch_la-ncxcache.lo `test -f 'ncxcache.c' || echo '$(srcdir)/'`ncxcache.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ncxcache.Tpo $(DEPDIR)/libdispatch_la-ncxcache.Plo -# $(AM_V_CC)source='ncxcache.c' object='libdispatch_la-ncxcache.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ncxcache.lo `test -f 'ncxcache.c' || echo '$(srcdir)/'`ncxcache.c - -libdispatch_la-ncjson.lo: ncjson.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ncjson.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ncjson.Tpo -c -o libdispatch_la-ncjson.lo `test -f 'ncjson.c' || echo '$(srcdir)/'`ncjson.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ncjson.Tpo $(DEPDIR)/libdispatch_la-ncjson.Plo -# $(AM_V_CC)source='ncjson.c' object='libdispatch_la-ncjson.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ncjson.lo `test -f 'ncjson.c' || echo '$(srcdir)/'`ncjson.c - -libdispatch_la-ds3util.lo: ds3util.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-ds3util.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ds3util.Tpo -c -o libdispatch_la-ds3util.lo `test -f 'ds3util.c' || echo '$(srcdir)/'`ds3util.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ds3util.Tpo $(DEPDIR)/libdispatch_la-ds3util.Plo -# $(AM_V_CC)source='ds3util.c' object='libdispatch_la-ds3util.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-ds3util.lo `test -f 'ds3util.c' || echo '$(srcdir)/'`ds3util.c - -libdispatch_la-dparallel.lo: dparallel.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dparallel.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dparallel.Tpo -c -o libdispatch_la-dparallel.lo `test -f 'dparallel.c' || echo '$(srcdir)/'`dparallel.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dparallel.Tpo $(DEPDIR)/libdispatch_la-dparallel.Plo -# $(AM_V_CC)source='dparallel.c' object='libdispatch_la-dparallel.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dparallel.lo `test -f 'dparallel.c' || echo '$(srcdir)/'`dparallel.c - -libdispatch_la-utf8proc.lo: utf8proc.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-utf8proc.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-utf8proc.Tpo -c -o libdispatch_la-utf8proc.lo `test -f 'utf8proc.c' || echo '$(srcdir)/'`utf8proc.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-utf8proc.Tpo $(DEPDIR)/libdispatch_la-utf8proc.Plo -# $(AM_V_CC)source='utf8proc.c' object='libdispatch_la-utf8proc.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-utf8proc.lo `test -f 'utf8proc.c' || echo '$(srcdir)/'`utf8proc.c - -libdispatch_la-drc.lo: drc.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-drc.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-drc.Tpo -c -o libdispatch_la-drc.lo `test -f 'drc.c' || echo '$(srcdir)/'`drc.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-drc.Tpo $(DEPDIR)/libdispatch_la-drc.Plo -# $(AM_V_CC)source='drc.c' object='libdispatch_la-drc.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-drc.lo `test -f 'drc.c' || echo '$(srcdir)/'`drc.c - -libdispatch_la-dgroup.lo: dgroup.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dgroup.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dgroup.Tpo -c -o libdispatch_la-dgroup.lo `test -f 'dgroup.c' || echo '$(srcdir)/'`dgroup.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dgroup.Tpo $(DEPDIR)/libdispatch_la-dgroup.Plo -# $(AM_V_CC)source='dgroup.c' object='libdispatch_la-dgroup.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dgroup.lo `test -f 'dgroup.c' || echo '$(srcdir)/'`dgroup.c - -libdispatch_la-dvlen.lo: dvlen.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dvlen.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dvlen.Tpo -c -o libdispatch_la-dvlen.lo `test -f 'dvlen.c' || echo '$(srcdir)/'`dvlen.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dvlen.Tpo $(DEPDIR)/libdispatch_la-dvlen.Plo -# $(AM_V_CC)source='dvlen.c' object='libdispatch_la-dvlen.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dvlen.lo `test -f 'dvlen.c' || echo '$(srcdir)/'`dvlen.c - -libdispatch_la-dcompound.lo: dcompound.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dcompound.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dcompound.Tpo -c -o libdispatch_la-dcompound.lo `test -f 'dcompound.c' || echo '$(srcdir)/'`dcompound.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dcompound.Tpo $(DEPDIR)/libdispatch_la-dcompound.Plo -# $(AM_V_CC)source='dcompound.c' object='libdispatch_la-dcompound.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dcompound.lo `test -f 'dcompound.c' || echo '$(srcdir)/'`dcompound.c - -libdispatch_la-dtype.lo: dtype.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dtype.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dtype.Tpo -c -o libdispatch_la-dtype.lo `test -f 'dtype.c' || echo '$(srcdir)/'`dtype.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dtype.Tpo $(DEPDIR)/libdispatch_la-dtype.Plo -# $(AM_V_CC)source='dtype.c' object='libdispatch_la-dtype.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dtype.lo `test -f 'dtype.c' || echo '$(srcdir)/'`dtype.c - -libdispatch_la-denum.lo: denum.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-denum.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-denum.Tpo -c -o libdispatch_la-denum.lo `test -f 'denum.c' || echo '$(srcdir)/'`denum.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-denum.Tpo $(DEPDIR)/libdispatch_la-denum.Plo -# $(AM_V_CC)source='denum.c' object='libdispatch_la-denum.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-denum.lo `test -f 'denum.c' || echo '$(srcdir)/'`denum.c - -libdispatch_la-dopaque.lo: dopaque.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dopaque.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dopaque.Tpo -c -o libdispatch_la-dopaque.lo `test -f 'dopaque.c' || echo '$(srcdir)/'`dopaque.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dopaque.Tpo $(DEPDIR)/libdispatch_la-dopaque.Plo -# $(AM_V_CC)source='dopaque.c' object='libdispatch_la-dopaque.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dopaque.lo `test -f 'dopaque.c' || echo '$(srcdir)/'`dopaque.c - -libdispatch_la-dfilter.lo: dfilter.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dfilter.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dfilter.Tpo -c -o libdispatch_la-dfilter.lo `test -f 'dfilter.c' || echo '$(srcdir)/'`dfilter.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dfilter.Tpo $(DEPDIR)/libdispatch_la-dfilter.Plo -# $(AM_V_CC)source='dfilter.c' object='libdispatch_la-dfilter.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dfilter.lo `test -f 'dfilter.c' || echo '$(srcdir)/'`dfilter.c - -libdispatch_la-dhttp.lo: dhttp.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dhttp.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dhttp.Tpo -c -o libdispatch_la-dhttp.lo `test -f 'dhttp.c' || echo '$(srcdir)/'`dhttp.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dhttp.Tpo $(DEPDIR)/libdispatch_la-dhttp.Plo -# $(AM_V_CC)source='dhttp.c' object='libdispatch_la-dhttp.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dhttp.lo `test -f 'dhttp.c' || echo '$(srcdir)/'`dhttp.c - -libdispatch_la-dreg.lo: dreg.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdispatch_la-dreg.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-dreg.Tpo -c -o libdispatch_la-dreg.lo `test -f 'dreg.c' || echo '$(srcdir)/'`dreg.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-dreg.Tpo $(DEPDIR)/libdispatch_la-dreg.Plo -# $(AM_V_CC)source='dreg.c' object='libdispatch_la-dreg.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdispatch_la-dreg.lo `test -f 'dreg.c' || echo '$(srcdir)/'`dreg.c - -libnetcdf2_la-dv2i.lo: dv2i.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf2_la-dv2i.lo -MD -MP -MF $(DEPDIR)/libnetcdf2_la-dv2i.Tpo -c -o libnetcdf2_la-dv2i.lo `test -f 'dv2i.c' || echo '$(srcdir)/'`dv2i.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf2_la-dv2i.Tpo $(DEPDIR)/libnetcdf2_la-dv2i.Plo -# $(AM_V_CC)source='dv2i.c' object='libnetcdf2_la-dv2i.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf2_la-dv2i.lo `test -f 'dv2i.c' || echo '$(srcdir)/'`dv2i.c - -.cpp.o: - $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CXX)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $< - -.cpp.obj: - $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CXX)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.cpp.lo: - $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CXX)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $< - -libdispatch_la-ncs3sdk.lo: ncs3sdk.cpp - $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libdispatch_la-ncs3sdk.lo -MD -MP -MF $(DEPDIR)/libdispatch_la-ncs3sdk.Tpo -c -o libdispatch_la-ncs3sdk.lo `test -f 'ncs3sdk.cpp' || echo '$(srcdir)/'`ncs3sdk.cpp - $(AM_V_at)$(am__mv) $(DEPDIR)/libdispatch_la-ncs3sdk.Tpo $(DEPDIR)/libdispatch_la-ncs3sdk.Plo -# $(AM_V_CXX)source='ncs3sdk.cpp' object='libdispatch_la-ncs3sdk.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdispatch_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libdispatch_la-ncs3sdk.lo `test -f 'ncs3sdk.cpp' || echo '$(srcdir)/'`ncs3sdk.cpp - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libdispatch_la-datt.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dattget.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dattinq.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dattput.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dauth.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-daux.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcompound.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcopy.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcrc32.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcrc64.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ddim.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ddispatch.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-denum.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-derror.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dfile.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dfilter.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dgroup.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dhttp.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dinfermodel.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dinstance.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dinternal.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dnotnc3.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dnotnc4.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-doffsets.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dopaque.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dparallel.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dpathmgr.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-drc.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dreadonly.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dreg.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ds3util.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dstring.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dtype.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dutf8.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dutil.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvar.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvarget.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvarinq.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvarput.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvlen.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nc.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncbytes.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncexhash.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nchashmap.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncjson.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nclist.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nclistmgr.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nclog.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncs3sdk.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nctime.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncuri.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncxcache.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-utf8proc.Plo - -rm -f ./$(DEPDIR)/libnetcdf2_la-dv2i.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libdispatch_la-datt.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dattget.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dattinq.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dattput.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dauth.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-daux.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcompound.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcopy.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcrc32.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dcrc64.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ddim.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ddispatch.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-denum.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-derror.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dfile.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dfilter.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dgroup.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dhttp.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dinfermodel.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dinstance.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dinternal.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dnotnc3.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dnotnc4.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-doffsets.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dopaque.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dparallel.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dpathmgr.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-drc.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dreadonly.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dreg.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ds3util.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dstring.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dtype.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dutf8.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dutil.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvar.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvarget.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvarinq.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvarput.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-dvlen.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nc.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncbytes.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncexhash.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nchashmap.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncjson.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nclist.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nclistmgr.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nclog.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncs3sdk.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-nctime.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncuri.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-ncxcache.Plo - -rm -f ./$(DEPDIR)/libdispatch_la-utf8proc.Plo - -rm -f ./$(DEPDIR)/libnetcdf2_la-dv2i.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# Build ncsettings.c as follows: -# 1. copy ncsettings.hdr to ncsettings.c -# 2. append libnetcdf.settings to ncsettings.c after -# processing it as follows: -# 1. convert tabs and cr to blanks -# 2. convert embedded double quote (") to escaped form (\"). -# 3. append newline (\n) to each line -# 4. surround each line with double quotes. -# 3. finally, add a semicolon to the end of ncsettings.c -# to complete the string constant. - -ncsettings.c: $(top_srcdir)/libnetcdf.settings ncsettings.hdr - rm -f ncsettings.c - cat ncsettings.hdr > ncsettings.c - tr '\t\r' ' ' <${top_srcdir}/libnetcdf.settings | \ - sed -e 's/"/\\"/g' | \ - sed -e 's/\(.*\)/\"\1\\n\"/' | \ - cat >> ncsettings.c - echo ';' >> ncsettings.c -ezxml:: - rm -fr ./ezxml ./ezxml.[ch] ./license.txt - tar -zxf ./${EZXML} - sed -e 's|//\(.*\)|/*\1*/|' ./ezxml.c - sed -e 's|//\(.*\)|/*\1*/|' ./ezxml.h - cp ezxml/license.txt . - -# 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: diff --git a/libhdf4/Makefile b/libhdf4/Makefile deleted file mode 100644 index fecf3e2..0000000 --- a/libhdf4/Makefile +++ /dev/null @@ -1,803 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libhdf4/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of Unidata's netCDF package. Copyright 2018, see the -# COPYRIGHT file for more information. - -# Build the HDF4 dispatch layer. - -# Ed Hartnett - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -subdir = libhdf4 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libnchdf4_la_LIBADD = -am_libnchdf4_la_OBJECTS = hdf4dispatch.lo hdf4file.lo hdf4var.lo \ - hdf4func.lo -libnchdf4_la_OBJECTS = $(am_libnchdf4_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/hdf4dispatch.Plo \ - ./$(DEPDIR)/hdf4file.Plo ./$(DEPDIR)/hdf4func.Plo \ - ./$(DEPDIR)/hdf4var.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnchdf4_la_SOURCES) -DIST_SOURCES = $(libnchdf4_la_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libhdf4 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libhdf4 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Get AM_CPPFLAGS. -libnetcdf4_la_CPPFLAGS = ${AM_CPPFLAGS} - -# This is our output. The HDF4 convenience library. -noinst_LTLIBRARIES = libnchdf4.la - -# The source files. -libnchdf4_la_SOURCES = hdf4dispatch.c hdf4file.c hdf4var.c hdf4func.c - -# Package this for cmake build. -EXTRA_DIST = CMakeLists.txt -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libhdf4/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libhdf4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnchdf4.la: $(libnchdf4_la_OBJECTS) $(libnchdf4_la_DEPENDENCIES) $(EXTRA_libnchdf4_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(libnchdf4_la_OBJECTS) $(libnchdf4_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/hdf4dispatch.Plo # am--include-marker -include ./$(DEPDIR)/hdf4file.Plo # am--include-marker -include ./$(DEPDIR)/hdf4func.Plo # am--include-marker -include ./$(DEPDIR)/hdf4var.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/hdf4dispatch.Plo - -rm -f ./$(DEPDIR)/hdf4file.Plo - -rm -f ./$(DEPDIR)/hdf4func.Plo - -rm -f ./$(DEPDIR)/hdf4var.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/hdf4dispatch.Plo - -rm -f ./$(DEPDIR)/hdf4file.Plo - -rm -f ./$(DEPDIR)/hdf4func.Plo - -rm -f ./$(DEPDIR)/hdf4var.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/libhdf5/Makefile b/libhdf5/Makefile deleted file mode 100644 index aecda01..0000000 --- a/libhdf5/Makefile +++ /dev/null @@ -1,1005 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libhdf5/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of Unidata's netCDF package. Copyright 2018-2022, -# see the COPYRIGHT file for more information. - -# Build the HDF5 dispatch layer. - -# Ed Hartnett - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -am__append_5 = H5FDhttp.c H5FDhttp.h -subdir = libhdf5 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libnchdf5_la_LIBADD = -am__libnchdf5_la_SOURCES_DIST = nc4hdf.c nc4info.c hdf5file.c \ - hdf5attr.c hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c \ - hdf5create.c hdf5open.c hdf5var.c nc4mem.c nc4memcb.c \ - hdf5dispatch.c hdf5filter.c hdf5set_format_compatibility.c \ - hdf5debug.c hdf5debug.h hdf5err.h H5FDhttp.c H5FDhttp.h -am__objects_1 = libnchdf5_la-H5FDhttp.lo -am_libnchdf5_la_OBJECTS = libnchdf5_la-nc4hdf.lo \ - libnchdf5_la-nc4info.lo libnchdf5_la-hdf5file.lo \ - libnchdf5_la-hdf5attr.lo libnchdf5_la-hdf5dim.lo \ - libnchdf5_la-hdf5grp.lo libnchdf5_la-hdf5type.lo \ - libnchdf5_la-hdf5internal.lo libnchdf5_la-hdf5create.lo \ - libnchdf5_la-hdf5open.lo libnchdf5_la-hdf5var.lo \ - libnchdf5_la-nc4mem.lo libnchdf5_la-nc4memcb.lo \ - libnchdf5_la-hdf5dispatch.lo libnchdf5_la-hdf5filter.lo \ - libnchdf5_la-hdf5set_format_compatibility.lo \ - libnchdf5_la-hdf5debug.lo $(am__objects_1) -libnchdf5_la_OBJECTS = $(am_libnchdf5_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libnchdf5_la-H5FDhttp.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5attr.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5create.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5debug.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5dim.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5dispatch.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5file.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5filter.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5grp.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5internal.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5open.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5type.Plo \ - ./$(DEPDIR)/libnchdf5_la-hdf5var.Plo \ - ./$(DEPDIR)/libnchdf5_la-nc4hdf.Plo \ - ./$(DEPDIR)/libnchdf5_la-nc4info.Plo \ - ./$(DEPDIR)/libnchdf5_la-nc4mem.Plo \ - ./$(DEPDIR)/libnchdf5_la-nc4memcb.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnchdf5_la_SOURCES) -DIST_SOURCES = $(am__libnchdf5_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libhdf5 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libhdf5 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Get AM_CPPFLAGS. -libnchdf5_la_CPPFLAGS = ${AM_CPPFLAGS} - -# This is our output. The HDF5 convenience library. -noinst_LTLIBRARIES = libnchdf5.la - -# The source files. -libnchdf5_la_SOURCES = nc4hdf.c nc4info.c hdf5file.c hdf5attr.c \ - hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c hdf5create.c \ - hdf5open.c hdf5var.c nc4mem.c nc4memcb.c hdf5dispatch.c \ - hdf5filter.c hdf5set_format_compatibility.c hdf5debug.c \ - hdf5debug.h hdf5err.h $(am__append_5) - -# Package this for cmake build. -EXTRA_DIST = CMakeLists.txt -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libhdf5/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libhdf5/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnchdf5.la: $(libnchdf5_la_OBJECTS) $(libnchdf5_la_DEPENDENCIES) $(EXTRA_libnchdf5_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(libnchdf5_la_OBJECTS) $(libnchdf5_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libnchdf5_la-H5FDhttp.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5attr.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5create.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5debug.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5dim.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5dispatch.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5file.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5filter.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5grp.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5internal.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5open.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5type.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-hdf5var.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-nc4hdf.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-nc4info.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-nc4mem.Plo # am--include-marker -include ./$(DEPDIR)/libnchdf5_la-nc4memcb.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libnchdf5_la-nc4hdf.lo: nc4hdf.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-nc4hdf.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-nc4hdf.Tpo -c -o libnchdf5_la-nc4hdf.lo `test -f 'nc4hdf.c' || echo '$(srcdir)/'`nc4hdf.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-nc4hdf.Tpo $(DEPDIR)/libnchdf5_la-nc4hdf.Plo -# $(AM_V_CC)source='nc4hdf.c' object='libnchdf5_la-nc4hdf.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-nc4hdf.lo `test -f 'nc4hdf.c' || echo '$(srcdir)/'`nc4hdf.c - -libnchdf5_la-nc4info.lo: nc4info.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-nc4info.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-nc4info.Tpo -c -o libnchdf5_la-nc4info.lo `test -f 'nc4info.c' || echo '$(srcdir)/'`nc4info.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-nc4info.Tpo $(DEPDIR)/libnchdf5_la-nc4info.Plo -# $(AM_V_CC)source='nc4info.c' object='libnchdf5_la-nc4info.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-nc4info.lo `test -f 'nc4info.c' || echo '$(srcdir)/'`nc4info.c - -libnchdf5_la-hdf5file.lo: hdf5file.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5file.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5file.Tpo -c -o libnchdf5_la-hdf5file.lo `test -f 'hdf5file.c' || echo '$(srcdir)/'`hdf5file.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5file.Tpo $(DEPDIR)/libnchdf5_la-hdf5file.Plo -# $(AM_V_CC)source='hdf5file.c' object='libnchdf5_la-hdf5file.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5file.lo `test -f 'hdf5file.c' || echo '$(srcdir)/'`hdf5file.c - -libnchdf5_la-hdf5attr.lo: hdf5attr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5attr.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5attr.Tpo -c -o libnchdf5_la-hdf5attr.lo `test -f 'hdf5attr.c' || echo '$(srcdir)/'`hdf5attr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5attr.Tpo $(DEPDIR)/libnchdf5_la-hdf5attr.Plo -# $(AM_V_CC)source='hdf5attr.c' object='libnchdf5_la-hdf5attr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5attr.lo `test -f 'hdf5attr.c' || echo '$(srcdir)/'`hdf5attr.c - -libnchdf5_la-hdf5dim.lo: hdf5dim.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5dim.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5dim.Tpo -c -o libnchdf5_la-hdf5dim.lo `test -f 'hdf5dim.c' || echo '$(srcdir)/'`hdf5dim.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5dim.Tpo $(DEPDIR)/libnchdf5_la-hdf5dim.Plo -# $(AM_V_CC)source='hdf5dim.c' object='libnchdf5_la-hdf5dim.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5dim.lo `test -f 'hdf5dim.c' || echo '$(srcdir)/'`hdf5dim.c - -libnchdf5_la-hdf5grp.lo: hdf5grp.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5grp.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5grp.Tpo -c -o libnchdf5_la-hdf5grp.lo `test -f 'hdf5grp.c' || echo '$(srcdir)/'`hdf5grp.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5grp.Tpo $(DEPDIR)/libnchdf5_la-hdf5grp.Plo -# $(AM_V_CC)source='hdf5grp.c' object='libnchdf5_la-hdf5grp.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5grp.lo `test -f 'hdf5grp.c' || echo '$(srcdir)/'`hdf5grp.c - -libnchdf5_la-hdf5type.lo: hdf5type.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5type.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5type.Tpo -c -o libnchdf5_la-hdf5type.lo `test -f 'hdf5type.c' || echo '$(srcdir)/'`hdf5type.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5type.Tpo $(DEPDIR)/libnchdf5_la-hdf5type.Plo -# $(AM_V_CC)source='hdf5type.c' object='libnchdf5_la-hdf5type.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5type.lo `test -f 'hdf5type.c' || echo '$(srcdir)/'`hdf5type.c - -libnchdf5_la-hdf5internal.lo: hdf5internal.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5internal.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5internal.Tpo -c -o libnchdf5_la-hdf5internal.lo `test -f 'hdf5internal.c' || echo '$(srcdir)/'`hdf5internal.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5internal.Tpo $(DEPDIR)/libnchdf5_la-hdf5internal.Plo -# $(AM_V_CC)source='hdf5internal.c' object='libnchdf5_la-hdf5internal.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5internal.lo `test -f 'hdf5internal.c' || echo '$(srcdir)/'`hdf5internal.c - -libnchdf5_la-hdf5create.lo: hdf5create.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5create.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5create.Tpo -c -o libnchdf5_la-hdf5create.lo `test -f 'hdf5create.c' || echo '$(srcdir)/'`hdf5create.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5create.Tpo $(DEPDIR)/libnchdf5_la-hdf5create.Plo -# $(AM_V_CC)source='hdf5create.c' object='libnchdf5_la-hdf5create.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5create.lo `test -f 'hdf5create.c' || echo '$(srcdir)/'`hdf5create.c - -libnchdf5_la-hdf5open.lo: hdf5open.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5open.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5open.Tpo -c -o libnchdf5_la-hdf5open.lo `test -f 'hdf5open.c' || echo '$(srcdir)/'`hdf5open.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5open.Tpo $(DEPDIR)/libnchdf5_la-hdf5open.Plo -# $(AM_V_CC)source='hdf5open.c' object='libnchdf5_la-hdf5open.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5open.lo `test -f 'hdf5open.c' || echo '$(srcdir)/'`hdf5open.c - -libnchdf5_la-hdf5var.lo: hdf5var.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5var.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5var.Tpo -c -o libnchdf5_la-hdf5var.lo `test -f 'hdf5var.c' || echo '$(srcdir)/'`hdf5var.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5var.Tpo $(DEPDIR)/libnchdf5_la-hdf5var.Plo -# $(AM_V_CC)source='hdf5var.c' object='libnchdf5_la-hdf5var.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5var.lo `test -f 'hdf5var.c' || echo '$(srcdir)/'`hdf5var.c - -libnchdf5_la-nc4mem.lo: nc4mem.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-nc4mem.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-nc4mem.Tpo -c -o libnchdf5_la-nc4mem.lo `test -f 'nc4mem.c' || echo '$(srcdir)/'`nc4mem.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-nc4mem.Tpo $(DEPDIR)/libnchdf5_la-nc4mem.Plo -# $(AM_V_CC)source='nc4mem.c' object='libnchdf5_la-nc4mem.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-nc4mem.lo `test -f 'nc4mem.c' || echo '$(srcdir)/'`nc4mem.c - -libnchdf5_la-nc4memcb.lo: nc4memcb.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-nc4memcb.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-nc4memcb.Tpo -c -o libnchdf5_la-nc4memcb.lo `test -f 'nc4memcb.c' || echo '$(srcdir)/'`nc4memcb.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-nc4memcb.Tpo $(DEPDIR)/libnchdf5_la-nc4memcb.Plo -# $(AM_V_CC)source='nc4memcb.c' object='libnchdf5_la-nc4memcb.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-nc4memcb.lo `test -f 'nc4memcb.c' || echo '$(srcdir)/'`nc4memcb.c - -libnchdf5_la-hdf5dispatch.lo: hdf5dispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5dispatch.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5dispatch.Tpo -c -o libnchdf5_la-hdf5dispatch.lo `test -f 'hdf5dispatch.c' || echo '$(srcdir)/'`hdf5dispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5dispatch.Tpo $(DEPDIR)/libnchdf5_la-hdf5dispatch.Plo -# $(AM_V_CC)source='hdf5dispatch.c' object='libnchdf5_la-hdf5dispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5dispatch.lo `test -f 'hdf5dispatch.c' || echo '$(srcdir)/'`hdf5dispatch.c - -libnchdf5_la-hdf5filter.lo: hdf5filter.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5filter.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5filter.Tpo -c -o libnchdf5_la-hdf5filter.lo `test -f 'hdf5filter.c' || echo '$(srcdir)/'`hdf5filter.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5filter.Tpo $(DEPDIR)/libnchdf5_la-hdf5filter.Plo -# $(AM_V_CC)source='hdf5filter.c' object='libnchdf5_la-hdf5filter.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5filter.lo `test -f 'hdf5filter.c' || echo '$(srcdir)/'`hdf5filter.c - -libnchdf5_la-hdf5set_format_compatibility.lo: hdf5set_format_compatibility.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5set_format_compatibility.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Tpo -c -o libnchdf5_la-hdf5set_format_compatibility.lo `test -f 'hdf5set_format_compatibility.c' || echo '$(srcdir)/'`hdf5set_format_compatibility.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Tpo $(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Plo -# $(AM_V_CC)source='hdf5set_format_compatibility.c' object='libnchdf5_la-hdf5set_format_compatibility.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5set_format_compatibility.lo `test -f 'hdf5set_format_compatibility.c' || echo '$(srcdir)/'`hdf5set_format_compatibility.c - -libnchdf5_la-hdf5debug.lo: hdf5debug.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-hdf5debug.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-hdf5debug.Tpo -c -o libnchdf5_la-hdf5debug.lo `test -f 'hdf5debug.c' || echo '$(srcdir)/'`hdf5debug.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-hdf5debug.Tpo $(DEPDIR)/libnchdf5_la-hdf5debug.Plo -# $(AM_V_CC)source='hdf5debug.c' object='libnchdf5_la-hdf5debug.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-hdf5debug.lo `test -f 'hdf5debug.c' || echo '$(srcdir)/'`hdf5debug.c - -libnchdf5_la-H5FDhttp.lo: H5FDhttp.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnchdf5_la-H5FDhttp.lo -MD -MP -MF $(DEPDIR)/libnchdf5_la-H5FDhttp.Tpo -c -o libnchdf5_la-H5FDhttp.lo `test -f 'H5FDhttp.c' || echo '$(srcdir)/'`H5FDhttp.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnchdf5_la-H5FDhttp.Tpo $(DEPDIR)/libnchdf5_la-H5FDhttp.Plo -# $(AM_V_CC)source='H5FDhttp.c' object='libnchdf5_la-H5FDhttp.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnchdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnchdf5_la-H5FDhttp.lo `test -f 'H5FDhttp.c' || echo '$(srcdir)/'`H5FDhttp.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libnchdf5_la-H5FDhttp.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5attr.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5create.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5debug.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5dim.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5dispatch.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5file.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5filter.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5grp.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5internal.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5open.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5type.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5var.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4hdf.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4info.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4mem.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4memcb.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libnchdf5_la-H5FDhttp.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5attr.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5create.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5debug.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5dim.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5dispatch.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5file.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5filter.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5grp.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5internal.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5open.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5set_format_compatibility.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5type.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-hdf5var.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4hdf.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4info.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4mem.Plo - -rm -f ./$(DEPDIR)/libnchdf5_la-nc4memcb.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/liblib/Makefile b/liblib/Makefile deleted file mode 100644 index d170f53..0000000 --- a/liblib/Makefile +++ /dev/null @@ -1,915 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# liblib/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This Makefile assembles the correct libnetcdf based on various -# configure flags. It is assumed that all the relevant convenience -# libraries have been built (e.g. libsrc, libsrc4, libncdap3, libcdmr, -# libncdap4, fortran). - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ - -# The v2 API... -am__append_5 = ${top_builddir}/libdispatch/libnetcdf2.la - -# + PnetCDF -#am__append_6 = -I${top_srcdir}/libsrcp -#am__append_7 = ${top_builddir}/libsrcp/libnetcdfp.la - -# + hdf5 -am__append_8 = -I${top_srcdir}/libhdf5 -am__append_9 = ${top_builddir}/libhdf5/libnchdf5.la - -# + hdf4 -#am__append_10 = -I${top_srcdir}/libhdf4 -#am__append_11 = ${top_builddir}/libhdf4/libnchdf4.la - -# + dap -am__append_12 = -I${top_srcdir}/libdap2 -I${top_srcdir}/oc -am__append_13 = ${top_builddir}/libdap2/libdap2.la \ - ${top_builddir}/oc2/liboc.la -am__append_14 = -I${top_srcdir}/libdap4 \ - -I${top_srcdir}/libncxml -am__append_15 = ${top_builddir}/libdap4/libdap4.la \ - ${top_builddir}/libncxml/libncxml.la - -# NetCDF-4 ... -am__append_16 = -I${top_srcdir}/libsrc4 -am__append_17 = ${top_builddir}/libsrc4/libnetcdf4.la -am__append_18 = -I${top_srcdir}/libnczarr -am__append_19 = ${top_builddir}/libnczarr/libnczarr.la -#am__append_20 = ${aws_cpp_sdk_core_LIBS} ${aws_cpp_sdk_s3_LIBS} -am__append_21 = -I${top_srcdir}/libncpoco -am__append_22 = ${top_builddir}/libncpoco/libncpoco.la - -# Force binary mode for file read/write -#am__append_23 = -lbinmode -subdir = liblib -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -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)$(libdir)" -LTLIBRARIES = $(lib_LTLIBRARIES) -am__DEPENDENCIES_1 = -libnetcdf_la_DEPENDENCIES = $(am__append_5) \ - ${top_builddir}/libdispatch/libdispatch.la \ - ${top_builddir}/libsrc/libnetcdf3.la $(am__append_7) \ - $(am__append_9) $(am__append_11) $(am__append_13) \ - $(am__append_15) $(am__append_17) $(am__append_19) \ - $(am__DEPENDENCIES_1) $(am__append_22) -am_libnetcdf_la_OBJECTS = libnetcdf_la-nc_initialize.lo -libnetcdf_la_OBJECTS = $(am_libnetcdf_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -libnetcdf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libnetcdf_la_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libnetcdf_la-nc_initialize.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnetcdf_la_SOURCES) -DIST_SOURCES = $(libnetcdf_la_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) $(am__append_6) \ - $(am__append_8) $(am__append_10) $(am__append_12) \ - $(am__append_14) $(am__append_16) $(am__append_18) \ - $(am__append_21) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) $(am__append_23) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/liblib -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/liblib -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# This is our output, the netcdf library the user will install. -lib_LTLIBRARIES = libnetcdf.la - -# These linker flags specify libtool version info. -# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning -# for information regarding incrementing `-version-info`. -libnetcdf_la_LDFLAGS = -version-info 21:2:2 ${NOUNDEFINED} -libnetcdf_la_CPPFLAGS = ${AM_CPPFLAGS} - -# The output library will always include netcdf3 and dispatch -# libraries -libnetcdf_la_LIBADD = $(am__append_5) \ - ${top_builddir}/libdispatch/libdispatch.la \ - ${top_builddir}/libsrc/libnetcdf3.la $(am__append_7) \ - $(am__append_9) $(am__append_11) $(am__append_13) \ - $(am__append_15) $(am__append_17) $(am__append_19) \ - $(am__append_20) $(am__append_22) -CLEANFILES = - -# We need at least one source file -libnetcdf_la_SOURCES = nc_initialize.c -EXTRA_DIST = CMakeLists.txt -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign liblib/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign liblib/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnetcdf.la: $(libnetcdf_la_OBJECTS) $(libnetcdf_la_DEPENDENCIES) $(EXTRA_libnetcdf_la_DEPENDENCIES) - $(AM_V_CCLD)$(libnetcdf_la_LINK) -rpath $(libdir) $(libnetcdf_la_OBJECTS) $(libnetcdf_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libnetcdf_la-nc_initialize.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libnetcdf_la-nc_initialize.lo: nc_initialize.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf_la-nc_initialize.lo -MD -MP -MF $(DEPDIR)/libnetcdf_la-nc_initialize.Tpo -c -o libnetcdf_la-nc_initialize.lo `test -f 'nc_initialize.c' || echo '$(srcdir)/'`nc_initialize.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf_la-nc_initialize.Tpo $(DEPDIR)/libnetcdf_la-nc_initialize.Plo -# $(AM_V_CC)source='nc_initialize.c' object='libnetcdf_la-nc_initialize.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf_la-nc_initialize.lo `test -f 'nc_initialize.c' || echo '$(srcdir)/'`nc_initialize.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(libdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libnetcdf_la-nc_initialize.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libnetcdf_la-nc_initialize.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-libLTLIBRARIES - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-libLTLIBRARIES install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES - -.PRECIOUS: Makefile - - -# 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: diff --git a/libncpoco/Makefile b/libncpoco/Makefile deleted file mode 100644 index a692976..0000000 --- a/libncpoco/Makefile +++ /dev/null @@ -1,824 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libncpoco/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2009, UCAR/Unidata -# See the COPYRIGHT file for more information. - -# Use automake or CMake for building under nix -# Use CMake for building under windows - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -am__append_5 = cp_unix.c -#am__append_6 = cp_win32.c -#am__append_7 = cp_win32.c -subdir = libncpoco -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libncpoco_la_DEPENDENCIES = -am__libncpoco_la_SOURCES_DIST = ncpoco.c ncpoco.h cp_unix.c cp_win32.c -am__objects_1 = cp_unix.lo -#am__objects_2 = cp_win32.lo -#am__objects_3 = cp_win32.lo -am_libncpoco_la_OBJECTS = ncpoco.lo $(am__objects_1) $(am__objects_2) \ - $(am__objects_3) -libncpoco_la_OBJECTS = $(am_libncpoco_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -libncpoco_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libncpoco_la_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/cp_unix.Plo ./$(DEPDIR)/cp_win32.Plo \ - ./$(DEPDIR)/ncpoco.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libncpoco_la_SOURCES) -DIST_SOURCES = $(am__libncpoco_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am README.md -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libncpoco -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libncpoco -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Get AM_CPPFLAGS and AM_LDFLAGS -#AM_CPPFLAGS += -D_LARGEFILE_SOURCE -#AM_CPPFLAGS += -I$(top_srcdir)/libsrc4 -I$(top_srcdir)/libdap4 -#libnczarr_la_CPPFLAGS = ${AM_CPPFLAGS} -AM_CXXFLAGS = - -# This is our output. The ZARR convenience library. -noinst_LTLIBRARIES = libncpoco.la -libncpoco_la_LIBADD = -libncpoco_la_LDFLAGS = -libncpoco_la_SOURCES = ncpoco.c ncpoco.h $(am__append_5) \ - $(am__append_6) $(am__append_7) -EXTRA_DIST = CMakeLists.txt README.md COPYRIGHT -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libncpoco/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libncpoco/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libncpoco.la: $(libncpoco_la_OBJECTS) $(libncpoco_la_DEPENDENCIES) $(EXTRA_libncpoco_la_DEPENDENCIES) - $(AM_V_CCLD)$(libncpoco_la_LINK) $(libncpoco_la_OBJECTS) $(libncpoco_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/cp_unix.Plo # am--include-marker -include ./$(DEPDIR)/cp_win32.Plo # am--include-marker -include ./$(DEPDIR)/ncpoco.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/cp_unix.Plo - -rm -f ./$(DEPDIR)/cp_win32.Plo - -rm -f ./$(DEPDIR)/ncpoco.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/cp_unix.Plo - -rm -f ./$(DEPDIR)/cp_win32.Plo - -rm -f ./$(DEPDIR)/ncpoco.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -################################################## -# Testing -# check_LTLIBRARIES = libcpt.la -# libcpt_la_SOURCES = cptestlib.c -# -# # Normally check libraries are created only as archives, -# # but we need a shared lib. This appears to do the trick -# libcpt_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined -rpath ${abs_builddir} -# -# AM_LDFLAGS += libcpoco.la -# check_PROGRAMS = cp_test -# TESTS = cp_test -# - -# 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: diff --git a/libncxml/Makefile b/libncxml/Makefile deleted file mode 100644 index 43810cd..0000000 --- a/libncxml/Makefile +++ /dev/null @@ -1,860 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libncxml/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# WARNING: this is not the libxml2 library -# It comes from https://github.com/recp/xml - -# Copyright 2009, UCAR/Unidata -# See the COPYRIGHT file for more information. - -# Use automake or CMake for building under nix -# Use CMake for building under windows - -# Get AM_CPPFLAGS and AM_LDFLAGS - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -am__append_5 = ${XML2FLAGS} -subdir = libncxml -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libncxml_la_DEPENDENCIES = -am__libncxml_la_SOURCES_DIST = ncxml_tinyxml2.cpp tinyxml2.cpp \ - tinyxml2.h ncxml_xml2.c -#am_libncxml_la_OBJECTS = ncxml_tinyxml2.lo \ -# tinyxml2.lo -am_libncxml_la_OBJECTS = ncxml_xml2.lo -libncxml_la_OBJECTS = $(am_libncxml_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -libncxml_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(libncxml_la_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/ncxml_tinyxml2.Plo \ - ./$(DEPDIR)/ncxml_xml2.Plo ./$(DEPDIR)/tinyxml2.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CXXFLAGS) $(CXXFLAGS) -AM_V_CXX = $(am__v_CXX_$(V)) -am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) -am__v_CXX_0 = @echo " CXX " $@; -am__v_CXX_1 = -CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CXXLD = $(am__v_CXXLD_$(V)) -am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CXXLD_0 = @echo " CXXLD " $@; -am__v_CXXLD_1 = -SOURCES = $(libncxml_la_SOURCES) -DIST_SOURCES = $(am__libncxml_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) $(am__append_5) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libncxml -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libncxml -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# This is our output. The ZARR convenience library. -noinst_LTLIBRARIES = libncxml.la -libncxml_la_LIBADD = -libncxml_la_LDFLAGS = -#libncxml_la_SOURCES = ncxml_tinyxml2.cpp tinyxml2.cpp tinyxml2.h -libncxml_la_SOURCES = ncxml_xml2.c -#AM_CXXFLAGS = -std=c++11 -EXTRA_DIST = CMakeLists.txt license.txt - -# Download and massage the tinyxml2 source -REPO = https://github.com/leethomason/tinyxml2.git -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libncxml/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libncxml/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libncxml.la: $(libncxml_la_OBJECTS) $(libncxml_la_DEPENDENCIES) $(EXTRA_libncxml_la_DEPENDENCIES) - $(AM_V_CXXLD)$(libncxml_la_LINK) $(libncxml_la_OBJECTS) $(libncxml_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/ncxml_tinyxml2.Plo # am--include-marker -include ./$(DEPDIR)/ncxml_xml2.Plo # am--include-marker -include ./$(DEPDIR)/tinyxml2.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -.cpp.o: - $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CXX)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $< - -.cpp.obj: - $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CXX)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.cpp.lo: - $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CXX)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ -# $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/ncxml_tinyxml2.Plo - -rm -f ./$(DEPDIR)/ncxml_xml2.Plo - -rm -f ./$(DEPDIR)/tinyxml2.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/ncxml_tinyxml2.Plo - -rm -f ./$(DEPDIR)/ncxml_xml2.Plo - -rm -f ./$(DEPDIR)/tinyxml2.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - -tinyxml2:: - rm -fr ./tinyxml2 ./license.txt - git clone --depth=1 ${REPO} - cat tinyxml2/LICENSE.txt > ./license.txt - cat tinyxml2/tinyxml2.h > ./tinyxml2.h - sed -e 's/__BORLANDC__/__APPLE__/' < tinyxml2/tinyxml2.cpp \ - | sed -e 's/ptrdiff_t/long/g' > ./tinyxml2.cpp - rm -fr tinyxml2 - -# 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: diff --git a/libnczarr/Makefile b/libnczarr/Makefile deleted file mode 100644 index 67abb7d..0000000 --- a/libnczarr/Makefile +++ /dev/null @@ -1,1126 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libnczarr/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of Unidata's netCDF package. Copyright 2018, see the -# COPYRIGHT file for more information. - -# Build the ZARR dispatch layer. - -# Dennis Heimbigner - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -#am__append_5 = zmap_zip.c -am__append_6 = zfilter.c -#am__append_7 = zmap_s3sdk.c -#am__append_8 = -std=c++11 -subdir = libnczarr -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libnczarr_la_DEPENDENCIES = -am__libnczarr_la_SOURCES_DIST = zarr.c zattr.c zxcache.c zchunking.c \ - zclose.c zcreate.c zcvt.c zdim.c zdispatch.c zfile.c zgrp.c \ - zinternal.c zmap.c zmap_file.c zodom.c zopen.c zprov.c zsync.c \ - ztype.c zutil.c zvar.c zwalk.c zdebug.c zarr.h zcache.h \ - zchunking.h zdispatch.h zincludes.h zinternal.h zmap.h zodom.h \ - zprovenance.h zfilter.h zdebug.h zmap_zip.c zfilter.c \ - zmap_s3sdk.c -#am__objects_1 = libnczarr_la-zmap_zip.lo -am__objects_2 = libnczarr_la-zfilter.lo -#am__objects_3 = libnczarr_la-zmap_s3sdk.lo -am_libnczarr_la_OBJECTS = libnczarr_la-zarr.lo libnczarr_la-zattr.lo \ - libnczarr_la-zxcache.lo libnczarr_la-zchunking.lo \ - libnczarr_la-zclose.lo libnczarr_la-zcreate.lo \ - libnczarr_la-zcvt.lo libnczarr_la-zdim.lo \ - libnczarr_la-zdispatch.lo libnczarr_la-zfile.lo \ - libnczarr_la-zgrp.lo libnczarr_la-zinternal.lo \ - libnczarr_la-zmap.lo libnczarr_la-zmap_file.lo \ - libnczarr_la-zodom.lo libnczarr_la-zopen.lo \ - libnczarr_la-zprov.lo libnczarr_la-zsync.lo \ - libnczarr_la-ztype.lo libnczarr_la-zutil.lo \ - libnczarr_la-zvar.lo libnczarr_la-zwalk.lo \ - libnczarr_la-zdebug.lo $(am__objects_1) $(am__objects_2) \ - $(am__objects_3) -libnczarr_la_OBJECTS = $(am_libnczarr_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -libnczarr_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libnczarr_la_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libnczarr_la-zarr.Plo \ - ./$(DEPDIR)/libnczarr_la-zattr.Plo \ - ./$(DEPDIR)/libnczarr_la-zchunking.Plo \ - ./$(DEPDIR)/libnczarr_la-zclose.Plo \ - ./$(DEPDIR)/libnczarr_la-zcreate.Plo \ - ./$(DEPDIR)/libnczarr_la-zcvt.Plo \ - ./$(DEPDIR)/libnczarr_la-zdebug.Plo \ - ./$(DEPDIR)/libnczarr_la-zdim.Plo \ - ./$(DEPDIR)/libnczarr_la-zdispatch.Plo \ - ./$(DEPDIR)/libnczarr_la-zfile.Plo \ - ./$(DEPDIR)/libnczarr_la-zfilter.Plo \ - ./$(DEPDIR)/libnczarr_la-zgrp.Plo \ - ./$(DEPDIR)/libnczarr_la-zinternal.Plo \ - ./$(DEPDIR)/libnczarr_la-zmap.Plo \ - ./$(DEPDIR)/libnczarr_la-zmap_file.Plo \ - ./$(DEPDIR)/libnczarr_la-zmap_s3sdk.Plo \ - ./$(DEPDIR)/libnczarr_la-zmap_zip.Plo \ - ./$(DEPDIR)/libnczarr_la-zodom.Plo \ - ./$(DEPDIR)/libnczarr_la-zopen.Plo \ - ./$(DEPDIR)/libnczarr_la-zprov.Plo \ - ./$(DEPDIR)/libnczarr_la-zsync.Plo \ - ./$(DEPDIR)/libnczarr_la-ztype.Plo \ - ./$(DEPDIR)/libnczarr_la-zutil.Plo \ - ./$(DEPDIR)/libnczarr_la-zvar.Plo \ - ./$(DEPDIR)/libnczarr_la-zwalk.Plo \ - ./$(DEPDIR)/libnczarr_la-zxcache.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnczarr_la_SOURCES) -DIST_SOURCES = $(am__libnczarr_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = - -# Get AM_CPPFLAGS and AM_LDFLAGS -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -D_LARGEFILE_SOURCE \ - -I$(top_srcdir)/libsrc4 -I$(top_srcdir)/libncpoco -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libnczarr -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libnczarr -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -libnczarr_la_CPPFLAGS = ${AM_CPPFLAGS} -AM_CXXFLAGS = $(am__append_8) -libnczarr_la_LIBADD = -libnczarr_la_LDFLAGS = - -# Remember ENABLE_NCZARR implies USE_NETCDF4 - -# We may have to add to these later. -DISTCLEANFILES = -MAINTAINERCLEANFILES = -CLEANFILES = - -# Package this for cmake build. -EXTRA_DIST = CMakeLists.txt -LDADD = - -# This is our output. The ZARR convenience library. -noinst_LTLIBRARIES = libnczarr.la - -# The source files. -libnczarr_la_SOURCES = zarr.c zattr.c zxcache.c zchunking.c zclose.c \ - zcreate.c zcvt.c zdim.c zdispatch.c zfile.c zgrp.c zinternal.c \ - zmap.c zmap_file.c zodom.c zopen.c zprov.c zsync.c ztype.c \ - zutil.c zvar.c zwalk.c zdebug.c zarr.h zcache.h zchunking.h \ - zdispatch.h zincludes.h zinternal.h zmap.h zodom.h \ - zprovenance.h zfilter.h zdebug.h $(am__append_5) \ - $(am__append_6) $(am__append_7) - -# For now, ignore these -IGNORED = ztype.c -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libnczarr/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libnczarr/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnczarr.la: $(libnczarr_la_OBJECTS) $(libnczarr_la_DEPENDENCIES) $(EXTRA_libnczarr_la_DEPENDENCIES) - $(AM_V_CCLD)$(libnczarr_la_LINK) $(libnczarr_la_OBJECTS) $(libnczarr_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libnczarr_la-zarr.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zattr.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zchunking.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zclose.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zcreate.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zcvt.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zdebug.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zdim.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zdispatch.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zfile.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zfilter.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zgrp.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zinternal.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zmap.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zmap_file.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zmap_s3sdk.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zmap_zip.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zodom.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zopen.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zprov.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zsync.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-ztype.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zutil.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zvar.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zwalk.Plo # am--include-marker -include ./$(DEPDIR)/libnczarr_la-zxcache.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libnczarr_la-zarr.lo: zarr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zarr.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zarr.Tpo -c -o libnczarr_la-zarr.lo `test -f 'zarr.c' || echo '$(srcdir)/'`zarr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zarr.Tpo $(DEPDIR)/libnczarr_la-zarr.Plo -# $(AM_V_CC)source='zarr.c' object='libnczarr_la-zarr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zarr.lo `test -f 'zarr.c' || echo '$(srcdir)/'`zarr.c - -libnczarr_la-zattr.lo: zattr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zattr.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zattr.Tpo -c -o libnczarr_la-zattr.lo `test -f 'zattr.c' || echo '$(srcdir)/'`zattr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zattr.Tpo $(DEPDIR)/libnczarr_la-zattr.Plo -# $(AM_V_CC)source='zattr.c' object='libnczarr_la-zattr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zattr.lo `test -f 'zattr.c' || echo '$(srcdir)/'`zattr.c - -libnczarr_la-zxcache.lo: zxcache.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zxcache.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zxcache.Tpo -c -o libnczarr_la-zxcache.lo `test -f 'zxcache.c' || echo '$(srcdir)/'`zxcache.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zxcache.Tpo $(DEPDIR)/libnczarr_la-zxcache.Plo -# $(AM_V_CC)source='zxcache.c' object='libnczarr_la-zxcache.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zxcache.lo `test -f 'zxcache.c' || echo '$(srcdir)/'`zxcache.c - -libnczarr_la-zchunking.lo: zchunking.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zchunking.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zchunking.Tpo -c -o libnczarr_la-zchunking.lo `test -f 'zchunking.c' || echo '$(srcdir)/'`zchunking.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zchunking.Tpo $(DEPDIR)/libnczarr_la-zchunking.Plo -# $(AM_V_CC)source='zchunking.c' object='libnczarr_la-zchunking.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zchunking.lo `test -f 'zchunking.c' || echo '$(srcdir)/'`zchunking.c - -libnczarr_la-zclose.lo: zclose.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zclose.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zclose.Tpo -c -o libnczarr_la-zclose.lo `test -f 'zclose.c' || echo '$(srcdir)/'`zclose.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zclose.Tpo $(DEPDIR)/libnczarr_la-zclose.Plo -# $(AM_V_CC)source='zclose.c' object='libnczarr_la-zclose.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zclose.lo `test -f 'zclose.c' || echo '$(srcdir)/'`zclose.c - -libnczarr_la-zcreate.lo: zcreate.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zcreate.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zcreate.Tpo -c -o libnczarr_la-zcreate.lo `test -f 'zcreate.c' || echo '$(srcdir)/'`zcreate.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zcreate.Tpo $(DEPDIR)/libnczarr_la-zcreate.Plo -# $(AM_V_CC)source='zcreate.c' object='libnczarr_la-zcreate.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zcreate.lo `test -f 'zcreate.c' || echo '$(srcdir)/'`zcreate.c - -libnczarr_la-zcvt.lo: zcvt.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zcvt.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zcvt.Tpo -c -o libnczarr_la-zcvt.lo `test -f 'zcvt.c' || echo '$(srcdir)/'`zcvt.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zcvt.Tpo $(DEPDIR)/libnczarr_la-zcvt.Plo -# $(AM_V_CC)source='zcvt.c' object='libnczarr_la-zcvt.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zcvt.lo `test -f 'zcvt.c' || echo '$(srcdir)/'`zcvt.c - -libnczarr_la-zdim.lo: zdim.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zdim.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zdim.Tpo -c -o libnczarr_la-zdim.lo `test -f 'zdim.c' || echo '$(srcdir)/'`zdim.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zdim.Tpo $(DEPDIR)/libnczarr_la-zdim.Plo -# $(AM_V_CC)source='zdim.c' object='libnczarr_la-zdim.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zdim.lo `test -f 'zdim.c' || echo '$(srcdir)/'`zdim.c - -libnczarr_la-zdispatch.lo: zdispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zdispatch.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zdispatch.Tpo -c -o libnczarr_la-zdispatch.lo `test -f 'zdispatch.c' || echo '$(srcdir)/'`zdispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zdispatch.Tpo $(DEPDIR)/libnczarr_la-zdispatch.Plo -# $(AM_V_CC)source='zdispatch.c' object='libnczarr_la-zdispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zdispatch.lo `test -f 'zdispatch.c' || echo '$(srcdir)/'`zdispatch.c - -libnczarr_la-zfile.lo: zfile.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zfile.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zfile.Tpo -c -o libnczarr_la-zfile.lo `test -f 'zfile.c' || echo '$(srcdir)/'`zfile.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zfile.Tpo $(DEPDIR)/libnczarr_la-zfile.Plo -# $(AM_V_CC)source='zfile.c' object='libnczarr_la-zfile.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zfile.lo `test -f 'zfile.c' || echo '$(srcdir)/'`zfile.c - -libnczarr_la-zgrp.lo: zgrp.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zgrp.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zgrp.Tpo -c -o libnczarr_la-zgrp.lo `test -f 'zgrp.c' || echo '$(srcdir)/'`zgrp.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zgrp.Tpo $(DEPDIR)/libnczarr_la-zgrp.Plo -# $(AM_V_CC)source='zgrp.c' object='libnczarr_la-zgrp.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zgrp.lo `test -f 'zgrp.c' || echo '$(srcdir)/'`zgrp.c - -libnczarr_la-zinternal.lo: zinternal.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zinternal.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zinternal.Tpo -c -o libnczarr_la-zinternal.lo `test -f 'zinternal.c' || echo '$(srcdir)/'`zinternal.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zinternal.Tpo $(DEPDIR)/libnczarr_la-zinternal.Plo -# $(AM_V_CC)source='zinternal.c' object='libnczarr_la-zinternal.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zinternal.lo `test -f 'zinternal.c' || echo '$(srcdir)/'`zinternal.c - -libnczarr_la-zmap.lo: zmap.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zmap.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zmap.Tpo -c -o libnczarr_la-zmap.lo `test -f 'zmap.c' || echo '$(srcdir)/'`zmap.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zmap.Tpo $(DEPDIR)/libnczarr_la-zmap.Plo -# $(AM_V_CC)source='zmap.c' object='libnczarr_la-zmap.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zmap.lo `test -f 'zmap.c' || echo '$(srcdir)/'`zmap.c - -libnczarr_la-zmap_file.lo: zmap_file.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zmap_file.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zmap_file.Tpo -c -o libnczarr_la-zmap_file.lo `test -f 'zmap_file.c' || echo '$(srcdir)/'`zmap_file.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zmap_file.Tpo $(DEPDIR)/libnczarr_la-zmap_file.Plo -# $(AM_V_CC)source='zmap_file.c' object='libnczarr_la-zmap_file.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zmap_file.lo `test -f 'zmap_file.c' || echo '$(srcdir)/'`zmap_file.c - -libnczarr_la-zodom.lo: zodom.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zodom.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zodom.Tpo -c -o libnczarr_la-zodom.lo `test -f 'zodom.c' || echo '$(srcdir)/'`zodom.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zodom.Tpo $(DEPDIR)/libnczarr_la-zodom.Plo -# $(AM_V_CC)source='zodom.c' object='libnczarr_la-zodom.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zodom.lo `test -f 'zodom.c' || echo '$(srcdir)/'`zodom.c - -libnczarr_la-zopen.lo: zopen.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zopen.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zopen.Tpo -c -o libnczarr_la-zopen.lo `test -f 'zopen.c' || echo '$(srcdir)/'`zopen.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zopen.Tpo $(DEPDIR)/libnczarr_la-zopen.Plo -# $(AM_V_CC)source='zopen.c' object='libnczarr_la-zopen.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zopen.lo `test -f 'zopen.c' || echo '$(srcdir)/'`zopen.c - -libnczarr_la-zprov.lo: zprov.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zprov.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zprov.Tpo -c -o libnczarr_la-zprov.lo `test -f 'zprov.c' || echo '$(srcdir)/'`zprov.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zprov.Tpo $(DEPDIR)/libnczarr_la-zprov.Plo -# $(AM_V_CC)source='zprov.c' object='libnczarr_la-zprov.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zprov.lo `test -f 'zprov.c' || echo '$(srcdir)/'`zprov.c - -libnczarr_la-zsync.lo: zsync.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zsync.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zsync.Tpo -c -o libnczarr_la-zsync.lo `test -f 'zsync.c' || echo '$(srcdir)/'`zsync.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zsync.Tpo $(DEPDIR)/libnczarr_la-zsync.Plo -# $(AM_V_CC)source='zsync.c' object='libnczarr_la-zsync.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zsync.lo `test -f 'zsync.c' || echo '$(srcdir)/'`zsync.c - -libnczarr_la-ztype.lo: ztype.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-ztype.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-ztype.Tpo -c -o libnczarr_la-ztype.lo `test -f 'ztype.c' || echo '$(srcdir)/'`ztype.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-ztype.Tpo $(DEPDIR)/libnczarr_la-ztype.Plo -# $(AM_V_CC)source='ztype.c' object='libnczarr_la-ztype.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-ztype.lo `test -f 'ztype.c' || echo '$(srcdir)/'`ztype.c - -libnczarr_la-zutil.lo: zutil.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zutil.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zutil.Tpo -c -o libnczarr_la-zutil.lo `test -f 'zutil.c' || echo '$(srcdir)/'`zutil.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zutil.Tpo $(DEPDIR)/libnczarr_la-zutil.Plo -# $(AM_V_CC)source='zutil.c' object='libnczarr_la-zutil.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zutil.lo `test -f 'zutil.c' || echo '$(srcdir)/'`zutil.c - -libnczarr_la-zvar.lo: zvar.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zvar.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zvar.Tpo -c -o libnczarr_la-zvar.lo `test -f 'zvar.c' || echo '$(srcdir)/'`zvar.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zvar.Tpo $(DEPDIR)/libnczarr_la-zvar.Plo -# $(AM_V_CC)source='zvar.c' object='libnczarr_la-zvar.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zvar.lo `test -f 'zvar.c' || echo '$(srcdir)/'`zvar.c - -libnczarr_la-zwalk.lo: zwalk.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zwalk.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zwalk.Tpo -c -o libnczarr_la-zwalk.lo `test -f 'zwalk.c' || echo '$(srcdir)/'`zwalk.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zwalk.Tpo $(DEPDIR)/libnczarr_la-zwalk.Plo -# $(AM_V_CC)source='zwalk.c' object='libnczarr_la-zwalk.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zwalk.lo `test -f 'zwalk.c' || echo '$(srcdir)/'`zwalk.c - -libnczarr_la-zdebug.lo: zdebug.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zdebug.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zdebug.Tpo -c -o libnczarr_la-zdebug.lo `test -f 'zdebug.c' || echo '$(srcdir)/'`zdebug.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zdebug.Tpo $(DEPDIR)/libnczarr_la-zdebug.Plo -# $(AM_V_CC)source='zdebug.c' object='libnczarr_la-zdebug.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zdebug.lo `test -f 'zdebug.c' || echo '$(srcdir)/'`zdebug.c - -libnczarr_la-zmap_zip.lo: zmap_zip.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zmap_zip.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zmap_zip.Tpo -c -o libnczarr_la-zmap_zip.lo `test -f 'zmap_zip.c' || echo '$(srcdir)/'`zmap_zip.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zmap_zip.Tpo $(DEPDIR)/libnczarr_la-zmap_zip.Plo -# $(AM_V_CC)source='zmap_zip.c' object='libnczarr_la-zmap_zip.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zmap_zip.lo `test -f 'zmap_zip.c' || echo '$(srcdir)/'`zmap_zip.c - -libnczarr_la-zfilter.lo: zfilter.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zfilter.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zfilter.Tpo -c -o libnczarr_la-zfilter.lo `test -f 'zfilter.c' || echo '$(srcdir)/'`zfilter.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zfilter.Tpo $(DEPDIR)/libnczarr_la-zfilter.Plo -# $(AM_V_CC)source='zfilter.c' object='libnczarr_la-zfilter.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zfilter.lo `test -f 'zfilter.c' || echo '$(srcdir)/'`zfilter.c - -libnczarr_la-zmap_s3sdk.lo: zmap_s3sdk.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnczarr_la-zmap_s3sdk.lo -MD -MP -MF $(DEPDIR)/libnczarr_la-zmap_s3sdk.Tpo -c -o libnczarr_la-zmap_s3sdk.lo `test -f 'zmap_s3sdk.c' || echo '$(srcdir)/'`zmap_s3sdk.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnczarr_la-zmap_s3sdk.Tpo $(DEPDIR)/libnczarr_la-zmap_s3sdk.Plo -# $(AM_V_CC)source='zmap_s3sdk.c' object='libnczarr_la-zmap_s3sdk.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnczarr_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnczarr_la-zmap_s3sdk.lo `test -f 'zmap_s3sdk.c' || echo '$(srcdir)/'`zmap_s3sdk.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libnczarr_la-zarr.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zattr.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zchunking.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zclose.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zcreate.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zcvt.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zdebug.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zdim.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zdispatch.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zfile.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zfilter.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zgrp.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zinternal.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap_file.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap_s3sdk.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap_zip.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zodom.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zopen.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zprov.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zsync.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-ztype.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zutil.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zvar.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zwalk.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zxcache.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libnczarr_la-zarr.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zattr.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zchunking.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zclose.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zcreate.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zcvt.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zdebug.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zdim.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zdispatch.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zfile.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zfilter.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zgrp.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zinternal.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap_file.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap_s3sdk.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zmap_zip.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zodom.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zopen.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zprov.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zsync.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-ztype.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zutil.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zvar.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zwalk.Plo - -rm -f ./$(DEPDIR)/libnczarr_la-zxcache.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/libnetcdf.settings b/libnetcdf.settings deleted file mode 100644 index e24d88d..0000000 --- a/libnetcdf.settings +++ /dev/null @@ -1,61 +0,0 @@ -# NetCDF C Configuration Summary -============================== - -# General -------- -NetCDF Version: 4.9.2 -Dispatch Version: 5 -Configured On: Thu Jun 15 00:26:09 CDT 2023 -Host System: x86_64-pc-linux-gnu -Build Directory: /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -Install Prefix: /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -Plugin Install Prefix: N.A. - -# Compiling Options ------------------ -C Compiler: /usr/bin/gcc -CFLAGS: -fno-strict-aliasing -CPPFLAGS: -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -LDFLAGS: -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -AM_CFLAGS: -AM_CPPFLAGS: -AM_LDFLAGS: -Shared Library: yes -Static Library: yes -Extra libraries: -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -XML Parser: libxml2 - -# Features --------- -Benchmarks: no -NetCDF-2 API: yes -HDF4 Support: no -HDF5 Support: yes -NetCDF-4 API: yes -CDF5 Support: yes -NC-4 Parallel Support: no -PnetCDF Support: no - -DAP2 Support: yes -DAP4 Support: yes -Byte-Range Support: yes - -S3 Support: no - -NCZarr Support: yes -NCZarr Zip Support: no - -Diskless Support: yes -MMap Support: no -JNA Support: no -ERANGE Fill Support: no -Relaxed Boundary Check: yes - -Multi-Filter Support: yes -Quantization: yes -Logging: no -SZIP Write Support: yes -Standard Filters: deflate bz2 -ZSTD Support: no -Parallel Filters: yes - diff --git a/libsrc/Makefile b/libsrc/Makefile deleted file mode 100644 index e8d25c7..0000000 --- a/libsrc/Makefile +++ /dev/null @@ -1,1103 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libsrc/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2008, see the COPYRIGHT file for more information. - -# This automake file is in charge of building the libsrc directory, -# which contains the classic library code. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -#am__append_5 = mmapio.c - -# Does the user want to use ffio, a replacement for posixio for Cray -# computers? -#am__append_6 = ffio.c -#am__append_7 = ncstdio.c -am__append_8 = posixio.c -am__append_9 = httpio.c -#am__append_10 = s3io.c -am__append_11 = -DNETCDF4=TRUE -am__append_12 = -DDAP=TRUE -#am__append_13 = -DPARALLEL_IO=TRUE -subdir = libsrc -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libnetcdf3_la_LIBADD = -am__libnetcdf3_la_SOURCES_DIST = v1hpg.c putget.c attr.c nc3dispatch.c \ - nc3internal.c var.c dim.c ncx.c ncx.h lookup3.c pstdint.h \ - ncio.c ncio.h memio.c mmapio.c ffio.c ncstdio.c posixio.c \ - httpio.c s3io.c -#am__objects_1 = libnetcdf3_la-mmapio.lo -#am__objects_2 = libnetcdf3_la-ffio.lo -#am__objects_3 = \ -# libnetcdf3_la-ncstdio.lo -am__objects_4 = \ - libnetcdf3_la-posixio.lo -am__objects_5 = libnetcdf3_la-httpio.lo -#am__objects_6 = libnetcdf3_la-s3io.lo -am_libnetcdf3_la_OBJECTS = libnetcdf3_la-v1hpg.lo \ - libnetcdf3_la-putget.lo libnetcdf3_la-attr.lo \ - libnetcdf3_la-nc3dispatch.lo libnetcdf3_la-nc3internal.lo \ - libnetcdf3_la-var.lo libnetcdf3_la-dim.lo libnetcdf3_la-ncx.lo \ - libnetcdf3_la-lookup3.lo libnetcdf3_la-ncio.lo \ - libnetcdf3_la-memio.lo $(am__objects_1) $(am__objects_2) \ - $(am__objects_3) $(am__objects_4) $(am__objects_5) \ - $(am__objects_6) -libnetcdf3_la_OBJECTS = $(am_libnetcdf3_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libnetcdf3_la-attr.Plo \ - ./$(DEPDIR)/libnetcdf3_la-dim.Plo \ - ./$(DEPDIR)/libnetcdf3_la-ffio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-httpio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-lookup3.Plo \ - ./$(DEPDIR)/libnetcdf3_la-memio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-mmapio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-nc3dispatch.Plo \ - ./$(DEPDIR)/libnetcdf3_la-nc3internal.Plo \ - ./$(DEPDIR)/libnetcdf3_la-ncio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-ncstdio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-ncx.Plo \ - ./$(DEPDIR)/libnetcdf3_la-posixio.Plo \ - ./$(DEPDIR)/libnetcdf3_la-putget.Plo \ - ./$(DEPDIR)/libnetcdf3_la-s3io.Plo \ - ./$(DEPDIR)/libnetcdf3_la-v1hpg.Plo \ - ./$(DEPDIR)/libnetcdf3_la-var.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnetcdf3_la_SOURCES) -DIST_SOURCES = $(am__libnetcdf3_la_SOURCES_DIST) -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; }; \ - } -man3dir = $(mandir)/man3 -am__installdirs = "$(DESTDIR)$(man3dir)" -NROFF = nroff -MANS = $(man_MANS) -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libsrc -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libsrc -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -libnetcdf3_la_CPPFLAGS = ${AM_CPPFLAGS} - -# These files comprise the netCDF-3 classic library code. -libnetcdf3_la_SOURCES = v1hpg.c putget.c attr.c nc3dispatch.c \ - nc3internal.c var.c dim.c ncx.c ncx.h lookup3.c pstdint.h \ - ncio.c ncio.h memio.c $(am__append_5) $(am__append_6) \ - $(am__append_7) $(am__append_8) $(am__append_9) \ - $(am__append_10) -#AM_CXXFLAGS = -std=c++11 -noinst_LTLIBRARIES = libnetcdf3.la - -# These files are cleaned on developer workstations (and then rebuilt -# with m4), but they are included in the distribution so that the user -# does not have to have m4. -MAINTAINERCLEANFILES = $(man_MANS) attr.c ncx.c putget.c -EXTRA_DIST = attr.m4 ncx.m4 putget.m4 $(man_MANS) CMakeLists.txt XGetopt.c - -# The C API man page. -man_MANS = netcdf.3 - -# Decide what goes in the man page, based on user configure options. -ARGS_MANPAGE = -DAPI=C $(am__append_11) $(am__append_12) \ - $(am__append_13) -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .m4 .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsrc/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libsrc/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnetcdf3.la: $(libnetcdf3_la_OBJECTS) $(libnetcdf3_la_DEPENDENCIES) $(EXTRA_libnetcdf3_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(libnetcdf3_la_OBJECTS) $(libnetcdf3_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libnetcdf3_la-attr.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-dim.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-ffio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-httpio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-lookup3.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-memio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-mmapio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-nc3dispatch.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-nc3internal.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-ncio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-ncstdio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-ncx.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-posixio.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-putget.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-s3io.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-v1hpg.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf3_la-var.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libnetcdf3_la-v1hpg.lo: v1hpg.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-v1hpg.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-v1hpg.Tpo -c -o libnetcdf3_la-v1hpg.lo `test -f 'v1hpg.c' || echo '$(srcdir)/'`v1hpg.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-v1hpg.Tpo $(DEPDIR)/libnetcdf3_la-v1hpg.Plo -# $(AM_V_CC)source='v1hpg.c' object='libnetcdf3_la-v1hpg.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-v1hpg.lo `test -f 'v1hpg.c' || echo '$(srcdir)/'`v1hpg.c - -libnetcdf3_la-putget.lo: putget.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-putget.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-putget.Tpo -c -o libnetcdf3_la-putget.lo `test -f 'putget.c' || echo '$(srcdir)/'`putget.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-putget.Tpo $(DEPDIR)/libnetcdf3_la-putget.Plo -# $(AM_V_CC)source='putget.c' object='libnetcdf3_la-putget.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-putget.lo `test -f 'putget.c' || echo '$(srcdir)/'`putget.c - -libnetcdf3_la-attr.lo: attr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-attr.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-attr.Tpo -c -o libnetcdf3_la-attr.lo `test -f 'attr.c' || echo '$(srcdir)/'`attr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-attr.Tpo $(DEPDIR)/libnetcdf3_la-attr.Plo -# $(AM_V_CC)source='attr.c' object='libnetcdf3_la-attr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-attr.lo `test -f 'attr.c' || echo '$(srcdir)/'`attr.c - -libnetcdf3_la-nc3dispatch.lo: nc3dispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-nc3dispatch.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-nc3dispatch.Tpo -c -o libnetcdf3_la-nc3dispatch.lo `test -f 'nc3dispatch.c' || echo '$(srcdir)/'`nc3dispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-nc3dispatch.Tpo $(DEPDIR)/libnetcdf3_la-nc3dispatch.Plo -# $(AM_V_CC)source='nc3dispatch.c' object='libnetcdf3_la-nc3dispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-nc3dispatch.lo `test -f 'nc3dispatch.c' || echo '$(srcdir)/'`nc3dispatch.c - -libnetcdf3_la-nc3internal.lo: nc3internal.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-nc3internal.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-nc3internal.Tpo -c -o libnetcdf3_la-nc3internal.lo `test -f 'nc3internal.c' || echo '$(srcdir)/'`nc3internal.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-nc3internal.Tpo $(DEPDIR)/libnetcdf3_la-nc3internal.Plo -# $(AM_V_CC)source='nc3internal.c' object='libnetcdf3_la-nc3internal.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-nc3internal.lo `test -f 'nc3internal.c' || echo '$(srcdir)/'`nc3internal.c - -libnetcdf3_la-var.lo: var.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-var.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-var.Tpo -c -o libnetcdf3_la-var.lo `test -f 'var.c' || echo '$(srcdir)/'`var.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-var.Tpo $(DEPDIR)/libnetcdf3_la-var.Plo -# $(AM_V_CC)source='var.c' object='libnetcdf3_la-var.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-var.lo `test -f 'var.c' || echo '$(srcdir)/'`var.c - -libnetcdf3_la-dim.lo: dim.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-dim.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-dim.Tpo -c -o libnetcdf3_la-dim.lo `test -f 'dim.c' || echo '$(srcdir)/'`dim.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-dim.Tpo $(DEPDIR)/libnetcdf3_la-dim.Plo -# $(AM_V_CC)source='dim.c' object='libnetcdf3_la-dim.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-dim.lo `test -f 'dim.c' || echo '$(srcdir)/'`dim.c - -libnetcdf3_la-ncx.lo: ncx.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-ncx.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-ncx.Tpo -c -o libnetcdf3_la-ncx.lo `test -f 'ncx.c' || echo '$(srcdir)/'`ncx.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-ncx.Tpo $(DEPDIR)/libnetcdf3_la-ncx.Plo -# $(AM_V_CC)source='ncx.c' object='libnetcdf3_la-ncx.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-ncx.lo `test -f 'ncx.c' || echo '$(srcdir)/'`ncx.c - -libnetcdf3_la-lookup3.lo: lookup3.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-lookup3.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-lookup3.Tpo -c -o libnetcdf3_la-lookup3.lo `test -f 'lookup3.c' || echo '$(srcdir)/'`lookup3.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-lookup3.Tpo $(DEPDIR)/libnetcdf3_la-lookup3.Plo -# $(AM_V_CC)source='lookup3.c' object='libnetcdf3_la-lookup3.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-lookup3.lo `test -f 'lookup3.c' || echo '$(srcdir)/'`lookup3.c - -libnetcdf3_la-ncio.lo: ncio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-ncio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-ncio.Tpo -c -o libnetcdf3_la-ncio.lo `test -f 'ncio.c' || echo '$(srcdir)/'`ncio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-ncio.Tpo $(DEPDIR)/libnetcdf3_la-ncio.Plo -# $(AM_V_CC)source='ncio.c' object='libnetcdf3_la-ncio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-ncio.lo `test -f 'ncio.c' || echo '$(srcdir)/'`ncio.c - -libnetcdf3_la-memio.lo: memio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-memio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-memio.Tpo -c -o libnetcdf3_la-memio.lo `test -f 'memio.c' || echo '$(srcdir)/'`memio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-memio.Tpo $(DEPDIR)/libnetcdf3_la-memio.Plo -# $(AM_V_CC)source='memio.c' object='libnetcdf3_la-memio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-memio.lo `test -f 'memio.c' || echo '$(srcdir)/'`memio.c - -libnetcdf3_la-mmapio.lo: mmapio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-mmapio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-mmapio.Tpo -c -o libnetcdf3_la-mmapio.lo `test -f 'mmapio.c' || echo '$(srcdir)/'`mmapio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-mmapio.Tpo $(DEPDIR)/libnetcdf3_la-mmapio.Plo -# $(AM_V_CC)source='mmapio.c' object='libnetcdf3_la-mmapio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-mmapio.lo `test -f 'mmapio.c' || echo '$(srcdir)/'`mmapio.c - -libnetcdf3_la-ffio.lo: ffio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-ffio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-ffio.Tpo -c -o libnetcdf3_la-ffio.lo `test -f 'ffio.c' || echo '$(srcdir)/'`ffio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-ffio.Tpo $(DEPDIR)/libnetcdf3_la-ffio.Plo -# $(AM_V_CC)source='ffio.c' object='libnetcdf3_la-ffio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-ffio.lo `test -f 'ffio.c' || echo '$(srcdir)/'`ffio.c - -libnetcdf3_la-ncstdio.lo: ncstdio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-ncstdio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-ncstdio.Tpo -c -o libnetcdf3_la-ncstdio.lo `test -f 'ncstdio.c' || echo '$(srcdir)/'`ncstdio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-ncstdio.Tpo $(DEPDIR)/libnetcdf3_la-ncstdio.Plo -# $(AM_V_CC)source='ncstdio.c' object='libnetcdf3_la-ncstdio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-ncstdio.lo `test -f 'ncstdio.c' || echo '$(srcdir)/'`ncstdio.c - -libnetcdf3_la-posixio.lo: posixio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-posixio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-posixio.Tpo -c -o libnetcdf3_la-posixio.lo `test -f 'posixio.c' || echo '$(srcdir)/'`posixio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-posixio.Tpo $(DEPDIR)/libnetcdf3_la-posixio.Plo -# $(AM_V_CC)source='posixio.c' object='libnetcdf3_la-posixio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-posixio.lo `test -f 'posixio.c' || echo '$(srcdir)/'`posixio.c - -libnetcdf3_la-httpio.lo: httpio.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-httpio.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-httpio.Tpo -c -o libnetcdf3_la-httpio.lo `test -f 'httpio.c' || echo '$(srcdir)/'`httpio.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-httpio.Tpo $(DEPDIR)/libnetcdf3_la-httpio.Plo -# $(AM_V_CC)source='httpio.c' object='libnetcdf3_la-httpio.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-httpio.lo `test -f 'httpio.c' || echo '$(srcdir)/'`httpio.c - -libnetcdf3_la-s3io.lo: s3io.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf3_la-s3io.lo -MD -MP -MF $(DEPDIR)/libnetcdf3_la-s3io.Tpo -c -o libnetcdf3_la-s3io.lo `test -f 's3io.c' || echo '$(srcdir)/'`s3io.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf3_la-s3io.Tpo $(DEPDIR)/libnetcdf3_la-s3io.Plo -# $(AM_V_CC)source='s3io.c' object='libnetcdf3_la-s3io.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf3_la-s3io.lo `test -f 's3io.c' || echo '$(srcdir)/'`s3io.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-man3: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man3dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.3[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ - done; } - -uninstall-man3: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man3dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.3[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) $(MANS) -installdirs: - for dir in "$(DESTDIR)$(man3dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libnetcdf3_la-attr.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-dim.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ffio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-httpio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-lookup3.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-memio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-mmapio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-nc3dispatch.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-nc3internal.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ncio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ncstdio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ncx.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-posixio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-putget.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-s3io.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-v1hpg.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-var.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-man - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: install-man3 - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libnetcdf3_la-attr.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-dim.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ffio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-httpio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-lookup3.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-memio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-mmapio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-nc3dispatch.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-nc3internal.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ncio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ncstdio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-ncx.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-posixio.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-putget.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-s3io.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-v1hpg.Plo - -rm -f ./$(DEPDIR)/libnetcdf3_la-var.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-man - -uninstall-man: uninstall-man3 - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-man3 \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-man uninstall-man3 - -.PRECIOUS: Makefile - - -# This tells make how to turn .m4 files into .c files. -.m4.c: - m4 $(AM_M4FLAGS) $(M4FLAGS) -s $< > $(top_srcdir)/libsrc/$(@F) - -# This rule generates the C manpage. -netcdf.3: $(top_srcdir)/docs/netcdf.m4 - m4 $(M4FLAGS) $(ARGS_MANPAGE) $? >$@ || rm $@ - -# 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: diff --git a/libsrc/ncx.c b/libsrc/ncx.c deleted file mode 100644 index f4461b7..0000000 --- a/libsrc/ncx.c +++ /dev/null @@ -1,39535 +0,0 @@ -#line 6 "ncx.m4" -/* Do not edit this file. It is produced from the corresponding .m4 source */ -#line 8 -/* - * Copyright (C) 2014, Northwestern University and Argonne National Laboratory - * See COPYRIGHT notice in top-level directory. - */ -/* $Id: ncx.m4 2601 2016-11-07 04:54:42Z wkliao $ */ - -#ifdef __GNUC__ -#pragma GCC diagnostic ignored "-Wunused-parameter" -#endif - -#line 22 - -#line 26 - - -#line 34 - -#line 41 - -#line 41 -#if HAVE_CONFIG_H -#line 41 -#include -#line 41 -#endif - -#include -#include -#include -#include - -#line 53 - -#line 53 -#pragma GCC diagnostic ignored "-Wdeprecated" -#line 53 -#include "ncx.h" -#line 53 -#include "nc3dispatch.h" - -#line 72 - - - - -#ifdef HAVE_INTTYPES_H -#include /* uint16_t, uint32_t, uint64_t */ -#elif defined(HAVE_STDINT_H) -#include /* uint16_t, uint32_t, uint64_t */ -#endif - -#line 103 - -#line 121 - -/* - * The only error code returned from subroutines in this file is NC_ERANGE, - * if errors are detected. - */ - -/* - * An external data representation interface. - */ - -/* alias poorly named limits.h macros */ -#define SHORT_MAX SHRT_MAX -#define SHORT_MIN SHRT_MIN -#define USHORT_MAX USHRT_MAX -#ifndef LLONG_MAX -# define LLONG_MAX 9223372036854775807LL -# define LLONG_MIN (-LLONG_MAX - 1LL) -# define ULLONG_MAX 18446744073709551615ULL -#endif -#ifndef LONG_LONG_MAX -#define LONG_LONG_MAX LLONG_MAX -#endif -#ifndef LONGLONG_MAX -#define LONGLONG_MAX LONG_LONG_MAX -#endif -#ifndef LONG_LONG_MIN -#define LONG_LONG_MIN LLONG_MIN -#endif -#ifndef LONGLONG_MIN -#define LONGLONG_MIN LONG_LONG_MIN -#endif -#ifndef ULONG_LONG_MAX -#define ULONG_LONG_MAX ULLONG_MAX -#endif -#ifndef ULONGLONG_MAX -#define ULONGLONG_MAX ULONG_LONG_MAX -#endif -#include -#ifndef FLT_MAX /* This POSIX macro missing on some systems */ -# ifndef NO_IEEE_FLOAT -# define FLT_MAX 3.40282347e+38f -# else -# error "You will need to define FLT_MAX" -# endif -#endif -/* alias poorly named float.h macros */ -#define FLOAT_MAX FLT_MAX -#define FLOAT_MIN (-FLT_MAX) -#define DOUBLE_MAX DBL_MAX -#define DOUBLE_MIN (-DBL_MAX) -#define FLOAT_MAX_EXP FLT_MAX_EXP -#define DOUBLE_MAX_EXP DBL_MAX_EXP -#include -#define UCHAR_MIN 0 -#define Min(a,b) ((a) < (b) ? (a) : (b)) -#define Max(a,b) ((a) > (b) ? (a) : (b)) - -#ifndef SIZEOF_UCHAR -#ifdef SIZEOF_UNSIGNED_CHAR -#define SIZEOF_UCHAR SIZEOF_UNSIGNED_CHAR -#else -#error "unknown SIZEOF_UCHAR" -#endif -#endif - -#ifndef SIZEOF_USHORT -#ifdef SIZEOF_UNSIGNED_SHORT_INT -#define SIZEOF_USHORT SIZEOF_UNSIGNED_SHORT_INT -#elif defined(SIZEOF_UNSIGNED_SHORT) -#define SIZEOF_USHORT SIZEOF_UNSIGNED_SHORT -#else -#error "unknown SIZEOF_USHORT" -#endif -#endif - -#ifndef SIZEOF_UINT -#ifdef SIZEOF_UNSIGNED_INT -#define SIZEOF_UINT SIZEOF_UNSIGNED_INT -#else -#error "unknown SIZEOF_UINT" -#endif -#endif - -#ifndef SIZEOF_LONGLONG -#ifdef SIZEOF_LONG_LONG -#define SIZEOF_LONGLONG SIZEOF_LONG_LONG -#else -#error "unknown SIZEOF_LONGLONG" -#endif -#endif - -#ifndef SIZEOF_INT64 -#ifdef SIZEOF_LONG_LONG -#define SIZEOF_INT64 SIZEOF_LONG_LONG -#elif defined(SIZEOF_LONGLONG) -#define SIZEOF_INT64 SIZEOF_LONGLONG -#else -#error "unknown SIZEOF_INT64" -#endif -#endif - -#ifndef SIZEOF_ULONGLONG -#ifdef SIZEOF_UNSIGNED_LONG_LONG -#define SIZEOF_ULONGLONG SIZEOF_UNSIGNED_LONG_LONG -#else -#error "unknown SIZEOF_ULONGLONG" -#endif -#endif - -#ifndef SIZEOF_UINT64 -#ifdef SIZEOF_UNSIGNED_LONG_LONG -#define SIZEOF_UINT64 SIZEOF_UNSIGNED_LONG_LONG -#elif defined(SIZEOF_ULONGLONG) -#define SIZEOF_UINT64 SIZEOF_ULONGLONG -#else -#error "unknown SIZEOF_UINT64" -#endif -#endif - -/* - * If the machine's float domain is "smaller" than the external one - * use the machine domain - */ -#if defined(FLT_MAX_EXP) && FLT_MAX_EXP < 128 /* 128 is X_FLT_MAX_EXP */ -#undef X_FLOAT_MAX -# define X_FLOAT_MAX FLT_MAX -#undef X_FLOAT_MIN -# define X_FLOAT_MIN (-X_FLOAT_MAX) -#endif - -#if defined(_SX) && _SX != 0 /* NEC SUPER UX */ -#define LOOPCNT 256 /* must be no longer than hardware vector length */ -#if _INT64 -#undef INT_MAX /* workaround cpp bug */ -#define INT_MAX X_INT_MAX -#undef INT_MIN /* workaround cpp bug */ -#define INT_MIN X_INT_MIN -#undef LONG_MAX /* workaround cpp bug */ -#define LONG_MAX X_INT_MAX -#undef LONG_MIN /* workaround cpp bug */ -#define LONG_MIN X_INT_MIN -#elif _LONG64 -#undef LONG_MAX /* workaround cpp bug */ -#define LONG_MAX 4294967295L -#undef LONG_MIN /* workaround cpp bug */ -#define LONG_MIN -4294967295L -#endif -#if !_FLOAT0 -#error "FLOAT1 and FLOAT2 not supported" -#endif -#endif /* _SX */ - -static const char nada[X_ALIGN] = {0, 0, 0, 0}; - -#ifndef WORDS_BIGENDIAN -/* LITTLE_ENDIAN: DEC and intel */ -/* - * Routines to convert to BIG ENDIAN. - * Optimize the swapn?b() and swap?b() routines aggressively. - */ - -#define SWAP2(a) ( (((a) & 0xff) << 8) | \ - (((a) >> 8) & 0xff) ) - -#define SWAP4(a) ( ((a) << 24) | \ - (((a) << 8) & 0x00ff0000) | \ - (((a) >> 8) & 0x0000ff00) | \ - (((a) >> 24) & 0x000000ff) ) - -#define SWAP8(a) ( (((a) & 0x00000000000000FFULL) << 56) | \ - (((a) & 0x000000000000FF00ULL) << 40) | \ - (((a) & 0x0000000000FF0000ULL) << 24) | \ - (((a) & 0x00000000FF000000ULL) << 8) | \ - (((a) & 0x000000FF00000000ULL) >> 8) | \ - (((a) & 0x0000FF0000000000ULL) >> 24) | \ - (((a) & 0x00FF000000000000ULL) >> 40) | \ - (((a) & 0xFF00000000000000ULL) >> 56) ) - -#if defined(_MSC_VER) && _MSC_VER < 1900 -#define inline __inline -#endif - -inline static void -swapn2b(void *dst, const void *src, size_t nn) -{ - /* it is OK if dst == src */ - size_t i; - uint16_t *op = (uint16_t*) dst; - uint16_t *ip = (uint16_t*) src; - for (i=0; i 0) - * { - * *op++ = *(++ip); - * *op++ = *(ip++ -1); - * } - */ - while (nn > 3) - { - *op++ = *(++ip); - *op++ = *(ip++ -1); - *op++ = *(++ip); - *op++ = *(ip++ -1); - *op++ = *(++ip); - *op++ = *(ip++ -1); - *op++ = *(++ip); - *op++ = *(ip++ -1); - nn -= 4; - } - while (nn-- > 0) - { - *op++ = *(++ip); - *op++ = *(ip++ -1); - } -#endif -} - -# ifndef vax -inline static void -swap4b(void *dst, const void *src) -{ - /* copy over, make the below swap in-place */ - uint32_t tmp; - /* use memcpy to avoid type punning */ - memcpy(&tmp, src, sizeof(tmp)); - tmp = SWAP4(tmp); - memcpy(dst, &tmp, 4); - - /* Codes below will cause "break strict-aliasing rules" in gcc - uint32_t *op = (uint32_t*)dst; - *op = *(uint32_t*)src; - *op = SWAP4(*op); - */ - - /* Below are copied from netCDF-4. - * See https://bugtracking.unidata.ucar.edu/browse/NCF-338 - * Quote "One issue we are wrestling with is how compilers optimize this - * code. For some reason, we are actually needing to add an artificial - * move to a 4 byte space to get it to work. I think what is happening is - * that the optimizer is bit shifting within a double, which is incorrect. - * The following code actually does work correctly. - * This is in Linux land, gcc. - * - * However, the above in-place byte-swap does not appear affected by this. - */ -#if 0 - uint32_t *ip = (uint32_t*)src; - uint32_t tempOut; /* cannot use pointer when gcc O2 optimizer is used */ - tempOut = SWAP4(*ip); - - *(float *)dst = *(float *)(&tempOut); -#endif - - /* OLD implementation that results in four load and four store CPU - instructions - char *op = dst; - const char *ip = src; - op[0] = ip[3]; - op[1] = ip[2]; - op[2] = ip[1]; - op[3] = ip[0]; - */ - -} -# endif /* !vax */ - -inline static void -swapn4b(void *dst, const void *src, size_t nn) -{ - size_t i; - uint32_t *op = (uint32_t*) dst; - uint32_t *ip = (uint32_t*) src; - for (i=0; i 0) - * { - * op[0] = ip[3]; - * op[1] = ip[2]; - * op[2] = ip[1]; - * op[3] = ip[0]; - * op += 4; - * ip += 4; - * } - */ - while (nn > 3) - { - op[0] = ip[3]; - op[1] = ip[2]; - op[2] = ip[1]; - op[3] = ip[0]; - op[4] = ip[7]; - op[5] = ip[6]; - op[6] = ip[5]; - op[7] = ip[4]; - op[8] = ip[11]; - op[9] = ip[10]; - op[10] = ip[9]; - op[11] = ip[8]; - op[12] = ip[15]; - op[13] = ip[14]; - op[14] = ip[13]; - op[15] = ip[12]; - op += 16; - ip += 16; - nn -= 4; - } - while (nn-- > 0) - { - op[0] = ip[3]; - op[1] = ip[2]; - op[2] = ip[1]; - op[3] = ip[0]; - op += 4; - ip += 4; - } -#endif -} - -# ifndef vax -inline static void -swap8b(void *dst, const void *src) -{ -#ifdef FLOAT_WORDS_BIGENDIAN - /* copy over, make the below swap in-place */ - *(uint64_t*)dst = *(uint64_t*)src; - - uint32_t *op = (uint32_t*)dst; - *op = SWAP4(*op); - op = (uint32_t*)((char*)dst+4); - *op = SWAP4(*op); -#else - uint64_t tmp; - /* use memcpy to avoid type punning */ - memcpy(&tmp, src, sizeof(tmp)); - tmp = SWAP8(tmp); - memcpy(dst, &tmp, 8); - - /* Codes below will cause "break strict-aliasing rules" in gcc - uint64_t *op = (uint64_t*)dst; - *op = *(uint64_t*)src; - *op = SWAP8(*op); - */ -#endif - -#if 0 - char *op = dst; - const char *ip = src; -# ifndef FLOAT_WORDS_BIGENDIAN - op[0] = ip[7]; - op[1] = ip[6]; - op[2] = ip[5]; - op[3] = ip[4]; - op[4] = ip[3]; - op[5] = ip[2]; - op[6] = ip[1]; - op[7] = ip[0]; -# else - op[0] = ip[3]; - op[1] = ip[2]; - op[2] = ip[1]; - op[3] = ip[0]; - op[4] = ip[7]; - op[5] = ip[6]; - op[6] = ip[5]; - op[7] = ip[4]; -#endif -#endif -} -# endif /* !vax */ - -# ifndef vax -inline static void -swapn8b(void *dst, const void *src, size_t nn) -{ -#ifdef FLOAT_WORDS_BIGENDIAN - size_t i; - uint64_t *dst_p = (uint64_t*) dst; - uint64_t *src_p = (uint64_t*) src; - for (i=0; i 0) - * { - * op[0] = ip[7]; - * op[1] = ip[6]; - * op[2] = ip[5]; - * op[3] = ip[4]; - * op[4] = ip[3]; - * op[5] = ip[2]; - * op[6] = ip[1]; - * op[7] = ip[0]; - * op += 8; - * ip += 8; - * } - */ -# ifndef FLOAT_WORDS_BIGENDIAN - while (nn > 1) - { - op[0] = ip[7]; - op[1] = ip[6]; - op[2] = ip[5]; - op[3] = ip[4]; - op[4] = ip[3]; - op[5] = ip[2]; - op[6] = ip[1]; - op[7] = ip[0]; - op[8] = ip[15]; - op[9] = ip[14]; - op[10] = ip[13]; - op[11] = ip[12]; - op[12] = ip[11]; - op[13] = ip[10]; - op[14] = ip[9]; - op[15] = ip[8]; - op += 16; - ip += 16; - nn -= 2; - } - while (nn-- > 0) - { - op[0] = ip[7]; - op[1] = ip[6]; - op[2] = ip[5]; - op[3] = ip[4]; - op[4] = ip[3]; - op[5] = ip[2]; - op[6] = ip[1]; - op[7] = ip[0]; - op += 8; - ip += 8; - } -# else - while (nn-- > 0) - { - op[0] = ip[3]; - op[1] = ip[2]; - op[2] = ip[1]; - op[3] = ip[0]; - op[4] = ip[7]; - op[5] = ip[6]; - op[6] = ip[5]; - op[7] = ip[4]; - op += 8; - ip += 8; - } -#endif -#endif -} -# endif /* !vax */ - -#endif /* LITTLE_ENDIAN */ - -#line 634 - -#line 638 - -#line 650 - -#line 665 - - -/* - * Primitive numeric conversion functions. - */ - -#line 693 - -#line 741 - -#line 774 - -#line 820 - -/* x_schar */ -/* x_uchar */ - -/* We don't implement any x_schar and x_uchar primitives. */ - - -/* external NC_SHORT --------------------------------------------------------*/ - -#if SHORT_MAX == X_SHORT_MAX -typedef short ix_short; -#define SIZEOF_IX_SHORT SIZEOF_SHORT -#define IX_SHORT_MAX SHORT_MAX -#elif INT_MAX >= X_SHORT_MAX -typedef int ix_short; -#define SIZEOF_IX_SHORT SIZEOF_INT -#define IX_SHORT_MAX INT_MAX -#elif LONG_MAX >= X_SHORT_MAX -typedef long ix_short; -#define SIZEOF_IX_SHORT SIZEOF_LONG -#define IX_SHORT_MAX LONG_MAX -#elif LLONG_MAX >= X_SHORT_MAX -typedef long long ix_short; -#define SIZEOF_IX_SHORT SIZEOF_LONGLONG -#define IX_SHORT_MAX LLONG_MAX -#else -#error "ix_short implementation" -#endif - -static void -get_ix_short(const void *xp, ix_short *ip) -{ - const uchar *cp = (const uchar *) xp; - *ip = (ix_short)(*cp++ << 8); -#if SIZEOF_IX_SHORT > X_SIZEOF_SHORT - if (*ip & 0x8000) - { - /* extern is negative */ - *ip |= (~(0xffff)); /* N.B. Assumes "twos complement" */ - } -#endif - *ip = (ix_short)(*ip | *cp); -} - -static void -put_ix_short(void *xp, const ix_short *ip) -{ - uchar *cp = (uchar *) xp; - *cp++ = (uchar)((*ip) >> 8); - *cp = (uchar)((*ip) & 0xff); -} - -static int -#line 872 -ncx_get_short_schar(const void *xp, schar *ip) -#line 872 -{ -#line 872 - int err=NC_NOERR; -#line 872 - ix_short xx = 0; -#line 872 - get_ix_short(xp, &xx); -#line 872 - -#line 872 -#if IX_SHORT_MAX > SCHAR_MAX -#line 872 - if (xx > SCHAR_MAX || xx < SCHAR_MIN) { -#line 872 -#ifdef ERANGE_FILL -#line 872 - *ip = NC_FILL_BYTE; -#line 872 - return NC_ERANGE; -#line 872 -#else -#line 872 - err = NC_ERANGE; -#line 872 -#endif -#line 872 - } -#line 872 -#endif -#line 872 - -#line 872 - -#line 872 - *ip = (schar) xx; -#line 872 - return err; -#line 872 -} -#line 872 - -static int -#line 873 -ncx_get_short_short(const void *xp, short *ip) -#line 873 -{ -#line 873 - int err=NC_NOERR; -#line 873 -#if SIZEOF_IX_SHORT == SIZEOF_SHORT && IX_SHORT_MAX == SHORT_MAX -#line 873 - get_ix_short(xp, (ix_short *)ip); -#line 873 -#else -#line 873 - ix_short xx = 0; -#line 873 - get_ix_short(xp, &xx); -#line 873 - -#line 873 -#if IX_SHORT_MAX > SHORT_MAX -#line 873 - if (xx > SHORT_MAX || xx < SHORT_MIN) { -#line 873 -#ifdef ERANGE_FILL -#line 873 - *ip = NC_FILL_SHORT; -#line 873 - return NC_ERANGE; -#line 873 -#else -#line 873 - err = NC_ERANGE; -#line 873 -#endif -#line 873 - } -#line 873 -#endif -#line 873 - -#line 873 - -#line 873 - *ip = (short) xx; -#line 873 -#endif -#line 873 - return err; -#line 873 -} -#line 873 - -static int -#line 874 -ncx_get_short_int(const void *xp, int *ip) -#line 874 -{ -#line 874 - int err=NC_NOERR; -#line 874 -#if SIZEOF_IX_SHORT == SIZEOF_INT && IX_SHORT_MAX == INT_MAX -#line 874 - get_ix_short(xp, (ix_short *)ip); -#line 874 -#else -#line 874 - ix_short xx = 0; -#line 874 - get_ix_short(xp, &xx); -#line 874 - -#line 874 -#if IX_SHORT_MAX > INT_MAX -#line 874 - if (xx > INT_MAX || xx < INT_MIN) { -#line 874 -#ifdef ERANGE_FILL -#line 874 - *ip = NC_FILL_INT; -#line 874 - return NC_ERANGE; -#line 874 -#else -#line 874 - err = NC_ERANGE; -#line 874 -#endif -#line 874 - } -#line 874 -#endif -#line 874 - -#line 874 - -#line 874 - *ip = (int) xx; -#line 874 -#endif -#line 874 - return err; -#line 874 -} -#line 874 - -static int -#line 875 -ncx_get_short_long(const void *xp, long *ip) -#line 875 -{ -#line 875 - int err=NC_NOERR; -#line 875 -#if SIZEOF_IX_SHORT == SIZEOF_LONG && IX_SHORT_MAX == LONG_MAX -#line 875 - get_ix_short(xp, (ix_short *)ip); -#line 875 -#else -#line 875 - ix_short xx = 0; -#line 875 - get_ix_short(xp, &xx); -#line 875 - -#line 875 -#if IX_SHORT_MAX > LONG_MAX -#line 875 - if (xx > LONG_MAX || xx < LONG_MIN) { -#line 875 -#ifdef ERANGE_FILL -#line 875 - *ip = NC_FILL_INT; -#line 875 - return NC_ERANGE; -#line 875 -#else -#line 875 - err = NC_ERANGE; -#line 875 -#endif -#line 875 - } -#line 875 -#endif -#line 875 - -#line 875 - -#line 875 - *ip = (long) xx; -#line 875 -#endif -#line 875 - return err; -#line 875 -} -#line 875 - -static int -#line 876 -ncx_get_short_longlong(const void *xp, longlong *ip) -#line 876 -{ -#line 876 - int err=NC_NOERR; -#line 876 -#if SIZEOF_IX_SHORT == SIZEOF_LONGLONG && IX_SHORT_MAX == LONGLONG_MAX -#line 876 - get_ix_short(xp, (ix_short *)ip); -#line 876 -#else -#line 876 - ix_short xx = 0; -#line 876 - get_ix_short(xp, &xx); -#line 876 - -#line 876 -#if IX_SHORT_MAX > LONGLONG_MAX -#line 876 - if (xx > LONGLONG_MAX || xx < LONGLONG_MIN) { -#line 876 -#ifdef ERANGE_FILL -#line 876 - *ip = NC_FILL_INT64; -#line 876 - return NC_ERANGE; -#line 876 -#else -#line 876 - err = NC_ERANGE; -#line 876 -#endif -#line 876 - } -#line 876 -#endif -#line 876 - -#line 876 - -#line 876 - *ip = (longlong) xx; -#line 876 -#endif -#line 876 - return err; -#line 876 -} -#line 876 - -static int -#line 877 -ncx_get_short_ushort(const void *xp, ushort *ip) -#line 877 -{ -#line 877 - int err=NC_NOERR; -#line 877 - ix_short xx = 0; -#line 877 - get_ix_short(xp, &xx); -#line 877 - -#line 877 -#if IX_SHORT_MAX > USHORT_MAX -#line 877 - if (xx > USHORT_MAX) { -#line 877 -#ifdef ERANGE_FILL -#line 877 - *ip = NC_FILL_USHORT; -#line 877 - return NC_ERANGE; -#line 877 -#else -#line 877 - err = NC_ERANGE; -#line 877 -#endif -#line 877 - } -#line 877 -#endif -#line 877 - -#line 877 - if (xx < 0) { -#line 877 -#ifdef ERANGE_FILL -#line 877 - *ip = NC_FILL_USHORT; -#line 877 - return NC_ERANGE; -#line 877 -#else -#line 877 - err = NC_ERANGE; /* because ip is unsigned */ -#line 877 -#endif -#line 877 - } -#line 877 - *ip = (ushort) xx; -#line 877 - return err; -#line 877 -} -#line 877 - -static int -#line 878 -ncx_get_short_uchar(const void *xp, uchar *ip) -#line 878 -{ -#line 878 - int err=NC_NOERR; -#line 878 - ix_short xx = 0; -#line 878 - get_ix_short(xp, &xx); -#line 878 - -#line 878 -#if IX_SHORT_MAX > UCHAR_MAX -#line 878 - if (xx > UCHAR_MAX) { -#line 878 -#ifdef ERANGE_FILL -#line 878 - *ip = NC_FILL_UBYTE; -#line 878 - return NC_ERANGE; -#line 878 -#else -#line 878 - err = NC_ERANGE; -#line 878 -#endif -#line 878 - } -#line 878 -#endif -#line 878 - -#line 878 - if (xx < 0) { -#line 878 -#ifdef ERANGE_FILL -#line 878 - *ip = NC_FILL_UBYTE; -#line 878 - return NC_ERANGE; -#line 878 -#else -#line 878 - err = NC_ERANGE; /* because ip is unsigned */ -#line 878 -#endif -#line 878 - } -#line 878 - *ip = (uchar) xx; -#line 878 - return err; -#line 878 -} -#line 878 - -static int -#line 879 -ncx_get_short_uint(const void *xp, uint *ip) -#line 879 -{ -#line 879 - int err=NC_NOERR; -#line 879 - ix_short xx = 0; -#line 879 - get_ix_short(xp, &xx); -#line 879 - -#line 879 -#if IX_SHORT_MAX > UINT_MAX -#line 879 - if (xx > UINT_MAX) { -#line 879 -#ifdef ERANGE_FILL -#line 879 - *ip = NC_FILL_UINT; -#line 879 - return NC_ERANGE; -#line 879 -#else -#line 879 - err = NC_ERANGE; -#line 879 -#endif -#line 879 - } -#line 879 -#endif -#line 879 - -#line 879 - if (xx < 0) { -#line 879 -#ifdef ERANGE_FILL -#line 879 - *ip = NC_FILL_UINT; -#line 879 - return NC_ERANGE; -#line 879 -#else -#line 879 - err = NC_ERANGE; /* because ip is unsigned */ -#line 879 -#endif -#line 879 - } -#line 879 - *ip = (uint) xx; -#line 879 - return err; -#line 879 -} -#line 879 - -static int -#line 880 -ncx_get_short_ulonglong(const void *xp, ulonglong *ip) -#line 880 -{ -#line 880 - int err=NC_NOERR; -#line 880 - ix_short xx = 0; -#line 880 - get_ix_short(xp, &xx); -#line 880 - -#line 880 -#if IX_SHORT_MAX > ULONGLONG_MAX -#line 880 - if (xx > ULONGLONG_MAX) { -#line 880 -#ifdef ERANGE_FILL -#line 880 - *ip = NC_FILL_UINT64; -#line 880 - return NC_ERANGE; -#line 880 -#else -#line 880 - err = NC_ERANGE; -#line 880 -#endif -#line 880 - } -#line 880 -#endif -#line 880 - -#line 880 - if (xx < 0) { -#line 880 -#ifdef ERANGE_FILL -#line 880 - *ip = NC_FILL_UINT64; -#line 880 - return NC_ERANGE; -#line 880 -#else -#line 880 - err = NC_ERANGE; /* because ip is unsigned */ -#line 880 -#endif -#line 880 - } -#line 880 - *ip = (ulonglong) xx; -#line 880 - return err; -#line 880 -} -#line 880 - -static int -#line 881 -ncx_get_short_float(const void *xp, float *ip) -#line 881 -{ -#line 881 - ix_short xx = 0; -#line 881 - get_ix_short(xp, &xx); -#line 881 - *ip = (float)xx; -#line 881 - return NC_NOERR; -#line 881 -} -#line 881 - -static int -#line 882 -ncx_get_short_double(const void *xp, double *ip) -#line 882 -{ -#line 882 - ix_short xx = 0; -#line 882 - get_ix_short(xp, &xx); -#line 882 - *ip = (double)xx; -#line 882 - return NC_NOERR; -#line 882 -} -#line 882 - - -static int -ncx_put_short_schar(void *xp, const schar *ip, void *fillp) -{ - uchar *cp = (uchar *) xp; - if (*ip & 0x80) - *cp++ = 0xff; - else - *cp++ = 0; - *cp = (uchar)*ip; - return NC_NOERR; -} - -static int -ncx_put_short_uchar(void *xp, const uchar *ip, void *fillp) -{ - uchar *cp = (uchar *) xp; - *cp++ = 0; - *cp = *ip; - return NC_NOERR; -} - -static int -#line 905 -ncx_put_short_short(void *xp, const short *ip, void *fillp) -#line 905 -{ -#line 905 - int err=NC_NOERR; -#line 905 -#if SIZEOF_IX_SHORT == SIZEOF_SHORT && IX_SHORT_MAX == SHORT_MAX -#line 905 - put_ix_short(xp, (const ix_short *)ip); -#line 905 -#else -#line 905 - ix_short xx = NC_FILL_SHORT; -#line 905 - -#line 905 -#if IX_SHORT_MAX < SHORT_MAX -#line 905 - if (*ip > IX_SHORT_MAX || *ip < X_SHORT_MIN) { -#line 905 - -#line 905 -#ifdef ERANGE_FILL -#line 905 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 905 -#endif -#line 905 - err = NC_ERANGE; -#line 905 - } -#line 905 -#ifdef ERANGE_FILL -#line 905 - else -#line 905 -#endif -#line 905 -#endif -#line 905 - xx = (ix_short)*ip; -#line 905 - -#line 905 - put_ix_short(xp, &xx); -#line 905 -#endif -#line 905 - return err; -#line 905 -} -#line 905 - -static int -#line 906 -ncx_put_short_int(void *xp, const int *ip, void *fillp) -#line 906 -{ -#line 906 - int err=NC_NOERR; -#line 906 -#if SIZEOF_IX_SHORT == SIZEOF_INT && IX_SHORT_MAX == INT_MAX -#line 906 - put_ix_short(xp, (const ix_short *)ip); -#line 906 -#else -#line 906 - ix_short xx = NC_FILL_SHORT; -#line 906 - -#line 906 -#if IX_SHORT_MAX < INT_MAX -#line 906 - if (*ip > IX_SHORT_MAX || *ip < X_SHORT_MIN) { -#line 906 - -#line 906 -#ifdef ERANGE_FILL -#line 906 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 906 -#endif -#line 906 - err = NC_ERANGE; -#line 906 - } -#line 906 -#ifdef ERANGE_FILL -#line 906 - else -#line 906 -#endif -#line 906 -#endif -#line 906 - xx = (ix_short)*ip; -#line 906 - -#line 906 - put_ix_short(xp, &xx); -#line 906 -#endif -#line 906 - return err; -#line 906 -} -#line 906 - -static int -#line 907 -ncx_put_short_long(void *xp, const long *ip, void *fillp) -#line 907 -{ -#line 907 - int err=NC_NOERR; -#line 907 -#if SIZEOF_IX_SHORT == SIZEOF_LONG && IX_SHORT_MAX == LONG_MAX -#line 907 - put_ix_short(xp, (const ix_short *)ip); -#line 907 -#else -#line 907 - ix_short xx = NC_FILL_SHORT; -#line 907 - -#line 907 -#if IX_SHORT_MAX < LONG_MAX -#line 907 - if (*ip > IX_SHORT_MAX || *ip < X_SHORT_MIN) { -#line 907 - -#line 907 -#ifdef ERANGE_FILL -#line 907 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 907 -#endif -#line 907 - err = NC_ERANGE; -#line 907 - } -#line 907 -#ifdef ERANGE_FILL -#line 907 - else -#line 907 -#endif -#line 907 -#endif -#line 907 - xx = (ix_short)*ip; -#line 907 - -#line 907 - put_ix_short(xp, &xx); -#line 907 -#endif -#line 907 - return err; -#line 907 -} -#line 907 - -static int -#line 908 -ncx_put_short_longlong(void *xp, const longlong *ip, void *fillp) -#line 908 -{ -#line 908 - int err=NC_NOERR; -#line 908 -#if SIZEOF_IX_SHORT == SIZEOF_LONGLONG && IX_SHORT_MAX == LONGLONG_MAX -#line 908 - put_ix_short(xp, (const ix_short *)ip); -#line 908 -#else -#line 908 - ix_short xx = NC_FILL_SHORT; -#line 908 - -#line 908 -#if IX_SHORT_MAX < LONGLONG_MAX -#line 908 - if (*ip > IX_SHORT_MAX || *ip < X_SHORT_MIN) { -#line 908 - -#line 908 -#ifdef ERANGE_FILL -#line 908 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 908 -#endif -#line 908 - err = NC_ERANGE; -#line 908 - } -#line 908 -#ifdef ERANGE_FILL -#line 908 - else -#line 908 -#endif -#line 908 -#endif -#line 908 - xx = (ix_short)*ip; -#line 908 - -#line 908 - put_ix_short(xp, &xx); -#line 908 -#endif -#line 908 - return err; -#line 908 -} -#line 908 - -static int -#line 909 -ncx_put_short_ushort(void *xp, const ushort *ip, void *fillp) -#line 909 -{ -#line 909 - int err=NC_NOERR; -#line 909 - ix_short xx = NC_FILL_SHORT; -#line 909 - -#line 909 -#if IX_SHORT_MAX < USHORT_MAX -#line 909 - if (*ip > IX_SHORT_MAX) { -#line 909 - -#line 909 -#ifdef ERANGE_FILL -#line 909 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 909 -#endif -#line 909 - err = NC_ERANGE; -#line 909 - } -#line 909 -#ifdef ERANGE_FILL -#line 909 - else -#line 909 -#endif -#line 909 -#endif -#line 909 - xx = (ix_short)*ip; -#line 909 - -#line 909 - put_ix_short(xp, &xx); -#line 909 - return err; -#line 909 -} -#line 909 - -static int -#line 910 -ncx_put_short_uint(void *xp, const uint *ip, void *fillp) -#line 910 -{ -#line 910 - int err=NC_NOERR; -#line 910 - ix_short xx = NC_FILL_SHORT; -#line 910 - -#line 910 -#if IX_SHORT_MAX < UINT_MAX -#line 910 - if (*ip > IX_SHORT_MAX) { -#line 910 - -#line 910 -#ifdef ERANGE_FILL -#line 910 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 910 -#endif -#line 910 - err = NC_ERANGE; -#line 910 - } -#line 910 -#ifdef ERANGE_FILL -#line 910 - else -#line 910 -#endif -#line 910 -#endif -#line 910 - xx = (ix_short)*ip; -#line 910 - -#line 910 - put_ix_short(xp, &xx); -#line 910 - return err; -#line 910 -} -#line 910 - -static int -#line 911 -ncx_put_short_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 911 -{ -#line 911 - int err=NC_NOERR; -#line 911 - ix_short xx = NC_FILL_SHORT; -#line 911 - -#line 911 -#if IX_SHORT_MAX < ULONGLONG_MAX -#line 911 - if (*ip > IX_SHORT_MAX) { -#line 911 - -#line 911 -#ifdef ERANGE_FILL -#line 911 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 911 -#endif -#line 911 - err = NC_ERANGE; -#line 911 - } -#line 911 -#ifdef ERANGE_FILL -#line 911 - else -#line 911 -#endif -#line 911 -#endif -#line 911 - xx = (ix_short)*ip; -#line 911 - -#line 911 - put_ix_short(xp, &xx); -#line 911 - return err; -#line 911 -} -#line 911 - -static int -#line 912 -ncx_put_short_float(void *xp, const float *ip, void *fillp) -#line 912 -{ -#line 912 - int err=NC_NOERR; -#line 912 - ix_short xx = NC_FILL_SHORT; -#line 912 - -#line 912 - if (*ip > (double)X_SHORT_MAX || *ip < (double)X_SHORT_MIN) { -#line 912 - -#line 912 -#ifdef ERANGE_FILL -#line 912 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 912 -#endif -#line 912 - err = NC_ERANGE; -#line 912 - } -#line 912 -#ifdef ERANGE_FILL -#line 912 - else -#line 912 -#endif -#line 912 - xx = (ix_short)*ip; -#line 912 - -#line 912 - put_ix_short(xp, &xx); -#line 912 - return err; -#line 912 -} -#line 912 - -static int -#line 913 -ncx_put_short_double(void *xp, const double *ip, void *fillp) -#line 913 -{ -#line 913 - int err=NC_NOERR; -#line 913 - ix_short xx = NC_FILL_SHORT; -#line 913 - -#line 913 - if (*ip > X_SHORT_MAX || *ip < X_SHORT_MIN) { -#line 913 - -#line 913 -#ifdef ERANGE_FILL -#line 913 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 913 -#endif -#line 913 - err = NC_ERANGE; -#line 913 - } -#line 913 -#ifdef ERANGE_FILL -#line 913 - else -#line 913 -#endif -#line 913 - xx = (ix_short)*ip; -#line 913 - -#line 913 - put_ix_short(xp, &xx); -#line 913 - return err; -#line 913 -} -#line 913 - - -/* external NC_USHORT -------------------------------------------------------*/ - -#if USHORT_MAX == X_USHORT_MAX -typedef unsigned short ix_ushort; -#define SIZEOF_IX_USHORT SIZEOF_USHORT -#define IX_USHORT_MAX USHORT_MAX -#elif UINT_MAX >= X_USHORT_MAX -typedef unsigned int ix_ushort; -#define SIZEOF_IX_USHORT SIZEOF_UINT -#define IX_USHORT_MAX UINT_MAX -#elif ULONG_MAX >= X_USHORT_MAX -typedef unsigned long ix_ushort; -#define SIZEOF_IX_USHORT SIZEOF_ULONG -#define IX_USHORT_MAX ULONG_MAX -#elif ULLONG_MAX >= X_USHORT_MAX -typedef unsigned long long ix_ushort; -#define SIZEOF_IX_USHORT SIZEOF_ULONGLONG -#define IX_USHORT_MAX ULLONG_MAX -#else -#error "ix_ushort implementation" -#endif - -static void -get_ix_ushort(const void *xp, ix_ushort *ip) -{ - const uchar *cp = (const uchar *) xp; - *ip = (ix_ushort)(*cp++ << 8); -#if SIZEOF_IX_SHORT > X_SIZEOF_SHORT - if (*ip & 0x8000) - { - /* extern is negative */ - *ip |= (~(0xffff)); /* N.B. Assumes "twos complement" */ - } -#endif - *ip = (ix_ushort)(*ip | *cp); -} - -static void -put_ix_ushort(void *xp, const ix_ushort *ip) -{ - uchar *cp = (uchar *) xp; - *cp++ = (uchar)((*ip) >> 8); - *cp = (uchar)((*ip) & 0xff); -} - -static int -#line 960 -ncx_get_ushort_schar(const void *xp, schar *ip) -#line 960 -{ -#line 960 - int err=NC_NOERR; -#line 960 - ix_ushort xx = 0; -#line 960 - get_ix_ushort(xp, &xx); -#line 960 - -#line 960 -#if IX_USHORT_MAX > SCHAR_MAX -#line 960 - if (xx > SCHAR_MAX) { -#line 960 -#ifdef ERANGE_FILL -#line 960 - *ip = NC_FILL_BYTE; -#line 960 - return NC_ERANGE; -#line 960 -#else -#line 960 - err = NC_ERANGE; -#line 960 -#endif -#line 960 - } -#line 960 -#endif -#line 960 - -#line 960 - -#line 960 - *ip = (schar) xx; -#line 960 - return err; -#line 960 -} -#line 960 - -static int -#line 961 -ncx_get_ushort_short(const void *xp, short *ip) -#line 961 -{ -#line 961 - int err=NC_NOERR; -#line 961 - ix_ushort xx = 0; -#line 961 - get_ix_ushort(xp, &xx); -#line 961 - -#line 961 -#if IX_USHORT_MAX > SHORT_MAX -#line 961 - if (xx > SHORT_MAX) { -#line 961 -#ifdef ERANGE_FILL -#line 961 - *ip = NC_FILL_SHORT; -#line 961 - return NC_ERANGE; -#line 961 -#else -#line 961 - err = NC_ERANGE; -#line 961 -#endif -#line 961 - } -#line 961 -#endif -#line 961 - -#line 961 - -#line 961 - *ip = (short) xx; -#line 961 - return err; -#line 961 -} -#line 961 - -static int -#line 962 -ncx_get_ushort_int(const void *xp, int *ip) -#line 962 -{ -#line 962 - int err=NC_NOERR; -#line 962 - ix_ushort xx = 0; -#line 962 - get_ix_ushort(xp, &xx); -#line 962 - -#line 962 -#if IX_USHORT_MAX > INT_MAX -#line 962 - if (xx > INT_MAX) { -#line 962 -#ifdef ERANGE_FILL -#line 962 - *ip = NC_FILL_INT; -#line 962 - return NC_ERANGE; -#line 962 -#else -#line 962 - err = NC_ERANGE; -#line 962 -#endif -#line 962 - } -#line 962 -#endif -#line 962 - -#line 962 - -#line 962 - *ip = (int) xx; -#line 962 - return err; -#line 962 -} -#line 962 - -static int -#line 963 -ncx_get_ushort_long(const void *xp, long *ip) -#line 963 -{ -#line 963 - int err=NC_NOERR; -#line 963 - ix_ushort xx = 0; -#line 963 - get_ix_ushort(xp, &xx); -#line 963 - -#line 963 -#if IX_USHORT_MAX > LONG_MAX -#line 963 - if (xx > LONG_MAX) { -#line 963 -#ifdef ERANGE_FILL -#line 963 - *ip = NC_FILL_INT; -#line 963 - return NC_ERANGE; -#line 963 -#else -#line 963 - err = NC_ERANGE; -#line 963 -#endif -#line 963 - } -#line 963 -#endif -#line 963 - -#line 963 - -#line 963 - *ip = (long) xx; -#line 963 - return err; -#line 963 -} -#line 963 - -static int -#line 964 -ncx_get_ushort_longlong(const void *xp, longlong *ip) -#line 964 -{ -#line 964 - int err=NC_NOERR; -#line 964 - ix_ushort xx = 0; -#line 964 - get_ix_ushort(xp, &xx); -#line 964 - -#line 964 -#if IX_USHORT_MAX > LONGLONG_MAX -#line 964 - if (xx > LONGLONG_MAX) { -#line 964 -#ifdef ERANGE_FILL -#line 964 - *ip = NC_FILL_INT64; -#line 964 - return NC_ERANGE; -#line 964 -#else -#line 964 - err = NC_ERANGE; -#line 964 -#endif -#line 964 - } -#line 964 -#endif -#line 964 - -#line 964 - -#line 964 - *ip = (longlong) xx; -#line 964 - return err; -#line 964 -} -#line 964 - -static int -#line 965 -ncx_get_ushort_ushort(const void *xp, ushort *ip) -#line 965 -{ -#line 965 - int err=NC_NOERR; -#line 965 -#if SIZEOF_IX_USHORT == SIZEOF_USHORT && IX_USHORT_MAX == USHORT_MAX -#line 965 - get_ix_ushort(xp, (ix_ushort *)ip); -#line 965 -#else -#line 965 - ix_ushort xx = 0; -#line 965 - get_ix_ushort(xp, &xx); -#line 965 - -#line 965 -#if IX_USHORT_MAX > USHORT_MAX -#line 965 - if (xx > USHORT_MAX) { -#line 965 -#ifdef ERANGE_FILL -#line 965 - *ip = NC_FILL_USHORT; -#line 965 - return NC_ERANGE; -#line 965 -#else -#line 965 - err = NC_ERANGE; -#line 965 -#endif -#line 965 - } -#line 965 -#endif -#line 965 - -#line 965 - -#line 965 - *ip = (ushort) xx; -#line 965 -#endif -#line 965 - return err; -#line 965 -} -#line 965 - -static int -#line 966 -ncx_get_ushort_uchar(const void *xp, uchar *ip) -#line 966 -{ -#line 966 - int err=NC_NOERR; -#line 966 -#if SIZEOF_IX_USHORT == SIZEOF_UCHAR && IX_USHORT_MAX == UCHAR_MAX -#line 966 - get_ix_ushort(xp, (ix_ushort *)ip); -#line 966 -#else -#line 966 - ix_ushort xx = 0; -#line 966 - get_ix_ushort(xp, &xx); -#line 966 - -#line 966 -#if IX_USHORT_MAX > UCHAR_MAX -#line 966 - if (xx > UCHAR_MAX) { -#line 966 -#ifdef ERANGE_FILL -#line 966 - *ip = NC_FILL_UBYTE; -#line 966 - return NC_ERANGE; -#line 966 -#else -#line 966 - err = NC_ERANGE; -#line 966 -#endif -#line 966 - } -#line 966 -#endif -#line 966 - -#line 966 - -#line 966 - *ip = (uchar) xx; -#line 966 -#endif -#line 966 - return err; -#line 966 -} -#line 966 - -static int -#line 967 -ncx_get_ushort_uint(const void *xp, uint *ip) -#line 967 -{ -#line 967 - int err=NC_NOERR; -#line 967 -#if SIZEOF_IX_USHORT == SIZEOF_UINT && IX_USHORT_MAX == UINT_MAX -#line 967 - get_ix_ushort(xp, (ix_ushort *)ip); -#line 967 -#else -#line 967 - ix_ushort xx = 0; -#line 967 - get_ix_ushort(xp, &xx); -#line 967 - -#line 967 -#if IX_USHORT_MAX > UINT_MAX -#line 967 - if (xx > UINT_MAX) { -#line 967 -#ifdef ERANGE_FILL -#line 967 - *ip = NC_FILL_UINT; -#line 967 - return NC_ERANGE; -#line 967 -#else -#line 967 - err = NC_ERANGE; -#line 967 -#endif -#line 967 - } -#line 967 -#endif -#line 967 - -#line 967 - -#line 967 - *ip = (uint) xx; -#line 967 -#endif -#line 967 - return err; -#line 967 -} -#line 967 - -static int -#line 968 -ncx_get_ushort_ulonglong(const void *xp, ulonglong *ip) -#line 968 -{ -#line 968 - int err=NC_NOERR; -#line 968 -#if SIZEOF_IX_USHORT == SIZEOF_ULONGLONG && IX_USHORT_MAX == ULONGLONG_MAX -#line 968 - get_ix_ushort(xp, (ix_ushort *)ip); -#line 968 -#else -#line 968 - ix_ushort xx = 0; -#line 968 - get_ix_ushort(xp, &xx); -#line 968 - -#line 968 -#if IX_USHORT_MAX > ULONGLONG_MAX -#line 968 - if (xx > ULONGLONG_MAX) { -#line 968 -#ifdef ERANGE_FILL -#line 968 - *ip = NC_FILL_UINT64; -#line 968 - return NC_ERANGE; -#line 968 -#else -#line 968 - err = NC_ERANGE; -#line 968 -#endif -#line 968 - } -#line 968 -#endif -#line 968 - -#line 968 - -#line 968 - *ip = (ulonglong) xx; -#line 968 -#endif -#line 968 - return err; -#line 968 -} -#line 968 - -static int -#line 969 -ncx_get_ushort_float(const void *xp, float *ip) -#line 969 -{ -#line 969 - ix_ushort xx = 0; -#line 969 - get_ix_ushort(xp, &xx); -#line 969 - *ip = (float)xx; -#line 969 - return NC_NOERR; -#line 969 -} -#line 969 - -static int -#line 970 -ncx_get_ushort_double(const void *xp, double *ip) -#line 970 -{ -#line 970 - ix_ushort xx = 0; -#line 970 - get_ix_ushort(xp, &xx); -#line 970 - *ip = (double)xx; -#line 970 - return NC_NOERR; -#line 970 -} -#line 970 - - -static int -ncx_put_ushort_schar(void *xp, const schar *ip, void *fillp) -{ - int err=NC_NOERR; - uchar *cp; - if (*ip < 0) { -#ifdef ERANGE_FILL - if (fillp != NULL) memcpy(xp, fillp, 2); -#ifndef WORDS_BIGENDIAN - swapn2b(xp, xp, 1); -#endif - return NC_ERANGE; -#else - err = NC_ERANGE; -#endif - } - - cp = (uchar *) xp; - if (*ip & 0x80) - *cp++ = 0xff; - else - *cp++ = 0; - *cp = (uchar)*ip; - - return err; -} - -static int -ncx_put_ushort_uchar(void *xp, const uchar *ip, void *fillp) -{ - uchar *cp = (uchar *) xp; - *cp++ = 0; - *cp = *ip; - return NC_NOERR; -} - -static int -#line 1008 -ncx_put_ushort_short(void *xp, const short *ip, void *fillp) -#line 1008 -{ -#line 1008 - int err=NC_NOERR; -#line 1008 - ix_ushort xx = NC_FILL_USHORT; -#line 1008 - -#line 1008 -#if IX_USHORT_MAX < SHORT_MAX -#line 1008 - if (*ip > IX_USHORT_MAX) { -#line 1008 - -#line 1008 -#ifdef ERANGE_FILL -#line 1008 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1008 -#endif -#line 1008 - err = NC_ERANGE; -#line 1008 - } -#line 1008 -#ifdef ERANGE_FILL -#line 1008 - else -#line 1008 -#endif -#line 1008 -#endif -#line 1008 - if (*ip < 0) { -#line 1008 - -#line 1008 -#ifdef ERANGE_FILL -#line 1008 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1008 -#endif -#line 1008 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1008 - } -#line 1008 -#ifdef ERANGE_FILL -#line 1008 - else -#line 1008 -#endif -#line 1008 - xx = (ix_ushort)*ip; -#line 1008 - -#line 1008 - put_ix_ushort(xp, &xx); -#line 1008 - return err; -#line 1008 -} -#line 1008 - -static int -#line 1009 -ncx_put_ushort_int(void *xp, const int *ip, void *fillp) -#line 1009 -{ -#line 1009 - int err=NC_NOERR; -#line 1009 - ix_ushort xx = NC_FILL_USHORT; -#line 1009 - -#line 1009 -#if IX_USHORT_MAX < INT_MAX -#line 1009 - if (*ip > IX_USHORT_MAX) { -#line 1009 - -#line 1009 -#ifdef ERANGE_FILL -#line 1009 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1009 -#endif -#line 1009 - err = NC_ERANGE; -#line 1009 - } -#line 1009 -#ifdef ERANGE_FILL -#line 1009 - else -#line 1009 -#endif -#line 1009 -#endif -#line 1009 - if (*ip < 0) { -#line 1009 - -#line 1009 -#ifdef ERANGE_FILL -#line 1009 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1009 -#endif -#line 1009 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1009 - } -#line 1009 -#ifdef ERANGE_FILL -#line 1009 - else -#line 1009 -#endif -#line 1009 - xx = (ix_ushort)*ip; -#line 1009 - -#line 1009 - put_ix_ushort(xp, &xx); -#line 1009 - return err; -#line 1009 -} -#line 1009 - -static int -#line 1010 -ncx_put_ushort_long(void *xp, const long *ip, void *fillp) -#line 1010 -{ -#line 1010 - int err=NC_NOERR; -#line 1010 - ix_ushort xx = NC_FILL_USHORT; -#line 1010 - -#line 1010 -#if IX_USHORT_MAX < LONG_MAX -#line 1010 - if (*ip > IX_USHORT_MAX) { -#line 1010 - -#line 1010 -#ifdef ERANGE_FILL -#line 1010 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1010 -#endif -#line 1010 - err = NC_ERANGE; -#line 1010 - } -#line 1010 -#ifdef ERANGE_FILL -#line 1010 - else -#line 1010 -#endif -#line 1010 -#endif -#line 1010 - if (*ip < 0) { -#line 1010 - -#line 1010 -#ifdef ERANGE_FILL -#line 1010 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1010 -#endif -#line 1010 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1010 - } -#line 1010 -#ifdef ERANGE_FILL -#line 1010 - else -#line 1010 -#endif -#line 1010 - xx = (ix_ushort)*ip; -#line 1010 - -#line 1010 - put_ix_ushort(xp, &xx); -#line 1010 - return err; -#line 1010 -} -#line 1010 - -static int -#line 1011 -ncx_put_ushort_longlong(void *xp, const longlong *ip, void *fillp) -#line 1011 -{ -#line 1011 - int err=NC_NOERR; -#line 1011 - ix_ushort xx = NC_FILL_USHORT; -#line 1011 - -#line 1011 -#if IX_USHORT_MAX < LONGLONG_MAX -#line 1011 - if (*ip > IX_USHORT_MAX) { -#line 1011 - -#line 1011 -#ifdef ERANGE_FILL -#line 1011 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1011 -#endif -#line 1011 - err = NC_ERANGE; -#line 1011 - } -#line 1011 -#ifdef ERANGE_FILL -#line 1011 - else -#line 1011 -#endif -#line 1011 -#endif -#line 1011 - if (*ip < 0) { -#line 1011 - -#line 1011 -#ifdef ERANGE_FILL -#line 1011 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1011 -#endif -#line 1011 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1011 - } -#line 1011 -#ifdef ERANGE_FILL -#line 1011 - else -#line 1011 -#endif -#line 1011 - xx = (ix_ushort)*ip; -#line 1011 - -#line 1011 - put_ix_ushort(xp, &xx); -#line 1011 - return err; -#line 1011 -} -#line 1011 - -static int -#line 1012 -ncx_put_ushort_ushort(void *xp, const ushort *ip, void *fillp) -#line 1012 -{ -#line 1012 - int err=NC_NOERR; -#line 1012 -#if SIZEOF_IX_USHORT == SIZEOF_USHORT && IX_USHORT_MAX == USHORT_MAX -#line 1012 - put_ix_ushort(xp, (const ix_ushort *)ip); -#line 1012 -#else -#line 1012 - ix_ushort xx = NC_FILL_USHORT; -#line 1012 - -#line 1012 -#if IX_USHORT_MAX < USHORT_MAX -#line 1012 - if (*ip > IX_USHORT_MAX) { -#line 1012 - -#line 1012 -#ifdef ERANGE_FILL -#line 1012 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1012 -#endif -#line 1012 - err = NC_ERANGE; -#line 1012 - } -#line 1012 -#ifdef ERANGE_FILL -#line 1012 - else -#line 1012 -#endif -#line 1012 -#endif -#line 1012 - xx = (ix_ushort)*ip; -#line 1012 - -#line 1012 - put_ix_ushort(xp, &xx); -#line 1012 -#endif -#line 1012 - return err; -#line 1012 -} -#line 1012 - -static int -#line 1013 -ncx_put_ushort_uint(void *xp, const uint *ip, void *fillp) -#line 1013 -{ -#line 1013 - int err=NC_NOERR; -#line 1013 -#if SIZEOF_IX_USHORT == SIZEOF_UINT && IX_USHORT_MAX == UINT_MAX -#line 1013 - put_ix_ushort(xp, (const ix_ushort *)ip); -#line 1013 -#else -#line 1013 - ix_ushort xx = NC_FILL_USHORT; -#line 1013 - -#line 1013 -#if IX_USHORT_MAX < UINT_MAX -#line 1013 - if (*ip > IX_USHORT_MAX) { -#line 1013 - -#line 1013 -#ifdef ERANGE_FILL -#line 1013 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1013 -#endif -#line 1013 - err = NC_ERANGE; -#line 1013 - } -#line 1013 -#ifdef ERANGE_FILL -#line 1013 - else -#line 1013 -#endif -#line 1013 -#endif -#line 1013 - xx = (ix_ushort)*ip; -#line 1013 - -#line 1013 - put_ix_ushort(xp, &xx); -#line 1013 -#endif -#line 1013 - return err; -#line 1013 -} -#line 1013 - -static int -#line 1014 -ncx_put_ushort_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 1014 -{ -#line 1014 - int err=NC_NOERR; -#line 1014 -#if SIZEOF_IX_USHORT == SIZEOF_ULONGLONG && IX_USHORT_MAX == ULONGLONG_MAX -#line 1014 - put_ix_ushort(xp, (const ix_ushort *)ip); -#line 1014 -#else -#line 1014 - ix_ushort xx = NC_FILL_USHORT; -#line 1014 - -#line 1014 -#if IX_USHORT_MAX < ULONGLONG_MAX -#line 1014 - if (*ip > IX_USHORT_MAX) { -#line 1014 - -#line 1014 -#ifdef ERANGE_FILL -#line 1014 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1014 -#endif -#line 1014 - err = NC_ERANGE; -#line 1014 - } -#line 1014 -#ifdef ERANGE_FILL -#line 1014 - else -#line 1014 -#endif -#line 1014 -#endif -#line 1014 - xx = (ix_ushort)*ip; -#line 1014 - -#line 1014 - put_ix_ushort(xp, &xx); -#line 1014 -#endif -#line 1014 - return err; -#line 1014 -} -#line 1014 - -static int -#line 1015 -ncx_put_ushort_float(void *xp, const float *ip, void *fillp) -#line 1015 -{ -#line 1015 - int err=NC_NOERR; -#line 1015 - ix_ushort xx = NC_FILL_USHORT; -#line 1015 - -#line 1015 - if (*ip > (double)X_USHORT_MAX || *ip < 0) { -#line 1015 - -#line 1015 -#ifdef ERANGE_FILL -#line 1015 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1015 -#endif -#line 1015 - err = NC_ERANGE; -#line 1015 - } -#line 1015 -#ifdef ERANGE_FILL -#line 1015 - else -#line 1015 -#endif -#line 1015 - xx = (ix_ushort)*ip; -#line 1015 - -#line 1015 - put_ix_ushort(xp, &xx); -#line 1015 - return err; -#line 1015 -} -#line 1015 - -static int -#line 1016 -ncx_put_ushort_double(void *xp, const double *ip, void *fillp) -#line 1016 -{ -#line 1016 - int err=NC_NOERR; -#line 1016 - ix_ushort xx = NC_FILL_USHORT; -#line 1016 - -#line 1016 - if (*ip > X_USHORT_MAX || *ip < 0) { -#line 1016 - -#line 1016 -#ifdef ERANGE_FILL -#line 1016 - if (fillp != NULL) memcpy(&xx, fillp, 2); -#line 1016 -#endif -#line 1016 - err = NC_ERANGE; -#line 1016 - } -#line 1016 -#ifdef ERANGE_FILL -#line 1016 - else -#line 1016 -#endif -#line 1016 - xx = (ix_ushort)*ip; -#line 1016 - -#line 1016 - put_ix_ushort(xp, &xx); -#line 1016 - return err; -#line 1016 -} -#line 1016 - - -/* external NC_INT ----------------------------------------------------------*/ - -#if SHORT_MAX == X_INT_MAX -typedef short ix_int; -#define SIZEOF_IX_INT SIZEOF_SHORT -#define IX_INT_MAX SHORT_MAX -#elif INT_MAX >= X_INT_MAX -typedef int ix_int; -#define SIZEOF_IX_INT SIZEOF_INT -#define IX_INT_MAX INT_MAX -#elif LONG_MAX >= X_INT_MAX -typedef long ix_int; -#define SIZEOF_IX_INT SIZEOF_LONG -#define IX_INT_MAX LONG_MAX -#else -#error "ix_int implementation" -#endif - - -static void -get_ix_int(const void *xp, ix_int *ip) -{ - const uchar *cp = (const uchar *) xp; - -#if INT_MAX >= X_INT_MAX - *ip = (ix_int)((unsigned)(*cp++) << 24); -#else - *ip = *cp++ << 24; -#endif -#if SIZEOF_IX_INT > X_SIZEOF_INT - if (*ip & 0x80000000) - { - /* extern is negative */ - *ip |= (~(0xffffffff)); /* N.B. Assumes "twos complement" */ - } -#endif - *ip |= (*cp++ << 16); - *ip |= (*cp++ << 8); - *ip |= *cp; -} - -static void -put_ix_int(void *xp, const ix_int *ip) -{ - uchar *cp = (uchar *) xp; - - *cp++ = (uchar)( (*ip) >> 24); - *cp++ = (uchar)(((*ip) & 0x00ff0000) >> 16); - *cp++ = (uchar)(((*ip) & 0x0000ff00) >> 8); - *cp = (uchar)( (*ip) & 0x000000ff); -} - -#if X_SIZEOF_INT != SIZEOF_INT -static int -#line 1071 -ncx_get_int_int(const void *xp, int *ip) -#line 1071 -{ -#line 1071 - int err=NC_NOERR; -#line 1071 -#if SIZEOF_IX_INT == SIZEOF_INT && IX_INT_MAX == INT_MAX -#line 1071 - get_ix_int(xp, (ix_int *)ip); -#line 1071 -#else -#line 1071 - ix_int xx = 0; -#line 1071 - get_ix_int(xp, &xx); -#line 1071 - -#line 1071 -#if IX_INT_MAX > INT_MAX -#line 1071 - if (xx > INT_MAX || xx < INT_MIN) { -#line 1071 -#ifdef ERANGE_FILL -#line 1071 - *ip = NC_FILL_INT; -#line 1071 - return NC_ERANGE; -#line 1071 -#else -#line 1071 - err = NC_ERANGE; -#line 1071 -#endif -#line 1071 - } -#line 1071 -#endif -#line 1071 - -#line 1071 - -#line 1071 - *ip = (int) xx; -#line 1071 -#endif -#line 1071 - return err; -#line 1071 -} -#line 1071 - -#endif -static int -#line 1073 -ncx_get_int_schar(const void *xp, schar *ip) -#line 1073 -{ -#line 1073 - int err=NC_NOERR; -#line 1073 - ix_int xx = 0; -#line 1073 - get_ix_int(xp, &xx); -#line 1073 - -#line 1073 -#if IX_INT_MAX > SCHAR_MAX -#line 1073 - if (xx > SCHAR_MAX || xx < SCHAR_MIN) { -#line 1073 -#ifdef ERANGE_FILL -#line 1073 - *ip = NC_FILL_BYTE; -#line 1073 - return NC_ERANGE; -#line 1073 -#else -#line 1073 - err = NC_ERANGE; -#line 1073 -#endif -#line 1073 - } -#line 1073 -#endif -#line 1073 - -#line 1073 - -#line 1073 - *ip = (schar) xx; -#line 1073 - return err; -#line 1073 -} -#line 1073 - -static int -#line 1074 -ncx_get_int_short(const void *xp, short *ip) -#line 1074 -{ -#line 1074 - int err=NC_NOERR; -#line 1074 -#if SIZEOF_IX_INT == SIZEOF_SHORT && IX_INT_MAX == SHORT_MAX -#line 1074 - get_ix_int(xp, (ix_int *)ip); -#line 1074 -#else -#line 1074 - ix_int xx = 0; -#line 1074 - get_ix_int(xp, &xx); -#line 1074 - -#line 1074 -#if IX_INT_MAX > SHORT_MAX -#line 1074 - if (xx > SHORT_MAX || xx < SHORT_MIN) { -#line 1074 -#ifdef ERANGE_FILL -#line 1074 - *ip = NC_FILL_SHORT; -#line 1074 - return NC_ERANGE; -#line 1074 -#else -#line 1074 - err = NC_ERANGE; -#line 1074 -#endif -#line 1074 - } -#line 1074 -#endif -#line 1074 - -#line 1074 - -#line 1074 - *ip = (short) xx; -#line 1074 -#endif -#line 1074 - return err; -#line 1074 -} -#line 1074 - -static int -#line 1075 -ncx_get_int_long(const void *xp, long *ip) -#line 1075 -{ -#line 1075 - int err=NC_NOERR; -#line 1075 -#if SIZEOF_IX_INT == SIZEOF_LONG && IX_INT_MAX == LONG_MAX -#line 1075 - get_ix_int(xp, (ix_int *)ip); -#line 1075 -#else -#line 1075 - ix_int xx = 0; -#line 1075 - get_ix_int(xp, &xx); -#line 1075 - -#line 1075 -#if IX_INT_MAX > LONG_MAX -#line 1075 - if (xx > LONG_MAX || xx < LONG_MIN) { -#line 1075 -#ifdef ERANGE_FILL -#line 1075 - *ip = NC_FILL_INT; -#line 1075 - return NC_ERANGE; -#line 1075 -#else -#line 1075 - err = NC_ERANGE; -#line 1075 -#endif -#line 1075 - } -#line 1075 -#endif -#line 1075 - -#line 1075 - -#line 1075 - *ip = (long) xx; -#line 1075 -#endif -#line 1075 - return err; -#line 1075 -} -#line 1075 - -static int -#line 1076 -ncx_get_int_longlong(const void *xp, longlong *ip) -#line 1076 -{ -#line 1076 - int err=NC_NOERR; -#line 1076 -#if SIZEOF_IX_INT == SIZEOF_LONGLONG && IX_INT_MAX == LONGLONG_MAX -#line 1076 - get_ix_int(xp, (ix_int *)ip); -#line 1076 -#else -#line 1076 - ix_int xx = 0; -#line 1076 - get_ix_int(xp, &xx); -#line 1076 - -#line 1076 -#if IX_INT_MAX > LONGLONG_MAX -#line 1076 - if (xx > LONGLONG_MAX || xx < LONGLONG_MIN) { -#line 1076 -#ifdef ERANGE_FILL -#line 1076 - *ip = NC_FILL_INT64; -#line 1076 - return NC_ERANGE; -#line 1076 -#else -#line 1076 - err = NC_ERANGE; -#line 1076 -#endif -#line 1076 - } -#line 1076 -#endif -#line 1076 - -#line 1076 - -#line 1076 - *ip = (longlong) xx; -#line 1076 -#endif -#line 1076 - return err; -#line 1076 -} -#line 1076 - -static int -#line 1077 -ncx_get_int_ushort(const void *xp, ushort *ip) -#line 1077 -{ -#line 1077 - int err=NC_NOERR; -#line 1077 - ix_int xx = 0; -#line 1077 - get_ix_int(xp, &xx); -#line 1077 - -#line 1077 -#if IX_INT_MAX > USHORT_MAX -#line 1077 - if (xx > USHORT_MAX) { -#line 1077 -#ifdef ERANGE_FILL -#line 1077 - *ip = NC_FILL_USHORT; -#line 1077 - return NC_ERANGE; -#line 1077 -#else -#line 1077 - err = NC_ERANGE; -#line 1077 -#endif -#line 1077 - } -#line 1077 -#endif -#line 1077 - -#line 1077 - if (xx < 0) { -#line 1077 -#ifdef ERANGE_FILL -#line 1077 - *ip = NC_FILL_USHORT; -#line 1077 - return NC_ERANGE; -#line 1077 -#else -#line 1077 - err = NC_ERANGE; /* because ip is unsigned */ -#line 1077 -#endif -#line 1077 - } -#line 1077 - *ip = (ushort) xx; -#line 1077 - return err; -#line 1077 -} -#line 1077 - -static int -#line 1078 -ncx_get_int_uchar(const void *xp, uchar *ip) -#line 1078 -{ -#line 1078 - int err=NC_NOERR; -#line 1078 - ix_int xx = 0; -#line 1078 - get_ix_int(xp, &xx); -#line 1078 - -#line 1078 -#if IX_INT_MAX > UCHAR_MAX -#line 1078 - if (xx > UCHAR_MAX) { -#line 1078 -#ifdef ERANGE_FILL -#line 1078 - *ip = NC_FILL_UBYTE; -#line 1078 - return NC_ERANGE; -#line 1078 -#else -#line 1078 - err = NC_ERANGE; -#line 1078 -#endif -#line 1078 - } -#line 1078 -#endif -#line 1078 - -#line 1078 - if (xx < 0) { -#line 1078 -#ifdef ERANGE_FILL -#line 1078 - *ip = NC_FILL_UBYTE; -#line 1078 - return NC_ERANGE; -#line 1078 -#else -#line 1078 - err = NC_ERANGE; /* because ip is unsigned */ -#line 1078 -#endif -#line 1078 - } -#line 1078 - *ip = (uchar) xx; -#line 1078 - return err; -#line 1078 -} -#line 1078 - -static int -#line 1079 -ncx_get_int_uint(const void *xp, uint *ip) -#line 1079 -{ -#line 1079 - int err=NC_NOERR; -#line 1079 - ix_int xx = 0; -#line 1079 - get_ix_int(xp, &xx); -#line 1079 - -#line 1079 -#if IX_INT_MAX > UINT_MAX -#line 1079 - if (xx > UINT_MAX) { -#line 1079 -#ifdef ERANGE_FILL -#line 1079 - *ip = NC_FILL_UINT; -#line 1079 - return NC_ERANGE; -#line 1079 -#else -#line 1079 - err = NC_ERANGE; -#line 1079 -#endif -#line 1079 - } -#line 1079 -#endif -#line 1079 - -#line 1079 - if (xx < 0) { -#line 1079 -#ifdef ERANGE_FILL -#line 1079 - *ip = NC_FILL_UINT; -#line 1079 - return NC_ERANGE; -#line 1079 -#else -#line 1079 - err = NC_ERANGE; /* because ip is unsigned */ -#line 1079 -#endif -#line 1079 - } -#line 1079 - *ip = (uint) xx; -#line 1079 - return err; -#line 1079 -} -#line 1079 - -static int -#line 1080 -ncx_get_int_ulonglong(const void *xp, ulonglong *ip) -#line 1080 -{ -#line 1080 - int err=NC_NOERR; -#line 1080 - ix_int xx = 0; -#line 1080 - get_ix_int(xp, &xx); -#line 1080 - -#line 1080 -#if IX_INT_MAX > ULONGLONG_MAX -#line 1080 - if (xx > ULONGLONG_MAX) { -#line 1080 -#ifdef ERANGE_FILL -#line 1080 - *ip = NC_FILL_UINT64; -#line 1080 - return NC_ERANGE; -#line 1080 -#else -#line 1080 - err = NC_ERANGE; -#line 1080 -#endif -#line 1080 - } -#line 1080 -#endif -#line 1080 - -#line 1080 - if (xx < 0) { -#line 1080 -#ifdef ERANGE_FILL -#line 1080 - *ip = NC_FILL_UINT64; -#line 1080 - return NC_ERANGE; -#line 1080 -#else -#line 1080 - err = NC_ERANGE; /* because ip is unsigned */ -#line 1080 -#endif -#line 1080 - } -#line 1080 - *ip = (ulonglong) xx; -#line 1080 - return err; -#line 1080 -} -#line 1080 - -static int -#line 1081 -ncx_get_int_float(const void *xp, float *ip) -#line 1081 -{ -#line 1081 - ix_int xx = 0; -#line 1081 - get_ix_int(xp, &xx); -#line 1081 - *ip = (float)xx; -#line 1081 - return NC_NOERR; -#line 1081 -} -#line 1081 - -static int -#line 1082 -ncx_get_int_double(const void *xp, double *ip) -#line 1082 -{ -#line 1082 - ix_int xx = 0; -#line 1082 - get_ix_int(xp, &xx); -#line 1082 - *ip = (double)xx; -#line 1082 - return NC_NOERR; -#line 1082 -} -#line 1082 - - -static int -ncx_put_int_schar(void *xp, const schar *ip, void *fillp) -{ - uchar *cp = (uchar *) xp; - if (*ip & 0x80) - { - *cp++ = 0xff; - *cp++ = 0xff; - *cp++ = 0xff; - } - else - { - *cp++ = 0x00; - *cp++ = 0x00; - *cp++ = 0x00; - } - *cp = (uchar)*ip; - return NC_NOERR; -} - -static int -ncx_put_int_uchar(void *xp, const uchar *ip, void *fillp) -{ - uchar *cp = (uchar *) xp; - *cp++ = 0x00; - *cp++ = 0x00; - *cp++ = 0x00; - *cp = *ip; - return NC_NOERR; -} - -#if X_SIZEOF_INT != SIZEOF_INT -static int -#line 1116 -ncx_put_int_int(void *xp, const int *ip, void *fillp) -#line 1116 -{ -#line 1116 - int err=NC_NOERR; -#line 1116 -#if SIZEOF_IX_INT == SIZEOF_INT && IX_INT_MAX == INT_MAX -#line 1116 - put_ix_int(xp, (const ix_int *)ip); -#line 1116 -#else -#line 1116 - ix_int xx = NC_FILL_INT; -#line 1116 - -#line 1116 -#if IX_INT_MAX < INT_MAX -#line 1116 - if (*ip > IX_INT_MAX || *ip < X_INT_MIN) { -#line 1116 - -#line 1116 -#ifdef ERANGE_FILL -#line 1116 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1116 -#endif -#line 1116 - err = NC_ERANGE; -#line 1116 - } -#line 1116 -#ifdef ERANGE_FILL -#line 1116 - else -#line 1116 -#endif -#line 1116 -#endif -#line 1116 - xx = (ix_int)*ip; -#line 1116 - -#line 1116 - put_ix_int(xp, &xx); -#line 1116 -#endif -#line 1116 - return err; -#line 1116 -} -#line 1116 - -#endif -static int -#line 1118 -ncx_put_int_short(void *xp, const short *ip, void *fillp) -#line 1118 -{ -#line 1118 - int err=NC_NOERR; -#line 1118 -#if SIZEOF_IX_INT == SIZEOF_SHORT && IX_INT_MAX == SHORT_MAX -#line 1118 - put_ix_int(xp, (const ix_int *)ip); -#line 1118 -#else -#line 1118 - ix_int xx = NC_FILL_INT; -#line 1118 - -#line 1118 -#if IX_INT_MAX < SHORT_MAX -#line 1118 - if (*ip > IX_INT_MAX || *ip < X_INT_MIN) { -#line 1118 - -#line 1118 -#ifdef ERANGE_FILL -#line 1118 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1118 -#endif -#line 1118 - err = NC_ERANGE; -#line 1118 - } -#line 1118 -#ifdef ERANGE_FILL -#line 1118 - else -#line 1118 -#endif -#line 1118 -#endif -#line 1118 - xx = (ix_int)*ip; -#line 1118 - -#line 1118 - put_ix_int(xp, &xx); -#line 1118 -#endif -#line 1118 - return err; -#line 1118 -} -#line 1118 - -static int -#line 1119 -ncx_put_int_long(void *xp, const long *ip, void *fillp) -#line 1119 -{ -#line 1119 - int err=NC_NOERR; -#line 1119 -#if SIZEOF_IX_INT == SIZEOF_LONG && IX_INT_MAX == LONG_MAX -#line 1119 - put_ix_int(xp, (const ix_int *)ip); -#line 1119 -#else -#line 1119 - ix_int xx = NC_FILL_INT; -#line 1119 - -#line 1119 -#if IX_INT_MAX < LONG_MAX -#line 1119 - if (*ip > IX_INT_MAX || *ip < X_INT_MIN) { -#line 1119 - -#line 1119 -#ifdef ERANGE_FILL -#line 1119 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1119 -#endif -#line 1119 - err = NC_ERANGE; -#line 1119 - } -#line 1119 -#ifdef ERANGE_FILL -#line 1119 - else -#line 1119 -#endif -#line 1119 -#endif -#line 1119 - xx = (ix_int)*ip; -#line 1119 - -#line 1119 - put_ix_int(xp, &xx); -#line 1119 -#endif -#line 1119 - return err; -#line 1119 -} -#line 1119 - -static int -#line 1120 -ncx_put_int_longlong(void *xp, const longlong *ip, void *fillp) -#line 1120 -{ -#line 1120 - int err=NC_NOERR; -#line 1120 -#if SIZEOF_IX_INT == SIZEOF_LONGLONG && IX_INT_MAX == LONGLONG_MAX -#line 1120 - put_ix_int(xp, (const ix_int *)ip); -#line 1120 -#else -#line 1120 - ix_int xx = NC_FILL_INT; -#line 1120 - -#line 1120 -#if IX_INT_MAX < LONGLONG_MAX -#line 1120 - if (*ip > IX_INT_MAX || *ip < X_INT_MIN) { -#line 1120 - -#line 1120 -#ifdef ERANGE_FILL -#line 1120 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1120 -#endif -#line 1120 - err = NC_ERANGE; -#line 1120 - } -#line 1120 -#ifdef ERANGE_FILL -#line 1120 - else -#line 1120 -#endif -#line 1120 -#endif -#line 1120 - xx = (ix_int)*ip; -#line 1120 - -#line 1120 - put_ix_int(xp, &xx); -#line 1120 -#endif -#line 1120 - return err; -#line 1120 -} -#line 1120 - -static int -#line 1121 -ncx_put_int_ushort(void *xp, const ushort *ip, void *fillp) -#line 1121 -{ -#line 1121 - int err=NC_NOERR; -#line 1121 - ix_int xx = NC_FILL_INT; -#line 1121 - -#line 1121 -#if IX_INT_MAX < USHORT_MAX -#line 1121 - if (*ip > IX_INT_MAX) { -#line 1121 - -#line 1121 -#ifdef ERANGE_FILL -#line 1121 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1121 -#endif -#line 1121 - err = NC_ERANGE; -#line 1121 - } -#line 1121 -#ifdef ERANGE_FILL -#line 1121 - else -#line 1121 -#endif -#line 1121 -#endif -#line 1121 - xx = (ix_int)*ip; -#line 1121 - -#line 1121 - put_ix_int(xp, &xx); -#line 1121 - return err; -#line 1121 -} -#line 1121 - -static int -#line 1122 -ncx_put_int_uint(void *xp, const uint *ip, void *fillp) -#line 1122 -{ -#line 1122 - int err=NC_NOERR; -#line 1122 - ix_int xx = NC_FILL_INT; -#line 1122 - -#line 1122 -#if IX_INT_MAX < UINT_MAX -#line 1122 - if (*ip > IX_INT_MAX) { -#line 1122 - -#line 1122 -#ifdef ERANGE_FILL -#line 1122 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1122 -#endif -#line 1122 - err = NC_ERANGE; -#line 1122 - } -#line 1122 -#ifdef ERANGE_FILL -#line 1122 - else -#line 1122 -#endif -#line 1122 -#endif -#line 1122 - xx = (ix_int)*ip; -#line 1122 - -#line 1122 - put_ix_int(xp, &xx); -#line 1122 - return err; -#line 1122 -} -#line 1122 - -static int -#line 1123 -ncx_put_int_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 1123 -{ -#line 1123 - int err=NC_NOERR; -#line 1123 - ix_int xx = NC_FILL_INT; -#line 1123 - -#line 1123 -#if IX_INT_MAX < ULONGLONG_MAX -#line 1123 - if (*ip > IX_INT_MAX) { -#line 1123 - -#line 1123 -#ifdef ERANGE_FILL -#line 1123 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1123 -#endif -#line 1123 - err = NC_ERANGE; -#line 1123 - } -#line 1123 -#ifdef ERANGE_FILL -#line 1123 - else -#line 1123 -#endif -#line 1123 -#endif -#line 1123 - xx = (ix_int)*ip; -#line 1123 - -#line 1123 - put_ix_int(xp, &xx); -#line 1123 - return err; -#line 1123 -} -#line 1123 - -static int -#line 1124 -ncx_put_int_float(void *xp, const float *ip, void *fillp) -#line 1124 -{ -#line 1124 - int err=NC_NOERR; -#line 1124 - ix_int xx = NC_FILL_INT; -#line 1124 - -#line 1124 - if (*ip > (double)X_INT_MAX || *ip < (double)X_INT_MIN) { -#line 1124 - -#line 1124 -#ifdef ERANGE_FILL -#line 1124 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1124 -#endif -#line 1124 - err = NC_ERANGE; -#line 1124 - } -#line 1124 -#ifdef ERANGE_FILL -#line 1124 - else -#line 1124 -#endif -#line 1124 - xx = (ix_int)*ip; -#line 1124 - -#line 1124 - put_ix_int(xp, &xx); -#line 1124 - return err; -#line 1124 -} -#line 1124 - -static int -#line 1125 -ncx_put_int_double(void *xp, const double *ip, void *fillp) -#line 1125 -{ -#line 1125 - int err=NC_NOERR; -#line 1125 - ix_int xx = NC_FILL_INT; -#line 1125 - -#line 1125 - if (*ip > X_INT_MAX || *ip < X_INT_MIN) { -#line 1125 - -#line 1125 -#ifdef ERANGE_FILL -#line 1125 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1125 -#endif -#line 1125 - err = NC_ERANGE; -#line 1125 - } -#line 1125 -#ifdef ERANGE_FILL -#line 1125 - else -#line 1125 -#endif -#line 1125 - xx = (ix_int)*ip; -#line 1125 - -#line 1125 - put_ix_int(xp, &xx); -#line 1125 - return err; -#line 1125 -} -#line 1125 - - - -/* external NC_UINT ---------------------------------------------------------*/ - -#if USHORT_MAX == X_UINT_MAX -typedef ushort ix_uint; -#define SIZEOF_IX_UINT SIZEOF_USHORT -#define IX_UINT_MAX USHORT_MAX -#elif UINT_MAX >= X_UINT_MAX -typedef uint ix_uint; -#define SIZEOF_IX_UINT SIZEOF_UINT -#define IX_UINT_MAX UINT_MAX -#elif ULONG_MAX >= X_UINT_MAX -typedef ulong ix_uint; -#define SIZEOF_IX_UINT SIZEOF_ULONG -#define IX_UINT_MAX ULONG_MAX -#else -#error "ix_uint implementation" -#endif - - -static void -get_ix_uint(const void *xp, ix_uint *ip) -{ - const uchar *cp = (const uchar *) xp; - - *ip = (ix_uint)(*cp++ << 24); - *ip = (ix_uint)(*ip | (ix_uint)(*cp++ << 16)); - *ip = (ix_uint)(*ip | (ix_uint)(*cp++ << 8)); - *ip = (ix_uint)(*ip | *cp); -} - -static void -put_ix_uint(void *xp, const ix_uint *ip) -{ - uchar *cp = (uchar *) xp; - - *cp++ = (uchar)((*ip) >> 24); - *cp++ = (uchar)(((*ip) & 0x00ff0000) >> 16); - *cp++ = (uchar)(((*ip) & 0x0000ff00) >> 8); - *cp = (uchar)( (*ip) & 0x000000ff); -} - -#if X_SIZEOF_UINT != SIZEOF_UINT -static int -#line 1170 -ncx_get_uint_uint(const void *xp, uint *ip) -#line 1170 -{ -#line 1170 - int err=NC_NOERR; -#line 1170 -#if SIZEOF_IX_UINT == SIZEOF_UINT && IX_UINT_MAX == UINT_MAX -#line 1170 - get_ix_uint(xp, (ix_uint *)ip); -#line 1170 -#else -#line 1170 - ix_uint xx = 0; -#line 1170 - get_ix_uint(xp, &xx); -#line 1170 - -#line 1170 -#if IX_UINT_MAX > UINT_MAX -#line 1170 - if (xx > UINT_MAX) { -#line 1170 -#ifdef ERANGE_FILL -#line 1170 - *ip = NC_FILL_UINT; -#line 1170 - return NC_ERANGE; -#line 1170 -#else -#line 1170 - err = NC_ERANGE; -#line 1170 -#endif -#line 1170 - } -#line 1170 -#endif -#line 1170 - -#line 1170 - -#line 1170 - *ip = (uint) xx; -#line 1170 -#endif -#line 1170 - return err; -#line 1170 -} -#line 1170 - -#endif - -static int -#line 1173 -ncx_get_uint_schar(const void *xp, schar *ip) -#line 1173 -{ -#line 1173 - int err=NC_NOERR; -#line 1173 - ix_uint xx = 0; -#line 1173 - get_ix_uint(xp, &xx); -#line 1173 - -#line 1173 -#if IX_UINT_MAX > SCHAR_MAX -#line 1173 - if (xx > SCHAR_MAX) { -#line 1173 -#ifdef ERANGE_FILL -#line 1173 - *ip = NC_FILL_BYTE; -#line 1173 - return NC_ERANGE; -#line 1173 -#else -#line 1173 - err = NC_ERANGE; -#line 1173 -#endif -#line 1173 - } -#line 1173 -#endif -#line 1173 - -#line 1173 - -#line 1173 - *ip = (schar) xx; -#line 1173 - return err; -#line 1173 -} -#line 1173 - -static int -#line 1174 -ncx_get_uint_short(const void *xp, short *ip) -#line 1174 -{ -#line 1174 - int err=NC_NOERR; -#line 1174 - ix_uint xx = 0; -#line 1174 - get_ix_uint(xp, &xx); -#line 1174 - -#line 1174 -#if IX_UINT_MAX > SHORT_MAX -#line 1174 - if (xx > SHORT_MAX) { -#line 1174 -#ifdef ERANGE_FILL -#line 1174 - *ip = NC_FILL_SHORT; -#line 1174 - return NC_ERANGE; -#line 1174 -#else -#line 1174 - err = NC_ERANGE; -#line 1174 -#endif -#line 1174 - } -#line 1174 -#endif -#line 1174 - -#line 1174 - -#line 1174 - *ip = (short) xx; -#line 1174 - return err; -#line 1174 -} -#line 1174 - -static int -#line 1175 -ncx_get_uint_int(const void *xp, int *ip) -#line 1175 -{ -#line 1175 - int err=NC_NOERR; -#line 1175 - ix_uint xx = 0; -#line 1175 - get_ix_uint(xp, &xx); -#line 1175 - -#line 1175 -#if IX_UINT_MAX > INT_MAX -#line 1175 - if (xx > INT_MAX) { -#line 1175 -#ifdef ERANGE_FILL -#line 1175 - *ip = NC_FILL_INT; -#line 1175 - return NC_ERANGE; -#line 1175 -#else -#line 1175 - err = NC_ERANGE; -#line 1175 -#endif -#line 1175 - } -#line 1175 -#endif -#line 1175 - -#line 1175 - -#line 1175 - *ip = (int) xx; -#line 1175 - return err; -#line 1175 -} -#line 1175 - -static int -#line 1176 -ncx_get_uint_long(const void *xp, long *ip) -#line 1176 -{ -#line 1176 - int err=NC_NOERR; -#line 1176 - ix_uint xx = 0; -#line 1176 - get_ix_uint(xp, &xx); -#line 1176 - -#line 1176 -#if IX_UINT_MAX > LONG_MAX -#line 1176 - if (xx > LONG_MAX) { -#line 1176 -#ifdef ERANGE_FILL -#line 1176 - *ip = NC_FILL_INT; -#line 1176 - return NC_ERANGE; -#line 1176 -#else -#line 1176 - err = NC_ERANGE; -#line 1176 -#endif -#line 1176 - } -#line 1176 -#endif -#line 1176 - -#line 1176 - -#line 1176 - *ip = (long) xx; -#line 1176 - return err; -#line 1176 -} -#line 1176 - -static int -#line 1177 -ncx_get_uint_longlong(const void *xp, longlong *ip) -#line 1177 -{ -#line 1177 - int err=NC_NOERR; -#line 1177 - ix_uint xx = 0; -#line 1177 - get_ix_uint(xp, &xx); -#line 1177 - -#line 1177 -#if IX_UINT_MAX > LONGLONG_MAX -#line 1177 - if (xx > LONGLONG_MAX) { -#line 1177 -#ifdef ERANGE_FILL -#line 1177 - *ip = NC_FILL_INT64; -#line 1177 - return NC_ERANGE; -#line 1177 -#else -#line 1177 - err = NC_ERANGE; -#line 1177 -#endif -#line 1177 - } -#line 1177 -#endif -#line 1177 - -#line 1177 - -#line 1177 - *ip = (longlong) xx; -#line 1177 - return err; -#line 1177 -} -#line 1177 - -static int -#line 1178 -ncx_get_uint_ushort(const void *xp, ushort *ip) -#line 1178 -{ -#line 1178 - int err=NC_NOERR; -#line 1178 -#if SIZEOF_IX_UINT == SIZEOF_USHORT && IX_UINT_MAX == USHORT_MAX -#line 1178 - get_ix_uint(xp, (ix_uint *)ip); -#line 1178 -#else -#line 1178 - ix_uint xx = 0; -#line 1178 - get_ix_uint(xp, &xx); -#line 1178 - -#line 1178 -#if IX_UINT_MAX > USHORT_MAX -#line 1178 - if (xx > USHORT_MAX) { -#line 1178 -#ifdef ERANGE_FILL -#line 1178 - *ip = NC_FILL_USHORT; -#line 1178 - return NC_ERANGE; -#line 1178 -#else -#line 1178 - err = NC_ERANGE; -#line 1178 -#endif -#line 1178 - } -#line 1178 -#endif -#line 1178 - -#line 1178 - -#line 1178 - *ip = (ushort) xx; -#line 1178 -#endif -#line 1178 - return err; -#line 1178 -} -#line 1178 - -static int -#line 1179 -ncx_get_uint_uchar(const void *xp, uchar *ip) -#line 1179 -{ -#line 1179 - int err=NC_NOERR; -#line 1179 -#if SIZEOF_IX_UINT == SIZEOF_UCHAR && IX_UINT_MAX == UCHAR_MAX -#line 1179 - get_ix_uint(xp, (ix_uint *)ip); -#line 1179 -#else -#line 1179 - ix_uint xx = 0; -#line 1179 - get_ix_uint(xp, &xx); -#line 1179 - -#line 1179 -#if IX_UINT_MAX > UCHAR_MAX -#line 1179 - if (xx > UCHAR_MAX) { -#line 1179 -#ifdef ERANGE_FILL -#line 1179 - *ip = NC_FILL_UBYTE; -#line 1179 - return NC_ERANGE; -#line 1179 -#else -#line 1179 - err = NC_ERANGE; -#line 1179 -#endif -#line 1179 - } -#line 1179 -#endif -#line 1179 - -#line 1179 - -#line 1179 - *ip = (uchar) xx; -#line 1179 -#endif -#line 1179 - return err; -#line 1179 -} -#line 1179 - -static int -#line 1180 -ncx_get_uint_ulonglong(const void *xp, ulonglong *ip) -#line 1180 -{ -#line 1180 - int err=NC_NOERR; -#line 1180 -#if SIZEOF_IX_UINT == SIZEOF_ULONGLONG && IX_UINT_MAX == ULONGLONG_MAX -#line 1180 - get_ix_uint(xp, (ix_uint *)ip); -#line 1180 -#else -#line 1180 - ix_uint xx = 0; -#line 1180 - get_ix_uint(xp, &xx); -#line 1180 - -#line 1180 -#if IX_UINT_MAX > ULONGLONG_MAX -#line 1180 - if (xx > ULONGLONG_MAX) { -#line 1180 -#ifdef ERANGE_FILL -#line 1180 - *ip = NC_FILL_UINT64; -#line 1180 - return NC_ERANGE; -#line 1180 -#else -#line 1180 - err = NC_ERANGE; -#line 1180 -#endif -#line 1180 - } -#line 1180 -#endif -#line 1180 - -#line 1180 - -#line 1180 - *ip = (ulonglong) xx; -#line 1180 -#endif -#line 1180 - return err; -#line 1180 -} -#line 1180 - -static int -#line 1181 -ncx_get_uint_float(const void *xp, float *ip) -#line 1181 -{ -#line 1181 - ix_uint xx = 0; -#line 1181 - get_ix_uint(xp, &xx); -#line 1181 - *ip = (float)xx; -#line 1181 - return NC_NOERR; -#line 1181 -} -#line 1181 - -static int -#line 1182 -ncx_get_uint_double(const void *xp, double *ip) -#line 1182 -{ -#line 1182 - ix_uint xx = 0; -#line 1182 - get_ix_uint(xp, &xx); -#line 1182 - *ip = (double)xx; -#line 1182 - return NC_NOERR; -#line 1182 -} -#line 1182 - - -static int -ncx_put_uint_schar(void *xp, const schar *ip, void *fillp) -{ - uchar *cp; - if (*ip < 0) { -#ifdef ERANGE_FILL - if (fillp != NULL) memcpy(xp, fillp, 4); -#ifndef WORDS_BIGENDIAN - swapn4b(xp, xp, 1); -#endif -#endif - return NC_ERANGE; - } - - cp = (uchar *) xp; - *cp++ = 0x00; - *cp++ = 0x00; - *cp++ = 0x00; - *cp = (uchar)*ip; - - return NC_NOERR; -} - -static int -ncx_put_uint_uchar(void *xp, const uchar *ip, void *fillp) -{ - uchar *cp = (uchar *) xp; - *cp++ = 0x00; - *cp++ = 0x00; - *cp++ = 0x00; - *cp = *ip; - return NC_NOERR; -} - -#if X_SIZEOF_UINT != SIZEOF_UINT -static int -#line 1219 -ncx_put_uint_uint(void *xp, const uint *ip, void *fillp) -#line 1219 -{ -#line 1219 - int err=NC_NOERR; -#line 1219 -#if SIZEOF_IX_UINT == SIZEOF_UINT && IX_UINT_MAX == UINT_MAX -#line 1219 - put_ix_uint(xp, (const ix_uint *)ip); -#line 1219 -#else -#line 1219 - ix_uint xx = NC_FILL_UINT; -#line 1219 - -#line 1219 -#if IX_UINT_MAX < UINT_MAX -#line 1219 - if (*ip > IX_UINT_MAX) { -#line 1219 - -#line 1219 -#ifdef ERANGE_FILL -#line 1219 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1219 -#endif -#line 1219 - err = NC_ERANGE; -#line 1219 - } -#line 1219 -#ifdef ERANGE_FILL -#line 1219 - else -#line 1219 -#endif -#line 1219 -#endif -#line 1219 - xx = (ix_uint)*ip; -#line 1219 - -#line 1219 - put_ix_uint(xp, &xx); -#line 1219 -#endif -#line 1219 - return err; -#line 1219 -} -#line 1219 - -#endif - -static int -#line 1222 -ncx_put_uint_short(void *xp, const short *ip, void *fillp) -#line 1222 -{ -#line 1222 - int err=NC_NOERR; -#line 1222 - ix_uint xx = NC_FILL_UINT; -#line 1222 - -#line 1222 -#if IX_UINT_MAX < SHORT_MAX -#line 1222 - if (*ip > IX_UINT_MAX) { -#line 1222 - -#line 1222 -#ifdef ERANGE_FILL -#line 1222 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1222 -#endif -#line 1222 - err = NC_ERANGE; -#line 1222 - } -#line 1222 -#ifdef ERANGE_FILL -#line 1222 - else -#line 1222 -#endif -#line 1222 -#endif -#line 1222 - if (*ip < 0) { -#line 1222 - -#line 1222 -#ifdef ERANGE_FILL -#line 1222 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1222 -#endif -#line 1222 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1222 - } -#line 1222 -#ifdef ERANGE_FILL -#line 1222 - else -#line 1222 -#endif -#line 1222 - xx = (ix_uint)*ip; -#line 1222 - -#line 1222 - put_ix_uint(xp, &xx); -#line 1222 - return err; -#line 1222 -} -#line 1222 - -static int -#line 1223 -ncx_put_uint_int(void *xp, const int *ip, void *fillp) -#line 1223 -{ -#line 1223 - int err=NC_NOERR; -#line 1223 - ix_uint xx = NC_FILL_UINT; -#line 1223 - -#line 1223 -#if IX_UINT_MAX < INT_MAX -#line 1223 - if (*ip > IX_UINT_MAX) { -#line 1223 - -#line 1223 -#ifdef ERANGE_FILL -#line 1223 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1223 -#endif -#line 1223 - err = NC_ERANGE; -#line 1223 - } -#line 1223 -#ifdef ERANGE_FILL -#line 1223 - else -#line 1223 -#endif -#line 1223 -#endif -#line 1223 - if (*ip < 0) { -#line 1223 - -#line 1223 -#ifdef ERANGE_FILL -#line 1223 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1223 -#endif -#line 1223 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1223 - } -#line 1223 -#ifdef ERANGE_FILL -#line 1223 - else -#line 1223 -#endif -#line 1223 - xx = (ix_uint)*ip; -#line 1223 - -#line 1223 - put_ix_uint(xp, &xx); -#line 1223 - return err; -#line 1223 -} -#line 1223 - -static int -#line 1224 -ncx_put_uint_long(void *xp, const long *ip, void *fillp) -#line 1224 -{ -#line 1224 - int err=NC_NOERR; -#line 1224 - ix_uint xx = NC_FILL_UINT; -#line 1224 - -#line 1224 -#if IX_UINT_MAX < LONG_MAX -#line 1224 - if (*ip > IX_UINT_MAX) { -#line 1224 - -#line 1224 -#ifdef ERANGE_FILL -#line 1224 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1224 -#endif -#line 1224 - err = NC_ERANGE; -#line 1224 - } -#line 1224 -#ifdef ERANGE_FILL -#line 1224 - else -#line 1224 -#endif -#line 1224 -#endif -#line 1224 - if (*ip < 0) { -#line 1224 - -#line 1224 -#ifdef ERANGE_FILL -#line 1224 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1224 -#endif -#line 1224 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1224 - } -#line 1224 -#ifdef ERANGE_FILL -#line 1224 - else -#line 1224 -#endif -#line 1224 - xx = (ix_uint)*ip; -#line 1224 - -#line 1224 - put_ix_uint(xp, &xx); -#line 1224 - return err; -#line 1224 -} -#line 1224 - -static int -#line 1225 -ncx_put_uint_longlong(void *xp, const longlong *ip, void *fillp) -#line 1225 -{ -#line 1225 - int err=NC_NOERR; -#line 1225 - ix_uint xx = NC_FILL_UINT; -#line 1225 - -#line 1225 -#if IX_UINT_MAX < LONGLONG_MAX -#line 1225 - if (*ip > IX_UINT_MAX) { -#line 1225 - -#line 1225 -#ifdef ERANGE_FILL -#line 1225 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1225 -#endif -#line 1225 - err = NC_ERANGE; -#line 1225 - } -#line 1225 -#ifdef ERANGE_FILL -#line 1225 - else -#line 1225 -#endif -#line 1225 -#endif -#line 1225 - if (*ip < 0) { -#line 1225 - -#line 1225 -#ifdef ERANGE_FILL -#line 1225 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1225 -#endif -#line 1225 - err = NC_ERANGE; /* because xp is unsigned */ -#line 1225 - } -#line 1225 -#ifdef ERANGE_FILL -#line 1225 - else -#line 1225 -#endif -#line 1225 - xx = (ix_uint)*ip; -#line 1225 - -#line 1225 - put_ix_uint(xp, &xx); -#line 1225 - return err; -#line 1225 -} -#line 1225 - -static int -#line 1226 -ncx_put_uint_ushort(void *xp, const ushort *ip, void *fillp) -#line 1226 -{ -#line 1226 - int err=NC_NOERR; -#line 1226 -#if SIZEOF_IX_UINT == SIZEOF_USHORT && IX_UINT_MAX == USHORT_MAX -#line 1226 - put_ix_uint(xp, (const ix_uint *)ip); -#line 1226 -#else -#line 1226 - ix_uint xx = NC_FILL_UINT; -#line 1226 - -#line 1226 -#if IX_UINT_MAX < USHORT_MAX -#line 1226 - if (*ip > IX_UINT_MAX) { -#line 1226 - -#line 1226 -#ifdef ERANGE_FILL -#line 1226 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1226 -#endif -#line 1226 - err = NC_ERANGE; -#line 1226 - } -#line 1226 -#ifdef ERANGE_FILL -#line 1226 - else -#line 1226 -#endif -#line 1226 -#endif -#line 1226 - xx = (ix_uint)*ip; -#line 1226 - -#line 1226 - put_ix_uint(xp, &xx); -#line 1226 -#endif -#line 1226 - return err; -#line 1226 -} -#line 1226 - -static int -#line 1227 -ncx_put_uint_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 1227 -{ -#line 1227 - int err=NC_NOERR; -#line 1227 -#if SIZEOF_IX_UINT == SIZEOF_ULONGLONG && IX_UINT_MAX == ULONGLONG_MAX -#line 1227 - put_ix_uint(xp, (const ix_uint *)ip); -#line 1227 -#else -#line 1227 - ix_uint xx = NC_FILL_UINT; -#line 1227 - -#line 1227 -#if IX_UINT_MAX < ULONGLONG_MAX -#line 1227 - if (*ip > IX_UINT_MAX) { -#line 1227 - -#line 1227 -#ifdef ERANGE_FILL -#line 1227 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1227 -#endif -#line 1227 - err = NC_ERANGE; -#line 1227 - } -#line 1227 -#ifdef ERANGE_FILL -#line 1227 - else -#line 1227 -#endif -#line 1227 -#endif -#line 1227 - xx = (ix_uint)*ip; -#line 1227 - -#line 1227 - put_ix_uint(xp, &xx); -#line 1227 -#endif -#line 1227 - return err; -#line 1227 -} -#line 1227 - -static int -#line 1228 -ncx_put_uint_float(void *xp, const float *ip, void *fillp) -#line 1228 -{ -#line 1228 - int err=NC_NOERR; -#line 1228 - ix_uint xx = NC_FILL_UINT; -#line 1228 - -#line 1228 - if (*ip > (double)X_UINT_MAX || *ip < 0) { -#line 1228 - -#line 1228 -#ifdef ERANGE_FILL -#line 1228 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1228 -#endif -#line 1228 - err = NC_ERANGE; -#line 1228 - } -#line 1228 -#ifdef ERANGE_FILL -#line 1228 - else -#line 1228 -#endif -#line 1228 - xx = (ix_uint)*ip; -#line 1228 - -#line 1228 - put_ix_uint(xp, &xx); -#line 1228 - return err; -#line 1228 -} -#line 1228 - -static int -#line 1229 -ncx_put_uint_double(void *xp, const double *ip, void *fillp) -#line 1229 -{ -#line 1229 - int err=NC_NOERR; -#line 1229 - ix_uint xx = NC_FILL_UINT; -#line 1229 - -#line 1229 - if (*ip > X_UINT_MAX || *ip < 0) { -#line 1229 - -#line 1229 -#ifdef ERANGE_FILL -#line 1229 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1229 -#endif -#line 1229 - err = NC_ERANGE; -#line 1229 - } -#line 1229 -#ifdef ERANGE_FILL -#line 1229 - else -#line 1229 -#endif -#line 1229 - xx = (ix_uint)*ip; -#line 1229 - -#line 1229 - put_ix_uint(xp, &xx); -#line 1229 - return err; -#line 1229 -} -#line 1229 - - - -/* external NC_FLOAT --------------------------------------------------------*/ - -#if X_SIZEOF_FLOAT == SIZEOF_FLOAT && !defined(NO_IEEE_FLOAT) - -inline static void -get_ix_float(const void *xp, float *ip) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(ip, xp, SIZEOF_FLOAT); -#else - swap4b(ip, xp); -#endif -} - -inline static void -put_ix_float(void *xp, const float *ip) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(xp, ip, X_SIZEOF_FLOAT); -#else - swap4b(xp, ip); -#endif -} - -#elif defined(vax) && vax != 0 - -/* What IEEE single precision floating point looks like on a Vax */ -struct ieee_single { - unsigned int exp_hi : 7; - unsigned int sign : 1; - unsigned int mant_hi : 7; - unsigned int exp_lo : 1; - unsigned int mant_lo_hi : 8; - unsigned int mant_lo_lo : 8; -}; - -/* Vax single precision floating point */ -struct vax_single { - unsigned int mantissa1 : 7; - unsigned int exp : 8; - unsigned int sign : 1; - unsigned int mantissa2 : 16; -}; - -#define VAX_SNG_BIAS 0x81 -#define IEEE_SNG_BIAS 0x7f - -static struct sgl_limits { - struct vax_single s; - struct ieee_single ieee; -} max = { - { 0x7f, 0xff, 0x0, 0xffff }, /* Max Vax */ - { 0x7f, 0x0, 0x0, 0x1, 0x0, 0x0 } /* Max IEEE */ -}; -static struct sgl_limits min = { - { 0x0, 0x0, 0x0, 0x0 }, /* Min Vax */ - { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } /* Min IEEE */ -}; - -#line 1343 -static void -get_ix_float(const void *xp, float *ip) -{ - struct vax_single *const vsp = (struct vax_single *) ip; -#line 1346 - const struct ieee_single *const isp = -#line 1346 - (const struct ieee_single *) xp; -#line 1346 - unsigned exp = isp->exp_hi << 1 | isp->exp_lo; -#line 1346 - -#line 1346 - switch(exp) { -#line 1346 - case 0 : -#line 1346 - /* ieee subnormal */ -#line 1346 - if (isp->mant_hi == min.ieee.mant_hi -#line 1346 - && isp->mant_lo_hi == min.ieee.mant_lo_hi -#line 1346 - && isp->mant_lo_lo == min.ieee.mant_lo_lo) -#line 1346 - { -#line 1346 - *vsp = min.s; -#line 1346 - } -#line 1346 - else -#line 1346 - { -#line 1346 - unsigned mantissa = (isp->mant_hi << 16) -#line 1346 - | isp->mant_lo_hi << 8 -#line 1346 - | isp->mant_lo_lo; -#line 1346 - unsigned tmp = mantissa >> 20; -#line 1346 - if (tmp >= 4) { -#line 1346 - vsp->exp = 2; -#line 1346 - } else if (tmp >= 2) { -#line 1346 - vsp->exp = 1; -#line 1346 - } else { -#line 1346 - *vsp = min.s; -#line 1346 - break; -#line 1346 - } /* else */ -#line 1346 - tmp = mantissa - (1 << (20 + vsp->exp )); -#line 1346 - tmp <<= 3 - vsp->exp; -#line 1346 - vsp->mantissa2 = tmp; -#line 1346 - vsp->mantissa1 = (tmp >> 16); -#line 1346 - } -#line 1346 - break; -#line 1346 - case 0xfe : -#line 1346 - case 0xff : -#line 1346 - *vsp = max.s; -#line 1346 - break; -#line 1346 - default : -#line 1346 - vsp->exp = exp - IEEE_SNG_BIAS + VAX_SNG_BIAS; -#line 1346 - vsp->mantissa2 = isp->mant_lo_hi << 8 | isp->mant_lo_lo; -#line 1346 - vsp->mantissa1 = isp->mant_hi; -#line 1346 - } -#line 1346 - -#line 1346 - vsp->sign = isp->sign; -#line 1346 - -} - -#line 1400 - -static void -put_ix_float(void *xp, const float *ip) -{ - const struct vax_single *const vsp = -#line 1404 - (const struct vax_single *)ip; -#line 1404 - struct ieee_single *const isp = (struct ieee_single *) xp; -#line 1404 - -#line 1404 - switch(vsp->exp){ -#line 1404 - case 0 : -#line 1404 - /* all vax float with zero exponent map to zero */ -#line 1404 - *isp = min.ieee; -#line 1404 - break; -#line 1404 - case 2 : -#line 1404 - case 1 : -#line 1404 - { -#line 1404 - /* These will map to subnormals */ -#line 1404 - unsigned mantissa = (vsp->mantissa1 << 16) -#line 1404 - | vsp->mantissa2; -#line 1404 - mantissa >>= 3 - vsp->exp; -#line 1404 - mantissa += (1 << (20 + vsp->exp)); -#line 1404 - isp->mant_lo_lo = mantissa; -#line 1404 - isp->mant_lo_hi = mantissa >> 8; -#line 1404 - isp->mant_hi = mantissa >> 16; -#line 1404 - isp->exp_lo = 0; -#line 1404 - isp->exp_hi = 0; -#line 1404 - } -#line 1404 - break; -#line 1404 - case 0xff : /* max.s.exp */ -#line 1404 - if (vsp->mantissa2 == max.s.mantissa2 && -#line 1404 - vsp->mantissa1 == max.s.mantissa1) -#line 1404 - { -#line 1404 - /* map largest vax float to ieee infinity */ -#line 1404 - *isp = max.ieee; -#line 1404 - break; -#line 1404 - } /* else, fall thru */ -#line 1404 - default : -#line 1404 - { -#line 1404 - unsigned exp = vsp->exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; -#line 1404 - isp->exp_hi = exp >> 1; -#line 1404 - isp->exp_lo = exp; -#line 1404 - isp->mant_lo_lo = vsp->mantissa2; -#line 1404 - isp->mant_lo_hi = vsp->mantissa2 >> 8; -#line 1404 - isp->mant_hi = vsp->mantissa1; -#line 1404 - } -#line 1404 - } -#line 1404 - -#line 1404 - isp->sign = vsp->sign; -#line 1404 - -} - - /* vax */ -#elif defined(_CRAY) && !defined(__crayx1) - -/* - * Return the number of bytes until the next "word" boundary - * N.B. This is based on the very weird YMP address structure, - * which puts the address within a word in the leftmost 3 bits - * of the address. - */ -static size_t -word_align(const void *vp) -{ - const size_t rem = ((size_t)vp >> (64 - 3)) & 0x7; - return (rem != 0); -} - -struct ieee_single_hi { - unsigned int sign : 1; - unsigned int exp : 8; - unsigned int mant :23; - unsigned int pad :32; -}; -typedef struct ieee_single_hi ieee_single_hi; - -struct ieee_single_lo { - unsigned int pad :32; - unsigned int sign : 1; - unsigned int exp : 8; - unsigned int mant :23; -}; -typedef struct ieee_single_lo ieee_single_lo; - -static const int ieee_single_bias = 0x7f; - -struct ieee_double { - unsigned int sign : 1; - unsigned int exp :11; - unsigned int mant :52; -}; -typedef struct ieee_double ieee_double; - -static const int ieee_double_bias = 0x3ff; - -#if defined(NO_IEEE_FLOAT) - -struct cray_single { - unsigned int sign : 1; - unsigned int exp :15; - unsigned int mant :48; -}; -typedef struct cray_single cray_single; - -static const int cs_ieis_bias = 0x4000 - 0x7f; - -static const int cs_id_bias = 0x4000 - 0x3ff; - -#line 1539 - -static void -get_ix_float(const void *xp, float *ip) -{ - - if (word_align(xp) == 0) - { - const ieee_single_hi *isp = (const ieee_single_hi *) xp; - cray_single *csp = (cray_single *) ip; -#line 1547 - -#line 1547 - if (isp->exp == 0) -#line 1547 - { -#line 1547 - /* ieee subnormal */ -#line 1547 - *ip = (double)isp->mant; -#line 1547 - if (isp->mant != 0) -#line 1547 - { -#line 1547 - csp->exp -= (ieee_single_bias + 22); -#line 1547 - } -#line 1547 - } -#line 1547 - else -#line 1547 - { -#line 1547 - csp->exp = isp->exp + cs_ieis_bias + 1; -#line 1547 - csp->mant = isp->mant << (48 - 1 - 23); -#line 1547 - csp->mant |= (1 << (48 - 1)); -#line 1547 - } -#line 1547 - csp->sign = isp->sign; -#line 1547 - -#line 1547 - - } - else - { - const ieee_single_lo *isp = (const ieee_single_lo *) xp; - cray_single *csp = (cray_single *) ip; -#line 1552 - -#line 1552 - if (isp->exp == 0) -#line 1552 - { -#line 1552 - /* ieee subnormal */ -#line 1552 - *ip = (double)isp->mant; -#line 1552 - if (isp->mant != 0) -#line 1552 - { -#line 1552 - csp->exp -= (ieee_single_bias + 22); -#line 1552 - } -#line 1552 - } -#line 1552 - else -#line 1552 - { -#line 1552 - csp->exp = isp->exp + cs_ieis_bias + 1; -#line 1552 - csp->mant = isp->mant << (48 - 1 - 23); -#line 1552 - csp->mant |= (1 << (48 - 1)); -#line 1552 - } -#line 1552 - csp->sign = isp->sign; -#line 1552 - -#line 1552 - - } -} - -static void -put_ix_float(void *xp, const float *ip) -{ - if (word_align(xp) == 0) - { - ieee_single_hi *isp = (ieee_single_hi*)xp; - const cray_single *csp = (const cray_single *) ip; -#line 1562 - int ieee_exp = csp->exp - cs_ieis_bias -1; -#line 1562 - -#line 1562 - isp->sign = csp->sign; -#line 1562 - -#line 1562 - if (ieee_exp >= 0xff) -#line 1562 - { -#line 1562 - /* NC_ERANGE => ieee Inf */ -#line 1562 - isp->exp = 0xff; -#line 1562 - isp->mant = 0x0; -#line 1562 - } -#line 1562 - else if (ieee_exp > 0) -#line 1562 - { -#line 1562 - /* normal ieee representation */ -#line 1562 - isp->exp = ieee_exp; -#line 1562 - /* assumes cray rep is in normal form */ -#line 1562 - assert(csp->mant & 0x800000000000); -#line 1562 - isp->mant = (((csp->mant << 1) & -#line 1562 - 0xffffffffffff) >> (48 - 23)); -#line 1562 - } -#line 1562 - else if (ieee_exp > -23) -#line 1562 - { -#line 1562 - /* ieee subnormal, right shift */ -#line 1562 - const int rshift = (48 - 23 - ieee_exp); -#line 1562 - -#line 1562 - isp->mant = csp->mant >> rshift; -#line 1562 - -#line 1562 -#if 0 -#line 1562 - if (csp->mant & (1 << (rshift -1))) -#line 1562 - { -#line 1562 - /* round up */ -#line 1562 - isp->mant++; -#line 1562 - } -#line 1562 -#endif -#line 1562 - -#line 1562 - isp->exp = 0; -#line 1562 - } -#line 1562 - else -#line 1562 - { -#line 1562 - /* smaller than ieee can represent */ -#line 1562 - isp->exp = 0; -#line 1562 - isp->mant = 0; -#line 1562 - } -#line 1562 - - } - else - { - ieee_single_lo *isp = (ieee_single_lo*)xp; - const cray_single *csp = (const cray_single *) ip; -#line 1567 - int ieee_exp = csp->exp - cs_ieis_bias -1; -#line 1567 - -#line 1567 - isp->sign = csp->sign; -#line 1567 - -#line 1567 - if (ieee_exp >= 0xff) -#line 1567 - { -#line 1567 - /* NC_ERANGE => ieee Inf */ -#line 1567 - isp->exp = 0xff; -#line 1567 - isp->mant = 0x0; -#line 1567 - } -#line 1567 - else if (ieee_exp > 0) -#line 1567 - { -#line 1567 - /* normal ieee representation */ -#line 1567 - isp->exp = ieee_exp; -#line 1567 - /* assumes cray rep is in normal form */ -#line 1567 - assert(csp->mant & 0x800000000000); -#line 1567 - isp->mant = (((csp->mant << 1) & -#line 1567 - 0xffffffffffff) >> (48 - 23)); -#line 1567 - } -#line 1567 - else if (ieee_exp > -23) -#line 1567 - { -#line 1567 - /* ieee subnormal, right shift */ -#line 1567 - const int rshift = (48 - 23 - ieee_exp); -#line 1567 - -#line 1567 - isp->mant = csp->mant >> rshift; -#line 1567 - -#line 1567 -#if 0 -#line 1567 - if (csp->mant & (1 << (rshift -1))) -#line 1567 - { -#line 1567 - /* round up */ -#line 1567 - isp->mant++; -#line 1567 - } -#line 1567 -#endif -#line 1567 - -#line 1567 - isp->exp = 0; -#line 1567 - } -#line 1567 - else -#line 1567 - { -#line 1567 - /* smaller than ieee can represent */ -#line 1567 - isp->exp = 0; -#line 1567 - isp->mant = 0; -#line 1567 - } -#line 1567 - - } -} - -#else - /* IEEE Cray with only doubles */ -static void -get_ix_float(const void *xp, float *ip) -{ - - ieee_double *idp = (ieee_double *) ip; - - if (word_align(xp) == 0) - { - const ieee_single_hi *isp = (const ieee_single_hi *) xp; - if (isp->exp == 0 && isp->mant == 0) - { - idp->exp = 0; - idp->mant = 0; - } - else - { - idp->exp = isp->exp + (ieee_double_bias - ieee_single_bias); - idp->mant = isp->mant << (52 - 23); - } - idp->sign = isp->sign; - } - else - { - const ieee_single_lo *isp = (const ieee_single_lo *) xp; - if (isp->exp == 0 && isp->mant == 0) - { - idp->exp = 0; - idp->mant = 0; - } - else - { - idp->exp = isp->exp + (ieee_double_bias - ieee_single_bias); - idp->mant = isp->mant << (52 - 23); - } - idp->sign = isp->sign; - } -} - -static void -put_ix_float(void *xp, const float *ip) -{ - const ieee_double *idp = (const ieee_double *) ip; - if (word_align(xp) == 0) - { - ieee_single_hi *isp = (ieee_single_hi*)xp; - if (idp->exp > (ieee_double_bias - ieee_single_bias)) - isp->exp = idp->exp - (ieee_double_bias - ieee_single_bias); - else - isp->exp = 0; - isp->mant = idp->mant >> (52 - 23); - isp->sign = idp->sign; - } - else - { - ieee_single_lo *isp = (ieee_single_lo*)xp; - if (idp->exp > (ieee_double_bias - ieee_single_bias)) - isp->exp = idp->exp - (ieee_double_bias - ieee_single_bias); - else - isp->exp = 0; - isp->mant = idp->mant >> (52 - 23); - isp->sign = idp->sign; - } -} -#endif - -#else -#error "ix_float implementation" -#endif - -#if X_SIZEOF_FLOAT != SIZEOF_FLOAT || defined(NO_IEEE_FLOAT) -static int -ncx_get_float_float(const void *xp, float *ip, void *fillp) -{ - /* TODO */ - get_ix_float(xp, ip); - return NC_NOERR; -} -#endif - -#define ix_float float - -static int -#line 1654 -ncx_get_float_schar(const void *xp, schar *ip) -#line 1654 -{ -#line 1654 - ix_float xx = 0; -#line 1654 - get_ix_float(xp, &xx); -#line 1654 - if (xx > (double)SCHAR_MAX || xx < (double)SCHAR_MIN) { -#line 1654 -#ifdef ERANGE_FILL -#line 1654 - *ip = NC_FILL_BYTE; -#line 1654 -#endif -#line 1654 - return NC_ERANGE; -#line 1654 - } -#line 1654 - *ip = (schar)xx; -#line 1654 - return NC_NOERR; -#line 1654 -} -#line 1654 - -static int -#line 1655 -ncx_get_float_short(const void *xp, short *ip) -#line 1655 -{ -#line 1655 - ix_float xx = 0; -#line 1655 - get_ix_float(xp, &xx); -#line 1655 - if (xx > (double)SHORT_MAX || xx < (double)SHORT_MIN) { -#line 1655 -#ifdef ERANGE_FILL -#line 1655 - *ip = NC_FILL_SHORT; -#line 1655 -#endif -#line 1655 - return NC_ERANGE; -#line 1655 - } -#line 1655 - *ip = (short)xx; -#line 1655 - return NC_NOERR; -#line 1655 -} -#line 1655 - -static int -#line 1656 -ncx_get_float_int(const void *xp, int *ip) -#line 1656 -{ -#line 1656 - ix_float xx = 0; -#line 1656 - get_ix_float(xp, &xx); -#line 1656 - if (xx > (double)INT_MAX || xx < (double)INT_MIN) { -#line 1656 -#ifdef ERANGE_FILL -#line 1656 - *ip = NC_FILL_INT; -#line 1656 -#endif -#line 1656 - return NC_ERANGE; -#line 1656 - } -#line 1656 - *ip = (int)xx; -#line 1656 - return NC_NOERR; -#line 1656 -} -#line 1656 - -static int -#line 1657 -ncx_get_float_long(const void *xp, long *ip) -#line 1657 -{ -#line 1657 - ix_float xx = 0; -#line 1657 - get_ix_float(xp, &xx); -#line 1657 - if (xx > (double)LONG_MAX || xx < (double)LONG_MIN) { -#line 1657 -#ifdef ERANGE_FILL -#line 1657 - *ip = NC_FILL_INT; -#line 1657 -#endif -#line 1657 - return NC_ERANGE; -#line 1657 - } -#line 1657 - *ip = (long)xx; -#line 1657 - return NC_NOERR; -#line 1657 -} -#line 1657 - -static int -#line 1658 -ncx_get_float_double(const void *xp, double *ip) -#line 1658 -{ -#line 1658 - ix_float xx = 0; -#line 1658 - get_ix_float(xp, &xx); -#line 1658 - *ip = (double)xx; -#line 1658 - return NC_NOERR; -#line 1658 -} -#line 1658 - -static int -#line 1659 -ncx_get_float_longlong(const void *xp, longlong *ip) -#line 1659 -{ -#line 1659 - ix_float xx = 0; -#line 1659 - get_ix_float(xp, &xx); -#line 1659 - if (xx == LONGLONG_MAX) *ip = LONGLONG_MAX; -#line 1659 - else if (xx == LONGLONG_MIN) *ip = LONGLONG_MIN; -#line 1659 - else if (xx > (double)LONGLONG_MAX || xx < (double)LONGLONG_MIN) { -#line 1659 -#ifdef ERANGE_FILL -#line 1659 - *ip = NC_FILL_INT64; -#line 1659 -#endif -#line 1659 - return NC_ERANGE; -#line 1659 - } -#line 1659 - else *ip = (longlong)xx; -#line 1659 - return NC_NOERR; -#line 1659 -} -#line 1659 - -static int -#line 1660 -ncx_get_float_uchar(const void *xp, uchar *ip) -#line 1660 -{ -#line 1660 - ix_float xx = 0; -#line 1660 - get_ix_float(xp, &xx); -#line 1660 - if (xx > (double)UCHAR_MAX || xx < 0) { -#line 1660 -#ifdef ERANGE_FILL -#line 1660 - *ip = NC_FILL_UBYTE; -#line 1660 -#endif -#line 1660 - return NC_ERANGE; -#line 1660 - } -#line 1660 - *ip = (uchar)xx; -#line 1660 - return NC_NOERR; -#line 1660 -} -#line 1660 - -static int -#line 1661 -ncx_get_float_ushort(const void *xp, ushort *ip) -#line 1661 -{ -#line 1661 - ix_float xx = 0; -#line 1661 - get_ix_float(xp, &xx); -#line 1661 - if (xx > (double)USHORT_MAX || xx < 0) { -#line 1661 -#ifdef ERANGE_FILL -#line 1661 - *ip = NC_FILL_USHORT; -#line 1661 -#endif -#line 1661 - return NC_ERANGE; -#line 1661 - } -#line 1661 - *ip = (ushort)xx; -#line 1661 - return NC_NOERR; -#line 1661 -} -#line 1661 - -static int -#line 1662 -ncx_get_float_uint(const void *xp, uint *ip) -#line 1662 -{ -#line 1662 - ix_float xx = 0; -#line 1662 - get_ix_float(xp, &xx); -#line 1662 - if (xx > (double)UINT_MAX || xx < 0) { -#line 1662 -#ifdef ERANGE_FILL -#line 1662 - *ip = NC_FILL_UINT; -#line 1662 -#endif -#line 1662 - return NC_ERANGE; -#line 1662 - } -#line 1662 - *ip = (uint)xx; -#line 1662 - return NC_NOERR; -#line 1662 -} -#line 1662 - -static int -#line 1663 -ncx_get_float_ulonglong(const void *xp, ulonglong *ip) -#line 1663 -{ -#line 1663 - ix_float xx = 0; -#line 1663 - get_ix_float(xp, &xx); -#line 1663 - if (xx == ULONGLONG_MAX) *ip = ULONGLONG_MAX; -#line 1663 - else if (xx > (double)ULONGLONG_MAX || xx < 0) { -#line 1663 -#ifdef ERANGE_FILL -#line 1663 - *ip = NC_FILL_UINT64; -#line 1663 -#endif -#line 1663 - return NC_ERANGE; -#line 1663 - } -#line 1663 - else *ip = (ulonglong)xx; -#line 1663 - return NC_NOERR; -#line 1663 -} -#line 1663 - - -#if X_SIZEOF_FLOAT != SIZEOF_FLOAT || defined(NO_IEEE_FLOAT) -static int -ncx_put_float_float(void *xp, const float *ip, void *fillp) -{ - int err=NC_NOERR; - float *_ip=ip; -#ifdef NO_IEEE_FLOAT -#ifdef ERANGE_FILL - float tmp; -#endif - if (*ip > X_FLOAT_MAX || *ip < X_FLOAT_MIN) { - -#line 1676 -#ifdef ERANGE_FILL -#line 1676 - if (fillp != NULL) memcpy(&tmp, fillp, 4); -#line 1676 -#endif -#ifdef ERANGE_FILL - _ip = &tmp; -#endif - err = NC_ERANGE; - } -#endif - put_ix_float(xp, _ip); - return err; -} -#endif - -static int -#line 1688 -ncx_put_float_schar(void *xp, const schar *ip, void *fillp) -#line 1688 -{ -#line 1688 - int err=NC_NOERR; -#line 1688 - ix_float xx = NC_FILL_FLOAT; -#line 1688 - -#line 1688 - -#line 1688 - xx = (ix_float)*ip; -#line 1688 - -#line 1688 - put_ix_float(xp, &xx); -#line 1688 - return err; -#line 1688 -} -#line 1688 - -static int -#line 1689 -ncx_put_float_short(void *xp, const short *ip, void *fillp) -#line 1689 -{ -#line 1689 - int err=NC_NOERR; -#line 1689 - ix_float xx = NC_FILL_FLOAT; -#line 1689 - -#line 1689 - -#line 1689 - xx = (ix_float)*ip; -#line 1689 - -#line 1689 - put_ix_float(xp, &xx); -#line 1689 - return err; -#line 1689 -} -#line 1689 - -static int -#line 1690 -ncx_put_float_int(void *xp, const int *ip, void *fillp) -#line 1690 -{ -#line 1690 - int err=NC_NOERR; -#line 1690 - ix_float xx = NC_FILL_FLOAT; -#line 1690 - -#line 1690 - -#line 1690 - xx = (ix_float)*ip; -#line 1690 - -#line 1690 - put_ix_float(xp, &xx); -#line 1690 - return err; -#line 1690 -} -#line 1690 - -static int -#line 1691 -ncx_put_float_long(void *xp, const long *ip, void *fillp) -#line 1691 -{ -#line 1691 - int err=NC_NOERR; -#line 1691 - ix_float xx = NC_FILL_FLOAT; -#line 1691 - -#line 1691 - -#line 1691 - xx = (ix_float)*ip; -#line 1691 - -#line 1691 - put_ix_float(xp, &xx); -#line 1691 - return err; -#line 1691 -} -#line 1691 - -static int -#line 1692 -ncx_put_float_double(void *xp, const double *ip, void *fillp) -#line 1692 -{ -#line 1692 - int err=NC_NOERR; -#line 1692 - ix_float xx = NC_FILL_FLOAT; -#line 1692 - -#line 1692 - if (*ip > X_FLOAT_MAX || *ip < X_FLOAT_MIN) { -#line 1692 - -#line 1692 -#ifdef ERANGE_FILL -#line 1692 - if (fillp != NULL) memcpy(&xx, fillp, 4); -#line 1692 -#endif -#line 1692 - err = NC_ERANGE; -#line 1692 - } -#line 1692 -#ifdef ERANGE_FILL -#line 1692 - else -#line 1692 -#endif -#line 1692 - xx = (ix_float)*ip; -#line 1692 - -#line 1692 - put_ix_float(xp, &xx); -#line 1692 - return err; -#line 1692 -} -#line 1692 - -static int -#line 1693 -ncx_put_float_longlong(void *xp, const longlong *ip, void *fillp) -#line 1693 -{ -#line 1693 - int err=NC_NOERR; -#line 1693 - ix_float xx = NC_FILL_FLOAT; -#line 1693 - -#line 1693 - -#line 1693 - xx = (ix_float)*ip; -#line 1693 - -#line 1693 - put_ix_float(xp, &xx); -#line 1693 - return err; -#line 1693 -} -#line 1693 - -static int -#line 1694 -ncx_put_float_uchar(void *xp, const uchar *ip, void *fillp) -#line 1694 -{ -#line 1694 - int err=NC_NOERR; -#line 1694 - ix_float xx = NC_FILL_FLOAT; -#line 1694 - -#line 1694 - -#line 1694 - xx = (ix_float)*ip; -#line 1694 - -#line 1694 - put_ix_float(xp, &xx); -#line 1694 - return err; -#line 1694 -} -#line 1694 - -static int -#line 1695 -ncx_put_float_ushort(void *xp, const ushort *ip, void *fillp) -#line 1695 -{ -#line 1695 - int err=NC_NOERR; -#line 1695 - ix_float xx = NC_FILL_FLOAT; -#line 1695 - -#line 1695 - -#line 1695 - xx = (ix_float)*ip; -#line 1695 - -#line 1695 - put_ix_float(xp, &xx); -#line 1695 - return err; -#line 1695 -} -#line 1695 - -static int -#line 1696 -ncx_put_float_uint(void *xp, const uint *ip, void *fillp) -#line 1696 -{ -#line 1696 - int err=NC_NOERR; -#line 1696 - ix_float xx = NC_FILL_FLOAT; -#line 1696 - -#line 1696 - -#line 1696 - xx = (ix_float)*ip; -#line 1696 - -#line 1696 - put_ix_float(xp, &xx); -#line 1696 - return err; -#line 1696 -} -#line 1696 - -static int -#line 1697 -ncx_put_float_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 1697 -{ -#line 1697 - int err=NC_NOERR; -#line 1697 - ix_float xx = NC_FILL_FLOAT; -#line 1697 - -#line 1697 - -#line 1697 - xx = (ix_float)*ip; -#line 1697 - -#line 1697 - put_ix_float(xp, &xx); -#line 1697 - return err; -#line 1697 -} -#line 1697 - - - -/* external NC_DOUBLE -------------------------------------------------------*/ - -#if X_SIZEOF_DOUBLE == SIZEOF_DOUBLE && !defined(NO_IEEE_FLOAT) - -static void -get_ix_double(const void *xp, double *ip) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(ip, xp, SIZEOF_DOUBLE); -#else - swap8b(ip, xp); -#endif -} - -static void -put_ix_double(void *xp, const double *ip) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(xp, ip, X_SIZEOF_DOUBLE); -#else - swap8b(xp, ip); -#endif -} - -#elif defined(vax) && vax != 0 - -/* What IEEE double precision floating point looks like on a Vax */ -struct ieee_double { - unsigned int exp_hi : 7; - unsigned int sign : 1; - unsigned int mant_6 : 4; - unsigned int exp_lo : 4; - unsigned int mant_5 : 8; - unsigned int mant_4 : 8; - - unsigned int mant_lo : 32; -}; - -/* Vax double precision floating point */ -struct vax_double { - unsigned int mantissa1 : 7; - unsigned int exp : 8; - unsigned int sign : 1; - unsigned int mantissa2 : 16; - unsigned int mantissa3 : 16; - unsigned int mantissa4 : 16; -}; - -#define VAX_DBL_BIAS 0x81 -#define IEEE_DBL_BIAS 0x3ff -#define MASK(nbits) ((1 << nbits) - 1) - -static const struct dbl_limits { - struct vax_double d; - struct ieee_double ieee; -} dbl_limits[2] = { - {{ 0x7f, 0xff, 0x0, 0xffff, 0xffff, 0xffff }, /* Max Vax */ - { 0x7f, 0x0, 0x0, 0xf, 0x0, 0x0, 0x0}}, /* Max IEEE */ - {{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* Min Vax */ - { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, /* Min IEEE */ -}; - - -#line 1811 -static void -get_ix_double(const void *xp, double *ip) -{ - struct vax_double *const vdp = -#line 1814 - (struct vax_double *)ip; -#line 1814 - const struct ieee_double *const idp = -#line 1814 - (const struct ieee_double *) xp; -#line 1814 - { -#line 1814 - const struct dbl_limits *lim; -#line 1814 - int ii; -#line 1814 - for (ii = 0, lim = dbl_limits; -#line 1814 - ii < sizeof(dbl_limits)/sizeof(struct dbl_limits); -#line 1814 - ii++, lim++) -#line 1814 - { -#line 1814 - if ((idp->mant_lo == lim->ieee.mant_lo) -#line 1814 - && (idp->mant_4 == lim->ieee.mant_4) -#line 1814 - && (idp->mant_5 == lim->ieee.mant_5) -#line 1814 - && (idp->mant_6 == lim->ieee.mant_6) -#line 1814 - && (idp->exp_lo == lim->ieee.exp_lo) -#line 1814 - && (idp->exp_hi == lim->ieee.exp_hi) -#line 1814 - ) -#line 1814 - { -#line 1814 - *vdp = lim->d; -#line 1814 - goto doneit; -#line 1814 - } -#line 1814 - } -#line 1814 - } -#line 1814 - { -#line 1814 - unsigned exp = idp->exp_hi << 4 | idp->exp_lo; -#line 1814 - vdp->exp = exp - IEEE_DBL_BIAS + VAX_DBL_BIAS; -#line 1814 - } -#line 1814 - { -#line 1814 - unsigned mant_hi = ((idp->mant_6 << 16) -#line 1814 - | (idp->mant_5 << 8) -#line 1814 - | idp->mant_4); -#line 1814 - unsigned mant_lo = SWAP4(idp->mant_lo); -#line 1814 - vdp->mantissa1 = (mant_hi >> 13); -#line 1814 - vdp->mantissa2 = ((mant_hi & MASK(13)) << 3) -#line 1814 - | (mant_lo >> 29); -#line 1814 - vdp->mantissa3 = (mant_lo >> 13); -#line 1814 - vdp->mantissa4 = (mant_lo << 3); -#line 1814 - } -#line 1814 - doneit: -#line 1814 - vdp->sign = idp->sign; -#line 1814 - -} - - -#line 1884 -static void -put_ix_double(void *xp, const double *ip) -{ - const struct vax_double *const vdp = -#line 1887 - (const struct vax_double *)ip; -#line 1887 - struct ieee_double *const idp = -#line 1887 - (struct ieee_double *) xp; -#line 1887 - -#line 1887 - if ((vdp->mantissa4 > (dbl_limits[0].d.mantissa4 - 3)) && -#line 1887 - (vdp->mantissa3 == dbl_limits[0].d.mantissa3) && -#line 1887 - (vdp->mantissa2 == dbl_limits[0].d.mantissa2) && -#line 1887 - (vdp->mantissa1 == dbl_limits[0].d.mantissa1) && -#line 1887 - (vdp->exp == dbl_limits[0].d.exp)) -#line 1887 - { -#line 1887 - *idp = dbl_limits[0].ieee; -#line 1887 - goto shipit; -#line 1887 - } -#line 1887 - if ((vdp->mantissa4 == dbl_limits[1].d.mantissa4) && -#line 1887 - (vdp->mantissa3 == dbl_limits[1].d.mantissa3) && -#line 1887 - (vdp->mantissa2 == dbl_limits[1].d.mantissa2) && -#line 1887 - (vdp->mantissa1 == dbl_limits[1].d.mantissa1) && -#line 1887 - (vdp->exp == dbl_limits[1].d.exp)) -#line 1887 - { -#line 1887 - *idp = dbl_limits[1].ieee; -#line 1887 - goto shipit; -#line 1887 - } -#line 1887 - -#line 1887 - { -#line 1887 - unsigned exp = vdp->exp - VAX_DBL_BIAS + IEEE_DBL_BIAS; -#line 1887 - -#line 1887 - unsigned mant_lo = ((vdp->mantissa2 & MASK(3)) << 29) | -#line 1887 - (vdp->mantissa3 << 13) | -#line 1887 - ((vdp->mantissa4 >> 3) & MASK(13)); -#line 1887 - -#line 1887 - unsigned mant_hi = (vdp->mantissa1 << 13) -#line 1887 - | (vdp->mantissa2 >> 3); -#line 1887 - -#line 1887 - if ((vdp->mantissa4 & 7) > 4) -#line 1887 - { -#line 1887 - /* round up */ -#line 1887 - mant_lo++; -#line 1887 - if (mant_lo == 0) -#line 1887 - { -#line 1887 - mant_hi++; -#line 1887 - if (mant_hi > 0xffffff) -#line 1887 - { -#line 1887 - mant_hi = 0; -#line 1887 - exp++; -#line 1887 - } -#line 1887 - } -#line 1887 - } -#line 1887 - -#line 1887 - idp->mant_lo = SWAP4(mant_lo); -#line 1887 - idp->mant_6 = mant_hi >> 16; -#line 1887 - idp->mant_5 = (mant_hi & 0xff00) >> 8; -#line 1887 - idp->mant_4 = mant_hi; -#line 1887 - idp->exp_hi = exp >> 4; -#line 1887 - idp->exp_lo = exp; -#line 1887 - } -#line 1887 - -#line 1887 - shipit: -#line 1887 - idp->sign = vdp->sign; -#line 1887 - -} - - /* vax */ -#elif defined(_CRAY) && !defined(__crayx1) - -static void -get_ix_double(const void *xp, double *ip) -{ - const ieee_double *idp = (const ieee_double *) xp; - cray_single *csp = (cray_single *) ip; - - if (idp->exp == 0) - { - /* ieee subnormal */ - *ip = (double)idp->mant; - if (idp->mant != 0) - { - csp->exp -= (ieee_double_bias + 51); - } - } - else - { - csp->exp = idp->exp + cs_id_bias + 1; - csp->mant = idp->mant >> (52 - 48 + 1); - csp->mant |= (1 << (48 - 1)); - } - csp->sign = idp->sign; -} - -static void -put_ix_double(void *xp, const double *ip) -{ - ieee_double *idp = (ieee_double *) xp; - const cray_single *csp = (const cray_single *) ip; - - int ieee_exp = csp->exp - cs_id_bias -1; - - idp->sign = csp->sign; - - if (ieee_exp >= 0x7ff) - { - /* NC_ERANGE => ieee Inf */ - idp->exp = 0x7ff; - idp->mant = 0x0; - } - else if (ieee_exp > 0) - { - /* normal ieee representation */ - idp->exp = ieee_exp; - /* assumes cray rep is in normal form */ - assert(csp->mant & 0x800000000000); - idp->mant = (((csp->mant << 1) & - 0xffffffffffff) << (52 - 48)); - } - else if (ieee_exp >= (-(52 -48))) - { - /* ieee subnormal, left shift */ - const int lshift = (52 - 48) + ieee_exp; - idp->mant = csp->mant << lshift; - idp->exp = 0; - } - else if (ieee_exp >= -52) - { - /* ieee subnormal, right shift */ - const int rshift = (- (52 - 48) - ieee_exp); - - idp->mant = csp->mant >> rshift; - -#if 0 - if (csp->mant & (1 << (rshift -1))) - { - /* round up */ - idp->mant++; - } -#endif - - idp->exp = 0; - } - else - { - /* smaller than ieee can represent */ - idp->exp = 0; - idp->mant = 0; - } -} -#else -#error "ix_double implementation" -#endif - -#define ix_double double - -static int -#line 1979 -ncx_get_double_schar(const void *xp, schar *ip) -#line 1979 -{ -#line 1979 - ix_double xx = 0; -#line 1979 - get_ix_double(xp, &xx); -#line 1979 - if (xx > (double)SCHAR_MAX || xx < (double)SCHAR_MIN) { -#line 1979 -#ifdef ERANGE_FILL -#line 1979 - *ip = NC_FILL_BYTE; -#line 1979 -#endif -#line 1979 - return NC_ERANGE; -#line 1979 - } -#line 1979 - *ip = (schar)xx; -#line 1979 - return NC_NOERR; -#line 1979 -} -#line 1979 - -static int -#line 1980 -ncx_get_double_short(const void *xp, short *ip) -#line 1980 -{ -#line 1980 - ix_double xx = 0; -#line 1980 - get_ix_double(xp, &xx); -#line 1980 - if (xx > (double)SHORT_MAX || xx < (double)SHORT_MIN) { -#line 1980 -#ifdef ERANGE_FILL -#line 1980 - *ip = NC_FILL_SHORT; -#line 1980 -#endif -#line 1980 - return NC_ERANGE; -#line 1980 - } -#line 1980 - *ip = (short)xx; -#line 1980 - return NC_NOERR; -#line 1980 -} -#line 1980 - -static int -#line 1981 -ncx_get_double_int(const void *xp, int *ip) -#line 1981 -{ -#line 1981 - ix_double xx = 0; -#line 1981 - get_ix_double(xp, &xx); -#line 1981 - if (xx > (double)INT_MAX || xx < (double)INT_MIN) { -#line 1981 -#ifdef ERANGE_FILL -#line 1981 - *ip = NC_FILL_INT; -#line 1981 -#endif -#line 1981 - return NC_ERANGE; -#line 1981 - } -#line 1981 - *ip = (int)xx; -#line 1981 - return NC_NOERR; -#line 1981 -} -#line 1981 - -static int -#line 1982 -ncx_get_double_long(const void *xp, long *ip) -#line 1982 -{ -#line 1982 - ix_double xx = 0; -#line 1982 - get_ix_double(xp, &xx); -#line 1982 - if (xx > (double)LONG_MAX || xx < (double)LONG_MIN) { -#line 1982 -#ifdef ERANGE_FILL -#line 1982 - *ip = NC_FILL_INT; -#line 1982 -#endif -#line 1982 - return NC_ERANGE; -#line 1982 - } -#line 1982 - *ip = (long)xx; -#line 1982 - return NC_NOERR; -#line 1982 -} -#line 1982 - -static int -#line 1983 -ncx_get_double_longlong(const void *xp, longlong *ip) -#line 1983 -{ -#line 1983 - ix_double xx = 0; -#line 1983 - get_ix_double(xp, &xx); -#line 1983 - if (xx == LONGLONG_MAX) *ip = LONGLONG_MAX; -#line 1983 - else if (xx == LONGLONG_MIN) *ip = LONGLONG_MIN; -#line 1983 - else if (xx > (double)LONGLONG_MAX || xx < (double)LONGLONG_MIN) { -#line 1983 -#ifdef ERANGE_FILL -#line 1983 - *ip = NC_FILL_INT64; -#line 1983 -#endif -#line 1983 - return NC_ERANGE; -#line 1983 - } -#line 1983 - else *ip = (longlong)xx; -#line 1983 - return NC_NOERR; -#line 1983 -} -#line 1983 - -static int -#line 1984 -ncx_get_double_uchar(const void *xp, uchar *ip) -#line 1984 -{ -#line 1984 - ix_double xx = 0; -#line 1984 - get_ix_double(xp, &xx); -#line 1984 - if (xx > (double)UCHAR_MAX || xx < 0) { -#line 1984 -#ifdef ERANGE_FILL -#line 1984 - *ip = NC_FILL_UBYTE; -#line 1984 -#endif -#line 1984 - return NC_ERANGE; -#line 1984 - } -#line 1984 - *ip = (uchar)xx; -#line 1984 - return NC_NOERR; -#line 1984 -} -#line 1984 - -static int -#line 1985 -ncx_get_double_ushort(const void *xp, ushort *ip) -#line 1985 -{ -#line 1985 - ix_double xx = 0; -#line 1985 - get_ix_double(xp, &xx); -#line 1985 - if (xx > (double)USHORT_MAX || xx < 0) { -#line 1985 -#ifdef ERANGE_FILL -#line 1985 - *ip = NC_FILL_USHORT; -#line 1985 -#endif -#line 1985 - return NC_ERANGE; -#line 1985 - } -#line 1985 - *ip = (ushort)xx; -#line 1985 - return NC_NOERR; -#line 1985 -} -#line 1985 - -static int -#line 1986 -ncx_get_double_uint(const void *xp, uint *ip) -#line 1986 -{ -#line 1986 - ix_double xx = 0; -#line 1986 - get_ix_double(xp, &xx); -#line 1986 - if (xx > (double)UINT_MAX || xx < 0) { -#line 1986 -#ifdef ERANGE_FILL -#line 1986 - *ip = NC_FILL_UINT; -#line 1986 -#endif -#line 1986 - return NC_ERANGE; -#line 1986 - } -#line 1986 - *ip = (uint)xx; -#line 1986 - return NC_NOERR; -#line 1986 -} -#line 1986 - -static int -#line 1987 -ncx_get_double_ulonglong(const void *xp, ulonglong *ip) -#line 1987 -{ -#line 1987 - ix_double xx = 0; -#line 1987 - get_ix_double(xp, &xx); -#line 1987 - if (xx == ULONGLONG_MAX) *ip = ULONGLONG_MAX; -#line 1987 - else if (xx > (double)ULONGLONG_MAX || xx < 0) { -#line 1987 -#ifdef ERANGE_FILL -#line 1987 - *ip = NC_FILL_UINT64; -#line 1987 -#endif -#line 1987 - return NC_ERANGE; -#line 1987 - } -#line 1987 - else *ip = (ulonglong)xx; -#line 1987 - return NC_NOERR; -#line 1987 -} -#line 1987 - - -static int -ncx_get_double_float(const void *xp, float *ip) -{ - double xx = 0.0; - get_ix_double(xp, &xx); - if (xx > FLT_MAX) { -#ifdef ERANGE_FILL - *ip = NC_FILL_FLOAT; -#else - *ip = FLT_MAX; -#endif - return NC_ERANGE; - } - if (xx < (-FLT_MAX)) { -#ifdef ERANGE_FILL - *ip = NC_FILL_FLOAT; -#else - *ip = (-FLT_MAX); -#endif - return NC_ERANGE; - } - *ip = (float) xx; - return NC_NOERR; -} - -#if X_SIZEOF_DOUBLE != SIZEOF_DOUBLE || defined(NO_IEEE_FLOAT) -static int -ncx_get_double_double(const void *xp, double *ip, void *fillp) -{ - /* TODO */ - get_ix_double(xp, ip); - return NC_NOERR; -} -#endif - -static int -#line 2024 -ncx_put_double_schar(void *xp, const schar *ip, void *fillp) -#line 2024 -{ -#line 2024 - int err=NC_NOERR; -#line 2024 - ix_double xx = NC_FILL_DOUBLE; -#line 2024 - -#line 2024 - -#line 2024 - xx = (ix_double)*ip; -#line 2024 - -#line 2024 - put_ix_double(xp, &xx); -#line 2024 - return err; -#line 2024 -} -#line 2024 - -static int -#line 2025 -ncx_put_double_uchar(void *xp, const uchar *ip, void *fillp) -#line 2025 -{ -#line 2025 - int err=NC_NOERR; -#line 2025 - ix_double xx = NC_FILL_DOUBLE; -#line 2025 - -#line 2025 - -#line 2025 - xx = (ix_double)*ip; -#line 2025 - -#line 2025 - put_ix_double(xp, &xx); -#line 2025 - return err; -#line 2025 -} -#line 2025 - -static int -#line 2026 -ncx_put_double_short(void *xp, const short *ip, void *fillp) -#line 2026 -{ -#line 2026 - int err=NC_NOERR; -#line 2026 - ix_double xx = NC_FILL_DOUBLE; -#line 2026 - -#line 2026 - -#line 2026 - xx = (ix_double)*ip; -#line 2026 - -#line 2026 - put_ix_double(xp, &xx); -#line 2026 - return err; -#line 2026 -} -#line 2026 - -static int -#line 2027 -ncx_put_double_ushort(void *xp, const ushort *ip, void *fillp) -#line 2027 -{ -#line 2027 - int err=NC_NOERR; -#line 2027 - ix_double xx = NC_FILL_DOUBLE; -#line 2027 - -#line 2027 - -#line 2027 - xx = (ix_double)*ip; -#line 2027 - -#line 2027 - put_ix_double(xp, &xx); -#line 2027 - return err; -#line 2027 -} -#line 2027 - -static int -#line 2028 -ncx_put_double_int(void *xp, const int *ip, void *fillp) -#line 2028 -{ -#line 2028 - int err=NC_NOERR; -#line 2028 - ix_double xx = NC_FILL_DOUBLE; -#line 2028 - -#line 2028 - -#line 2028 - xx = (ix_double)*ip; -#line 2028 - -#line 2028 - put_ix_double(xp, &xx); -#line 2028 - return err; -#line 2028 -} -#line 2028 - -static int -#line 2029 -ncx_put_double_long(void *xp, const long *ip, void *fillp) -#line 2029 -{ -#line 2029 - int err=NC_NOERR; -#line 2029 - ix_double xx = NC_FILL_DOUBLE; -#line 2029 - -#line 2029 - -#line 2029 - xx = (ix_double)*ip; -#line 2029 - -#line 2029 - put_ix_double(xp, &xx); -#line 2029 - return err; -#line 2029 -} -#line 2029 - -static int -#line 2030 -ncx_put_double_uint(void *xp, const uint *ip, void *fillp) -#line 2030 -{ -#line 2030 - int err=NC_NOERR; -#line 2030 - ix_double xx = NC_FILL_DOUBLE; -#line 2030 - -#line 2030 - -#line 2030 - xx = (ix_double)*ip; -#line 2030 - -#line 2030 - put_ix_double(xp, &xx); -#line 2030 - return err; -#line 2030 -} -#line 2030 - -static int -#line 2031 -ncx_put_double_longlong(void *xp, const longlong *ip, void *fillp) -#line 2031 -{ -#line 2031 - int err=NC_NOERR; -#line 2031 - ix_double xx = NC_FILL_DOUBLE; -#line 2031 - -#line 2031 - -#line 2031 - xx = (ix_double)*ip; -#line 2031 - -#line 2031 - put_ix_double(xp, &xx); -#line 2031 - return err; -#line 2031 -} -#line 2031 - -static int -#line 2032 -ncx_put_double_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 2032 -{ -#line 2032 - int err=NC_NOERR; -#line 2032 - ix_double xx = NC_FILL_DOUBLE; -#line 2032 - -#line 2032 - -#line 2032 - xx = (ix_double)*ip; -#line 2032 - -#line 2032 - put_ix_double(xp, &xx); -#line 2032 - return err; -#line 2032 -} -#line 2032 - - -static int -ncx_put_double_float(void *xp, const float *ip, void *fillp) -{ - int err=NC_NOERR; - double xx = NC_FILL_DOUBLE; -#if 1 /* TODO: figure this out (if condition below will never be true)*/ - if ((double)(*ip) > X_DOUBLE_MAX || (double)(*ip) < X_DOUBLE_MIN) { - -#line 2041 -#ifdef ERANGE_FILL -#line 2041 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2041 -#endif - err = NC_ERANGE; - } -#ifdef ERANGE_FILL - else -#endif -#endif - xx = (double) *ip; - - put_ix_double(xp, &xx); - return err; -} - -#if X_SIZEOF_DOUBLE != SIZEOF_DOUBLE || defined(NO_IEEE_FLOAT) -static int -ncx_put_double_double(void *xp, const double *ip, void *fillp) -{ - int err=NC_NOERR; - double *_ip = ip; -#ifdef NO_IEEE_FLOAT -#ifdef ERANGE_FILL - double tmp=NC_FILL_DOUBLE; -#endif - if (*ip > X_DOUBLE_MAX || *ip < X_DOUBLE_MIN) { - -#line 2065 -#ifdef ERANGE_FILL -#line 2065 - if (fillp != NULL) memcpy(&tmp, fillp, 8); -#line 2065 -#endif -#ifdef ERANGE_FILL - _ip = &tmp; -#endif - err = NC_ERANGE; - } -#endif - put_ix_double(xp, _ip); - return err; -} -#endif - - -/* external NC_INT64 --------------------------------------------------------*/ - -#if SHORT_MAX == X_INT64_MAX -typedef short ix_int64; -#define SIZEOF_IX_INT64 SIZEOF_SHORT -#define IX_INT64_MAX SHORT_MAX -#elif LONG_LONG_MAX >= X_INT64_MAX -typedef longlong ix_int64; -#define SIZEOF_IX_INT64 SIZEOF_LONGLONG -#define IX_INT64_MAX LONG_LONG_MAX -#elif LONG_MAX >= X_INT64_MAX -typedef long ix_int64; -#define SIZEOF_IX_INT64 SIZEOF_LONG -#define IX_INT64_MAX LONG_MAX -#else -#error "ix_int64 implementation" -#endif - - -static void -get_ix_int64(const void *xp, ix_int64 *ip) -{ - const uchar *cp = (const uchar *) xp; - - *ip = ((ix_int64)(*cp++) << 56); - *ip |= ((ix_int64)(*cp++) << 48); - *ip |= ((ix_int64)(*cp++) << 40); - *ip |= ((ix_int64)(*cp++) << 32); - *ip |= ((ix_int64)(*cp++) << 24); - *ip |= ((ix_int64)(*cp++) << 16); - *ip |= ((ix_int64)(*cp++) << 8); - *ip |= (ix_int64)*cp; -} - -static void -put_ix_int64(void *xp, const ix_int64 *ip) -{ - uchar *cp = (uchar *) xp; - - *cp++ = (uchar)((*ip) >> 56); - *cp++ = (uchar)(((*ip) & 0x00ff000000000000LL) >> 48); - *cp++ = (uchar)(((*ip) & 0x0000ff0000000000LL) >> 40); - *cp++ = (uchar)(((*ip) & 0x000000ff00000000LL) >> 32); - *cp++ = (uchar)(((*ip) & 0x00000000ff000000LL) >> 24); - *cp++ = (uchar)(((*ip) & 0x0000000000ff0000LL) >> 16); - *cp++ = (uchar)(((*ip) & 0x000000000000ff00LL) >> 8); - *cp = (uchar)( (*ip) & 0x00000000000000ffLL); -} - -#if X_SIZEOF_INT64 != SIZEOF_LONGLONG -static int -#line 2128 -ncx_get_longlong_longlong(const void *xp, longlong *ip) -#line 2128 -{ -#line 2128 - int err=NC_NOERR; -#line 2128 -#if SIZEOF_IX_INT64 == SIZEOF_LONGLONG && IX_INT64_MAX == LONGLONG_MAX -#line 2128 - get_ix_int64(xp, (ix_int64 *)ip); -#line 2128 -#else -#line 2128 - ix_int64 xx = 0; -#line 2128 - get_ix_int64(xp, &xx); -#line 2128 - -#line 2128 -#if IX_INT64_MAX > LONGLONG_MAX -#line 2128 - if (xx > LONGLONG_MAX || xx < LONGLONG_MIN) { -#line 2128 -#ifdef ERANGE_FILL -#line 2128 - *ip = NC_FILL_INT64; -#line 2128 - return NC_ERANGE; -#line 2128 -#else -#line 2128 - err = NC_ERANGE; -#line 2128 -#endif -#line 2128 - } -#line 2128 -#endif -#line 2128 - -#line 2128 - -#line 2128 - *ip = (longlong) xx; -#line 2128 -#endif -#line 2128 - return err; -#line 2128 -} -#line 2128 - -#endif -static int -#line 2130 -ncx_get_longlong_schar(const void *xp, schar *ip) -#line 2130 -{ -#line 2130 - int err=NC_NOERR; -#line 2130 - ix_int64 xx = 0; -#line 2130 - get_ix_int64(xp, &xx); -#line 2130 - -#line 2130 -#if IX_INT64_MAX > SCHAR_MAX -#line 2130 - if (xx > SCHAR_MAX || xx < SCHAR_MIN) { -#line 2130 -#ifdef ERANGE_FILL -#line 2130 - *ip = NC_FILL_BYTE; -#line 2130 - return NC_ERANGE; -#line 2130 -#else -#line 2130 - err = NC_ERANGE; -#line 2130 -#endif -#line 2130 - } -#line 2130 -#endif -#line 2130 - -#line 2130 - -#line 2130 - *ip = (schar) xx; -#line 2130 - return err; -#line 2130 -} -#line 2130 - -static int -#line 2131 -ncx_get_longlong_short(const void *xp, short *ip) -#line 2131 -{ -#line 2131 - int err=NC_NOERR; -#line 2131 -#if SIZEOF_IX_INT64 == SIZEOF_SHORT && IX_INT64_MAX == SHORT_MAX -#line 2131 - get_ix_int64(xp, (ix_int64 *)ip); -#line 2131 -#else -#line 2131 - ix_int64 xx = 0; -#line 2131 - get_ix_int64(xp, &xx); -#line 2131 - -#line 2131 -#if IX_INT64_MAX > SHORT_MAX -#line 2131 - if (xx > SHORT_MAX || xx < SHORT_MIN) { -#line 2131 -#ifdef ERANGE_FILL -#line 2131 - *ip = NC_FILL_SHORT; -#line 2131 - return NC_ERANGE; -#line 2131 -#else -#line 2131 - err = NC_ERANGE; -#line 2131 -#endif -#line 2131 - } -#line 2131 -#endif -#line 2131 - -#line 2131 - -#line 2131 - *ip = (short) xx; -#line 2131 -#endif -#line 2131 - return err; -#line 2131 -} -#line 2131 - -static int -#line 2132 -ncx_get_longlong_int(const void *xp, int *ip) -#line 2132 -{ -#line 2132 - int err=NC_NOERR; -#line 2132 -#if SIZEOF_IX_INT64 == SIZEOF_INT && IX_INT64_MAX == INT_MAX -#line 2132 - get_ix_int64(xp, (ix_int64 *)ip); -#line 2132 -#else -#line 2132 - ix_int64 xx = 0; -#line 2132 - get_ix_int64(xp, &xx); -#line 2132 - -#line 2132 -#if IX_INT64_MAX > INT_MAX -#line 2132 - if (xx > INT_MAX || xx < INT_MIN) { -#line 2132 -#ifdef ERANGE_FILL -#line 2132 - *ip = NC_FILL_INT; -#line 2132 - return NC_ERANGE; -#line 2132 -#else -#line 2132 - err = NC_ERANGE; -#line 2132 -#endif -#line 2132 - } -#line 2132 -#endif -#line 2132 - -#line 2132 - -#line 2132 - *ip = (int) xx; -#line 2132 -#endif -#line 2132 - return err; -#line 2132 -} -#line 2132 - -static int -#line 2133 -ncx_get_longlong_long(const void *xp, long *ip) -#line 2133 -{ -#line 2133 - int err=NC_NOERR; -#line 2133 -#if SIZEOF_IX_INT64 == SIZEOF_LONG && IX_INT64_MAX == LONG_MAX -#line 2133 - get_ix_int64(xp, (ix_int64 *)ip); -#line 2133 -#else -#line 2133 - ix_int64 xx = 0; -#line 2133 - get_ix_int64(xp, &xx); -#line 2133 - -#line 2133 -#if IX_INT64_MAX > LONG_MAX -#line 2133 - if (xx > LONG_MAX || xx < LONG_MIN) { -#line 2133 -#ifdef ERANGE_FILL -#line 2133 - *ip = NC_FILL_INT; -#line 2133 - return NC_ERANGE; -#line 2133 -#else -#line 2133 - err = NC_ERANGE; -#line 2133 -#endif -#line 2133 - } -#line 2133 -#endif -#line 2133 - -#line 2133 - -#line 2133 - *ip = (long) xx; -#line 2133 -#endif -#line 2133 - return err; -#line 2133 -} -#line 2133 - -static int -#line 2134 -ncx_get_longlong_ushort(const void *xp, ushort *ip) -#line 2134 -{ -#line 2134 - int err=NC_NOERR; -#line 2134 - ix_int64 xx = 0; -#line 2134 - get_ix_int64(xp, &xx); -#line 2134 - -#line 2134 -#if IX_INT64_MAX > USHORT_MAX -#line 2134 - if (xx > USHORT_MAX) { -#line 2134 -#ifdef ERANGE_FILL -#line 2134 - *ip = NC_FILL_USHORT; -#line 2134 - return NC_ERANGE; -#line 2134 -#else -#line 2134 - err = NC_ERANGE; -#line 2134 -#endif -#line 2134 - } -#line 2134 -#endif -#line 2134 - -#line 2134 - if (xx < 0) { -#line 2134 -#ifdef ERANGE_FILL -#line 2134 - *ip = NC_FILL_USHORT; -#line 2134 - return NC_ERANGE; -#line 2134 -#else -#line 2134 - err = NC_ERANGE; /* because ip is unsigned */ -#line 2134 -#endif -#line 2134 - } -#line 2134 - *ip = (ushort) xx; -#line 2134 - return err; -#line 2134 -} -#line 2134 - -static int -#line 2135 -ncx_get_longlong_uchar(const void *xp, uchar *ip) -#line 2135 -{ -#line 2135 - int err=NC_NOERR; -#line 2135 - ix_int64 xx = 0; -#line 2135 - get_ix_int64(xp, &xx); -#line 2135 - -#line 2135 -#if IX_INT64_MAX > UCHAR_MAX -#line 2135 - if (xx > UCHAR_MAX) { -#line 2135 -#ifdef ERANGE_FILL -#line 2135 - *ip = NC_FILL_UBYTE; -#line 2135 - return NC_ERANGE; -#line 2135 -#else -#line 2135 - err = NC_ERANGE; -#line 2135 -#endif -#line 2135 - } -#line 2135 -#endif -#line 2135 - -#line 2135 - if (xx < 0) { -#line 2135 -#ifdef ERANGE_FILL -#line 2135 - *ip = NC_FILL_UBYTE; -#line 2135 - return NC_ERANGE; -#line 2135 -#else -#line 2135 - err = NC_ERANGE; /* because ip is unsigned */ -#line 2135 -#endif -#line 2135 - } -#line 2135 - *ip = (uchar) xx; -#line 2135 - return err; -#line 2135 -} -#line 2135 - -static int -#line 2136 -ncx_get_longlong_uint(const void *xp, uint *ip) -#line 2136 -{ -#line 2136 - int err=NC_NOERR; -#line 2136 - ix_int64 xx = 0; -#line 2136 - get_ix_int64(xp, &xx); -#line 2136 - -#line 2136 -#if IX_INT64_MAX > UINT_MAX -#line 2136 - if (xx > UINT_MAX) { -#line 2136 -#ifdef ERANGE_FILL -#line 2136 - *ip = NC_FILL_UINT; -#line 2136 - return NC_ERANGE; -#line 2136 -#else -#line 2136 - err = NC_ERANGE; -#line 2136 -#endif -#line 2136 - } -#line 2136 -#endif -#line 2136 - -#line 2136 - if (xx < 0) { -#line 2136 -#ifdef ERANGE_FILL -#line 2136 - *ip = NC_FILL_UINT; -#line 2136 - return NC_ERANGE; -#line 2136 -#else -#line 2136 - err = NC_ERANGE; /* because ip is unsigned */ -#line 2136 -#endif -#line 2136 - } -#line 2136 - *ip = (uint) xx; -#line 2136 - return err; -#line 2136 -} -#line 2136 - -static int -#line 2137 -ncx_get_longlong_ulonglong(const void *xp, ulonglong *ip) -#line 2137 -{ -#line 2137 - int err=NC_NOERR; -#line 2137 - ix_int64 xx = 0; -#line 2137 - get_ix_int64(xp, &xx); -#line 2137 - -#line 2137 -#if IX_INT64_MAX > ULONGLONG_MAX -#line 2137 - if (xx > ULONGLONG_MAX) { -#line 2137 -#ifdef ERANGE_FILL -#line 2137 - *ip = NC_FILL_UINT64; -#line 2137 - return NC_ERANGE; -#line 2137 -#else -#line 2137 - err = NC_ERANGE; -#line 2137 -#endif -#line 2137 - } -#line 2137 -#endif -#line 2137 - -#line 2137 - if (xx < 0) { -#line 2137 -#ifdef ERANGE_FILL -#line 2137 - *ip = NC_FILL_UINT64; -#line 2137 - return NC_ERANGE; -#line 2137 -#else -#line 2137 - err = NC_ERANGE; /* because ip is unsigned */ -#line 2137 -#endif -#line 2137 - } -#line 2137 - *ip = (ulonglong) xx; -#line 2137 - return err; -#line 2137 -} -#line 2137 - -static int -#line 2138 -ncx_get_longlong_float(const void *xp, float *ip) -#line 2138 -{ -#line 2138 - ix_int64 xx = 0; -#line 2138 - get_ix_int64(xp, &xx); -#line 2138 - *ip = (float)xx; -#line 2138 - return NC_NOERR; -#line 2138 -} -#line 2138 - -static int -#line 2139 -ncx_get_longlong_double(const void *xp, double *ip) -#line 2139 -{ -#line 2139 - ix_int64 xx = 0; -#line 2139 - get_ix_int64(xp, &xx); -#line 2139 - *ip = (double)xx; -#line 2139 - return NC_NOERR; -#line 2139 -} -#line 2139 - - -#if X_SIZEOF_INT64 != SIZEOF_LONGLONG -static int -#line 2142 -ncx_put_longlong_longlong(void *xp, const longlong *ip, void *fillp) -#line 2142 -{ -#line 2142 - int err=NC_NOERR; -#line 2142 -#if SIZEOF_IX_INT64 == SIZEOF_LONGLONG && IX_INT64_MAX == LONGLONG_MAX -#line 2142 - put_ix_int64(xp, (const ix_int64 *)ip); -#line 2142 -#else -#line 2142 - ix_int64 xx = NC_FILL_INT64; -#line 2142 - -#line 2142 -#if IX_INT64_MAX < LONGLONG_MAX -#line 2142 - if (*ip > IX_INT64_MAX || *ip < X_INT64_MIN) { -#line 2142 - -#line 2142 -#ifdef ERANGE_FILL -#line 2142 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2142 -#endif -#line 2142 - err = NC_ERANGE; -#line 2142 - } -#line 2142 -#ifdef ERANGE_FILL -#line 2142 - else -#line 2142 -#endif -#line 2142 -#endif -#line 2142 - xx = (ix_int64)*ip; -#line 2142 - -#line 2142 - put_ix_int64(xp, &xx); -#line 2142 -#endif -#line 2142 - return err; -#line 2142 -} -#line 2142 - -#endif -static int -#line 2144 -ncx_put_longlong_schar(void *xp, const schar *ip, void *fillp) -#line 2144 -{ -#line 2144 - int err=NC_NOERR; -#line 2144 - ix_int64 xx = NC_FILL_INT64; -#line 2144 - -#line 2144 -#if IX_INT64_MAX < SCHAR_MAX -#line 2144 - if (*ip > IX_INT64_MAX || *ip < X_INT64_MIN) { -#line 2144 - -#line 2144 -#ifdef ERANGE_FILL -#line 2144 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2144 -#endif -#line 2144 - err = NC_ERANGE; -#line 2144 - } -#line 2144 -#ifdef ERANGE_FILL -#line 2144 - else -#line 2144 -#endif -#line 2144 -#endif -#line 2144 - xx = (ix_int64)*ip; -#line 2144 - -#line 2144 - put_ix_int64(xp, &xx); -#line 2144 - return err; -#line 2144 -} -#line 2144 - -static int -#line 2145 -ncx_put_longlong_short(void *xp, const short *ip, void *fillp) -#line 2145 -{ -#line 2145 - int err=NC_NOERR; -#line 2145 -#if SIZEOF_IX_INT64 == SIZEOF_SHORT && IX_INT64_MAX == SHORT_MAX -#line 2145 - put_ix_int64(xp, (const ix_int64 *)ip); -#line 2145 -#else -#line 2145 - ix_int64 xx = NC_FILL_INT64; -#line 2145 - -#line 2145 -#if IX_INT64_MAX < SHORT_MAX -#line 2145 - if (*ip > IX_INT64_MAX || *ip < X_INT64_MIN) { -#line 2145 - -#line 2145 -#ifdef ERANGE_FILL -#line 2145 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2145 -#endif -#line 2145 - err = NC_ERANGE; -#line 2145 - } -#line 2145 -#ifdef ERANGE_FILL -#line 2145 - else -#line 2145 -#endif -#line 2145 -#endif -#line 2145 - xx = (ix_int64)*ip; -#line 2145 - -#line 2145 - put_ix_int64(xp, &xx); -#line 2145 -#endif -#line 2145 - return err; -#line 2145 -} -#line 2145 - -static int -#line 2146 -ncx_put_longlong_int(void *xp, const int *ip, void *fillp) -#line 2146 -{ -#line 2146 - int err=NC_NOERR; -#line 2146 -#if SIZEOF_IX_INT64 == SIZEOF_INT && IX_INT64_MAX == INT_MAX -#line 2146 - put_ix_int64(xp, (const ix_int64 *)ip); -#line 2146 -#else -#line 2146 - ix_int64 xx = NC_FILL_INT64; -#line 2146 - -#line 2146 -#if IX_INT64_MAX < INT_MAX -#line 2146 - if (*ip > IX_INT64_MAX || *ip < X_INT64_MIN) { -#line 2146 - -#line 2146 -#ifdef ERANGE_FILL -#line 2146 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2146 -#endif -#line 2146 - err = NC_ERANGE; -#line 2146 - } -#line 2146 -#ifdef ERANGE_FILL -#line 2146 - else -#line 2146 -#endif -#line 2146 -#endif -#line 2146 - xx = (ix_int64)*ip; -#line 2146 - -#line 2146 - put_ix_int64(xp, &xx); -#line 2146 -#endif -#line 2146 - return err; -#line 2146 -} -#line 2146 - -static int -#line 2147 -ncx_put_longlong_long(void *xp, const long *ip, void *fillp) -#line 2147 -{ -#line 2147 - int err=NC_NOERR; -#line 2147 -#if SIZEOF_IX_INT64 == SIZEOF_LONG && IX_INT64_MAX == LONG_MAX -#line 2147 - put_ix_int64(xp, (const ix_int64 *)ip); -#line 2147 -#else -#line 2147 - ix_int64 xx = NC_FILL_INT64; -#line 2147 - -#line 2147 -#if IX_INT64_MAX < LONG_MAX -#line 2147 - if (*ip > IX_INT64_MAX || *ip < X_INT64_MIN) { -#line 2147 - -#line 2147 -#ifdef ERANGE_FILL -#line 2147 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2147 -#endif -#line 2147 - err = NC_ERANGE; -#line 2147 - } -#line 2147 -#ifdef ERANGE_FILL -#line 2147 - else -#line 2147 -#endif -#line 2147 -#endif -#line 2147 - xx = (ix_int64)*ip; -#line 2147 - -#line 2147 - put_ix_int64(xp, &xx); -#line 2147 -#endif -#line 2147 - return err; -#line 2147 -} -#line 2147 - -static int -#line 2148 -ncx_put_longlong_ushort(void *xp, const ushort *ip, void *fillp) -#line 2148 -{ -#line 2148 - int err=NC_NOERR; -#line 2148 - ix_int64 xx = NC_FILL_INT64; -#line 2148 - -#line 2148 -#if IX_INT64_MAX < USHORT_MAX -#line 2148 - if (*ip > IX_INT64_MAX) { -#line 2148 - -#line 2148 -#ifdef ERANGE_FILL -#line 2148 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2148 -#endif -#line 2148 - err = NC_ERANGE; -#line 2148 - } -#line 2148 -#ifdef ERANGE_FILL -#line 2148 - else -#line 2148 -#endif -#line 2148 -#endif -#line 2148 - xx = (ix_int64)*ip; -#line 2148 - -#line 2148 - put_ix_int64(xp, &xx); -#line 2148 - return err; -#line 2148 -} -#line 2148 - -static int -#line 2149 -ncx_put_longlong_uchar(void *xp, const uchar *ip, void *fillp) -#line 2149 -{ -#line 2149 - int err=NC_NOERR; -#line 2149 - ix_int64 xx = NC_FILL_INT64; -#line 2149 - -#line 2149 -#if IX_INT64_MAX < UCHAR_MAX -#line 2149 - if (*ip > IX_INT64_MAX) { -#line 2149 - -#line 2149 -#ifdef ERANGE_FILL -#line 2149 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2149 -#endif -#line 2149 - err = NC_ERANGE; -#line 2149 - } -#line 2149 -#ifdef ERANGE_FILL -#line 2149 - else -#line 2149 -#endif -#line 2149 -#endif -#line 2149 - xx = (ix_int64)*ip; -#line 2149 - -#line 2149 - put_ix_int64(xp, &xx); -#line 2149 - return err; -#line 2149 -} -#line 2149 - -static int -#line 2150 -ncx_put_longlong_uint(void *xp, const uint *ip, void *fillp) -#line 2150 -{ -#line 2150 - int err=NC_NOERR; -#line 2150 - ix_int64 xx = NC_FILL_INT64; -#line 2150 - -#line 2150 -#if IX_INT64_MAX < UINT_MAX -#line 2150 - if (*ip > IX_INT64_MAX) { -#line 2150 - -#line 2150 -#ifdef ERANGE_FILL -#line 2150 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2150 -#endif -#line 2150 - err = NC_ERANGE; -#line 2150 - } -#line 2150 -#ifdef ERANGE_FILL -#line 2150 - else -#line 2150 -#endif -#line 2150 -#endif -#line 2150 - xx = (ix_int64)*ip; -#line 2150 - -#line 2150 - put_ix_int64(xp, &xx); -#line 2150 - return err; -#line 2150 -} -#line 2150 - -static int -#line 2151 -ncx_put_longlong_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 2151 -{ -#line 2151 - int err=NC_NOERR; -#line 2151 - ix_int64 xx = NC_FILL_INT64; -#line 2151 - -#line 2151 -#if IX_INT64_MAX < ULONGLONG_MAX -#line 2151 - if (*ip > IX_INT64_MAX) { -#line 2151 - -#line 2151 -#ifdef ERANGE_FILL -#line 2151 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2151 -#endif -#line 2151 - err = NC_ERANGE; -#line 2151 - } -#line 2151 -#ifdef ERANGE_FILL -#line 2151 - else -#line 2151 -#endif -#line 2151 -#endif -#line 2151 - xx = (ix_int64)*ip; -#line 2151 - -#line 2151 - put_ix_int64(xp, &xx); -#line 2151 - return err; -#line 2151 -} -#line 2151 - -static int -#line 2152 -ncx_put_longlong_float(void *xp, const float *ip, void *fillp) -#line 2152 -{ -#line 2152 - int err=NC_NOERR; -#line 2152 - ix_int64 xx = NC_FILL_INT64; -#line 2152 - -#line 2152 - if (*ip > (double)X_INT64_MAX || *ip < (double)X_INT64_MIN) { -#line 2152 - -#line 2152 -#ifdef ERANGE_FILL -#line 2152 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2152 -#endif -#line 2152 - err = NC_ERANGE; -#line 2152 - } -#line 2152 -#ifdef ERANGE_FILL -#line 2152 - else -#line 2152 -#endif -#line 2152 - xx = (ix_int64)*ip; -#line 2152 - -#line 2152 - put_ix_int64(xp, &xx); -#line 2152 - return err; -#line 2152 -} -#line 2152 - -static int -#line 2153 -ncx_put_longlong_double(void *xp, const double *ip, void *fillp) -#line 2153 -{ -#line 2153 - int err=NC_NOERR; -#line 2153 - ix_int64 xx = NC_FILL_INT64; -#line 2153 - -#line 2153 - if (*ip > X_INT64_MAX || *ip < X_INT64_MIN) { -#line 2153 - -#line 2153 -#ifdef ERANGE_FILL -#line 2153 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2153 -#endif -#line 2153 - err = NC_ERANGE; -#line 2153 - } -#line 2153 -#ifdef ERANGE_FILL -#line 2153 - else -#line 2153 -#endif -#line 2153 - xx = (ix_int64)*ip; -#line 2153 - -#line 2153 - put_ix_int64(xp, &xx); -#line 2153 - return err; -#line 2153 -} -#line 2153 - - - -/* external NC_UINT64 -------------------------------------------------------*/ - -#if USHORT_MAX == X_UINT64_MAX -typedef ushort ix_uint64; -#define SIZEOF_IX_UINT64 SIZEOF_USHORT -#define IX_UINT64_MAX USHORT_MAX -#elif ULONG_LONG_MAX >= X_UINT64_MAX -typedef ulonglong ix_uint64; -#define SIZEOF_IX_UINT64 SIZEOF_ULONGLONG -#define IX_UINT64_MAX ULONG_LONG_MAX -#elif ULONG_MAX >= X_UINT64_MAX -typedef ulong ix_uint64; -#define SIZEOF_IX_UINT64 SIZEOF_ULONG -#define IX_UINT64_MAX ULONG_MAX -#else -#error "ix_uint64 implementation" -#endif - - -static void -get_ix_uint64(const void *xp, ix_uint64 *ip) -{ - const uchar *cp = (const uchar *) xp; - - *ip = ((ix_uint64)(*cp++) << 56); - *ip |= ((ix_uint64)(*cp++) << 48); - *ip |= ((ix_uint64)(*cp++) << 40); - *ip |= ((ix_uint64)(*cp++) << 32); - *ip |= ((ix_uint64)(*cp++) << 24); - *ip |= ((ix_uint64)(*cp++) << 16); - *ip |= ((ix_uint64)(*cp++) << 8); - *ip |= (ix_uint64)*cp; -} - -static void -put_ix_uint64(void *xp, const ix_uint64 *ip) -{ - uchar *cp = (uchar *) xp; - - *cp++ = (uchar)((*ip) >> 56); - *cp++ = (uchar)(((*ip) & 0x00ff000000000000ULL) >> 48); - *cp++ = (uchar)(((*ip) & 0x0000ff0000000000ULL) >> 40); - *cp++ = (uchar)(((*ip) & 0x000000ff00000000ULL) >> 32); - *cp++ = (uchar)(((*ip) & 0x00000000ff000000ULL) >> 24); - *cp++ = (uchar)(((*ip) & 0x0000000000ff0000ULL) >> 16); - *cp++ = (uchar)(((*ip) & 0x000000000000ff00ULL) >> 8); - *cp = (uchar)( (*ip) & 0x00000000000000ffULL); -} - -#if X_SIZEOF_UINT64 != SIZEOF_ULONGLONG -static int -#line 2206 -ncx_get_ulonglong_ulonglong(const void *xp, ulonglong *ip) -#line 2206 -{ -#line 2206 - int err=NC_NOERR; -#line 2206 -#if SIZEOF_IX_UINT64 == SIZEOF_ULONGLONG && IX_UINT64_MAX == ULONGLONG_MAX -#line 2206 - get_ix_uint64(xp, (ix_uint64 *)ip); -#line 2206 -#else -#line 2206 - ix_uint64 xx = 0; -#line 2206 - get_ix_uint64(xp, &xx); -#line 2206 - -#line 2206 -#if IX_UINT64_MAX > ULONGLONG_MAX -#line 2206 - if (xx > ULONGLONG_MAX) { -#line 2206 -#ifdef ERANGE_FILL -#line 2206 - *ip = NC_FILL_UINT64; -#line 2206 - return NC_ERANGE; -#line 2206 -#else -#line 2206 - err = NC_ERANGE; -#line 2206 -#endif -#line 2206 - } -#line 2206 -#endif -#line 2206 - -#line 2206 - -#line 2206 - *ip = (ulonglong) xx; -#line 2206 -#endif -#line 2206 - return err; -#line 2206 -} -#line 2206 - -#endif -static int -#line 2208 -ncx_get_ulonglong_schar(const void *xp, schar *ip) -#line 2208 -{ -#line 2208 - int err=NC_NOERR; -#line 2208 - ix_uint64 xx = 0; -#line 2208 - get_ix_uint64(xp, &xx); -#line 2208 - -#line 2208 -#if IX_UINT64_MAX > SCHAR_MAX -#line 2208 - if (xx > SCHAR_MAX) { -#line 2208 -#ifdef ERANGE_FILL -#line 2208 - *ip = NC_FILL_BYTE; -#line 2208 - return NC_ERANGE; -#line 2208 -#else -#line 2208 - err = NC_ERANGE; -#line 2208 -#endif -#line 2208 - } -#line 2208 -#endif -#line 2208 - -#line 2208 - -#line 2208 - *ip = (schar) xx; -#line 2208 - return err; -#line 2208 -} -#line 2208 - -static int -#line 2209 -ncx_get_ulonglong_short(const void *xp, short *ip) -#line 2209 -{ -#line 2209 - int err=NC_NOERR; -#line 2209 - ix_uint64 xx = 0; -#line 2209 - get_ix_uint64(xp, &xx); -#line 2209 - -#line 2209 -#if IX_UINT64_MAX > SHORT_MAX -#line 2209 - if (xx > SHORT_MAX) { -#line 2209 -#ifdef ERANGE_FILL -#line 2209 - *ip = NC_FILL_SHORT; -#line 2209 - return NC_ERANGE; -#line 2209 -#else -#line 2209 - err = NC_ERANGE; -#line 2209 -#endif -#line 2209 - } -#line 2209 -#endif -#line 2209 - -#line 2209 - -#line 2209 - *ip = (short) xx; -#line 2209 - return err; -#line 2209 -} -#line 2209 - -static int -#line 2210 -ncx_get_ulonglong_int(const void *xp, int *ip) -#line 2210 -{ -#line 2210 - int err=NC_NOERR; -#line 2210 - ix_uint64 xx = 0; -#line 2210 - get_ix_uint64(xp, &xx); -#line 2210 - -#line 2210 -#if IX_UINT64_MAX > INT_MAX -#line 2210 - if (xx > INT_MAX) { -#line 2210 -#ifdef ERANGE_FILL -#line 2210 - *ip = NC_FILL_INT; -#line 2210 - return NC_ERANGE; -#line 2210 -#else -#line 2210 - err = NC_ERANGE; -#line 2210 -#endif -#line 2210 - } -#line 2210 -#endif -#line 2210 - -#line 2210 - -#line 2210 - *ip = (int) xx; -#line 2210 - return err; -#line 2210 -} -#line 2210 - -static int -#line 2211 -ncx_get_ulonglong_long(const void *xp, long *ip) -#line 2211 -{ -#line 2211 - int err=NC_NOERR; -#line 2211 - ix_uint64 xx = 0; -#line 2211 - get_ix_uint64(xp, &xx); -#line 2211 - -#line 2211 -#if IX_UINT64_MAX > LONG_MAX -#line 2211 - if (xx > LONG_MAX) { -#line 2211 -#ifdef ERANGE_FILL -#line 2211 - *ip = NC_FILL_INT; -#line 2211 - return NC_ERANGE; -#line 2211 -#else -#line 2211 - err = NC_ERANGE; -#line 2211 -#endif -#line 2211 - } -#line 2211 -#endif -#line 2211 - -#line 2211 - -#line 2211 - *ip = (long) xx; -#line 2211 - return err; -#line 2211 -} -#line 2211 - -static int -#line 2212 -ncx_get_ulonglong_longlong(const void *xp, longlong *ip) -#line 2212 -{ -#line 2212 - int err=NC_NOERR; -#line 2212 - ix_uint64 xx = 0; -#line 2212 - get_ix_uint64(xp, &xx); -#line 2212 - -#line 2212 -#if IX_UINT64_MAX > LONGLONG_MAX -#line 2212 - if (xx > LONGLONG_MAX) { -#line 2212 -#ifdef ERANGE_FILL -#line 2212 - *ip = NC_FILL_INT64; -#line 2212 - return NC_ERANGE; -#line 2212 -#else -#line 2212 - err = NC_ERANGE; -#line 2212 -#endif -#line 2212 - } -#line 2212 -#endif -#line 2212 - -#line 2212 - -#line 2212 - *ip = (longlong) xx; -#line 2212 - return err; -#line 2212 -} -#line 2212 - -static int -#line 2213 -ncx_get_ulonglong_ushort(const void *xp, ushort *ip) -#line 2213 -{ -#line 2213 - int err=NC_NOERR; -#line 2213 -#if SIZEOF_IX_UINT64 == SIZEOF_USHORT && IX_UINT64_MAX == USHORT_MAX -#line 2213 - get_ix_uint64(xp, (ix_uint64 *)ip); -#line 2213 -#else -#line 2213 - ix_uint64 xx = 0; -#line 2213 - get_ix_uint64(xp, &xx); -#line 2213 - -#line 2213 -#if IX_UINT64_MAX > USHORT_MAX -#line 2213 - if (xx > USHORT_MAX) { -#line 2213 -#ifdef ERANGE_FILL -#line 2213 - *ip = NC_FILL_USHORT; -#line 2213 - return NC_ERANGE; -#line 2213 -#else -#line 2213 - err = NC_ERANGE; -#line 2213 -#endif -#line 2213 - } -#line 2213 -#endif -#line 2213 - -#line 2213 - -#line 2213 - *ip = (ushort) xx; -#line 2213 -#endif -#line 2213 - return err; -#line 2213 -} -#line 2213 - -static int -#line 2214 -ncx_get_ulonglong_uchar(const void *xp, uchar *ip) -#line 2214 -{ -#line 2214 - int err=NC_NOERR; -#line 2214 -#if SIZEOF_IX_UINT64 == SIZEOF_UCHAR && IX_UINT64_MAX == UCHAR_MAX -#line 2214 - get_ix_uint64(xp, (ix_uint64 *)ip); -#line 2214 -#else -#line 2214 - ix_uint64 xx = 0; -#line 2214 - get_ix_uint64(xp, &xx); -#line 2214 - -#line 2214 -#if IX_UINT64_MAX > UCHAR_MAX -#line 2214 - if (xx > UCHAR_MAX) { -#line 2214 -#ifdef ERANGE_FILL -#line 2214 - *ip = NC_FILL_UBYTE; -#line 2214 - return NC_ERANGE; -#line 2214 -#else -#line 2214 - err = NC_ERANGE; -#line 2214 -#endif -#line 2214 - } -#line 2214 -#endif -#line 2214 - -#line 2214 - -#line 2214 - *ip = (uchar) xx; -#line 2214 -#endif -#line 2214 - return err; -#line 2214 -} -#line 2214 - -static int -#line 2215 -ncx_get_ulonglong_uint(const void *xp, uint *ip) -#line 2215 -{ -#line 2215 - int err=NC_NOERR; -#line 2215 -#if SIZEOF_IX_UINT64 == SIZEOF_UINT && IX_UINT64_MAX == UINT_MAX -#line 2215 - get_ix_uint64(xp, (ix_uint64 *)ip); -#line 2215 -#else -#line 2215 - ix_uint64 xx = 0; -#line 2215 - get_ix_uint64(xp, &xx); -#line 2215 - -#line 2215 -#if IX_UINT64_MAX > UINT_MAX -#line 2215 - if (xx > UINT_MAX) { -#line 2215 -#ifdef ERANGE_FILL -#line 2215 - *ip = NC_FILL_UINT; -#line 2215 - return NC_ERANGE; -#line 2215 -#else -#line 2215 - err = NC_ERANGE; -#line 2215 -#endif -#line 2215 - } -#line 2215 -#endif -#line 2215 - -#line 2215 - -#line 2215 - *ip = (uint) xx; -#line 2215 -#endif -#line 2215 - return err; -#line 2215 -} -#line 2215 - -static int -#line 2216 -ncx_get_ulonglong_float(const void *xp, float *ip) -#line 2216 -{ -#line 2216 - ix_uint64 xx = 0; -#line 2216 - get_ix_uint64(xp, &xx); -#line 2216 - *ip = (float)xx; -#line 2216 - return NC_NOERR; -#line 2216 -} -#line 2216 - -static int -#line 2217 -ncx_get_ulonglong_double(const void *xp, double *ip) -#line 2217 -{ -#line 2217 - ix_uint64 xx = 0; -#line 2217 - get_ix_uint64(xp, &xx); -#line 2217 - *ip = (double)xx; -#line 2217 - return NC_NOERR; -#line 2217 -} -#line 2217 - - -#if X_SIZEOF_UINT64 != SIZEOF_ULONGLONG -static int -#line 2220 -ncx_put_ulonglong_ulonglong(void *xp, const ulonglong *ip, void *fillp) -#line 2220 -{ -#line 2220 - int err=NC_NOERR; -#line 2220 -#if SIZEOF_IX_UINT64 == SIZEOF_ULONGLONG && IX_UINT64_MAX == ULONGLONG_MAX -#line 2220 - put_ix_uint64(xp, (const ix_uint64 *)ip); -#line 2220 -#else -#line 2220 - ix_uint64 xx = NC_FILL_UINT64; -#line 2220 - -#line 2220 -#if IX_UINT64_MAX < ULONGLONG_MAX -#line 2220 - if (*ip > IX_UINT64_MAX) { -#line 2220 - -#line 2220 -#ifdef ERANGE_FILL -#line 2220 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2220 -#endif -#line 2220 - err = NC_ERANGE; -#line 2220 - } -#line 2220 -#ifdef ERANGE_FILL -#line 2220 - else -#line 2220 -#endif -#line 2220 -#endif -#line 2220 - xx = (ix_uint64)*ip; -#line 2220 - -#line 2220 - put_ix_uint64(xp, &xx); -#line 2220 -#endif -#line 2220 - return err; -#line 2220 -} -#line 2220 - -#endif -static int -#line 2222 -ncx_put_ulonglong_schar(void *xp, const schar *ip, void *fillp) -#line 2222 -{ -#line 2222 - int err=NC_NOERR; -#line 2222 - ix_uint64 xx = NC_FILL_UINT64; -#line 2222 - -#line 2222 -#if IX_UINT64_MAX < SCHAR_MAX -#line 2222 - if (*ip > IX_UINT64_MAX) { -#line 2222 - -#line 2222 -#ifdef ERANGE_FILL -#line 2222 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2222 -#endif -#line 2222 - err = NC_ERANGE; -#line 2222 - } -#line 2222 -#ifdef ERANGE_FILL -#line 2222 - else -#line 2222 -#endif -#line 2222 -#endif -#line 2222 - if (*ip < 0) { -#line 2222 - -#line 2222 -#ifdef ERANGE_FILL -#line 2222 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2222 -#endif -#line 2222 - err = NC_ERANGE; /* because xp is unsigned */ -#line 2222 - } -#line 2222 -#ifdef ERANGE_FILL -#line 2222 - else -#line 2222 -#endif -#line 2222 - xx = (ix_uint64)*ip; -#line 2222 - -#line 2222 - put_ix_uint64(xp, &xx); -#line 2222 - return err; -#line 2222 -} -#line 2222 - -static int -#line 2223 -ncx_put_ulonglong_short(void *xp, const short *ip, void *fillp) -#line 2223 -{ -#line 2223 - int err=NC_NOERR; -#line 2223 - ix_uint64 xx = NC_FILL_UINT64; -#line 2223 - -#line 2223 -#if IX_UINT64_MAX < SHORT_MAX -#line 2223 - if (*ip > IX_UINT64_MAX) { -#line 2223 - -#line 2223 -#ifdef ERANGE_FILL -#line 2223 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2223 -#endif -#line 2223 - err = NC_ERANGE; -#line 2223 - } -#line 2223 -#ifdef ERANGE_FILL -#line 2223 - else -#line 2223 -#endif -#line 2223 -#endif -#line 2223 - if (*ip < 0) { -#line 2223 - -#line 2223 -#ifdef ERANGE_FILL -#line 2223 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2223 -#endif -#line 2223 - err = NC_ERANGE; /* because xp is unsigned */ -#line 2223 - } -#line 2223 -#ifdef ERANGE_FILL -#line 2223 - else -#line 2223 -#endif -#line 2223 - xx = (ix_uint64)*ip; -#line 2223 - -#line 2223 - put_ix_uint64(xp, &xx); -#line 2223 - return err; -#line 2223 -} -#line 2223 - -static int -#line 2224 -ncx_put_ulonglong_int(void *xp, const int *ip, void *fillp) -#line 2224 -{ -#line 2224 - int err=NC_NOERR; -#line 2224 - ix_uint64 xx = NC_FILL_UINT64; -#line 2224 - -#line 2224 -#if IX_UINT64_MAX < INT_MAX -#line 2224 - if (*ip > IX_UINT64_MAX) { -#line 2224 - -#line 2224 -#ifdef ERANGE_FILL -#line 2224 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2224 -#endif -#line 2224 - err = NC_ERANGE; -#line 2224 - } -#line 2224 -#ifdef ERANGE_FILL -#line 2224 - else -#line 2224 -#endif -#line 2224 -#endif -#line 2224 - if (*ip < 0) { -#line 2224 - -#line 2224 -#ifdef ERANGE_FILL -#line 2224 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2224 -#endif -#line 2224 - err = NC_ERANGE; /* because xp is unsigned */ -#line 2224 - } -#line 2224 -#ifdef ERANGE_FILL -#line 2224 - else -#line 2224 -#endif -#line 2224 - xx = (ix_uint64)*ip; -#line 2224 - -#line 2224 - put_ix_uint64(xp, &xx); -#line 2224 - return err; -#line 2224 -} -#line 2224 - -static int -#line 2225 -ncx_put_ulonglong_long(void *xp, const long *ip, void *fillp) -#line 2225 -{ -#line 2225 - int err=NC_NOERR; -#line 2225 - ix_uint64 xx = NC_FILL_UINT64; -#line 2225 - -#line 2225 -#if IX_UINT64_MAX < LONG_MAX -#line 2225 - if (*ip > IX_UINT64_MAX) { -#line 2225 - -#line 2225 -#ifdef ERANGE_FILL -#line 2225 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2225 -#endif -#line 2225 - err = NC_ERANGE; -#line 2225 - } -#line 2225 -#ifdef ERANGE_FILL -#line 2225 - else -#line 2225 -#endif -#line 2225 -#endif -#line 2225 - if (*ip < 0) { -#line 2225 - -#line 2225 -#ifdef ERANGE_FILL -#line 2225 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2225 -#endif -#line 2225 - err = NC_ERANGE; /* because xp is unsigned */ -#line 2225 - } -#line 2225 -#ifdef ERANGE_FILL -#line 2225 - else -#line 2225 -#endif -#line 2225 - xx = (ix_uint64)*ip; -#line 2225 - -#line 2225 - put_ix_uint64(xp, &xx); -#line 2225 - return err; -#line 2225 -} -#line 2225 - -static int -#line 2226 -ncx_put_ulonglong_longlong(void *xp, const longlong *ip, void *fillp) -#line 2226 -{ -#line 2226 - int err=NC_NOERR; -#line 2226 - ix_uint64 xx = NC_FILL_UINT64; -#line 2226 - -#line 2226 -#if IX_UINT64_MAX < LONGLONG_MAX -#line 2226 - if (*ip > IX_UINT64_MAX) { -#line 2226 - -#line 2226 -#ifdef ERANGE_FILL -#line 2226 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2226 -#endif -#line 2226 - err = NC_ERANGE; -#line 2226 - } -#line 2226 -#ifdef ERANGE_FILL -#line 2226 - else -#line 2226 -#endif -#line 2226 -#endif -#line 2226 - if (*ip < 0) { -#line 2226 - -#line 2226 -#ifdef ERANGE_FILL -#line 2226 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2226 -#endif -#line 2226 - err = NC_ERANGE; /* because xp is unsigned */ -#line 2226 - } -#line 2226 -#ifdef ERANGE_FILL -#line 2226 - else -#line 2226 -#endif -#line 2226 - xx = (ix_uint64)*ip; -#line 2226 - -#line 2226 - put_ix_uint64(xp, &xx); -#line 2226 - return err; -#line 2226 -} -#line 2226 - -static int -#line 2227 -ncx_put_ulonglong_uchar(void *xp, const uchar *ip, void *fillp) -#line 2227 -{ -#line 2227 - int err=NC_NOERR; -#line 2227 -#if SIZEOF_IX_UINT64 == SIZEOF_UCHAR && IX_UINT64_MAX == UCHAR_MAX -#line 2227 - put_ix_uint64(xp, (const ix_uint64 *)ip); -#line 2227 -#else -#line 2227 - ix_uint64 xx = NC_FILL_UINT64; -#line 2227 - -#line 2227 -#if IX_UINT64_MAX < UCHAR_MAX -#line 2227 - if (*ip > IX_UINT64_MAX) { -#line 2227 - -#line 2227 -#ifdef ERANGE_FILL -#line 2227 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2227 -#endif -#line 2227 - err = NC_ERANGE; -#line 2227 - } -#line 2227 -#ifdef ERANGE_FILL -#line 2227 - else -#line 2227 -#endif -#line 2227 -#endif -#line 2227 - xx = (ix_uint64)*ip; -#line 2227 - -#line 2227 - put_ix_uint64(xp, &xx); -#line 2227 -#endif -#line 2227 - return err; -#line 2227 -} -#line 2227 - -static int -#line 2228 -ncx_put_ulonglong_ushort(void *xp, const ushort *ip, void *fillp) -#line 2228 -{ -#line 2228 - int err=NC_NOERR; -#line 2228 -#if SIZEOF_IX_UINT64 == SIZEOF_USHORT && IX_UINT64_MAX == USHORT_MAX -#line 2228 - put_ix_uint64(xp, (const ix_uint64 *)ip); -#line 2228 -#else -#line 2228 - ix_uint64 xx = NC_FILL_UINT64; -#line 2228 - -#line 2228 -#if IX_UINT64_MAX < USHORT_MAX -#line 2228 - if (*ip > IX_UINT64_MAX) { -#line 2228 - -#line 2228 -#ifdef ERANGE_FILL -#line 2228 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2228 -#endif -#line 2228 - err = NC_ERANGE; -#line 2228 - } -#line 2228 -#ifdef ERANGE_FILL -#line 2228 - else -#line 2228 -#endif -#line 2228 -#endif -#line 2228 - xx = (ix_uint64)*ip; -#line 2228 - -#line 2228 - put_ix_uint64(xp, &xx); -#line 2228 -#endif -#line 2228 - return err; -#line 2228 -} -#line 2228 - -static int -#line 2229 -ncx_put_ulonglong_uint(void *xp, const uint *ip, void *fillp) -#line 2229 -{ -#line 2229 - int err=NC_NOERR; -#line 2229 -#if SIZEOF_IX_UINT64 == SIZEOF_UINT && IX_UINT64_MAX == UINT_MAX -#line 2229 - put_ix_uint64(xp, (const ix_uint64 *)ip); -#line 2229 -#else -#line 2229 - ix_uint64 xx = NC_FILL_UINT64; -#line 2229 - -#line 2229 -#if IX_UINT64_MAX < UINT_MAX -#line 2229 - if (*ip > IX_UINT64_MAX) { -#line 2229 - -#line 2229 -#ifdef ERANGE_FILL -#line 2229 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2229 -#endif -#line 2229 - err = NC_ERANGE; -#line 2229 - } -#line 2229 -#ifdef ERANGE_FILL -#line 2229 - else -#line 2229 -#endif -#line 2229 -#endif -#line 2229 - xx = (ix_uint64)*ip; -#line 2229 - -#line 2229 - put_ix_uint64(xp, &xx); -#line 2229 -#endif -#line 2229 - return err; -#line 2229 -} -#line 2229 - -static int -#line 2230 -ncx_put_ulonglong_float(void *xp, const float *ip, void *fillp) -#line 2230 -{ -#line 2230 - int err=NC_NOERR; -#line 2230 - ix_uint64 xx = NC_FILL_UINT64; -#line 2230 - -#line 2230 - if (*ip > (double)X_UINT64_MAX || *ip < 0) { -#line 2230 - -#line 2230 -#ifdef ERANGE_FILL -#line 2230 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2230 -#endif -#line 2230 - err = NC_ERANGE; -#line 2230 - } -#line 2230 -#ifdef ERANGE_FILL -#line 2230 - else -#line 2230 -#endif -#line 2230 - xx = (ix_uint64)*ip; -#line 2230 - -#line 2230 - put_ix_uint64(xp, &xx); -#line 2230 - return err; -#line 2230 -} -#line 2230 - -static int -#line 2231 -ncx_put_ulonglong_double(void *xp, const double *ip, void *fillp) -#line 2231 -{ -#line 2231 - int err=NC_NOERR; -#line 2231 - ix_uint64 xx = NC_FILL_UINT64; -#line 2231 - -#line 2231 - if (*ip > X_UINT64_MAX || *ip < 0) { -#line 2231 - -#line 2231 -#ifdef ERANGE_FILL -#line 2231 - if (fillp != NULL) memcpy(&xx, fillp, 8); -#line 2231 -#endif -#line 2231 - err = NC_ERANGE; -#line 2231 - } -#line 2231 -#ifdef ERANGE_FILL -#line 2231 - else -#line 2231 -#endif -#line 2231 - xx = (ix_uint64)*ip; -#line 2231 - -#line 2231 - put_ix_uint64(xp, &xx); -#line 2231 - return err; -#line 2231 -} -#line 2231 - - - -/* x_size_t */ - -#if SIZEOF_SIZE_T < X_SIZEOF_SIZE_T -#error "x_size_t implementation" -/* netcdf requires size_t which can hold a values from 0 to 2^32 -1 */ -#endif - -int -ncx_put_size_t(void **xpp, const size_t *ulp) -{ - /* similar to put_ix_int() */ - uchar *cp = (uchar *) *xpp; - assert(*ulp <= X_SIZE_MAX); - - *cp++ = (uchar)((*ulp) >> 24); - *cp++ = (uchar)(((*ulp) & 0x00ff0000) >> 16); - *cp++ = (uchar)(((*ulp) & 0x0000ff00) >> 8); - *cp = (uchar)((*ulp) & 0x000000ff); - - *xpp = (void *)((char *)(*xpp) + X_SIZEOF_SIZE_T); - return NC_NOERR; -} - -int -ncx_get_size_t(const void **xpp, size_t *ulp) -{ - /* similar to get_ix_int */ - const uchar *cp = (const uchar *) *xpp; - - *ulp = (unsigned)(*cp++) << 24; - *ulp |= (*cp++ << 16); - *ulp |= (*cp++ << 8); - *ulp |= *cp; - - *xpp = (const void *)((const char *)(*xpp) + X_SIZEOF_SIZE_T); - return NC_NOERR; -} - -/* x_off_t */ - -int -ncx_put_off_t(void **xpp, const off_t *lp, size_t sizeof_off_t) -{ - /* similar to put_ix_int() */ - uchar *cp = (uchar *) *xpp; - - /* No negative offsets stored in netcdf */ - if (*lp < 0) { - /* Assume this is an overflow of a 32-bit int... */ - return NC_ERANGE; - } - - assert(sizeof_off_t == 4 || sizeof_off_t == 8); - - if (sizeof_off_t == 4) { - *cp++ = (uchar) ((*lp) >> 24); - *cp++ = (uchar)(((*lp) & 0x00ff0000) >> 16); - *cp++ = (uchar)(((*lp) & 0x0000ff00) >> 8); - *cp = (uchar)( (*lp) & 0x000000ff); - } else { -#if SIZEOF_OFF_T == 4 -/* Write a 64-bit offset on a system with only a 32-bit offset */ - *cp++ = (uchar)0; - *cp++ = (uchar)0; - *cp++ = (uchar)0; - *cp++ = (uchar)0; - - *cp++ = (uchar)(((*lp) & 0xff000000) >> 24); - *cp++ = (uchar)(((*lp) & 0x00ff0000) >> 16); - *cp++ = (uchar)(((*lp) & 0x0000ff00) >> 8); - *cp = (uchar)( (*lp) & 0x000000ff); -#else - *cp++ = (uchar) ((*lp) >> 56); - *cp++ = (uchar)(((*lp) & 0x00ff000000000000LL) >> 48); - *cp++ = (uchar)(((*lp) & 0x0000ff0000000000LL) >> 40); - *cp++ = (uchar)(((*lp) & 0x000000ff00000000LL) >> 32); - *cp++ = (uchar)(((*lp) & 0x00000000ff000000LL) >> 24); - *cp++ = (uchar)(((*lp) & 0x0000000000ff0000LL) >> 16); - *cp++ = (uchar)(((*lp) & 0x000000000000ff00LL) >> 8); - *cp = (uchar)( (*lp) & 0x00000000000000ffLL); -#endif - } - *xpp = (void *)((char *)(*xpp) + sizeof_off_t); - return NC_NOERR; -} - -int -ncx_get_off_t(const void **xpp, off_t *lp, size_t sizeof_off_t) -{ - /* similar to get_ix_int() */ - const uchar *cp = (const uchar *) *xpp; - assert(sizeof_off_t == 4 || sizeof_off_t == 8); - - if (sizeof_off_t == 4) { - *lp = (off_t)(*cp++ << 24); - *lp |= (off_t)(*cp++ << 16); - *lp |= (off_t)(*cp++ << 8); - *lp |= (off_t)*cp; - } else { -#if SIZEOF_OFF_T == 4 -/* Read a 64-bit offset on a system with only a 32-bit offset */ -/* If the offset overflows, set an error code and return */ - *lp = ((off_t)(*cp++) << 24); - *lp |= ((off_t)(*cp++) << 16); - *lp |= ((off_t)(*cp++) << 8); - *lp |= ((off_t)(*cp++)); -/* - * lp now contains the upper 32-bits of the 64-bit offset. if lp is - * not zero, then the dataset is larger than can be represented - * on this system. Set an error code and return. - */ - if (*lp != 0) { - return NC_ERANGE; - } - - *lp = ((off_t)(*cp++) << 24); - *lp |= ((off_t)(*cp++) << 16); - *lp |= ((off_t)(*cp++) << 8); - *lp |= (off_t)*cp; - - if (*lp < 0) { - /* - * If this fails, then the offset is >2^31, but less - * than 2^32 which is not allowed, but is not caught - * by the previous check - */ - return NC_ERANGE; - } -#else - *lp = ((off_t)(*cp++) << 56); - *lp |= ((off_t)(*cp++) << 48); - *lp |= ((off_t)(*cp++) << 40); - *lp |= ((off_t)(*cp++) << 32); - *lp |= ((off_t)(*cp++) << 24); - *lp |= ((off_t)(*cp++) << 16); - *lp |= ((off_t)(*cp++) << 8); - *lp |= (off_t)*cp; -#endif - } - *xpp = (const void *)((const char *)(*xpp) + sizeof_off_t); - return NC_NOERR; -} - -/*----< ncx_get_uint32() >------------------------------------------*/ -int -ncx_get_uint32(const void **xpp, uint *ip) -{ -#ifdef WORDS_BIGENDIAN - /* use memcpy instead of assignment to avoid BUS_ADRALN alignment error on - * some system, such as HPUX */ - (void) memcpy(ip, *xpp, SIZEOF_UINT); -#else - const uchar *cp = (const uchar *) *xpp; - - *ip = (uint)(*cp++ << 24); - *ip = (uint)(*ip | (uint)(*cp++ << 16)); - *ip = (uint)(*ip | (uint)(*cp++ << 8)); - *ip = (uint)(*ip | *cp); -#endif - /* advance *xpp 4 bytes */ - *xpp = (void *)((const char *)(*xpp) + 4); - - return NC_NOERR; -} - -/*----< ncx_get_uint64() >------------------------------------------*/ -int -ncx_get_uint64(const void **xpp, unsigned long long *ullp) -{ -#ifdef WORDS_BIGENDIAN - /* use memcpy instead of assignment to avoid BUS_ADRALN alignment error on - * some system, such as HPUX */ - (void) memcpy(ullp, *xpp, SIZEOF_UINT64); -#else - const uchar *cp = (const uchar *) *xpp; - - /* below is the same as calling swap8b(ullp, *xpp) */ - *ullp = (unsigned long long)(*cp++) << 56; - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp++) << 48); - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp++) << 40); - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp++) << 32); - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp++) << 24); - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp++) << 16); - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp++) << 8); - *ullp = (unsigned long long)(*ullp | (unsigned long long)(*cp)); -#endif - /* advance *xpp 8 bytes */ - *xpp = (void *)((const char *)(*xpp) + 8); - - return NC_NOERR; -} - -/*---< ncx_put_uint32() >-------------------------------------------*/ -/* copy the contents of ip (an unsigned 32-bit integer) to xpp in Big Endian - * form and advance *xpp 4 bytes - */ -int -ncx_put_uint32(void **xpp, const unsigned int ip) -{ -#ifdef WORDS_BIGENDIAN - /* use memcpy instead of assignment to avoid BUS_ADRALN alignment error on - * some system, such as HPUX */ - (void) memcpy(*xpp, &ip, X_SIZEOF_UINT); -#else - /* bitwise shifts below are to produce an integer in Big Endian */ - uchar *cp = (uchar *) *xpp; - *cp++ = (uchar)((ip & 0xff000000) >> 24); - *cp++ = (uchar)((ip & 0x00ff0000) >> 16); - *cp++ = (uchar)((ip & 0x0000ff00) >> 8); - *cp = (uchar)( ip & 0x000000ff); -#endif - /* advance *xpp 4 bytes */ - *xpp = (void *)((char *)(*xpp) + 4); - - return NC_NOERR; -} - -/*---< ncx_put_uint64() >-------------------------------------------*/ -/* copy the contents of ip (an unsigned 64-bit integer) to xpp in Big Endian - * form and advance *xpp 8 bytes - */ -int -ncx_put_uint64(void **xpp, const unsigned long long ip) -{ -#ifdef WORDS_BIGENDIAN - /* use memcpy instead of assignment to avoid BUS_ADRALN alignment error on - * some system, such as HPUX */ - (void) memcpy(*xpp, &ip, X_SIZEOF_UINT64); -#else - uchar *cp = (uchar *) *xpp; - /* below is the same as calling swap8b(*xpp, &ip) */ - *cp++ = (uchar) (ip >> 56); - *cp++ = (uchar)((ip & 0x00ff000000000000LL) >> 48); - *cp++ = (uchar)((ip & 0x0000ff0000000000LL) >> 40); - *cp++ = (uchar)((ip & 0x000000ff00000000LL) >> 32); - *cp++ = (uchar)((ip & 0x00000000ff000000LL) >> 24); - *cp++ = (uchar)((ip & 0x0000000000ff0000LL) >> 16); - *cp++ = (uchar)((ip & 0x000000000000ff00LL) >> 8); - *cp = (uchar) (ip & 0x00000000000000ffLL); -#endif - /* advance *xpp 8 bytes */ - *xpp = (void *)((char *)(*xpp) + 8); - - return NC_NOERR; -} - - -/* - * Aggregate numeric conversion functions. - */ -#line 2487 - -#line 2890 - -#line 2896 - -/* schar ---------------------------------------------------------------------*/ - -#line 2900 -int -ncx_getn_schar_schar(const void **xpp, size_t nelems, schar *tp) -{ - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 2903 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 2903 - return NC_NOERR; -#line 2903 - -} -int -#line 2905 -ncx_getn_schar_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 2905 -{ -#line 2905 - int status = NC_NOERR; -#line 2905 - schar *xp = (schar *)(*xpp); -#line 2905 - -#line 2905 - while (nelems-- != 0) { -#line 2905 - -#line 2905 - if (*xp < 0) { -#line 2905 -#ifdef ERANGE_FILL -#line 2905 - *tp = NC_FILL_UBYTE; -#line 2905 -#endif -#line 2905 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2905 - -#line 2905 -#ifdef ERANGE_FILL -#line 2905 - xp++; tp++; continue; -#line 2905 -#endif -#line 2905 - } -#line 2905 - *tp++ = (uchar) (signed) (*xp++); /* type cast from schar to uchar */ -#line 2905 - } -#line 2905 - -#line 2905 - *xpp = (const void *)xp; -#line 2905 - return status; -#line 2905 -} -#line 2905 - -int -#line 2906 -ncx_getn_schar_short(const void **xpp, size_t nelems, short *tp) -#line 2906 -{ -#line 2906 - int status = NC_NOERR; -#line 2906 - schar *xp = (schar *)(*xpp); -#line 2906 - -#line 2906 - while (nelems-- != 0) { -#line 2906 - -#line 2906 - *tp++ = (short) (*xp++); /* type cast from schar to short */ -#line 2906 - } -#line 2906 - -#line 2906 - *xpp = (const void *)xp; -#line 2906 - return status; -#line 2906 -} -#line 2906 - -int -#line 2907 -ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) -#line 2907 -{ -#line 2907 - int status = NC_NOERR; -#line 2907 - schar *xp = (schar *)(*xpp); -#line 2907 - -#line 2907 - while (nelems-- != 0) { -#line 2907 - -#line 2907 - *tp++ = (int) (*xp++); /* type cast from schar to int */ -#line 2907 - } -#line 2907 - -#line 2907 - *xpp = (const void *)xp; -#line 2907 - return status; -#line 2907 -} -#line 2907 - -int -#line 2908 -ncx_getn_schar_long(const void **xpp, size_t nelems, long *tp) -#line 2908 -{ -#line 2908 - int status = NC_NOERR; -#line 2908 - schar *xp = (schar *)(*xpp); -#line 2908 - -#line 2908 - while (nelems-- != 0) { -#line 2908 - -#line 2908 - *tp++ = (long) (*xp++); /* type cast from schar to long */ -#line 2908 - } -#line 2908 - -#line 2908 - *xpp = (const void *)xp; -#line 2908 - return status; -#line 2908 -} -#line 2908 - -int -#line 2909 -ncx_getn_schar_float(const void **xpp, size_t nelems, float *tp) -#line 2909 -{ -#line 2909 - int status = NC_NOERR; -#line 2909 - schar *xp = (schar *)(*xpp); -#line 2909 - -#line 2909 - while (nelems-- != 0) { -#line 2909 - -#line 2909 - *tp++ = (float) (*xp++); /* type cast from schar to float */ -#line 2909 - } -#line 2909 - -#line 2909 - *xpp = (const void *)xp; -#line 2909 - return status; -#line 2909 -} -#line 2909 - -int -#line 2910 -ncx_getn_schar_double(const void **xpp, size_t nelems, double *tp) -#line 2910 -{ -#line 2910 - int status = NC_NOERR; -#line 2910 - schar *xp = (schar *)(*xpp); -#line 2910 - -#line 2910 - while (nelems-- != 0) { -#line 2910 - -#line 2910 - *tp++ = (double) (*xp++); /* type cast from schar to double */ -#line 2910 - } -#line 2910 - -#line 2910 - *xpp = (const void *)xp; -#line 2910 - return status; -#line 2910 -} -#line 2910 - -int -#line 2911 -ncx_getn_schar_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 2911 -{ -#line 2911 - int status = NC_NOERR; -#line 2911 - schar *xp = (schar *)(*xpp); -#line 2911 - -#line 2911 - while (nelems-- != 0) { -#line 2911 - -#line 2911 - *tp++ = (longlong) (*xp++); /* type cast from schar to longlong */ -#line 2911 - } -#line 2911 - -#line 2911 - *xpp = (const void *)xp; -#line 2911 - return status; -#line 2911 -} -#line 2911 - -int -#line 2912 -ncx_getn_schar_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 2912 -{ -#line 2912 - int status = NC_NOERR; -#line 2912 - schar *xp = (schar *)(*xpp); -#line 2912 - -#line 2912 - while (nelems-- != 0) { -#line 2912 - -#line 2912 - if (*xp < 0) { -#line 2912 -#ifdef ERANGE_FILL -#line 2912 - *tp = NC_FILL_USHORT; -#line 2912 -#endif -#line 2912 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2912 - -#line 2912 -#ifdef ERANGE_FILL -#line 2912 - xp++; tp++; continue; -#line 2912 -#endif -#line 2912 - } -#line 2912 - *tp++ = (ushort) (signed) (*xp++); /* type cast from schar to ushort */ -#line 2912 - } -#line 2912 - -#line 2912 - *xpp = (const void *)xp; -#line 2912 - return status; -#line 2912 -} -#line 2912 - -int -#line 2913 -ncx_getn_schar_uint(const void **xpp, size_t nelems, uint *tp) -#line 2913 -{ -#line 2913 - int status = NC_NOERR; -#line 2913 - schar *xp = (schar *)(*xpp); -#line 2913 - -#line 2913 - while (nelems-- != 0) { -#line 2913 - -#line 2913 - if (*xp < 0) { -#line 2913 -#ifdef ERANGE_FILL -#line 2913 - *tp = NC_FILL_UINT; -#line 2913 -#endif -#line 2913 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2913 - -#line 2913 -#ifdef ERANGE_FILL -#line 2913 - xp++; tp++; continue; -#line 2913 -#endif -#line 2913 - } -#line 2913 - *tp++ = (uint) (signed) (*xp++); /* type cast from schar to uint */ -#line 2913 - } -#line 2913 - -#line 2913 - *xpp = (const void *)xp; -#line 2913 - return status; -#line 2913 -} -#line 2913 - -int -#line 2914 -ncx_getn_schar_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 2914 -{ -#line 2914 - int status = NC_NOERR; -#line 2914 - schar *xp = (schar *)(*xpp); -#line 2914 - -#line 2914 - while (nelems-- != 0) { -#line 2914 - -#line 2914 - if (*xp < 0) { -#line 2914 -#ifdef ERANGE_FILL -#line 2914 - *tp = NC_FILL_UINT64; -#line 2914 -#endif -#line 2914 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2914 - -#line 2914 -#ifdef ERANGE_FILL -#line 2914 - xp++; tp++; continue; -#line 2914 -#endif -#line 2914 - } -#line 2914 - *tp++ = (ulonglong) (signed) (*xp++); /* type cast from schar to ulonglong */ -#line 2914 - } -#line 2914 - -#line 2914 - *xpp = (const void *)xp; -#line 2914 - return status; -#line 2914 -} -#line 2914 - - -#line 2917 -int -ncx_pad_getn_schar_schar(const void **xpp, size_t nelems, schar *tp) -{ - size_t rndup = nelems % X_ALIGN; -#line 2920 - -#line 2920 - if (rndup) -#line 2920 - rndup = X_ALIGN - rndup; -#line 2920 - -#line 2920 - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 2920 - *xpp = (void *)((char *)(*xpp) + nelems + rndup); -#line 2920 - -#line 2920 - return NC_NOERR; -#line 2920 - -} -int -#line 2922 -ncx_pad_getn_schar_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 2922 -{ -#line 2922 - int status = NC_NOERR; -#line 2922 - size_t rndup = nelems % X_ALIGN; -#line 2922 - schar *xp = (schar *) *xpp; -#line 2922 - -#line 2922 - if (rndup) -#line 2922 - rndup = X_ALIGN - rndup; -#line 2922 - -#line 2922 - while (nelems-- != 0) { -#line 2922 - -#line 2922 - if (*xp < 0) { -#line 2922 -#ifdef ERANGE_FILL -#line 2922 - *tp = NC_FILL_UBYTE; -#line 2922 -#endif -#line 2922 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2922 - -#line 2922 -#ifdef ERANGE_FILL -#line 2922 - xp++; tp++; continue; -#line 2922 -#endif -#line 2922 - } -#line 2922 - *tp++ = (uchar) (signed) (*xp++); /* type cast from schar to uchar */ -#line 2922 - } -#line 2922 - -#line 2922 - *xpp = (void *)(xp + rndup); -#line 2922 - return status; -#line 2922 -} -#line 2922 - -int -#line 2923 -ncx_pad_getn_schar_short(const void **xpp, size_t nelems, short *tp) -#line 2923 -{ -#line 2923 - int status = NC_NOERR; -#line 2923 - size_t rndup = nelems % X_ALIGN; -#line 2923 - schar *xp = (schar *) *xpp; -#line 2923 - -#line 2923 - if (rndup) -#line 2923 - rndup = X_ALIGN - rndup; -#line 2923 - -#line 2923 - while (nelems-- != 0) { -#line 2923 - -#line 2923 - *tp++ = (short) (*xp++); /* type cast from schar to short */ -#line 2923 - } -#line 2923 - -#line 2923 - *xpp = (void *)(xp + rndup); -#line 2923 - return status; -#line 2923 -} -#line 2923 - -int -#line 2924 -ncx_pad_getn_schar_int(const void **xpp, size_t nelems, int *tp) -#line 2924 -{ -#line 2924 - int status = NC_NOERR; -#line 2924 - size_t rndup = nelems % X_ALIGN; -#line 2924 - schar *xp = (schar *) *xpp; -#line 2924 - -#line 2924 - if (rndup) -#line 2924 - rndup = X_ALIGN - rndup; -#line 2924 - -#line 2924 - while (nelems-- != 0) { -#line 2924 - -#line 2924 - *tp++ = (int) (*xp++); /* type cast from schar to int */ -#line 2924 - } -#line 2924 - -#line 2924 - *xpp = (void *)(xp + rndup); -#line 2924 - return status; -#line 2924 -} -#line 2924 - -int -#line 2925 -ncx_pad_getn_schar_long(const void **xpp, size_t nelems, long *tp) -#line 2925 -{ -#line 2925 - int status = NC_NOERR; -#line 2925 - size_t rndup = nelems % X_ALIGN; -#line 2925 - schar *xp = (schar *) *xpp; -#line 2925 - -#line 2925 - if (rndup) -#line 2925 - rndup = X_ALIGN - rndup; -#line 2925 - -#line 2925 - while (nelems-- != 0) { -#line 2925 - -#line 2925 - *tp++ = (long) (*xp++); /* type cast from schar to long */ -#line 2925 - } -#line 2925 - -#line 2925 - *xpp = (void *)(xp + rndup); -#line 2925 - return status; -#line 2925 -} -#line 2925 - -int -#line 2926 -ncx_pad_getn_schar_float(const void **xpp, size_t nelems, float *tp) -#line 2926 -{ -#line 2926 - int status = NC_NOERR; -#line 2926 - size_t rndup = nelems % X_ALIGN; -#line 2926 - schar *xp = (schar *) *xpp; -#line 2926 - -#line 2926 - if (rndup) -#line 2926 - rndup = X_ALIGN - rndup; -#line 2926 - -#line 2926 - while (nelems-- != 0) { -#line 2926 - -#line 2926 - *tp++ = (float) (*xp++); /* type cast from schar to float */ -#line 2926 - } -#line 2926 - -#line 2926 - *xpp = (void *)(xp + rndup); -#line 2926 - return status; -#line 2926 -} -#line 2926 - -int -#line 2927 -ncx_pad_getn_schar_double(const void **xpp, size_t nelems, double *tp) -#line 2927 -{ -#line 2927 - int status = NC_NOERR; -#line 2927 - size_t rndup = nelems % X_ALIGN; -#line 2927 - schar *xp = (schar *) *xpp; -#line 2927 - -#line 2927 - if (rndup) -#line 2927 - rndup = X_ALIGN - rndup; -#line 2927 - -#line 2927 - while (nelems-- != 0) { -#line 2927 - -#line 2927 - *tp++ = (double) (*xp++); /* type cast from schar to double */ -#line 2927 - } -#line 2927 - -#line 2927 - *xpp = (void *)(xp + rndup); -#line 2927 - return status; -#line 2927 -} -#line 2927 - -int -#line 2928 -ncx_pad_getn_schar_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 2928 -{ -#line 2928 - int status = NC_NOERR; -#line 2928 - size_t rndup = nelems % X_ALIGN; -#line 2928 - schar *xp = (schar *) *xpp; -#line 2928 - -#line 2928 - if (rndup) -#line 2928 - rndup = X_ALIGN - rndup; -#line 2928 - -#line 2928 - while (nelems-- != 0) { -#line 2928 - -#line 2928 - *tp++ = (longlong) (*xp++); /* type cast from schar to longlong */ -#line 2928 - } -#line 2928 - -#line 2928 - *xpp = (void *)(xp + rndup); -#line 2928 - return status; -#line 2928 -} -#line 2928 - -int -#line 2929 -ncx_pad_getn_schar_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 2929 -{ -#line 2929 - int status = NC_NOERR; -#line 2929 - size_t rndup = nelems % X_ALIGN; -#line 2929 - schar *xp = (schar *) *xpp; -#line 2929 - -#line 2929 - if (rndup) -#line 2929 - rndup = X_ALIGN - rndup; -#line 2929 - -#line 2929 - while (nelems-- != 0) { -#line 2929 - -#line 2929 - if (*xp < 0) { -#line 2929 -#ifdef ERANGE_FILL -#line 2929 - *tp = NC_FILL_USHORT; -#line 2929 -#endif -#line 2929 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2929 - -#line 2929 -#ifdef ERANGE_FILL -#line 2929 - xp++; tp++; continue; -#line 2929 -#endif -#line 2929 - } -#line 2929 - *tp++ = (ushort) (signed) (*xp++); /* type cast from schar to ushort */ -#line 2929 - } -#line 2929 - -#line 2929 - *xpp = (void *)(xp + rndup); -#line 2929 - return status; -#line 2929 -} -#line 2929 - -int -#line 2930 -ncx_pad_getn_schar_uint(const void **xpp, size_t nelems, uint *tp) -#line 2930 -{ -#line 2930 - int status = NC_NOERR; -#line 2930 - size_t rndup = nelems % X_ALIGN; -#line 2930 - schar *xp = (schar *) *xpp; -#line 2930 - -#line 2930 - if (rndup) -#line 2930 - rndup = X_ALIGN - rndup; -#line 2930 - -#line 2930 - while (nelems-- != 0) { -#line 2930 - -#line 2930 - if (*xp < 0) { -#line 2930 -#ifdef ERANGE_FILL -#line 2930 - *tp = NC_FILL_UINT; -#line 2930 -#endif -#line 2930 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2930 - -#line 2930 -#ifdef ERANGE_FILL -#line 2930 - xp++; tp++; continue; -#line 2930 -#endif -#line 2930 - } -#line 2930 - *tp++ = (uint) (signed) (*xp++); /* type cast from schar to uint */ -#line 2930 - } -#line 2930 - -#line 2930 - *xpp = (void *)(xp + rndup); -#line 2930 - return status; -#line 2930 -} -#line 2930 - -int -#line 2931 -ncx_pad_getn_schar_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 2931 -{ -#line 2931 - int status = NC_NOERR; -#line 2931 - size_t rndup = nelems % X_ALIGN; -#line 2931 - schar *xp = (schar *) *xpp; -#line 2931 - -#line 2931 - if (rndup) -#line 2931 - rndup = X_ALIGN - rndup; -#line 2931 - -#line 2931 - while (nelems-- != 0) { -#line 2931 - -#line 2931 - if (*xp < 0) { -#line 2931 -#ifdef ERANGE_FILL -#line 2931 - *tp = NC_FILL_UINT64; -#line 2931 -#endif -#line 2931 - status = NC_ERANGE; /* because tp is unsigned */ -#line 2931 - -#line 2931 -#ifdef ERANGE_FILL -#line 2931 - xp++; tp++; continue; -#line 2931 -#endif -#line 2931 - } -#line 2931 - *tp++ = (ulonglong) (signed) (*xp++); /* type cast from schar to ulonglong */ -#line 2931 - } -#line 2931 - -#line 2931 - *xpp = (void *)(xp + rndup); -#line 2931 - return status; -#line 2931 -} -#line 2931 - - -#line 2934 -int -ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -{ - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 2937 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 2937 - -#line 2937 - return NC_NOERR; -#line 2937 - -} -int -#line 2939 -ncx_putn_schar_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 2939 -{ -#line 2939 - int status = NC_NOERR; -#line 2939 - schar *xp = (schar *) *xpp; -#line 2939 - -#line 2939 - while (nelems-- != 0) { -#line 2939 - if (*tp > (uchar)X_SCHAR_MAX ) { -#line 2939 - -#line 2939 -#ifdef ERANGE_FILL -#line 2939 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2939 -#endif -#line 2939 - status = NC_ERANGE; -#line 2939 - -#line 2939 -#ifdef ERANGE_FILL -#line 2939 - xp++; tp++; continue; -#line 2939 -#endif -#line 2939 - } -#line 2939 - *xp++ = (schar) *tp++; /* type cast from uchar to schar */ -#line 2939 - } -#line 2939 - -#line 2939 - *xpp = (void *)xp; -#line 2939 - return status; -#line 2939 -} -#line 2939 - -int -#line 2940 -ncx_putn_schar_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 2940 -{ -#line 2940 - int status = NC_NOERR; -#line 2940 - schar *xp = (schar *) *xpp; -#line 2940 - -#line 2940 - while (nelems-- != 0) { -#line 2940 - if (*tp > (short)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2940 - -#line 2940 -#ifdef ERANGE_FILL -#line 2940 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2940 -#endif -#line 2940 - status = NC_ERANGE; -#line 2940 - -#line 2940 -#ifdef ERANGE_FILL -#line 2940 - xp++; tp++; continue; -#line 2940 -#endif -#line 2940 - } -#line 2940 - *xp++ = (schar) *tp++; /* type cast from short to schar */ -#line 2940 - } -#line 2940 - -#line 2940 - *xpp = (void *)xp; -#line 2940 - return status; -#line 2940 -} -#line 2940 - -int -#line 2941 -ncx_putn_schar_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 2941 -{ -#line 2941 - int status = NC_NOERR; -#line 2941 - schar *xp = (schar *) *xpp; -#line 2941 - -#line 2941 - while (nelems-- != 0) { -#line 2941 - if (*tp > (int)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2941 - -#line 2941 -#ifdef ERANGE_FILL -#line 2941 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2941 -#endif -#line 2941 - status = NC_ERANGE; -#line 2941 - -#line 2941 -#ifdef ERANGE_FILL -#line 2941 - xp++; tp++; continue; -#line 2941 -#endif -#line 2941 - } -#line 2941 - *xp++ = (schar) *tp++; /* type cast from int to schar */ -#line 2941 - } -#line 2941 - -#line 2941 - *xpp = (void *)xp; -#line 2941 - return status; -#line 2941 -} -#line 2941 - -int -#line 2942 -ncx_putn_schar_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 2942 -{ -#line 2942 - int status = NC_NOERR; -#line 2942 - schar *xp = (schar *) *xpp; -#line 2942 - -#line 2942 - while (nelems-- != 0) { -#line 2942 - if (*tp > (long)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2942 - -#line 2942 -#ifdef ERANGE_FILL -#line 2942 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2942 -#endif -#line 2942 - status = NC_ERANGE; -#line 2942 - -#line 2942 -#ifdef ERANGE_FILL -#line 2942 - xp++; tp++; continue; -#line 2942 -#endif -#line 2942 - } -#line 2942 - *xp++ = (schar) *tp++; /* type cast from long to schar */ -#line 2942 - } -#line 2942 - -#line 2942 - *xpp = (void *)xp; -#line 2942 - return status; -#line 2942 -} -#line 2942 - -int -#line 2943 -ncx_putn_schar_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 2943 -{ -#line 2943 - int status = NC_NOERR; -#line 2943 - schar *xp = (schar *) *xpp; -#line 2943 - -#line 2943 - while (nelems-- != 0) { -#line 2943 - if (*tp > (float)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2943 - -#line 2943 -#ifdef ERANGE_FILL -#line 2943 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2943 -#endif -#line 2943 - status = NC_ERANGE; -#line 2943 - -#line 2943 -#ifdef ERANGE_FILL -#line 2943 - xp++; tp++; continue; -#line 2943 -#endif -#line 2943 - } -#line 2943 - *xp++ = (schar) *tp++; /* type cast from float to schar */ -#line 2943 - } -#line 2943 - -#line 2943 - *xpp = (void *)xp; -#line 2943 - return status; -#line 2943 -} -#line 2943 - -int -#line 2944 -ncx_putn_schar_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 2944 -{ -#line 2944 - int status = NC_NOERR; -#line 2944 - schar *xp = (schar *) *xpp; -#line 2944 - -#line 2944 - while (nelems-- != 0) { -#line 2944 - if (*tp > (double)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2944 - -#line 2944 -#ifdef ERANGE_FILL -#line 2944 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2944 -#endif -#line 2944 - status = NC_ERANGE; -#line 2944 - -#line 2944 -#ifdef ERANGE_FILL -#line 2944 - xp++; tp++; continue; -#line 2944 -#endif -#line 2944 - } -#line 2944 - *xp++ = (schar) *tp++; /* type cast from double to schar */ -#line 2944 - } -#line 2944 - -#line 2944 - *xpp = (void *)xp; -#line 2944 - return status; -#line 2944 -} -#line 2944 - -int -#line 2945 -ncx_putn_schar_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 2945 -{ -#line 2945 - int status = NC_NOERR; -#line 2945 - schar *xp = (schar *) *xpp; -#line 2945 - -#line 2945 - while (nelems-- != 0) { -#line 2945 - if (*tp > (longlong)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2945 - -#line 2945 -#ifdef ERANGE_FILL -#line 2945 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2945 -#endif -#line 2945 - status = NC_ERANGE; -#line 2945 - -#line 2945 -#ifdef ERANGE_FILL -#line 2945 - xp++; tp++; continue; -#line 2945 -#endif -#line 2945 - } -#line 2945 - *xp++ = (schar) *tp++; /* type cast from longlong to schar */ -#line 2945 - } -#line 2945 - -#line 2945 - *xpp = (void *)xp; -#line 2945 - return status; -#line 2945 -} -#line 2945 - -int -#line 2946 -ncx_putn_schar_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 2946 -{ -#line 2946 - int status = NC_NOERR; -#line 2946 - schar *xp = (schar *) *xpp; -#line 2946 - -#line 2946 - while (nelems-- != 0) { -#line 2946 - if (*tp > (ushort)X_SCHAR_MAX ) { -#line 2946 - -#line 2946 -#ifdef ERANGE_FILL -#line 2946 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2946 -#endif -#line 2946 - status = NC_ERANGE; -#line 2946 - -#line 2946 -#ifdef ERANGE_FILL -#line 2946 - xp++; tp++; continue; -#line 2946 -#endif -#line 2946 - } -#line 2946 - *xp++ = (schar) *tp++; /* type cast from ushort to schar */ -#line 2946 - } -#line 2946 - -#line 2946 - *xpp = (void *)xp; -#line 2946 - return status; -#line 2946 -} -#line 2946 - -int -#line 2947 -ncx_putn_schar_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 2947 -{ -#line 2947 - int status = NC_NOERR; -#line 2947 - schar *xp = (schar *) *xpp; -#line 2947 - -#line 2947 - while (nelems-- != 0) { -#line 2947 - if (*tp > (uint)X_SCHAR_MAX ) { -#line 2947 - -#line 2947 -#ifdef ERANGE_FILL -#line 2947 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2947 -#endif -#line 2947 - status = NC_ERANGE; -#line 2947 - -#line 2947 -#ifdef ERANGE_FILL -#line 2947 - xp++; tp++; continue; -#line 2947 -#endif -#line 2947 - } -#line 2947 - *xp++ = (schar) *tp++; /* type cast from uint to schar */ -#line 2947 - } -#line 2947 - -#line 2947 - *xpp = (void *)xp; -#line 2947 - return status; -#line 2947 -} -#line 2947 - -int -#line 2948 -ncx_putn_schar_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 2948 -{ -#line 2948 - int status = NC_NOERR; -#line 2948 - schar *xp = (schar *) *xpp; -#line 2948 - -#line 2948 - while (nelems-- != 0) { -#line 2948 - if (*tp > (ulonglong)X_SCHAR_MAX ) { -#line 2948 - -#line 2948 -#ifdef ERANGE_FILL -#line 2948 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2948 -#endif -#line 2948 - status = NC_ERANGE; -#line 2948 - -#line 2948 -#ifdef ERANGE_FILL -#line 2948 - xp++; tp++; continue; -#line 2948 -#endif -#line 2948 - } -#line 2948 - *xp++ = (schar) *tp++; /* type cast from ulonglong to schar */ -#line 2948 - } -#line 2948 - -#line 2948 - *xpp = (void *)xp; -#line 2948 - return status; -#line 2948 -} -#line 2948 - - -#line 2951 -int -ncx_pad_putn_schar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -{ - size_t rndup = nelems % X_ALIGN; -#line 2954 - -#line 2954 - if (rndup) -#line 2954 - rndup = X_ALIGN - rndup; -#line 2954 - -#line 2954 - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 2954 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 2954 - -#line 2954 - if (rndup) -#line 2954 - { -#line 2954 - (void) memcpy(*xpp, nada, (size_t)rndup); -#line 2954 - *xpp = (void *)((char *)(*xpp) + rndup); -#line 2954 - } -#line 2954 - -#line 2954 - return NC_NOERR; -#line 2954 - -} -int -#line 2956 -ncx_pad_putn_schar_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 2956 -{ -#line 2956 - int status = NC_NOERR; -#line 2956 - size_t rndup = nelems % X_ALIGN; -#line 2956 - schar *xp = (schar *) *xpp; -#line 2956 - -#line 2956 - if (rndup) rndup = X_ALIGN - rndup; -#line 2956 - -#line 2956 - while (nelems-- != 0) { -#line 2956 - if (*tp > (uchar)X_SCHAR_MAX ) { -#line 2956 - -#line 2956 -#ifdef ERANGE_FILL -#line 2956 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2956 -#endif -#line 2956 - status = NC_ERANGE; -#line 2956 - -#line 2956 -#ifdef ERANGE_FILL -#line 2956 - xp++; tp++; continue; -#line 2956 -#endif -#line 2956 - } -#line 2956 - *xp++ = (schar) *tp++; /* type cast from uchar to schar */ -#line 2956 - } -#line 2956 - -#line 2956 - -#line 2956 - if (rndup) { -#line 2956 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2956 - xp += rndup; -#line 2956 - } -#line 2956 - -#line 2956 - *xpp = (void *)xp; -#line 2956 - return status; -#line 2956 -} -#line 2956 - -int -#line 2957 -ncx_pad_putn_schar_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 2957 -{ -#line 2957 - int status = NC_NOERR; -#line 2957 - size_t rndup = nelems % X_ALIGN; -#line 2957 - schar *xp = (schar *) *xpp; -#line 2957 - -#line 2957 - if (rndup) rndup = X_ALIGN - rndup; -#line 2957 - -#line 2957 - while (nelems-- != 0) { -#line 2957 - if (*tp > (short)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2957 - -#line 2957 -#ifdef ERANGE_FILL -#line 2957 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2957 -#endif -#line 2957 - status = NC_ERANGE; -#line 2957 - -#line 2957 -#ifdef ERANGE_FILL -#line 2957 - xp++; tp++; continue; -#line 2957 -#endif -#line 2957 - } -#line 2957 - *xp++ = (schar) *tp++; /* type cast from short to schar */ -#line 2957 - } -#line 2957 - -#line 2957 - -#line 2957 - if (rndup) { -#line 2957 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2957 - xp += rndup; -#line 2957 - } -#line 2957 - -#line 2957 - *xpp = (void *)xp; -#line 2957 - return status; -#line 2957 -} -#line 2957 - -int -#line 2958 -ncx_pad_putn_schar_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 2958 -{ -#line 2958 - int status = NC_NOERR; -#line 2958 - size_t rndup = nelems % X_ALIGN; -#line 2958 - schar *xp = (schar *) *xpp; -#line 2958 - -#line 2958 - if (rndup) rndup = X_ALIGN - rndup; -#line 2958 - -#line 2958 - while (nelems-- != 0) { -#line 2958 - if (*tp > (int)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2958 - -#line 2958 -#ifdef ERANGE_FILL -#line 2958 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2958 -#endif -#line 2958 - status = NC_ERANGE; -#line 2958 - -#line 2958 -#ifdef ERANGE_FILL -#line 2958 - xp++; tp++; continue; -#line 2958 -#endif -#line 2958 - } -#line 2958 - *xp++ = (schar) *tp++; /* type cast from int to schar */ -#line 2958 - } -#line 2958 - -#line 2958 - -#line 2958 - if (rndup) { -#line 2958 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2958 - xp += rndup; -#line 2958 - } -#line 2958 - -#line 2958 - *xpp = (void *)xp; -#line 2958 - return status; -#line 2958 -} -#line 2958 - -int -#line 2959 -ncx_pad_putn_schar_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 2959 -{ -#line 2959 - int status = NC_NOERR; -#line 2959 - size_t rndup = nelems % X_ALIGN; -#line 2959 - schar *xp = (schar *) *xpp; -#line 2959 - -#line 2959 - if (rndup) rndup = X_ALIGN - rndup; -#line 2959 - -#line 2959 - while (nelems-- != 0) { -#line 2959 - if (*tp > (long)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2959 - -#line 2959 -#ifdef ERANGE_FILL -#line 2959 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2959 -#endif -#line 2959 - status = NC_ERANGE; -#line 2959 - -#line 2959 -#ifdef ERANGE_FILL -#line 2959 - xp++; tp++; continue; -#line 2959 -#endif -#line 2959 - } -#line 2959 - *xp++ = (schar) *tp++; /* type cast from long to schar */ -#line 2959 - } -#line 2959 - -#line 2959 - -#line 2959 - if (rndup) { -#line 2959 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2959 - xp += rndup; -#line 2959 - } -#line 2959 - -#line 2959 - *xpp = (void *)xp; -#line 2959 - return status; -#line 2959 -} -#line 2959 - -int -#line 2960 -ncx_pad_putn_schar_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 2960 -{ -#line 2960 - int status = NC_NOERR; -#line 2960 - size_t rndup = nelems % X_ALIGN; -#line 2960 - schar *xp = (schar *) *xpp; -#line 2960 - -#line 2960 - if (rndup) rndup = X_ALIGN - rndup; -#line 2960 - -#line 2960 - while (nelems-- != 0) { -#line 2960 - if (*tp > (float)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2960 - -#line 2960 -#ifdef ERANGE_FILL -#line 2960 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2960 -#endif -#line 2960 - status = NC_ERANGE; -#line 2960 - -#line 2960 -#ifdef ERANGE_FILL -#line 2960 - xp++; tp++; continue; -#line 2960 -#endif -#line 2960 - } -#line 2960 - *xp++ = (schar) *tp++; /* type cast from float to schar */ -#line 2960 - } -#line 2960 - -#line 2960 - -#line 2960 - if (rndup) { -#line 2960 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2960 - xp += rndup; -#line 2960 - } -#line 2960 - -#line 2960 - *xpp = (void *)xp; -#line 2960 - return status; -#line 2960 -} -#line 2960 - -int -#line 2961 -ncx_pad_putn_schar_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 2961 -{ -#line 2961 - int status = NC_NOERR; -#line 2961 - size_t rndup = nelems % X_ALIGN; -#line 2961 - schar *xp = (schar *) *xpp; -#line 2961 - -#line 2961 - if (rndup) rndup = X_ALIGN - rndup; -#line 2961 - -#line 2961 - while (nelems-- != 0) { -#line 2961 - if (*tp > (double)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2961 - -#line 2961 -#ifdef ERANGE_FILL -#line 2961 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2961 -#endif -#line 2961 - status = NC_ERANGE; -#line 2961 - -#line 2961 -#ifdef ERANGE_FILL -#line 2961 - xp++; tp++; continue; -#line 2961 -#endif -#line 2961 - } -#line 2961 - *xp++ = (schar) *tp++; /* type cast from double to schar */ -#line 2961 - } -#line 2961 - -#line 2961 - -#line 2961 - if (rndup) { -#line 2961 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2961 - xp += rndup; -#line 2961 - } -#line 2961 - -#line 2961 - *xpp = (void *)xp; -#line 2961 - return status; -#line 2961 -} -#line 2961 - -int -#line 2962 -ncx_pad_putn_schar_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 2962 -{ -#line 2962 - int status = NC_NOERR; -#line 2962 - size_t rndup = nelems % X_ALIGN; -#line 2962 - schar *xp = (schar *) *xpp; -#line 2962 - -#line 2962 - if (rndup) rndup = X_ALIGN - rndup; -#line 2962 - -#line 2962 - while (nelems-- != 0) { -#line 2962 - if (*tp > (longlong)X_SCHAR_MAX || *tp < X_SCHAR_MIN) { -#line 2962 - -#line 2962 -#ifdef ERANGE_FILL -#line 2962 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2962 -#endif -#line 2962 - status = NC_ERANGE; -#line 2962 - -#line 2962 -#ifdef ERANGE_FILL -#line 2962 - xp++; tp++; continue; -#line 2962 -#endif -#line 2962 - } -#line 2962 - *xp++ = (schar) *tp++; /* type cast from longlong to schar */ -#line 2962 - } -#line 2962 - -#line 2962 - -#line 2962 - if (rndup) { -#line 2962 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2962 - xp += rndup; -#line 2962 - } -#line 2962 - -#line 2962 - *xpp = (void *)xp; -#line 2962 - return status; -#line 2962 -} -#line 2962 - -int -#line 2963 -ncx_pad_putn_schar_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 2963 -{ -#line 2963 - int status = NC_NOERR; -#line 2963 - size_t rndup = nelems % X_ALIGN; -#line 2963 - schar *xp = (schar *) *xpp; -#line 2963 - -#line 2963 - if (rndup) rndup = X_ALIGN - rndup; -#line 2963 - -#line 2963 - while (nelems-- != 0) { -#line 2963 - if (*tp > (ushort)X_SCHAR_MAX ) { -#line 2963 - -#line 2963 -#ifdef ERANGE_FILL -#line 2963 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2963 -#endif -#line 2963 - status = NC_ERANGE; -#line 2963 - -#line 2963 -#ifdef ERANGE_FILL -#line 2963 - xp++; tp++; continue; -#line 2963 -#endif -#line 2963 - } -#line 2963 - *xp++ = (schar) *tp++; /* type cast from ushort to schar */ -#line 2963 - } -#line 2963 - -#line 2963 - -#line 2963 - if (rndup) { -#line 2963 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2963 - xp += rndup; -#line 2963 - } -#line 2963 - -#line 2963 - *xpp = (void *)xp; -#line 2963 - return status; -#line 2963 -} -#line 2963 - -int -#line 2964 -ncx_pad_putn_schar_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 2964 -{ -#line 2964 - int status = NC_NOERR; -#line 2964 - size_t rndup = nelems % X_ALIGN; -#line 2964 - schar *xp = (schar *) *xpp; -#line 2964 - -#line 2964 - if (rndup) rndup = X_ALIGN - rndup; -#line 2964 - -#line 2964 - while (nelems-- != 0) { -#line 2964 - if (*tp > (uint)X_SCHAR_MAX ) { -#line 2964 - -#line 2964 -#ifdef ERANGE_FILL -#line 2964 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2964 -#endif -#line 2964 - status = NC_ERANGE; -#line 2964 - -#line 2964 -#ifdef ERANGE_FILL -#line 2964 - xp++; tp++; continue; -#line 2964 -#endif -#line 2964 - } -#line 2964 - *xp++ = (schar) *tp++; /* type cast from uint to schar */ -#line 2964 - } -#line 2964 - -#line 2964 - -#line 2964 - if (rndup) { -#line 2964 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2964 - xp += rndup; -#line 2964 - } -#line 2964 - -#line 2964 - *xpp = (void *)xp; -#line 2964 - return status; -#line 2964 -} -#line 2964 - -int -#line 2965 -ncx_pad_putn_schar_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 2965 -{ -#line 2965 - int status = NC_NOERR; -#line 2965 - size_t rndup = nelems % X_ALIGN; -#line 2965 - schar *xp = (schar *) *xpp; -#line 2965 - -#line 2965 - if (rndup) rndup = X_ALIGN - rndup; -#line 2965 - -#line 2965 - while (nelems-- != 0) { -#line 2965 - if (*tp > (ulonglong)X_SCHAR_MAX ) { -#line 2965 - -#line 2965 -#ifdef ERANGE_FILL -#line 2965 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 2965 -#endif -#line 2965 - status = NC_ERANGE; -#line 2965 - -#line 2965 -#ifdef ERANGE_FILL -#line 2965 - xp++; tp++; continue; -#line 2965 -#endif -#line 2965 - } -#line 2965 - *xp++ = (schar) *tp++; /* type cast from ulonglong to schar */ -#line 2965 - } -#line 2965 - -#line 2965 - -#line 2965 - if (rndup) { -#line 2965 - (void) memcpy(xp, nada, (size_t)rndup); -#line 2965 - xp += rndup; -#line 2965 - } -#line 2965 - -#line 2965 - *xpp = (void *)xp; -#line 2965 - return status; -#line 2965 -} -#line 2965 - - - -/* uchar ---------------------------------------------------------------------*/ -#line 2971 -int -ncx_getn_uchar_schar(const void **xpp, size_t nelems, schar *tp) -{ - int status = NC_NOERR; - uchar *xp = (uchar *)(*xpp); - - while (nelems-- != 0) { - if (*xp > SCHAR_MAX) { - *tp = NC_FILL_BYTE; - status = NC_ERANGE; - -#line 2981 -#ifdef ERANGE_FILL -#line 2981 - xp++; tp++; continue; -#line 2981 -#endif - } - *tp++ = (schar) *xp++; /* type cast from uchar to schar */ - } - - *xpp = (const void *)xp; - return status; -} -#line 2990 -int -ncx_getn_uchar_uchar(const void **xpp, size_t nelems, uchar *tp) -{ - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 2993 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 2993 - return NC_NOERR; -#line 2993 - -} -int -#line 2995 -ncx_getn_uchar_short(const void **xpp, size_t nelems, short *tp) -#line 2995 -{ -#line 2995 - int status = NC_NOERR; -#line 2995 - uchar *xp = (uchar *)(*xpp); -#line 2995 - -#line 2995 - while (nelems-- != 0) { -#line 2995 - -#line 2995 - *tp++ = (short) (*xp++); /* type cast from uchar to short */ -#line 2995 - } -#line 2995 - -#line 2995 - *xpp = (const void *)xp; -#line 2995 - return status; -#line 2995 -} -#line 2995 - -int -#line 2996 -ncx_getn_uchar_int(const void **xpp, size_t nelems, int *tp) -#line 2996 -{ -#line 2996 - int status = NC_NOERR; -#line 2996 - uchar *xp = (uchar *)(*xpp); -#line 2996 - -#line 2996 - while (nelems-- != 0) { -#line 2996 - -#line 2996 - *tp++ = (int) (*xp++); /* type cast from uchar to int */ -#line 2996 - } -#line 2996 - -#line 2996 - *xpp = (const void *)xp; -#line 2996 - return status; -#line 2996 -} -#line 2996 - -int -#line 2997 -ncx_getn_uchar_long(const void **xpp, size_t nelems, long *tp) -#line 2997 -{ -#line 2997 - int status = NC_NOERR; -#line 2997 - uchar *xp = (uchar *)(*xpp); -#line 2997 - -#line 2997 - while (nelems-- != 0) { -#line 2997 - -#line 2997 - *tp++ = (long) (*xp++); /* type cast from uchar to long */ -#line 2997 - } -#line 2997 - -#line 2997 - *xpp = (const void *)xp; -#line 2997 - return status; -#line 2997 -} -#line 2997 - -int -#line 2998 -ncx_getn_uchar_float(const void **xpp, size_t nelems, float *tp) -#line 2998 -{ -#line 2998 - int status = NC_NOERR; -#line 2998 - uchar *xp = (uchar *)(*xpp); -#line 2998 - -#line 2998 - while (nelems-- != 0) { -#line 2998 - -#line 2998 - *tp++ = (float) (*xp++); /* type cast from uchar to float */ -#line 2998 - } -#line 2998 - -#line 2998 - *xpp = (const void *)xp; -#line 2998 - return status; -#line 2998 -} -#line 2998 - -int -#line 2999 -ncx_getn_uchar_double(const void **xpp, size_t nelems, double *tp) -#line 2999 -{ -#line 2999 - int status = NC_NOERR; -#line 2999 - uchar *xp = (uchar *)(*xpp); -#line 2999 - -#line 2999 - while (nelems-- != 0) { -#line 2999 - -#line 2999 - *tp++ = (double) (*xp++); /* type cast from uchar to double */ -#line 2999 - } -#line 2999 - -#line 2999 - *xpp = (const void *)xp; -#line 2999 - return status; -#line 2999 -} -#line 2999 - -int -#line 3000 -ncx_getn_uchar_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3000 -{ -#line 3000 - int status = NC_NOERR; -#line 3000 - uchar *xp = (uchar *)(*xpp); -#line 3000 - -#line 3000 - while (nelems-- != 0) { -#line 3000 - -#line 3000 - *tp++ = (longlong) (*xp++); /* type cast from uchar to longlong */ -#line 3000 - } -#line 3000 - -#line 3000 - *xpp = (const void *)xp; -#line 3000 - return status; -#line 3000 -} -#line 3000 - -int -#line 3001 -ncx_getn_uchar_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3001 -{ -#line 3001 - int status = NC_NOERR; -#line 3001 - uchar *xp = (uchar *)(*xpp); -#line 3001 - -#line 3001 - while (nelems-- != 0) { -#line 3001 - -#line 3001 - *tp++ = (ushort) (*xp++); /* type cast from uchar to ushort */ -#line 3001 - } -#line 3001 - -#line 3001 - *xpp = (const void *)xp; -#line 3001 - return status; -#line 3001 -} -#line 3001 - -int -#line 3002 -ncx_getn_uchar_uint(const void **xpp, size_t nelems, uint *tp) -#line 3002 -{ -#line 3002 - int status = NC_NOERR; -#line 3002 - uchar *xp = (uchar *)(*xpp); -#line 3002 - -#line 3002 - while (nelems-- != 0) { -#line 3002 - -#line 3002 - *tp++ = (uint) (*xp++); /* type cast from uchar to uint */ -#line 3002 - } -#line 3002 - -#line 3002 - *xpp = (const void *)xp; -#line 3002 - return status; -#line 3002 -} -#line 3002 - -int -#line 3003 -ncx_getn_uchar_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3003 -{ -#line 3003 - int status = NC_NOERR; -#line 3003 - uchar *xp = (uchar *)(*xpp); -#line 3003 - -#line 3003 - while (nelems-- != 0) { -#line 3003 - -#line 3003 - *tp++ = (ulonglong) (*xp++); /* type cast from uchar to ulonglong */ -#line 3003 - } -#line 3003 - -#line 3003 - *xpp = (const void *)xp; -#line 3003 - return status; -#line 3003 -} -#line 3003 - - -#line 3006 -int -ncx_pad_getn_uchar_schar(const void **xpp, size_t nelems, schar *tp) -{ - int status = NC_NOERR; - size_t rndup = nelems % X_ALIGN; - uchar *xp = (uchar *) *xpp; - - if (rndup) rndup = X_ALIGN - rndup; - - while (nelems-- != 0) { - if (*xp > SCHAR_MAX) { - *tp = NC_FILL_BYTE; - status = NC_ERANGE; - -#line 3019 -#ifdef ERANGE_FILL -#line 3019 - xp++; tp++; continue; -#line 3019 -#endif - } - *tp++ = (schar) *xp++; /* type cast from uchar to schar */ - } - - *xpp = (void *)(xp + rndup); - return status; -} -#line 3028 -int -ncx_pad_getn_uchar_uchar(const void **xpp, size_t nelems, uchar *tp) -{ - size_t rndup = nelems % X_ALIGN; -#line 3031 - -#line 3031 - if (rndup) -#line 3031 - rndup = X_ALIGN - rndup; -#line 3031 - -#line 3031 - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 3031 - *xpp = (void *)((char *)(*xpp) + nelems + rndup); -#line 3031 - -#line 3031 - return NC_NOERR; -#line 3031 - -} -int -#line 3033 -ncx_pad_getn_uchar_short(const void **xpp, size_t nelems, short *tp) -#line 3033 -{ -#line 3033 - int status = NC_NOERR; -#line 3033 - size_t rndup = nelems % X_ALIGN; -#line 3033 - uchar *xp = (uchar *) *xpp; -#line 3033 - -#line 3033 - if (rndup) -#line 3033 - rndup = X_ALIGN - rndup; -#line 3033 - -#line 3033 - while (nelems-- != 0) { -#line 3033 - -#line 3033 - *tp++ = (short) (*xp++); /* type cast from uchar to short */ -#line 3033 - } -#line 3033 - -#line 3033 - *xpp = (void *)(xp + rndup); -#line 3033 - return status; -#line 3033 -} -#line 3033 - -int -#line 3034 -ncx_pad_getn_uchar_int(const void **xpp, size_t nelems, int *tp) -#line 3034 -{ -#line 3034 - int status = NC_NOERR; -#line 3034 - size_t rndup = nelems % X_ALIGN; -#line 3034 - uchar *xp = (uchar *) *xpp; -#line 3034 - -#line 3034 - if (rndup) -#line 3034 - rndup = X_ALIGN - rndup; -#line 3034 - -#line 3034 - while (nelems-- != 0) { -#line 3034 - -#line 3034 - *tp++ = (int) (*xp++); /* type cast from uchar to int */ -#line 3034 - } -#line 3034 - -#line 3034 - *xpp = (void *)(xp + rndup); -#line 3034 - return status; -#line 3034 -} -#line 3034 - -int -#line 3035 -ncx_pad_getn_uchar_long(const void **xpp, size_t nelems, long *tp) -#line 3035 -{ -#line 3035 - int status = NC_NOERR; -#line 3035 - size_t rndup = nelems % X_ALIGN; -#line 3035 - uchar *xp = (uchar *) *xpp; -#line 3035 - -#line 3035 - if (rndup) -#line 3035 - rndup = X_ALIGN - rndup; -#line 3035 - -#line 3035 - while (nelems-- != 0) { -#line 3035 - -#line 3035 - *tp++ = (long) (*xp++); /* type cast from uchar to long */ -#line 3035 - } -#line 3035 - -#line 3035 - *xpp = (void *)(xp + rndup); -#line 3035 - return status; -#line 3035 -} -#line 3035 - -int -#line 3036 -ncx_pad_getn_uchar_float(const void **xpp, size_t nelems, float *tp) -#line 3036 -{ -#line 3036 - int status = NC_NOERR; -#line 3036 - size_t rndup = nelems % X_ALIGN; -#line 3036 - uchar *xp = (uchar *) *xpp; -#line 3036 - -#line 3036 - if (rndup) -#line 3036 - rndup = X_ALIGN - rndup; -#line 3036 - -#line 3036 - while (nelems-- != 0) { -#line 3036 - -#line 3036 - *tp++ = (float) (*xp++); /* type cast from uchar to float */ -#line 3036 - } -#line 3036 - -#line 3036 - *xpp = (void *)(xp + rndup); -#line 3036 - return status; -#line 3036 -} -#line 3036 - -int -#line 3037 -ncx_pad_getn_uchar_double(const void **xpp, size_t nelems, double *tp) -#line 3037 -{ -#line 3037 - int status = NC_NOERR; -#line 3037 - size_t rndup = nelems % X_ALIGN; -#line 3037 - uchar *xp = (uchar *) *xpp; -#line 3037 - -#line 3037 - if (rndup) -#line 3037 - rndup = X_ALIGN - rndup; -#line 3037 - -#line 3037 - while (nelems-- != 0) { -#line 3037 - -#line 3037 - *tp++ = (double) (*xp++); /* type cast from uchar to double */ -#line 3037 - } -#line 3037 - -#line 3037 - *xpp = (void *)(xp + rndup); -#line 3037 - return status; -#line 3037 -} -#line 3037 - -int -#line 3038 -ncx_pad_getn_uchar_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3038 -{ -#line 3038 - int status = NC_NOERR; -#line 3038 - size_t rndup = nelems % X_ALIGN; -#line 3038 - uchar *xp = (uchar *) *xpp; -#line 3038 - -#line 3038 - if (rndup) -#line 3038 - rndup = X_ALIGN - rndup; -#line 3038 - -#line 3038 - while (nelems-- != 0) { -#line 3038 - -#line 3038 - *tp++ = (longlong) (*xp++); /* type cast from uchar to longlong */ -#line 3038 - } -#line 3038 - -#line 3038 - *xpp = (void *)(xp + rndup); -#line 3038 - return status; -#line 3038 -} -#line 3038 - -int -#line 3039 -ncx_pad_getn_uchar_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3039 -{ -#line 3039 - int status = NC_NOERR; -#line 3039 - size_t rndup = nelems % X_ALIGN; -#line 3039 - uchar *xp = (uchar *) *xpp; -#line 3039 - -#line 3039 - if (rndup) -#line 3039 - rndup = X_ALIGN - rndup; -#line 3039 - -#line 3039 - while (nelems-- != 0) { -#line 3039 - -#line 3039 - *tp++ = (ushort) (*xp++); /* type cast from uchar to ushort */ -#line 3039 - } -#line 3039 - -#line 3039 - *xpp = (void *)(xp + rndup); -#line 3039 - return status; -#line 3039 -} -#line 3039 - -int -#line 3040 -ncx_pad_getn_uchar_uint(const void **xpp, size_t nelems, uint *tp) -#line 3040 -{ -#line 3040 - int status = NC_NOERR; -#line 3040 - size_t rndup = nelems % X_ALIGN; -#line 3040 - uchar *xp = (uchar *) *xpp; -#line 3040 - -#line 3040 - if (rndup) -#line 3040 - rndup = X_ALIGN - rndup; -#line 3040 - -#line 3040 - while (nelems-- != 0) { -#line 3040 - -#line 3040 - *tp++ = (uint) (*xp++); /* type cast from uchar to uint */ -#line 3040 - } -#line 3040 - -#line 3040 - *xpp = (void *)(xp + rndup); -#line 3040 - return status; -#line 3040 -} -#line 3040 - -int -#line 3041 -ncx_pad_getn_uchar_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3041 -{ -#line 3041 - int status = NC_NOERR; -#line 3041 - size_t rndup = nelems % X_ALIGN; -#line 3041 - uchar *xp = (uchar *) *xpp; -#line 3041 - -#line 3041 - if (rndup) -#line 3041 - rndup = X_ALIGN - rndup; -#line 3041 - -#line 3041 - while (nelems-- != 0) { -#line 3041 - -#line 3041 - *tp++ = (ulonglong) (*xp++); /* type cast from uchar to ulonglong */ -#line 3041 - } -#line 3041 - -#line 3041 - *xpp = (void *)(xp + rndup); -#line 3041 - return status; -#line 3041 -} -#line 3041 - - -#line 3044 -int -ncx_putn_uchar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -{ - int status = NC_NOERR; - uchar *xp = (uchar *) *xpp; - - while (nelems-- != 0) { - if (*tp < 0) { - -#line 3052 -#ifdef ERANGE_FILL -#line 3052 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3052 -#endif - status = NC_ERANGE; - -#line 3054 -#ifdef ERANGE_FILL -#line 3054 - xp++; tp++; continue; -#line 3054 -#endif - } - *xp++ = (uchar) (signed) *tp++; /* type cast from schar to uchar */ - } - - *xpp = (void *)xp; - return status; -} -#line 3063 -int -ncx_putn_uchar_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -{ - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 3066 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3066 - -#line 3066 - return NC_NOERR; -#line 3066 - -} -int -#line 3068 -ncx_putn_uchar_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3068 -{ -#line 3068 - int status = NC_NOERR; -#line 3068 - uchar *xp = (uchar *) *xpp; -#line 3068 - -#line 3068 - while (nelems-- != 0) { -#line 3068 - if (*tp > (short)X_UCHAR_MAX || *tp < 0) { -#line 3068 - -#line 3068 -#ifdef ERANGE_FILL -#line 3068 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3068 -#endif -#line 3068 - status = NC_ERANGE; -#line 3068 - -#line 3068 -#ifdef ERANGE_FILL -#line 3068 - xp++; tp++; continue; -#line 3068 -#endif -#line 3068 - } -#line 3068 - *xp++ = (uchar) (signed) *tp++; /* type cast from short to uchar */ -#line 3068 - } -#line 3068 - -#line 3068 - *xpp = (void *)xp; -#line 3068 - return status; -#line 3068 -} -#line 3068 - -int -#line 3069 -ncx_putn_uchar_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3069 -{ -#line 3069 - int status = NC_NOERR; -#line 3069 - uchar *xp = (uchar *) *xpp; -#line 3069 - -#line 3069 - while (nelems-- != 0) { -#line 3069 - if (*tp > (int)X_UCHAR_MAX || *tp < 0) { -#line 3069 - -#line 3069 -#ifdef ERANGE_FILL -#line 3069 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3069 -#endif -#line 3069 - status = NC_ERANGE; -#line 3069 - -#line 3069 -#ifdef ERANGE_FILL -#line 3069 - xp++; tp++; continue; -#line 3069 -#endif -#line 3069 - } -#line 3069 - *xp++ = (uchar) (signed) *tp++; /* type cast from int to uchar */ -#line 3069 - } -#line 3069 - -#line 3069 - *xpp = (void *)xp; -#line 3069 - return status; -#line 3069 -} -#line 3069 - -int -#line 3070 -ncx_putn_uchar_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3070 -{ -#line 3070 - int status = NC_NOERR; -#line 3070 - uchar *xp = (uchar *) *xpp; -#line 3070 - -#line 3070 - while (nelems-- != 0) { -#line 3070 - if (*tp > (long)X_UCHAR_MAX || *tp < 0) { -#line 3070 - -#line 3070 -#ifdef ERANGE_FILL -#line 3070 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3070 -#endif -#line 3070 - status = NC_ERANGE; -#line 3070 - -#line 3070 -#ifdef ERANGE_FILL -#line 3070 - xp++; tp++; continue; -#line 3070 -#endif -#line 3070 - } -#line 3070 - *xp++ = (uchar) (signed) *tp++; /* type cast from long to uchar */ -#line 3070 - } -#line 3070 - -#line 3070 - *xpp = (void *)xp; -#line 3070 - return status; -#line 3070 -} -#line 3070 - -int -#line 3071 -ncx_putn_uchar_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3071 -{ -#line 3071 - int status = NC_NOERR; -#line 3071 - uchar *xp = (uchar *) *xpp; -#line 3071 - -#line 3071 - while (nelems-- != 0) { -#line 3071 - if (*tp > (float)X_UCHAR_MAX || *tp < 0) { -#line 3071 - -#line 3071 -#ifdef ERANGE_FILL -#line 3071 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3071 -#endif -#line 3071 - status = NC_ERANGE; -#line 3071 - -#line 3071 -#ifdef ERANGE_FILL -#line 3071 - xp++; tp++; continue; -#line 3071 -#endif -#line 3071 - } -#line 3071 - *xp++ = (uchar) (signed) *tp++; /* type cast from float to uchar */ -#line 3071 - } -#line 3071 - -#line 3071 - *xpp = (void *)xp; -#line 3071 - return status; -#line 3071 -} -#line 3071 - -int -#line 3072 -ncx_putn_uchar_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3072 -{ -#line 3072 - int status = NC_NOERR; -#line 3072 - uchar *xp = (uchar *) *xpp; -#line 3072 - -#line 3072 - while (nelems-- != 0) { -#line 3072 - if (*tp > (double)X_UCHAR_MAX || *tp < 0) { -#line 3072 - -#line 3072 -#ifdef ERANGE_FILL -#line 3072 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3072 -#endif -#line 3072 - status = NC_ERANGE; -#line 3072 - -#line 3072 -#ifdef ERANGE_FILL -#line 3072 - xp++; tp++; continue; -#line 3072 -#endif -#line 3072 - } -#line 3072 - *xp++ = (uchar) (signed) *tp++; /* type cast from double to uchar */ -#line 3072 - } -#line 3072 - -#line 3072 - *xpp = (void *)xp; -#line 3072 - return status; -#line 3072 -} -#line 3072 - -int -#line 3073 -ncx_putn_uchar_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3073 -{ -#line 3073 - int status = NC_NOERR; -#line 3073 - uchar *xp = (uchar *) *xpp; -#line 3073 - -#line 3073 - while (nelems-- != 0) { -#line 3073 - if (*tp > (longlong)X_UCHAR_MAX || *tp < 0) { -#line 3073 - -#line 3073 -#ifdef ERANGE_FILL -#line 3073 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3073 -#endif -#line 3073 - status = NC_ERANGE; -#line 3073 - -#line 3073 -#ifdef ERANGE_FILL -#line 3073 - xp++; tp++; continue; -#line 3073 -#endif -#line 3073 - } -#line 3073 - *xp++ = (uchar) (signed) *tp++; /* type cast from longlong to uchar */ -#line 3073 - } -#line 3073 - -#line 3073 - *xpp = (void *)xp; -#line 3073 - return status; -#line 3073 -} -#line 3073 - -int -#line 3074 -ncx_putn_uchar_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3074 -{ -#line 3074 - int status = NC_NOERR; -#line 3074 - uchar *xp = (uchar *) *xpp; -#line 3074 - -#line 3074 - while (nelems-- != 0) { -#line 3074 - if (*tp > (ushort)X_UCHAR_MAX ) { -#line 3074 - -#line 3074 -#ifdef ERANGE_FILL -#line 3074 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3074 -#endif -#line 3074 - status = NC_ERANGE; -#line 3074 - -#line 3074 -#ifdef ERANGE_FILL -#line 3074 - xp++; tp++; continue; -#line 3074 -#endif -#line 3074 - } -#line 3074 - *xp++ = (uchar) *tp++; /* type cast from ushort to uchar */ -#line 3074 - } -#line 3074 - -#line 3074 - *xpp = (void *)xp; -#line 3074 - return status; -#line 3074 -} -#line 3074 - -int -#line 3075 -ncx_putn_uchar_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3075 -{ -#line 3075 - int status = NC_NOERR; -#line 3075 - uchar *xp = (uchar *) *xpp; -#line 3075 - -#line 3075 - while (nelems-- != 0) { -#line 3075 - if (*tp > (uint)X_UCHAR_MAX ) { -#line 3075 - -#line 3075 -#ifdef ERANGE_FILL -#line 3075 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3075 -#endif -#line 3075 - status = NC_ERANGE; -#line 3075 - -#line 3075 -#ifdef ERANGE_FILL -#line 3075 - xp++; tp++; continue; -#line 3075 -#endif -#line 3075 - } -#line 3075 - *xp++ = (uchar) *tp++; /* type cast from uint to uchar */ -#line 3075 - } -#line 3075 - -#line 3075 - *xpp = (void *)xp; -#line 3075 - return status; -#line 3075 -} -#line 3075 - -int -#line 3076 -ncx_putn_uchar_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3076 -{ -#line 3076 - int status = NC_NOERR; -#line 3076 - uchar *xp = (uchar *) *xpp; -#line 3076 - -#line 3076 - while (nelems-- != 0) { -#line 3076 - if (*tp > (ulonglong)X_UCHAR_MAX ) { -#line 3076 - -#line 3076 -#ifdef ERANGE_FILL -#line 3076 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3076 -#endif -#line 3076 - status = NC_ERANGE; -#line 3076 - -#line 3076 -#ifdef ERANGE_FILL -#line 3076 - xp++; tp++; continue; -#line 3076 -#endif -#line 3076 - } -#line 3076 - *xp++ = (uchar) *tp++; /* type cast from ulonglong to uchar */ -#line 3076 - } -#line 3076 - -#line 3076 - *xpp = (void *)xp; -#line 3076 - return status; -#line 3076 -} -#line 3076 - - -#line 3079 -int -ncx_pad_putn_uchar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -{ - int status = NC_NOERR; - size_t rndup = nelems % X_ALIGN; - uchar *xp = (uchar *) *xpp; - - if (rndup) rndup = X_ALIGN - rndup; - - while (nelems-- != 0) { - if (*tp < 0) { - -#line 3090 -#ifdef ERANGE_FILL -#line 3090 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3090 -#endif - status = NC_ERANGE; - -#line 3092 -#ifdef ERANGE_FILL -#line 3092 - xp++; tp++; continue; -#line 3092 -#endif - } - *xp++ = (uchar) (signed) *tp++; /* type cast from schar to uchar */ - } - - if (rndup) { - (void) memcpy(xp, nada, (size_t)rndup); - xp += rndup; - } - - *xpp = (void *)xp; - return status; -} -#line 3106 -int -ncx_pad_putn_uchar_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -{ - size_t rndup = nelems % X_ALIGN; -#line 3109 - -#line 3109 - if (rndup) -#line 3109 - rndup = X_ALIGN - rndup; -#line 3109 - -#line 3109 - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 3109 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3109 - -#line 3109 - if (rndup) -#line 3109 - { -#line 3109 - (void) memcpy(*xpp, nada, (size_t)rndup); -#line 3109 - *xpp = (void *)((char *)(*xpp) + rndup); -#line 3109 - } -#line 3109 - -#line 3109 - return NC_NOERR; -#line 3109 - -} -int -#line 3111 -ncx_pad_putn_uchar_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3111 -{ -#line 3111 - int status = NC_NOERR; -#line 3111 - size_t rndup = nelems % X_ALIGN; -#line 3111 - uchar *xp = (uchar *) *xpp; -#line 3111 - -#line 3111 - if (rndup) rndup = X_ALIGN - rndup; -#line 3111 - -#line 3111 - while (nelems-- != 0) { -#line 3111 - if (*tp > (short)X_UCHAR_MAX || *tp < 0) { -#line 3111 - -#line 3111 -#ifdef ERANGE_FILL -#line 3111 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3111 -#endif -#line 3111 - status = NC_ERANGE; -#line 3111 - -#line 3111 -#ifdef ERANGE_FILL -#line 3111 - xp++; tp++; continue; -#line 3111 -#endif -#line 3111 - } -#line 3111 - *xp++ = (uchar) (signed) *tp++; /* type cast from short to uchar */ -#line 3111 - } -#line 3111 - -#line 3111 - -#line 3111 - if (rndup) { -#line 3111 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3111 - xp += rndup; -#line 3111 - } -#line 3111 - -#line 3111 - *xpp = (void *)xp; -#line 3111 - return status; -#line 3111 -} -#line 3111 - -int -#line 3112 -ncx_pad_putn_uchar_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3112 -{ -#line 3112 - int status = NC_NOERR; -#line 3112 - size_t rndup = nelems % X_ALIGN; -#line 3112 - uchar *xp = (uchar *) *xpp; -#line 3112 - -#line 3112 - if (rndup) rndup = X_ALIGN - rndup; -#line 3112 - -#line 3112 - while (nelems-- != 0) { -#line 3112 - if (*tp > (int)X_UCHAR_MAX || *tp < 0) { -#line 3112 - -#line 3112 -#ifdef ERANGE_FILL -#line 3112 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3112 -#endif -#line 3112 - status = NC_ERANGE; -#line 3112 - -#line 3112 -#ifdef ERANGE_FILL -#line 3112 - xp++; tp++; continue; -#line 3112 -#endif -#line 3112 - } -#line 3112 - *xp++ = (uchar) (signed) *tp++; /* type cast from int to uchar */ -#line 3112 - } -#line 3112 - -#line 3112 - -#line 3112 - if (rndup) { -#line 3112 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3112 - xp += rndup; -#line 3112 - } -#line 3112 - -#line 3112 - *xpp = (void *)xp; -#line 3112 - return status; -#line 3112 -} -#line 3112 - -int -#line 3113 -ncx_pad_putn_uchar_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3113 -{ -#line 3113 - int status = NC_NOERR; -#line 3113 - size_t rndup = nelems % X_ALIGN; -#line 3113 - uchar *xp = (uchar *) *xpp; -#line 3113 - -#line 3113 - if (rndup) rndup = X_ALIGN - rndup; -#line 3113 - -#line 3113 - while (nelems-- != 0) { -#line 3113 - if (*tp > (long)X_UCHAR_MAX || *tp < 0) { -#line 3113 - -#line 3113 -#ifdef ERANGE_FILL -#line 3113 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3113 -#endif -#line 3113 - status = NC_ERANGE; -#line 3113 - -#line 3113 -#ifdef ERANGE_FILL -#line 3113 - xp++; tp++; continue; -#line 3113 -#endif -#line 3113 - } -#line 3113 - *xp++ = (uchar) (signed) *tp++; /* type cast from long to uchar */ -#line 3113 - } -#line 3113 - -#line 3113 - -#line 3113 - if (rndup) { -#line 3113 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3113 - xp += rndup; -#line 3113 - } -#line 3113 - -#line 3113 - *xpp = (void *)xp; -#line 3113 - return status; -#line 3113 -} -#line 3113 - -int -#line 3114 -ncx_pad_putn_uchar_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3114 -{ -#line 3114 - int status = NC_NOERR; -#line 3114 - size_t rndup = nelems % X_ALIGN; -#line 3114 - uchar *xp = (uchar *) *xpp; -#line 3114 - -#line 3114 - if (rndup) rndup = X_ALIGN - rndup; -#line 3114 - -#line 3114 - while (nelems-- != 0) { -#line 3114 - if (*tp > (float)X_UCHAR_MAX || *tp < 0) { -#line 3114 - -#line 3114 -#ifdef ERANGE_FILL -#line 3114 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3114 -#endif -#line 3114 - status = NC_ERANGE; -#line 3114 - -#line 3114 -#ifdef ERANGE_FILL -#line 3114 - xp++; tp++; continue; -#line 3114 -#endif -#line 3114 - } -#line 3114 - *xp++ = (uchar) (signed) *tp++; /* type cast from float to uchar */ -#line 3114 - } -#line 3114 - -#line 3114 - -#line 3114 - if (rndup) { -#line 3114 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3114 - xp += rndup; -#line 3114 - } -#line 3114 - -#line 3114 - *xpp = (void *)xp; -#line 3114 - return status; -#line 3114 -} -#line 3114 - -int -#line 3115 -ncx_pad_putn_uchar_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3115 -{ -#line 3115 - int status = NC_NOERR; -#line 3115 - size_t rndup = nelems % X_ALIGN; -#line 3115 - uchar *xp = (uchar *) *xpp; -#line 3115 - -#line 3115 - if (rndup) rndup = X_ALIGN - rndup; -#line 3115 - -#line 3115 - while (nelems-- != 0) { -#line 3115 - if (*tp > (double)X_UCHAR_MAX || *tp < 0) { -#line 3115 - -#line 3115 -#ifdef ERANGE_FILL -#line 3115 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3115 -#endif -#line 3115 - status = NC_ERANGE; -#line 3115 - -#line 3115 -#ifdef ERANGE_FILL -#line 3115 - xp++; tp++; continue; -#line 3115 -#endif -#line 3115 - } -#line 3115 - *xp++ = (uchar) (signed) *tp++; /* type cast from double to uchar */ -#line 3115 - } -#line 3115 - -#line 3115 - -#line 3115 - if (rndup) { -#line 3115 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3115 - xp += rndup; -#line 3115 - } -#line 3115 - -#line 3115 - *xpp = (void *)xp; -#line 3115 - return status; -#line 3115 -} -#line 3115 - -int -#line 3116 -ncx_pad_putn_uchar_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3116 -{ -#line 3116 - int status = NC_NOERR; -#line 3116 - size_t rndup = nelems % X_ALIGN; -#line 3116 - uchar *xp = (uchar *) *xpp; -#line 3116 - -#line 3116 - if (rndup) rndup = X_ALIGN - rndup; -#line 3116 - -#line 3116 - while (nelems-- != 0) { -#line 3116 - if (*tp > (longlong)X_UCHAR_MAX || *tp < 0) { -#line 3116 - -#line 3116 -#ifdef ERANGE_FILL -#line 3116 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3116 -#endif -#line 3116 - status = NC_ERANGE; -#line 3116 - -#line 3116 -#ifdef ERANGE_FILL -#line 3116 - xp++; tp++; continue; -#line 3116 -#endif -#line 3116 - } -#line 3116 - *xp++ = (uchar) (signed) *tp++; /* type cast from longlong to uchar */ -#line 3116 - } -#line 3116 - -#line 3116 - -#line 3116 - if (rndup) { -#line 3116 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3116 - xp += rndup; -#line 3116 - } -#line 3116 - -#line 3116 - *xpp = (void *)xp; -#line 3116 - return status; -#line 3116 -} -#line 3116 - -int -#line 3117 -ncx_pad_putn_uchar_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3117 -{ -#line 3117 - int status = NC_NOERR; -#line 3117 - size_t rndup = nelems % X_ALIGN; -#line 3117 - uchar *xp = (uchar *) *xpp; -#line 3117 - -#line 3117 - if (rndup) rndup = X_ALIGN - rndup; -#line 3117 - -#line 3117 - while (nelems-- != 0) { -#line 3117 - if (*tp > (ushort)X_UCHAR_MAX ) { -#line 3117 - -#line 3117 -#ifdef ERANGE_FILL -#line 3117 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3117 -#endif -#line 3117 - status = NC_ERANGE; -#line 3117 - -#line 3117 -#ifdef ERANGE_FILL -#line 3117 - xp++; tp++; continue; -#line 3117 -#endif -#line 3117 - } -#line 3117 - *xp++ = (uchar) *tp++; /* type cast from ushort to uchar */ -#line 3117 - } -#line 3117 - -#line 3117 - -#line 3117 - if (rndup) { -#line 3117 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3117 - xp += rndup; -#line 3117 - } -#line 3117 - -#line 3117 - *xpp = (void *)xp; -#line 3117 - return status; -#line 3117 -} -#line 3117 - -int -#line 3118 -ncx_pad_putn_uchar_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3118 -{ -#line 3118 - int status = NC_NOERR; -#line 3118 - size_t rndup = nelems % X_ALIGN; -#line 3118 - uchar *xp = (uchar *) *xpp; -#line 3118 - -#line 3118 - if (rndup) rndup = X_ALIGN - rndup; -#line 3118 - -#line 3118 - while (nelems-- != 0) { -#line 3118 - if (*tp > (uint)X_UCHAR_MAX ) { -#line 3118 - -#line 3118 -#ifdef ERANGE_FILL -#line 3118 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3118 -#endif -#line 3118 - status = NC_ERANGE; -#line 3118 - -#line 3118 -#ifdef ERANGE_FILL -#line 3118 - xp++; tp++; continue; -#line 3118 -#endif -#line 3118 - } -#line 3118 - *xp++ = (uchar) *tp++; /* type cast from uint to uchar */ -#line 3118 - } -#line 3118 - -#line 3118 - -#line 3118 - if (rndup) { -#line 3118 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3118 - xp += rndup; -#line 3118 - } -#line 3118 - -#line 3118 - *xpp = (void *)xp; -#line 3118 - return status; -#line 3118 -} -#line 3118 - -int -#line 3119 -ncx_pad_putn_uchar_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3119 -{ -#line 3119 - int status = NC_NOERR; -#line 3119 - size_t rndup = nelems % X_ALIGN; -#line 3119 - uchar *xp = (uchar *) *xpp; -#line 3119 - -#line 3119 - if (rndup) rndup = X_ALIGN - rndup; -#line 3119 - -#line 3119 - while (nelems-- != 0) { -#line 3119 - if (*tp > (ulonglong)X_UCHAR_MAX ) { -#line 3119 - -#line 3119 -#ifdef ERANGE_FILL -#line 3119 - if (fillp != NULL) memcpy(xp, fillp, 1); -#line 3119 -#endif -#line 3119 - status = NC_ERANGE; -#line 3119 - -#line 3119 -#ifdef ERANGE_FILL -#line 3119 - xp++; tp++; continue; -#line 3119 -#endif -#line 3119 - } -#line 3119 - *xp++ = (uchar) *tp++; /* type cast from ulonglong to uchar */ -#line 3119 - } -#line 3119 - -#line 3119 - -#line 3119 - if (rndup) { -#line 3119 - (void) memcpy(xp, nada, (size_t)rndup); -#line 3119 - xp += rndup; -#line 3119 - } -#line 3119 - -#line 3119 - *xpp = (void *)xp; -#line 3119 - return status; -#line 3119 -} -#line 3119 - - -/* short ---------------------------------------------------------------------*/ - -#if X_SIZEOF_SHORT == SIZEOF_SHORT -/* optimized version */ -int -ncx_getn_short_short(const void **xpp, size_t nelems, short *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_SHORT); -# else - swapn2b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_SHORT); - return NC_NOERR; -} -#else -int -#line 3137 -ncx_getn_short_short(const void **xpp, size_t nelems, short *tp) -#line 3137 -{ -#line 3137 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3137 - -#line 3137 - /* basic algorithm is: -#line 3137 - * - ensure sane alignment of input data -#line 3137 - * - copy (conversion happens automatically) input data -#line 3137 - * to output -#line 3137 - * - update xpp to point at next unconverted input, and tp to point -#line 3137 - * at next location for converted output -#line 3137 - */ -#line 3137 - long i, j, ni; -#line 3137 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3137 - short *xp; -#line 3137 - int nrange = 0; /* number of range errors */ -#line 3137 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3137 - long cxp = (long) *((char**)xpp); -#line 3137 - -#line 3137 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3137 - /* sjl: manually stripmine so we can limit amount of -#line 3137 - * vector work space reserved to LOOPCNT elements. Also -#line 3137 - * makes vectorisation easy */ -#line 3137 - for (j=0; j= 0 */ -#line 3137 - nrange += xp[i] > SHORT_MAX || xp[i] < SHORT_MIN; -#line 3137 - } -#line 3137 - /* update xpp and tp */ -#line 3137 - if (realign) xp = (short *) *xpp; -#line 3137 - xp += ni; -#line 3137 - tp += ni; -#line 3137 - *xpp = (void*)xp; -#line 3137 - } -#line 3137 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3137 - -#line 3137 -#else /* not SX */ -#line 3137 - const char *xp = (const char *) *xpp; -#line 3137 - int status = NC_NOERR; -#line 3137 - -#line 3137 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3137 - { -#line 3137 - const int lstatus = ncx_get_short_short(xp, tp); -#line 3137 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3137 - status = lstatus; -#line 3137 - } -#line 3137 - -#line 3137 - *xpp = (const void *)xp; -#line 3137 - return status; -#line 3137 -#endif -#line 3137 -} -#line 3137 - -#endif -int -#line 3139 -ncx_getn_short_schar(const void **xpp, size_t nelems, schar *tp) -#line 3139 -{ -#line 3139 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3139 - -#line 3139 - /* basic algorithm is: -#line 3139 - * - ensure sane alignment of input data -#line 3139 - * - copy (conversion happens automatically) input data -#line 3139 - * to output -#line 3139 - * - update xpp to point at next unconverted input, and tp to point -#line 3139 - * at next location for converted output -#line 3139 - */ -#line 3139 - long i, j, ni; -#line 3139 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3139 - short *xp; -#line 3139 - int nrange = 0; /* number of range errors */ -#line 3139 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3139 - long cxp = (long) *((char**)xpp); -#line 3139 - -#line 3139 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3139 - /* sjl: manually stripmine so we can limit amount of -#line 3139 - * vector work space reserved to LOOPCNT elements. Also -#line 3139 - * makes vectorisation easy */ -#line 3139 - for (j=0; j= 0 */ -#line 3139 - nrange += xp[i] > SCHAR_MAX || xp[i] < SCHAR_MIN; -#line 3139 - } -#line 3139 - /* update xpp and tp */ -#line 3139 - if (realign) xp = (short *) *xpp; -#line 3139 - xp += ni; -#line 3139 - tp += ni; -#line 3139 - *xpp = (void*)xp; -#line 3139 - } -#line 3139 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3139 - -#line 3139 -#else /* not SX */ -#line 3139 - const char *xp = (const char *) *xpp; -#line 3139 - int status = NC_NOERR; -#line 3139 - -#line 3139 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3139 - { -#line 3139 - const int lstatus = ncx_get_short_schar(xp, tp); -#line 3139 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3139 - status = lstatus; -#line 3139 - } -#line 3139 - -#line 3139 - *xpp = (const void *)xp; -#line 3139 - return status; -#line 3139 -#endif -#line 3139 -} -#line 3139 - -int -#line 3140 -ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) -#line 3140 -{ -#line 3140 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3140 - -#line 3140 - /* basic algorithm is: -#line 3140 - * - ensure sane alignment of input data -#line 3140 - * - copy (conversion happens automatically) input data -#line 3140 - * to output -#line 3140 - * - update xpp to point at next unconverted input, and tp to point -#line 3140 - * at next location for converted output -#line 3140 - */ -#line 3140 - long i, j, ni; -#line 3140 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3140 - short *xp; -#line 3140 - int nrange = 0; /* number of range errors */ -#line 3140 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3140 - long cxp = (long) *((char**)xpp); -#line 3140 - -#line 3140 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3140 - /* sjl: manually stripmine so we can limit amount of -#line 3140 - * vector work space reserved to LOOPCNT elements. Also -#line 3140 - * makes vectorisation easy */ -#line 3140 - for (j=0; j= 0 */ -#line 3140 - nrange += xp[i] > INT_MAX || xp[i] < INT_MIN; -#line 3140 - } -#line 3140 - /* update xpp and tp */ -#line 3140 - if (realign) xp = (short *) *xpp; -#line 3140 - xp += ni; -#line 3140 - tp += ni; -#line 3140 - *xpp = (void*)xp; -#line 3140 - } -#line 3140 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3140 - -#line 3140 -#else /* not SX */ -#line 3140 - const char *xp = (const char *) *xpp; -#line 3140 - int status = NC_NOERR; -#line 3140 - -#line 3140 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3140 - { -#line 3140 - const int lstatus = ncx_get_short_int(xp, tp); -#line 3140 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3140 - status = lstatus; -#line 3140 - } -#line 3140 - -#line 3140 - *xpp = (const void *)xp; -#line 3140 - return status; -#line 3140 -#endif -#line 3140 -} -#line 3140 - -int -#line 3141 -ncx_getn_short_long(const void **xpp, size_t nelems, long *tp) -#line 3141 -{ -#line 3141 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3141 - -#line 3141 - /* basic algorithm is: -#line 3141 - * - ensure sane alignment of input data -#line 3141 - * - copy (conversion happens automatically) input data -#line 3141 - * to output -#line 3141 - * - update xpp to point at next unconverted input, and tp to point -#line 3141 - * at next location for converted output -#line 3141 - */ -#line 3141 - long i, j, ni; -#line 3141 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3141 - short *xp; -#line 3141 - int nrange = 0; /* number of range errors */ -#line 3141 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3141 - long cxp = (long) *((char**)xpp); -#line 3141 - -#line 3141 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3141 - /* sjl: manually stripmine so we can limit amount of -#line 3141 - * vector work space reserved to LOOPCNT elements. Also -#line 3141 - * makes vectorisation easy */ -#line 3141 - for (j=0; j= 0 */ -#line 3141 - nrange += xp[i] > LONG_MAX || xp[i] < LONG_MIN; -#line 3141 - } -#line 3141 - /* update xpp and tp */ -#line 3141 - if (realign) xp = (short *) *xpp; -#line 3141 - xp += ni; -#line 3141 - tp += ni; -#line 3141 - *xpp = (void*)xp; -#line 3141 - } -#line 3141 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3141 - -#line 3141 -#else /* not SX */ -#line 3141 - const char *xp = (const char *) *xpp; -#line 3141 - int status = NC_NOERR; -#line 3141 - -#line 3141 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3141 - { -#line 3141 - const int lstatus = ncx_get_short_long(xp, tp); -#line 3141 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3141 - status = lstatus; -#line 3141 - } -#line 3141 - -#line 3141 - *xpp = (const void *)xp; -#line 3141 - return status; -#line 3141 -#endif -#line 3141 -} -#line 3141 - -int -#line 3142 -ncx_getn_short_float(const void **xpp, size_t nelems, float *tp) -#line 3142 -{ -#line 3142 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3142 - -#line 3142 - /* basic algorithm is: -#line 3142 - * - ensure sane alignment of input data -#line 3142 - * - copy (conversion happens automatically) input data -#line 3142 - * to output -#line 3142 - * - update xpp to point at next unconverted input, and tp to point -#line 3142 - * at next location for converted output -#line 3142 - */ -#line 3142 - long i, j, ni; -#line 3142 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3142 - short *xp; -#line 3142 - int nrange = 0; /* number of range errors */ -#line 3142 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3142 - long cxp = (long) *((char**)xpp); -#line 3142 - -#line 3142 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3142 - /* sjl: manually stripmine so we can limit amount of -#line 3142 - * vector work space reserved to LOOPCNT elements. Also -#line 3142 - * makes vectorisation easy */ -#line 3142 - for (j=0; j= 0 */ -#line 3142 - nrange += xp[i] > FLOAT_MAX || xp[i] < FLOAT_MIN; -#line 3142 - } -#line 3142 - /* update xpp and tp */ -#line 3142 - if (realign) xp = (short *) *xpp; -#line 3142 - xp += ni; -#line 3142 - tp += ni; -#line 3142 - *xpp = (void*)xp; -#line 3142 - } -#line 3142 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3142 - -#line 3142 -#else /* not SX */ -#line 3142 - const char *xp = (const char *) *xpp; -#line 3142 - int status = NC_NOERR; -#line 3142 - -#line 3142 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3142 - { -#line 3142 - const int lstatus = ncx_get_short_float(xp, tp); -#line 3142 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3142 - status = lstatus; -#line 3142 - } -#line 3142 - -#line 3142 - *xpp = (const void *)xp; -#line 3142 - return status; -#line 3142 -#endif -#line 3142 -} -#line 3142 - -int -#line 3143 -ncx_getn_short_double(const void **xpp, size_t nelems, double *tp) -#line 3143 -{ -#line 3143 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3143 - -#line 3143 - /* basic algorithm is: -#line 3143 - * - ensure sane alignment of input data -#line 3143 - * - copy (conversion happens automatically) input data -#line 3143 - * to output -#line 3143 - * - update xpp to point at next unconverted input, and tp to point -#line 3143 - * at next location for converted output -#line 3143 - */ -#line 3143 - long i, j, ni; -#line 3143 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3143 - short *xp; -#line 3143 - int nrange = 0; /* number of range errors */ -#line 3143 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3143 - long cxp = (long) *((char**)xpp); -#line 3143 - -#line 3143 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3143 - /* sjl: manually stripmine so we can limit amount of -#line 3143 - * vector work space reserved to LOOPCNT elements. Also -#line 3143 - * makes vectorisation easy */ -#line 3143 - for (j=0; j= 0 */ -#line 3143 - nrange += xp[i] > DOUBLE_MAX || xp[i] < DOUBLE_MIN; -#line 3143 - } -#line 3143 - /* update xpp and tp */ -#line 3143 - if (realign) xp = (short *) *xpp; -#line 3143 - xp += ni; -#line 3143 - tp += ni; -#line 3143 - *xpp = (void*)xp; -#line 3143 - } -#line 3143 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3143 - -#line 3143 -#else /* not SX */ -#line 3143 - const char *xp = (const char *) *xpp; -#line 3143 - int status = NC_NOERR; -#line 3143 - -#line 3143 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3143 - { -#line 3143 - const int lstatus = ncx_get_short_double(xp, tp); -#line 3143 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3143 - status = lstatus; -#line 3143 - } -#line 3143 - -#line 3143 - *xpp = (const void *)xp; -#line 3143 - return status; -#line 3143 -#endif -#line 3143 -} -#line 3143 - -int -#line 3144 -ncx_getn_short_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3144 -{ -#line 3144 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3144 - -#line 3144 - /* basic algorithm is: -#line 3144 - * - ensure sane alignment of input data -#line 3144 - * - copy (conversion happens automatically) input data -#line 3144 - * to output -#line 3144 - * - update xpp to point at next unconverted input, and tp to point -#line 3144 - * at next location for converted output -#line 3144 - */ -#line 3144 - long i, j, ni; -#line 3144 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3144 - short *xp; -#line 3144 - int nrange = 0; /* number of range errors */ -#line 3144 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3144 - long cxp = (long) *((char**)xpp); -#line 3144 - -#line 3144 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3144 - /* sjl: manually stripmine so we can limit amount of -#line 3144 - * vector work space reserved to LOOPCNT elements. Also -#line 3144 - * makes vectorisation easy */ -#line 3144 - for (j=0; j= 0 */ -#line 3144 - nrange += xp[i] > LONGLONG_MAX || xp[i] < LONGLONG_MIN; -#line 3144 - } -#line 3144 - /* update xpp and tp */ -#line 3144 - if (realign) xp = (short *) *xpp; -#line 3144 - xp += ni; -#line 3144 - tp += ni; -#line 3144 - *xpp = (void*)xp; -#line 3144 - } -#line 3144 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3144 - -#line 3144 -#else /* not SX */ -#line 3144 - const char *xp = (const char *) *xpp; -#line 3144 - int status = NC_NOERR; -#line 3144 - -#line 3144 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3144 - { -#line 3144 - const int lstatus = ncx_get_short_longlong(xp, tp); -#line 3144 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3144 - status = lstatus; -#line 3144 - } -#line 3144 - -#line 3144 - *xpp = (const void *)xp; -#line 3144 - return status; -#line 3144 -#endif -#line 3144 -} -#line 3144 - -int -#line 3145 -ncx_getn_short_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3145 -{ -#line 3145 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3145 - -#line 3145 - /* basic algorithm is: -#line 3145 - * - ensure sane alignment of input data -#line 3145 - * - copy (conversion happens automatically) input data -#line 3145 - * to output -#line 3145 - * - update xpp to point at next unconverted input, and tp to point -#line 3145 - * at next location for converted output -#line 3145 - */ -#line 3145 - long i, j, ni; -#line 3145 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3145 - short *xp; -#line 3145 - int nrange = 0; /* number of range errors */ -#line 3145 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3145 - long cxp = (long) *((char**)xpp); -#line 3145 - -#line 3145 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3145 - /* sjl: manually stripmine so we can limit amount of -#line 3145 - * vector work space reserved to LOOPCNT elements. Also -#line 3145 - * makes vectorisation easy */ -#line 3145 - for (j=0; j= 0 */ -#line 3145 - nrange += xp[i] > UCHAR_MAX || xp[i] < 0; -#line 3145 - } -#line 3145 - /* update xpp and tp */ -#line 3145 - if (realign) xp = (short *) *xpp; -#line 3145 - xp += ni; -#line 3145 - tp += ni; -#line 3145 - *xpp = (void*)xp; -#line 3145 - } -#line 3145 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3145 - -#line 3145 -#else /* not SX */ -#line 3145 - const char *xp = (const char *) *xpp; -#line 3145 - int status = NC_NOERR; -#line 3145 - -#line 3145 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3145 - { -#line 3145 - const int lstatus = ncx_get_short_uchar(xp, tp); -#line 3145 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3145 - status = lstatus; -#line 3145 - } -#line 3145 - -#line 3145 - *xpp = (const void *)xp; -#line 3145 - return status; -#line 3145 -#endif -#line 3145 -} -#line 3145 - -int -#line 3146 -ncx_getn_short_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3146 -{ -#line 3146 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3146 - -#line 3146 - /* basic algorithm is: -#line 3146 - * - ensure sane alignment of input data -#line 3146 - * - copy (conversion happens automatically) input data -#line 3146 - * to output -#line 3146 - * - update xpp to point at next unconverted input, and tp to point -#line 3146 - * at next location for converted output -#line 3146 - */ -#line 3146 - long i, j, ni; -#line 3146 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3146 - short *xp; -#line 3146 - int nrange = 0; /* number of range errors */ -#line 3146 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3146 - long cxp = (long) *((char**)xpp); -#line 3146 - -#line 3146 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3146 - /* sjl: manually stripmine so we can limit amount of -#line 3146 - * vector work space reserved to LOOPCNT elements. Also -#line 3146 - * makes vectorisation easy */ -#line 3146 - for (j=0; j= 0 */ -#line 3146 - nrange += xp[i] > USHORT_MAX || xp[i] < 0; -#line 3146 - } -#line 3146 - /* update xpp and tp */ -#line 3146 - if (realign) xp = (short *) *xpp; -#line 3146 - xp += ni; -#line 3146 - tp += ni; -#line 3146 - *xpp = (void*)xp; -#line 3146 - } -#line 3146 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3146 - -#line 3146 -#else /* not SX */ -#line 3146 - const char *xp = (const char *) *xpp; -#line 3146 - int status = NC_NOERR; -#line 3146 - -#line 3146 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3146 - { -#line 3146 - const int lstatus = ncx_get_short_ushort(xp, tp); -#line 3146 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3146 - status = lstatus; -#line 3146 - } -#line 3146 - -#line 3146 - *xpp = (const void *)xp; -#line 3146 - return status; -#line 3146 -#endif -#line 3146 -} -#line 3146 - -int -#line 3147 -ncx_getn_short_uint(const void **xpp, size_t nelems, uint *tp) -#line 3147 -{ -#line 3147 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3147 - -#line 3147 - /* basic algorithm is: -#line 3147 - * - ensure sane alignment of input data -#line 3147 - * - copy (conversion happens automatically) input data -#line 3147 - * to output -#line 3147 - * - update xpp to point at next unconverted input, and tp to point -#line 3147 - * at next location for converted output -#line 3147 - */ -#line 3147 - long i, j, ni; -#line 3147 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3147 - short *xp; -#line 3147 - int nrange = 0; /* number of range errors */ -#line 3147 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3147 - long cxp = (long) *((char**)xpp); -#line 3147 - -#line 3147 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3147 - /* sjl: manually stripmine so we can limit amount of -#line 3147 - * vector work space reserved to LOOPCNT elements. Also -#line 3147 - * makes vectorisation easy */ -#line 3147 - for (j=0; j= 0 */ -#line 3147 - nrange += xp[i] > UINT_MAX || xp[i] < 0; -#line 3147 - } -#line 3147 - /* update xpp and tp */ -#line 3147 - if (realign) xp = (short *) *xpp; -#line 3147 - xp += ni; -#line 3147 - tp += ni; -#line 3147 - *xpp = (void*)xp; -#line 3147 - } -#line 3147 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3147 - -#line 3147 -#else /* not SX */ -#line 3147 - const char *xp = (const char *) *xpp; -#line 3147 - int status = NC_NOERR; -#line 3147 - -#line 3147 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3147 - { -#line 3147 - const int lstatus = ncx_get_short_uint(xp, tp); -#line 3147 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3147 - status = lstatus; -#line 3147 - } -#line 3147 - -#line 3147 - *xpp = (const void *)xp; -#line 3147 - return status; -#line 3147 -#endif -#line 3147 -} -#line 3147 - -int -#line 3148 -ncx_getn_short_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3148 -{ -#line 3148 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3148 - -#line 3148 - /* basic algorithm is: -#line 3148 - * - ensure sane alignment of input data -#line 3148 - * - copy (conversion happens automatically) input data -#line 3148 - * to output -#line 3148 - * - update xpp to point at next unconverted input, and tp to point -#line 3148 - * at next location for converted output -#line 3148 - */ -#line 3148 - long i, j, ni; -#line 3148 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3148 - short *xp; -#line 3148 - int nrange = 0; /* number of range errors */ -#line 3148 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3148 - long cxp = (long) *((char**)xpp); -#line 3148 - -#line 3148 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3148 - /* sjl: manually stripmine so we can limit amount of -#line 3148 - * vector work space reserved to LOOPCNT elements. Also -#line 3148 - * makes vectorisation easy */ -#line 3148 - for (j=0; j= 0 */ -#line 3148 - nrange += xp[i] > ULONGLONG_MAX || xp[i] < 0; -#line 3148 - } -#line 3148 - /* update xpp and tp */ -#line 3148 - if (realign) xp = (short *) *xpp; -#line 3148 - xp += ni; -#line 3148 - tp += ni; -#line 3148 - *xpp = (void*)xp; -#line 3148 - } -#line 3148 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3148 - -#line 3148 -#else /* not SX */ -#line 3148 - const char *xp = (const char *) *xpp; -#line 3148 - int status = NC_NOERR; -#line 3148 - -#line 3148 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3148 - { -#line 3148 - const int lstatus = ncx_get_short_ulonglong(xp, tp); -#line 3148 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3148 - status = lstatus; -#line 3148 - } -#line 3148 - -#line 3148 - *xpp = (const void *)xp; -#line 3148 - return status; -#line 3148 -#endif -#line 3148 -} -#line 3148 - - -int -#line 3150 -ncx_pad_getn_short_schar(const void **xpp, size_t nelems, schar *tp) -#line 3150 -{ -#line 3150 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3150 - -#line 3150 - const char *xp = (const char *) *xpp; -#line 3150 - int status = NC_NOERR; -#line 3150 - -#line 3150 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3150 - { -#line 3150 - const int lstatus = ncx_get_short_schar(xp, tp); -#line 3150 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3150 - status = lstatus; -#line 3150 - } -#line 3150 - -#line 3150 - if (rndup != 0) -#line 3150 - xp += X_SIZEOF_SHORT; -#line 3150 - -#line 3150 - *xpp = (void *)xp; -#line 3150 - return status; -#line 3150 -} -#line 3150 - -int -#line 3151 -ncx_pad_getn_short_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3151 -{ -#line 3151 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3151 - -#line 3151 - const char *xp = (const char *) *xpp; -#line 3151 - int status = NC_NOERR; -#line 3151 - -#line 3151 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3151 - { -#line 3151 - const int lstatus = ncx_get_short_uchar(xp, tp); -#line 3151 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3151 - status = lstatus; -#line 3151 - } -#line 3151 - -#line 3151 - if (rndup != 0) -#line 3151 - xp += X_SIZEOF_SHORT; -#line 3151 - -#line 3151 - *xpp = (void *)xp; -#line 3151 - return status; -#line 3151 -} -#line 3151 - -int -#line 3152 -ncx_pad_getn_short_short(const void **xpp, size_t nelems, short *tp) -#line 3152 -{ -#line 3152 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3152 - -#line 3152 - const char *xp = (const char *) *xpp; -#line 3152 - int status = NC_NOERR; -#line 3152 - -#line 3152 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3152 - { -#line 3152 - const int lstatus = ncx_get_short_short(xp, tp); -#line 3152 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3152 - status = lstatus; -#line 3152 - } -#line 3152 - -#line 3152 - if (rndup != 0) -#line 3152 - xp += X_SIZEOF_SHORT; -#line 3152 - -#line 3152 - *xpp = (void *)xp; -#line 3152 - return status; -#line 3152 -} -#line 3152 - -int -#line 3153 -ncx_pad_getn_short_int(const void **xpp, size_t nelems, int *tp) -#line 3153 -{ -#line 3153 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3153 - -#line 3153 - const char *xp = (const char *) *xpp; -#line 3153 - int status = NC_NOERR; -#line 3153 - -#line 3153 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3153 - { -#line 3153 - const int lstatus = ncx_get_short_int(xp, tp); -#line 3153 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3153 - status = lstatus; -#line 3153 - } -#line 3153 - -#line 3153 - if (rndup != 0) -#line 3153 - xp += X_SIZEOF_SHORT; -#line 3153 - -#line 3153 - *xpp = (void *)xp; -#line 3153 - return status; -#line 3153 -} -#line 3153 - -int -#line 3154 -ncx_pad_getn_short_long(const void **xpp, size_t nelems, long *tp) -#line 3154 -{ -#line 3154 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3154 - -#line 3154 - const char *xp = (const char *) *xpp; -#line 3154 - int status = NC_NOERR; -#line 3154 - -#line 3154 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3154 - { -#line 3154 - const int lstatus = ncx_get_short_long(xp, tp); -#line 3154 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3154 - status = lstatus; -#line 3154 - } -#line 3154 - -#line 3154 - if (rndup != 0) -#line 3154 - xp += X_SIZEOF_SHORT; -#line 3154 - -#line 3154 - *xpp = (void *)xp; -#line 3154 - return status; -#line 3154 -} -#line 3154 - -int -#line 3155 -ncx_pad_getn_short_float(const void **xpp, size_t nelems, float *tp) -#line 3155 -{ -#line 3155 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3155 - -#line 3155 - const char *xp = (const char *) *xpp; -#line 3155 - int status = NC_NOERR; -#line 3155 - -#line 3155 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3155 - { -#line 3155 - const int lstatus = ncx_get_short_float(xp, tp); -#line 3155 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3155 - status = lstatus; -#line 3155 - } -#line 3155 - -#line 3155 - if (rndup != 0) -#line 3155 - xp += X_SIZEOF_SHORT; -#line 3155 - -#line 3155 - *xpp = (void *)xp; -#line 3155 - return status; -#line 3155 -} -#line 3155 - -int -#line 3156 -ncx_pad_getn_short_double(const void **xpp, size_t nelems, double *tp) -#line 3156 -{ -#line 3156 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3156 - -#line 3156 - const char *xp = (const char *) *xpp; -#line 3156 - int status = NC_NOERR; -#line 3156 - -#line 3156 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3156 - { -#line 3156 - const int lstatus = ncx_get_short_double(xp, tp); -#line 3156 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3156 - status = lstatus; -#line 3156 - } -#line 3156 - -#line 3156 - if (rndup != 0) -#line 3156 - xp += X_SIZEOF_SHORT; -#line 3156 - -#line 3156 - *xpp = (void *)xp; -#line 3156 - return status; -#line 3156 -} -#line 3156 - -int -#line 3157 -ncx_pad_getn_short_uint(const void **xpp, size_t nelems, uint *tp) -#line 3157 -{ -#line 3157 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3157 - -#line 3157 - const char *xp = (const char *) *xpp; -#line 3157 - int status = NC_NOERR; -#line 3157 - -#line 3157 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3157 - { -#line 3157 - const int lstatus = ncx_get_short_uint(xp, tp); -#line 3157 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3157 - status = lstatus; -#line 3157 - } -#line 3157 - -#line 3157 - if (rndup != 0) -#line 3157 - xp += X_SIZEOF_SHORT; -#line 3157 - -#line 3157 - *xpp = (void *)xp; -#line 3157 - return status; -#line 3157 -} -#line 3157 - -int -#line 3158 -ncx_pad_getn_short_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3158 -{ -#line 3158 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3158 - -#line 3158 - const char *xp = (const char *) *xpp; -#line 3158 - int status = NC_NOERR; -#line 3158 - -#line 3158 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3158 - { -#line 3158 - const int lstatus = ncx_get_short_longlong(xp, tp); -#line 3158 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3158 - status = lstatus; -#line 3158 - } -#line 3158 - -#line 3158 - if (rndup != 0) -#line 3158 - xp += X_SIZEOF_SHORT; -#line 3158 - -#line 3158 - *xpp = (void *)xp; -#line 3158 - return status; -#line 3158 -} -#line 3158 - -int -#line 3159 -ncx_pad_getn_short_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3159 -{ -#line 3159 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3159 - -#line 3159 - const char *xp = (const char *) *xpp; -#line 3159 - int status = NC_NOERR; -#line 3159 - -#line 3159 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3159 - { -#line 3159 - const int lstatus = ncx_get_short_ulonglong(xp, tp); -#line 3159 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3159 - status = lstatus; -#line 3159 - } -#line 3159 - -#line 3159 - if (rndup != 0) -#line 3159 - xp += X_SIZEOF_SHORT; -#line 3159 - -#line 3159 - *xpp = (void *)xp; -#line 3159 - return status; -#line 3159 -} -#line 3159 - -int -#line 3160 -ncx_pad_getn_short_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3160 -{ -#line 3160 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3160 - -#line 3160 - const char *xp = (const char *) *xpp; -#line 3160 - int status = NC_NOERR; -#line 3160 - -#line 3160 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3160 - { -#line 3160 - const int lstatus = ncx_get_short_ushort(xp, tp); -#line 3160 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3160 - status = lstatus; -#line 3160 - } -#line 3160 - -#line 3160 - if (rndup != 0) -#line 3160 - xp += X_SIZEOF_SHORT; -#line 3160 - -#line 3160 - *xpp = (void *)xp; -#line 3160 - return status; -#line 3160 -} -#line 3160 - - -#if X_SIZEOF_SHORT == SIZEOF_SHORT -/* optimized version */ -int -ncx_putn_short_short(void **xpp, size_t nelems, const short *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_SHORT); -# else - swapn2b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_SHORT); - return NC_NOERR; -} -#else -int -#line 3176 -ncx_putn_short_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3176 -{ -#line 3176 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3176 - -#line 3176 - /* basic algorithm is: -#line 3176 - * - ensure sane alignment of output data -#line 3176 - * - copy (conversion happens automatically) input data -#line 3176 - * to output -#line 3176 - * - update tp to point at next unconverted input, and xpp to point -#line 3176 - * at next location for converted output -#line 3176 - */ -#line 3176 - long i, j, ni; -#line 3176 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3176 - short *xp; -#line 3176 - int nrange = 0; /* number of range errors */ -#line 3176 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3176 - long cxp = (long) *((char**)xpp); -#line 3176 - -#line 3176 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3176 - /* sjl: manually stripmine so we can limit amount of -#line 3176 - * vector work space reserved to LOOPCNT elements. Also -#line 3176 - * makes vectorisation easy */ -#line 3176 - for (j=0; j= 0 */ -#line 3176 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3176 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3176 - } -#line 3176 - /* copy workspace back if necessary */ -#line 3176 - if (realign) { -#line 3176 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3176 - xp = (short *) *xpp; -#line 3176 - } -#line 3176 - /* update xpp and tp */ -#line 3176 - xp += ni; -#line 3176 - tp += ni; -#line 3176 - *xpp = (void*)xp; -#line 3176 - } -#line 3176 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3176 - -#line 3176 -#else /* not SX */ -#line 3176 - -#line 3176 - char *xp = (char *) *xpp; -#line 3176 - int status = NC_NOERR; -#line 3176 - -#line 3176 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3176 - { -#line 3176 - int lstatus = ncx_put_short_short(xp, tp, fillp); -#line 3176 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3176 - status = lstatus; -#line 3176 - } -#line 3176 - -#line 3176 - *xpp = (void *)xp; -#line 3176 - return status; -#line 3176 -#endif -#line 3176 -} -#line 3176 - -#endif -int -#line 3178 -ncx_putn_short_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3178 -{ -#line 3178 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3178 - -#line 3178 - /* basic algorithm is: -#line 3178 - * - ensure sane alignment of output data -#line 3178 - * - copy (conversion happens automatically) input data -#line 3178 - * to output -#line 3178 - * - update tp to point at next unconverted input, and xpp to point -#line 3178 - * at next location for converted output -#line 3178 - */ -#line 3178 - long i, j, ni; -#line 3178 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3178 - short *xp; -#line 3178 - int nrange = 0; /* number of range errors */ -#line 3178 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3178 - long cxp = (long) *((char**)xpp); -#line 3178 - -#line 3178 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3178 - /* sjl: manually stripmine so we can limit amount of -#line 3178 - * vector work space reserved to LOOPCNT elements. Also -#line 3178 - * makes vectorisation easy */ -#line 3178 - for (j=0; j= 0 */ -#line 3178 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3178 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3178 - } -#line 3178 - /* copy workspace back if necessary */ -#line 3178 - if (realign) { -#line 3178 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3178 - xp = (short *) *xpp; -#line 3178 - } -#line 3178 - /* update xpp and tp */ -#line 3178 - xp += ni; -#line 3178 - tp += ni; -#line 3178 - *xpp = (void*)xp; -#line 3178 - } -#line 3178 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3178 - -#line 3178 -#else /* not SX */ -#line 3178 - -#line 3178 - char *xp = (char *) *xpp; -#line 3178 - int status = NC_NOERR; -#line 3178 - -#line 3178 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3178 - { -#line 3178 - int lstatus = ncx_put_short_schar(xp, tp, fillp); -#line 3178 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3178 - status = lstatus; -#line 3178 - } -#line 3178 - -#line 3178 - *xpp = (void *)xp; -#line 3178 - return status; -#line 3178 -#endif -#line 3178 -} -#line 3178 - -int -#line 3179 -ncx_putn_short_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3179 -{ -#line 3179 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3179 - -#line 3179 - /* basic algorithm is: -#line 3179 - * - ensure sane alignment of output data -#line 3179 - * - copy (conversion happens automatically) input data -#line 3179 - * to output -#line 3179 - * - update tp to point at next unconverted input, and xpp to point -#line 3179 - * at next location for converted output -#line 3179 - */ -#line 3179 - long i, j, ni; -#line 3179 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3179 - short *xp; -#line 3179 - int nrange = 0; /* number of range errors */ -#line 3179 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3179 - long cxp = (long) *((char**)xpp); -#line 3179 - -#line 3179 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3179 - /* sjl: manually stripmine so we can limit amount of -#line 3179 - * vector work space reserved to LOOPCNT elements. Also -#line 3179 - * makes vectorisation easy */ -#line 3179 - for (j=0; j= 0 */ -#line 3179 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3179 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3179 - } -#line 3179 - /* copy workspace back if necessary */ -#line 3179 - if (realign) { -#line 3179 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3179 - xp = (short *) *xpp; -#line 3179 - } -#line 3179 - /* update xpp and tp */ -#line 3179 - xp += ni; -#line 3179 - tp += ni; -#line 3179 - *xpp = (void*)xp; -#line 3179 - } -#line 3179 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3179 - -#line 3179 -#else /* not SX */ -#line 3179 - -#line 3179 - char *xp = (char *) *xpp; -#line 3179 - int status = NC_NOERR; -#line 3179 - -#line 3179 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3179 - { -#line 3179 - int lstatus = ncx_put_short_int(xp, tp, fillp); -#line 3179 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3179 - status = lstatus; -#line 3179 - } -#line 3179 - -#line 3179 - *xpp = (void *)xp; -#line 3179 - return status; -#line 3179 -#endif -#line 3179 -} -#line 3179 - -int -#line 3180 -ncx_putn_short_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3180 -{ -#line 3180 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3180 - -#line 3180 - /* basic algorithm is: -#line 3180 - * - ensure sane alignment of output data -#line 3180 - * - copy (conversion happens automatically) input data -#line 3180 - * to output -#line 3180 - * - update tp to point at next unconverted input, and xpp to point -#line 3180 - * at next location for converted output -#line 3180 - */ -#line 3180 - long i, j, ni; -#line 3180 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3180 - short *xp; -#line 3180 - int nrange = 0; /* number of range errors */ -#line 3180 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3180 - long cxp = (long) *((char**)xpp); -#line 3180 - -#line 3180 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3180 - /* sjl: manually stripmine so we can limit amount of -#line 3180 - * vector work space reserved to LOOPCNT elements. Also -#line 3180 - * makes vectorisation easy */ -#line 3180 - for (j=0; j= 0 */ -#line 3180 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3180 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3180 - } -#line 3180 - /* copy workspace back if necessary */ -#line 3180 - if (realign) { -#line 3180 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3180 - xp = (short *) *xpp; -#line 3180 - } -#line 3180 - /* update xpp and tp */ -#line 3180 - xp += ni; -#line 3180 - tp += ni; -#line 3180 - *xpp = (void*)xp; -#line 3180 - } -#line 3180 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3180 - -#line 3180 -#else /* not SX */ -#line 3180 - -#line 3180 - char *xp = (char *) *xpp; -#line 3180 - int status = NC_NOERR; -#line 3180 - -#line 3180 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3180 - { -#line 3180 - int lstatus = ncx_put_short_long(xp, tp, fillp); -#line 3180 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3180 - status = lstatus; -#line 3180 - } -#line 3180 - -#line 3180 - *xpp = (void *)xp; -#line 3180 - return status; -#line 3180 -#endif -#line 3180 -} -#line 3180 - -int -#line 3181 -ncx_putn_short_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3181 -{ -#line 3181 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3181 - -#line 3181 - /* basic algorithm is: -#line 3181 - * - ensure sane alignment of output data -#line 3181 - * - copy (conversion happens automatically) input data -#line 3181 - * to output -#line 3181 - * - update tp to point at next unconverted input, and xpp to point -#line 3181 - * at next location for converted output -#line 3181 - */ -#line 3181 - long i, j, ni; -#line 3181 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3181 - short *xp; -#line 3181 - int nrange = 0; /* number of range errors */ -#line 3181 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3181 - long cxp = (long) *((char**)xpp); -#line 3181 - -#line 3181 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3181 - /* sjl: manually stripmine so we can limit amount of -#line 3181 - * vector work space reserved to LOOPCNT elements. Also -#line 3181 - * makes vectorisation easy */ -#line 3181 - for (j=0; j= 0 */ -#line 3181 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3181 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3181 - } -#line 3181 - /* copy workspace back if necessary */ -#line 3181 - if (realign) { -#line 3181 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3181 - xp = (short *) *xpp; -#line 3181 - } -#line 3181 - /* update xpp and tp */ -#line 3181 - xp += ni; -#line 3181 - tp += ni; -#line 3181 - *xpp = (void*)xp; -#line 3181 - } -#line 3181 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3181 - -#line 3181 -#else /* not SX */ -#line 3181 - -#line 3181 - char *xp = (char *) *xpp; -#line 3181 - int status = NC_NOERR; -#line 3181 - -#line 3181 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3181 - { -#line 3181 - int lstatus = ncx_put_short_float(xp, tp, fillp); -#line 3181 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3181 - status = lstatus; -#line 3181 - } -#line 3181 - -#line 3181 - *xpp = (void *)xp; -#line 3181 - return status; -#line 3181 -#endif -#line 3181 -} -#line 3181 - -int -#line 3182 -ncx_putn_short_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3182 -{ -#line 3182 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3182 - -#line 3182 - /* basic algorithm is: -#line 3182 - * - ensure sane alignment of output data -#line 3182 - * - copy (conversion happens automatically) input data -#line 3182 - * to output -#line 3182 - * - update tp to point at next unconverted input, and xpp to point -#line 3182 - * at next location for converted output -#line 3182 - */ -#line 3182 - long i, j, ni; -#line 3182 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3182 - short *xp; -#line 3182 - int nrange = 0; /* number of range errors */ -#line 3182 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3182 - long cxp = (long) *((char**)xpp); -#line 3182 - -#line 3182 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3182 - /* sjl: manually stripmine so we can limit amount of -#line 3182 - * vector work space reserved to LOOPCNT elements. Also -#line 3182 - * makes vectorisation easy */ -#line 3182 - for (j=0; j= 0 */ -#line 3182 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3182 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3182 - } -#line 3182 - /* copy workspace back if necessary */ -#line 3182 - if (realign) { -#line 3182 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3182 - xp = (short *) *xpp; -#line 3182 - } -#line 3182 - /* update xpp and tp */ -#line 3182 - xp += ni; -#line 3182 - tp += ni; -#line 3182 - *xpp = (void*)xp; -#line 3182 - } -#line 3182 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3182 - -#line 3182 -#else /* not SX */ -#line 3182 - -#line 3182 - char *xp = (char *) *xpp; -#line 3182 - int status = NC_NOERR; -#line 3182 - -#line 3182 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3182 - { -#line 3182 - int lstatus = ncx_put_short_double(xp, tp, fillp); -#line 3182 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3182 - status = lstatus; -#line 3182 - } -#line 3182 - -#line 3182 - *xpp = (void *)xp; -#line 3182 - return status; -#line 3182 -#endif -#line 3182 -} -#line 3182 - -int -#line 3183 -ncx_putn_short_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3183 -{ -#line 3183 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3183 - -#line 3183 - /* basic algorithm is: -#line 3183 - * - ensure sane alignment of output data -#line 3183 - * - copy (conversion happens automatically) input data -#line 3183 - * to output -#line 3183 - * - update tp to point at next unconverted input, and xpp to point -#line 3183 - * at next location for converted output -#line 3183 - */ -#line 3183 - long i, j, ni; -#line 3183 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3183 - short *xp; -#line 3183 - int nrange = 0; /* number of range errors */ -#line 3183 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3183 - long cxp = (long) *((char**)xpp); -#line 3183 - -#line 3183 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3183 - /* sjl: manually stripmine so we can limit amount of -#line 3183 - * vector work space reserved to LOOPCNT elements. Also -#line 3183 - * makes vectorisation easy */ -#line 3183 - for (j=0; j= 0 */ -#line 3183 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3183 - nrange += tp[i] > X_SHORT_MAX || tp[i] < X_SHORT_MIN; -#line 3183 - } -#line 3183 - /* copy workspace back if necessary */ -#line 3183 - if (realign) { -#line 3183 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3183 - xp = (short *) *xpp; -#line 3183 - } -#line 3183 - /* update xpp and tp */ -#line 3183 - xp += ni; -#line 3183 - tp += ni; -#line 3183 - *xpp = (void*)xp; -#line 3183 - } -#line 3183 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3183 - -#line 3183 -#else /* not SX */ -#line 3183 - -#line 3183 - char *xp = (char *) *xpp; -#line 3183 - int status = NC_NOERR; -#line 3183 - -#line 3183 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3183 - { -#line 3183 - int lstatus = ncx_put_short_longlong(xp, tp, fillp); -#line 3183 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3183 - status = lstatus; -#line 3183 - } -#line 3183 - -#line 3183 - *xpp = (void *)xp; -#line 3183 - return status; -#line 3183 -#endif -#line 3183 -} -#line 3183 - -int -#line 3184 -ncx_putn_short_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3184 -{ -#line 3184 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3184 - -#line 3184 - /* basic algorithm is: -#line 3184 - * - ensure sane alignment of output data -#line 3184 - * - copy (conversion happens automatically) input data -#line 3184 - * to output -#line 3184 - * - update tp to point at next unconverted input, and xpp to point -#line 3184 - * at next location for converted output -#line 3184 - */ -#line 3184 - long i, j, ni; -#line 3184 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3184 - short *xp; -#line 3184 - int nrange = 0; /* number of range errors */ -#line 3184 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3184 - long cxp = (long) *((char**)xpp); -#line 3184 - -#line 3184 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3184 - /* sjl: manually stripmine so we can limit amount of -#line 3184 - * vector work space reserved to LOOPCNT elements. Also -#line 3184 - * makes vectorisation easy */ -#line 3184 - for (j=0; j= 0 */ -#line 3184 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3184 - nrange += tp[i] > X_SHORT_MAX ; -#line 3184 - } -#line 3184 - /* copy workspace back if necessary */ -#line 3184 - if (realign) { -#line 3184 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3184 - xp = (short *) *xpp; -#line 3184 - } -#line 3184 - /* update xpp and tp */ -#line 3184 - xp += ni; -#line 3184 - tp += ni; -#line 3184 - *xpp = (void*)xp; -#line 3184 - } -#line 3184 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3184 - -#line 3184 -#else /* not SX */ -#line 3184 - -#line 3184 - char *xp = (char *) *xpp; -#line 3184 - int status = NC_NOERR; -#line 3184 - -#line 3184 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3184 - { -#line 3184 - int lstatus = ncx_put_short_uchar(xp, tp, fillp); -#line 3184 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3184 - status = lstatus; -#line 3184 - } -#line 3184 - -#line 3184 - *xpp = (void *)xp; -#line 3184 - return status; -#line 3184 -#endif -#line 3184 -} -#line 3184 - -int -#line 3185 -ncx_putn_short_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3185 -{ -#line 3185 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3185 - -#line 3185 - /* basic algorithm is: -#line 3185 - * - ensure sane alignment of output data -#line 3185 - * - copy (conversion happens automatically) input data -#line 3185 - * to output -#line 3185 - * - update tp to point at next unconverted input, and xpp to point -#line 3185 - * at next location for converted output -#line 3185 - */ -#line 3185 - long i, j, ni; -#line 3185 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3185 - short *xp; -#line 3185 - int nrange = 0; /* number of range errors */ -#line 3185 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3185 - long cxp = (long) *((char**)xpp); -#line 3185 - -#line 3185 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3185 - /* sjl: manually stripmine so we can limit amount of -#line 3185 - * vector work space reserved to LOOPCNT elements. Also -#line 3185 - * makes vectorisation easy */ -#line 3185 - for (j=0; j= 0 */ -#line 3185 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3185 - nrange += tp[i] > X_SHORT_MAX ; -#line 3185 - } -#line 3185 - /* copy workspace back if necessary */ -#line 3185 - if (realign) { -#line 3185 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3185 - xp = (short *) *xpp; -#line 3185 - } -#line 3185 - /* update xpp and tp */ -#line 3185 - xp += ni; -#line 3185 - tp += ni; -#line 3185 - *xpp = (void*)xp; -#line 3185 - } -#line 3185 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3185 - -#line 3185 -#else /* not SX */ -#line 3185 - -#line 3185 - char *xp = (char *) *xpp; -#line 3185 - int status = NC_NOERR; -#line 3185 - -#line 3185 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3185 - { -#line 3185 - int lstatus = ncx_put_short_uint(xp, tp, fillp); -#line 3185 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3185 - status = lstatus; -#line 3185 - } -#line 3185 - -#line 3185 - *xpp = (void *)xp; -#line 3185 - return status; -#line 3185 -#endif -#line 3185 -} -#line 3185 - -int -#line 3186 -ncx_putn_short_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3186 -{ -#line 3186 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3186 - -#line 3186 - /* basic algorithm is: -#line 3186 - * - ensure sane alignment of output data -#line 3186 - * - copy (conversion happens automatically) input data -#line 3186 - * to output -#line 3186 - * - update tp to point at next unconverted input, and xpp to point -#line 3186 - * at next location for converted output -#line 3186 - */ -#line 3186 - long i, j, ni; -#line 3186 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3186 - short *xp; -#line 3186 - int nrange = 0; /* number of range errors */ -#line 3186 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3186 - long cxp = (long) *((char**)xpp); -#line 3186 - -#line 3186 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3186 - /* sjl: manually stripmine so we can limit amount of -#line 3186 - * vector work space reserved to LOOPCNT elements. Also -#line 3186 - * makes vectorisation easy */ -#line 3186 - for (j=0; j= 0 */ -#line 3186 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3186 - nrange += tp[i] > X_SHORT_MAX ; -#line 3186 - } -#line 3186 - /* copy workspace back if necessary */ -#line 3186 - if (realign) { -#line 3186 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3186 - xp = (short *) *xpp; -#line 3186 - } -#line 3186 - /* update xpp and tp */ -#line 3186 - xp += ni; -#line 3186 - tp += ni; -#line 3186 - *xpp = (void*)xp; -#line 3186 - } -#line 3186 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3186 - -#line 3186 -#else /* not SX */ -#line 3186 - -#line 3186 - char *xp = (char *) *xpp; -#line 3186 - int status = NC_NOERR; -#line 3186 - -#line 3186 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3186 - { -#line 3186 - int lstatus = ncx_put_short_ulonglong(xp, tp, fillp); -#line 3186 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3186 - status = lstatus; -#line 3186 - } -#line 3186 - -#line 3186 - *xpp = (void *)xp; -#line 3186 - return status; -#line 3186 -#endif -#line 3186 -} -#line 3186 - -int -#line 3187 -ncx_putn_short_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3187 -{ -#line 3187 -#if defined(_SX) && _SX != 0 && X_SIZEOF_SHORT == SIZEOF_SHORT -#line 3187 - -#line 3187 - /* basic algorithm is: -#line 3187 - * - ensure sane alignment of output data -#line 3187 - * - copy (conversion happens automatically) input data -#line 3187 - * to output -#line 3187 - * - update tp to point at next unconverted input, and xpp to point -#line 3187 - * at next location for converted output -#line 3187 - */ -#line 3187 - long i, j, ni; -#line 3187 - short tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3187 - short *xp; -#line 3187 - int nrange = 0; /* number of range errors */ -#line 3187 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3187 - long cxp = (long) *((char**)xpp); -#line 3187 - -#line 3187 - realign = (cxp & 7) % SIZEOF_SHORT; -#line 3187 - /* sjl: manually stripmine so we can limit amount of -#line 3187 - * vector work space reserved to LOOPCNT elements. Also -#line 3187 - * makes vectorisation easy */ -#line 3187 - for (j=0; j= 0 */ -#line 3187 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3187 - nrange += tp[i] > X_SHORT_MAX ; -#line 3187 - } -#line 3187 - /* copy workspace back if necessary */ -#line 3187 - if (realign) { -#line 3187 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_SHORT); -#line 3187 - xp = (short *) *xpp; -#line 3187 - } -#line 3187 - /* update xpp and tp */ -#line 3187 - xp += ni; -#line 3187 - tp += ni; -#line 3187 - *xpp = (void*)xp; -#line 3187 - } -#line 3187 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3187 - -#line 3187 -#else /* not SX */ -#line 3187 - -#line 3187 - char *xp = (char *) *xpp; -#line 3187 - int status = NC_NOERR; -#line 3187 - -#line 3187 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3187 - { -#line 3187 - int lstatus = ncx_put_short_ushort(xp, tp, fillp); -#line 3187 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3187 - status = lstatus; -#line 3187 - } -#line 3187 - -#line 3187 - *xpp = (void *)xp; -#line 3187 - return status; -#line 3187 -#endif -#line 3187 -} -#line 3187 - - -int -#line 3189 -ncx_pad_putn_short_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3189 -{ -#line 3189 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3189 - -#line 3189 - char *xp = (char *) *xpp; -#line 3189 - int status = NC_NOERR; -#line 3189 - -#line 3189 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3189 - { -#line 3189 - int lstatus = ncx_put_short_schar(xp, tp, fillp); -#line 3189 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3189 - status = lstatus; -#line 3189 - } -#line 3189 - -#line 3189 - if (rndup != 0) -#line 3189 - { -#line 3189 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3189 - xp += X_SIZEOF_SHORT; -#line 3189 - } -#line 3189 - -#line 3189 - *xpp = (void *)xp; -#line 3189 - return status; -#line 3189 -} -#line 3189 - -int -#line 3190 -ncx_pad_putn_short_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3190 -{ -#line 3190 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3190 - -#line 3190 - char *xp = (char *) *xpp; -#line 3190 - int status = NC_NOERR; -#line 3190 - -#line 3190 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3190 - { -#line 3190 - int lstatus = ncx_put_short_uchar(xp, tp, fillp); -#line 3190 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3190 - status = lstatus; -#line 3190 - } -#line 3190 - -#line 3190 - if (rndup != 0) -#line 3190 - { -#line 3190 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3190 - xp += X_SIZEOF_SHORT; -#line 3190 - } -#line 3190 - -#line 3190 - *xpp = (void *)xp; -#line 3190 - return status; -#line 3190 -} -#line 3190 - -int -#line 3191 -ncx_pad_putn_short_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3191 -{ -#line 3191 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3191 - -#line 3191 - char *xp = (char *) *xpp; -#line 3191 - int status = NC_NOERR; -#line 3191 - -#line 3191 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3191 - { -#line 3191 - int lstatus = ncx_put_short_short(xp, tp, fillp); -#line 3191 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3191 - status = lstatus; -#line 3191 - } -#line 3191 - -#line 3191 - if (rndup != 0) -#line 3191 - { -#line 3191 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3191 - xp += X_SIZEOF_SHORT; -#line 3191 - } -#line 3191 - -#line 3191 - *xpp = (void *)xp; -#line 3191 - return status; -#line 3191 -} -#line 3191 - -int -#line 3192 -ncx_pad_putn_short_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3192 -{ -#line 3192 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3192 - -#line 3192 - char *xp = (char *) *xpp; -#line 3192 - int status = NC_NOERR; -#line 3192 - -#line 3192 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3192 - { -#line 3192 - int lstatus = ncx_put_short_int(xp, tp, fillp); -#line 3192 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3192 - status = lstatus; -#line 3192 - } -#line 3192 - -#line 3192 - if (rndup != 0) -#line 3192 - { -#line 3192 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3192 - xp += X_SIZEOF_SHORT; -#line 3192 - } -#line 3192 - -#line 3192 - *xpp = (void *)xp; -#line 3192 - return status; -#line 3192 -} -#line 3192 - -int -#line 3193 -ncx_pad_putn_short_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3193 -{ -#line 3193 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3193 - -#line 3193 - char *xp = (char *) *xpp; -#line 3193 - int status = NC_NOERR; -#line 3193 - -#line 3193 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3193 - { -#line 3193 - int lstatus = ncx_put_short_long(xp, tp, fillp); -#line 3193 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3193 - status = lstatus; -#line 3193 - } -#line 3193 - -#line 3193 - if (rndup != 0) -#line 3193 - { -#line 3193 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3193 - xp += X_SIZEOF_SHORT; -#line 3193 - } -#line 3193 - -#line 3193 - *xpp = (void *)xp; -#line 3193 - return status; -#line 3193 -} -#line 3193 - -int -#line 3194 -ncx_pad_putn_short_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3194 -{ -#line 3194 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3194 - -#line 3194 - char *xp = (char *) *xpp; -#line 3194 - int status = NC_NOERR; -#line 3194 - -#line 3194 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3194 - { -#line 3194 - int lstatus = ncx_put_short_float(xp, tp, fillp); -#line 3194 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3194 - status = lstatus; -#line 3194 - } -#line 3194 - -#line 3194 - if (rndup != 0) -#line 3194 - { -#line 3194 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3194 - xp += X_SIZEOF_SHORT; -#line 3194 - } -#line 3194 - -#line 3194 - *xpp = (void *)xp; -#line 3194 - return status; -#line 3194 -} -#line 3194 - -int -#line 3195 -ncx_pad_putn_short_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3195 -{ -#line 3195 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3195 - -#line 3195 - char *xp = (char *) *xpp; -#line 3195 - int status = NC_NOERR; -#line 3195 - -#line 3195 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3195 - { -#line 3195 - int lstatus = ncx_put_short_double(xp, tp, fillp); -#line 3195 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3195 - status = lstatus; -#line 3195 - } -#line 3195 - -#line 3195 - if (rndup != 0) -#line 3195 - { -#line 3195 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3195 - xp += X_SIZEOF_SHORT; -#line 3195 - } -#line 3195 - -#line 3195 - *xpp = (void *)xp; -#line 3195 - return status; -#line 3195 -} -#line 3195 - -int -#line 3196 -ncx_pad_putn_short_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3196 -{ -#line 3196 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3196 - -#line 3196 - char *xp = (char *) *xpp; -#line 3196 - int status = NC_NOERR; -#line 3196 - -#line 3196 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3196 - { -#line 3196 - int lstatus = ncx_put_short_uint(xp, tp, fillp); -#line 3196 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3196 - status = lstatus; -#line 3196 - } -#line 3196 - -#line 3196 - if (rndup != 0) -#line 3196 - { -#line 3196 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3196 - xp += X_SIZEOF_SHORT; -#line 3196 - } -#line 3196 - -#line 3196 - *xpp = (void *)xp; -#line 3196 - return status; -#line 3196 -} -#line 3196 - -int -#line 3197 -ncx_pad_putn_short_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3197 -{ -#line 3197 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3197 - -#line 3197 - char *xp = (char *) *xpp; -#line 3197 - int status = NC_NOERR; -#line 3197 - -#line 3197 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3197 - { -#line 3197 - int lstatus = ncx_put_short_longlong(xp, tp, fillp); -#line 3197 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3197 - status = lstatus; -#line 3197 - } -#line 3197 - -#line 3197 - if (rndup != 0) -#line 3197 - { -#line 3197 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3197 - xp += X_SIZEOF_SHORT; -#line 3197 - } -#line 3197 - -#line 3197 - *xpp = (void *)xp; -#line 3197 - return status; -#line 3197 -} -#line 3197 - -int -#line 3198 -ncx_pad_putn_short_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3198 -{ -#line 3198 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3198 - -#line 3198 - char *xp = (char *) *xpp; -#line 3198 - int status = NC_NOERR; -#line 3198 - -#line 3198 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3198 - { -#line 3198 - int lstatus = ncx_put_short_ulonglong(xp, tp, fillp); -#line 3198 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3198 - status = lstatus; -#line 3198 - } -#line 3198 - -#line 3198 - if (rndup != 0) -#line 3198 - { -#line 3198 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3198 - xp += X_SIZEOF_SHORT; -#line 3198 - } -#line 3198 - -#line 3198 - *xpp = (void *)xp; -#line 3198 - return status; -#line 3198 -} -#line 3198 - -int -#line 3199 -ncx_pad_putn_short_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3199 -{ -#line 3199 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3199 - -#line 3199 - char *xp = (char *) *xpp; -#line 3199 - int status = NC_NOERR; -#line 3199 - -#line 3199 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_SHORT, tp++) -#line 3199 - { -#line 3199 - int lstatus = ncx_put_short_ushort(xp, tp, fillp); -#line 3199 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3199 - status = lstatus; -#line 3199 - } -#line 3199 - -#line 3199 - if (rndup != 0) -#line 3199 - { -#line 3199 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_SHORT)); -#line 3199 - xp += X_SIZEOF_SHORT; -#line 3199 - } -#line 3199 - -#line 3199 - *xpp = (void *)xp; -#line 3199 - return status; -#line 3199 -} -#line 3199 - - - -/* ushort --------------------------------------------------------------------*/ - -#if X_SIZEOF_USHORT == SIZEOF_USHORT -/* optimized version */ -int -ncx_getn_ushort_ushort(const void **xpp, size_t nelems, unsigned short *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_USHORT); -# else - swapn2b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_USHORT); - return NC_NOERR; -} -#else -int -#line 3218 -ncx_getn_ushort_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3218 -{ -#line 3218 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3218 - -#line 3218 - /* basic algorithm is: -#line 3218 - * - ensure sane alignment of input data -#line 3218 - * - copy (conversion happens automatically) input data -#line 3218 - * to output -#line 3218 - * - update xpp to point at next unconverted input, and tp to point -#line 3218 - * at next location for converted output -#line 3218 - */ -#line 3218 - long i, j, ni; -#line 3218 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3218 - ushort *xp; -#line 3218 - int nrange = 0; /* number of range errors */ -#line 3218 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3218 - long cxp = (long) *((char**)xpp); -#line 3218 - -#line 3218 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3218 - /* sjl: manually stripmine so we can limit amount of -#line 3218 - * vector work space reserved to LOOPCNT elements. Also -#line 3218 - * makes vectorisation easy */ -#line 3218 - for (j=0; j= 0 */ -#line 3218 - nrange += xp[i] > USHORT_MAX ; -#line 3218 - } -#line 3218 - /* update xpp and tp */ -#line 3218 - if (realign) xp = (ushort *) *xpp; -#line 3218 - xp += ni; -#line 3218 - tp += ni; -#line 3218 - *xpp = (void*)xp; -#line 3218 - } -#line 3218 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3218 - -#line 3218 -#else /* not SX */ -#line 3218 - const char *xp = (const char *) *xpp; -#line 3218 - int status = NC_NOERR; -#line 3218 - -#line 3218 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3218 - { -#line 3218 - const int lstatus = ncx_get_ushort_ushort(xp, tp); -#line 3218 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3218 - status = lstatus; -#line 3218 - } -#line 3218 - -#line 3218 - *xpp = (const void *)xp; -#line 3218 - return status; -#line 3218 -#endif -#line 3218 -} -#line 3218 - -#endif -int -#line 3220 -ncx_getn_ushort_schar(const void **xpp, size_t nelems, schar *tp) -#line 3220 -{ -#line 3220 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3220 - -#line 3220 - /* basic algorithm is: -#line 3220 - * - ensure sane alignment of input data -#line 3220 - * - copy (conversion happens automatically) input data -#line 3220 - * to output -#line 3220 - * - update xpp to point at next unconverted input, and tp to point -#line 3220 - * at next location for converted output -#line 3220 - */ -#line 3220 - long i, j, ni; -#line 3220 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3220 - ushort *xp; -#line 3220 - int nrange = 0; /* number of range errors */ -#line 3220 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3220 - long cxp = (long) *((char**)xpp); -#line 3220 - -#line 3220 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3220 - /* sjl: manually stripmine so we can limit amount of -#line 3220 - * vector work space reserved to LOOPCNT elements. Also -#line 3220 - * makes vectorisation easy */ -#line 3220 - for (j=0; j= 0 */ -#line 3220 - nrange += xp[i] > SCHAR_MAX ; -#line 3220 - } -#line 3220 - /* update xpp and tp */ -#line 3220 - if (realign) xp = (ushort *) *xpp; -#line 3220 - xp += ni; -#line 3220 - tp += ni; -#line 3220 - *xpp = (void*)xp; -#line 3220 - } -#line 3220 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3220 - -#line 3220 -#else /* not SX */ -#line 3220 - const char *xp = (const char *) *xpp; -#line 3220 - int status = NC_NOERR; -#line 3220 - -#line 3220 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3220 - { -#line 3220 - const int lstatus = ncx_get_ushort_schar(xp, tp); -#line 3220 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3220 - status = lstatus; -#line 3220 - } -#line 3220 - -#line 3220 - *xpp = (const void *)xp; -#line 3220 - return status; -#line 3220 -#endif -#line 3220 -} -#line 3220 - -int -#line 3221 -ncx_getn_ushort_short(const void **xpp, size_t nelems, short *tp) -#line 3221 -{ -#line 3221 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3221 - -#line 3221 - /* basic algorithm is: -#line 3221 - * - ensure sane alignment of input data -#line 3221 - * - copy (conversion happens automatically) input data -#line 3221 - * to output -#line 3221 - * - update xpp to point at next unconverted input, and tp to point -#line 3221 - * at next location for converted output -#line 3221 - */ -#line 3221 - long i, j, ni; -#line 3221 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3221 - ushort *xp; -#line 3221 - int nrange = 0; /* number of range errors */ -#line 3221 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3221 - long cxp = (long) *((char**)xpp); -#line 3221 - -#line 3221 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3221 - /* sjl: manually stripmine so we can limit amount of -#line 3221 - * vector work space reserved to LOOPCNT elements. Also -#line 3221 - * makes vectorisation easy */ -#line 3221 - for (j=0; j= 0 */ -#line 3221 - nrange += xp[i] > SHORT_MAX ; -#line 3221 - } -#line 3221 - /* update xpp and tp */ -#line 3221 - if (realign) xp = (ushort *) *xpp; -#line 3221 - xp += ni; -#line 3221 - tp += ni; -#line 3221 - *xpp = (void*)xp; -#line 3221 - } -#line 3221 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3221 - -#line 3221 -#else /* not SX */ -#line 3221 - const char *xp = (const char *) *xpp; -#line 3221 - int status = NC_NOERR; -#line 3221 - -#line 3221 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3221 - { -#line 3221 - const int lstatus = ncx_get_ushort_short(xp, tp); -#line 3221 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3221 - status = lstatus; -#line 3221 - } -#line 3221 - -#line 3221 - *xpp = (const void *)xp; -#line 3221 - return status; -#line 3221 -#endif -#line 3221 -} -#line 3221 - -int -#line 3222 -ncx_getn_ushort_int(const void **xpp, size_t nelems, int *tp) -#line 3222 -{ -#line 3222 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3222 - -#line 3222 - /* basic algorithm is: -#line 3222 - * - ensure sane alignment of input data -#line 3222 - * - copy (conversion happens automatically) input data -#line 3222 - * to output -#line 3222 - * - update xpp to point at next unconverted input, and tp to point -#line 3222 - * at next location for converted output -#line 3222 - */ -#line 3222 - long i, j, ni; -#line 3222 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3222 - ushort *xp; -#line 3222 - int nrange = 0; /* number of range errors */ -#line 3222 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3222 - long cxp = (long) *((char**)xpp); -#line 3222 - -#line 3222 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3222 - /* sjl: manually stripmine so we can limit amount of -#line 3222 - * vector work space reserved to LOOPCNT elements. Also -#line 3222 - * makes vectorisation easy */ -#line 3222 - for (j=0; j= 0 */ -#line 3222 - nrange += xp[i] > INT_MAX ; -#line 3222 - } -#line 3222 - /* update xpp and tp */ -#line 3222 - if (realign) xp = (ushort *) *xpp; -#line 3222 - xp += ni; -#line 3222 - tp += ni; -#line 3222 - *xpp = (void*)xp; -#line 3222 - } -#line 3222 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3222 - -#line 3222 -#else /* not SX */ -#line 3222 - const char *xp = (const char *) *xpp; -#line 3222 - int status = NC_NOERR; -#line 3222 - -#line 3222 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3222 - { -#line 3222 - const int lstatus = ncx_get_ushort_int(xp, tp); -#line 3222 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3222 - status = lstatus; -#line 3222 - } -#line 3222 - -#line 3222 - *xpp = (const void *)xp; -#line 3222 - return status; -#line 3222 -#endif -#line 3222 -} -#line 3222 - -int -#line 3223 -ncx_getn_ushort_long(const void **xpp, size_t nelems, long *tp) -#line 3223 -{ -#line 3223 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3223 - -#line 3223 - /* basic algorithm is: -#line 3223 - * - ensure sane alignment of input data -#line 3223 - * - copy (conversion happens automatically) input data -#line 3223 - * to output -#line 3223 - * - update xpp to point at next unconverted input, and tp to point -#line 3223 - * at next location for converted output -#line 3223 - */ -#line 3223 - long i, j, ni; -#line 3223 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3223 - ushort *xp; -#line 3223 - int nrange = 0; /* number of range errors */ -#line 3223 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3223 - long cxp = (long) *((char**)xpp); -#line 3223 - -#line 3223 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3223 - /* sjl: manually stripmine so we can limit amount of -#line 3223 - * vector work space reserved to LOOPCNT elements. Also -#line 3223 - * makes vectorisation easy */ -#line 3223 - for (j=0; j= 0 */ -#line 3223 - nrange += xp[i] > LONG_MAX ; -#line 3223 - } -#line 3223 - /* update xpp and tp */ -#line 3223 - if (realign) xp = (ushort *) *xpp; -#line 3223 - xp += ni; -#line 3223 - tp += ni; -#line 3223 - *xpp = (void*)xp; -#line 3223 - } -#line 3223 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3223 - -#line 3223 -#else /* not SX */ -#line 3223 - const char *xp = (const char *) *xpp; -#line 3223 - int status = NC_NOERR; -#line 3223 - -#line 3223 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3223 - { -#line 3223 - const int lstatus = ncx_get_ushort_long(xp, tp); -#line 3223 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3223 - status = lstatus; -#line 3223 - } -#line 3223 - -#line 3223 - *xpp = (const void *)xp; -#line 3223 - return status; -#line 3223 -#endif -#line 3223 -} -#line 3223 - -int -#line 3224 -ncx_getn_ushort_float(const void **xpp, size_t nelems, float *tp) -#line 3224 -{ -#line 3224 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3224 - -#line 3224 - /* basic algorithm is: -#line 3224 - * - ensure sane alignment of input data -#line 3224 - * - copy (conversion happens automatically) input data -#line 3224 - * to output -#line 3224 - * - update xpp to point at next unconverted input, and tp to point -#line 3224 - * at next location for converted output -#line 3224 - */ -#line 3224 - long i, j, ni; -#line 3224 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3224 - ushort *xp; -#line 3224 - int nrange = 0; /* number of range errors */ -#line 3224 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3224 - long cxp = (long) *((char**)xpp); -#line 3224 - -#line 3224 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3224 - /* sjl: manually stripmine so we can limit amount of -#line 3224 - * vector work space reserved to LOOPCNT elements. Also -#line 3224 - * makes vectorisation easy */ -#line 3224 - for (j=0; j= 0 */ -#line 3224 - nrange += xp[i] > FLOAT_MAX ; -#line 3224 - } -#line 3224 - /* update xpp and tp */ -#line 3224 - if (realign) xp = (ushort *) *xpp; -#line 3224 - xp += ni; -#line 3224 - tp += ni; -#line 3224 - *xpp = (void*)xp; -#line 3224 - } -#line 3224 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3224 - -#line 3224 -#else /* not SX */ -#line 3224 - const char *xp = (const char *) *xpp; -#line 3224 - int status = NC_NOERR; -#line 3224 - -#line 3224 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3224 - { -#line 3224 - const int lstatus = ncx_get_ushort_float(xp, tp); -#line 3224 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3224 - status = lstatus; -#line 3224 - } -#line 3224 - -#line 3224 - *xpp = (const void *)xp; -#line 3224 - return status; -#line 3224 -#endif -#line 3224 -} -#line 3224 - -int -#line 3225 -ncx_getn_ushort_double(const void **xpp, size_t nelems, double *tp) -#line 3225 -{ -#line 3225 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3225 - -#line 3225 - /* basic algorithm is: -#line 3225 - * - ensure sane alignment of input data -#line 3225 - * - copy (conversion happens automatically) input data -#line 3225 - * to output -#line 3225 - * - update xpp to point at next unconverted input, and tp to point -#line 3225 - * at next location for converted output -#line 3225 - */ -#line 3225 - long i, j, ni; -#line 3225 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3225 - ushort *xp; -#line 3225 - int nrange = 0; /* number of range errors */ -#line 3225 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3225 - long cxp = (long) *((char**)xpp); -#line 3225 - -#line 3225 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3225 - /* sjl: manually stripmine so we can limit amount of -#line 3225 - * vector work space reserved to LOOPCNT elements. Also -#line 3225 - * makes vectorisation easy */ -#line 3225 - for (j=0; j= 0 */ -#line 3225 - nrange += xp[i] > DOUBLE_MAX ; -#line 3225 - } -#line 3225 - /* update xpp and tp */ -#line 3225 - if (realign) xp = (ushort *) *xpp; -#line 3225 - xp += ni; -#line 3225 - tp += ni; -#line 3225 - *xpp = (void*)xp; -#line 3225 - } -#line 3225 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3225 - -#line 3225 -#else /* not SX */ -#line 3225 - const char *xp = (const char *) *xpp; -#line 3225 - int status = NC_NOERR; -#line 3225 - -#line 3225 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3225 - { -#line 3225 - const int lstatus = ncx_get_ushort_double(xp, tp); -#line 3225 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3225 - status = lstatus; -#line 3225 - } -#line 3225 - -#line 3225 - *xpp = (const void *)xp; -#line 3225 - return status; -#line 3225 -#endif -#line 3225 -} -#line 3225 - -int -#line 3226 -ncx_getn_ushort_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3226 -{ -#line 3226 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3226 - -#line 3226 - /* basic algorithm is: -#line 3226 - * - ensure sane alignment of input data -#line 3226 - * - copy (conversion happens automatically) input data -#line 3226 - * to output -#line 3226 - * - update xpp to point at next unconverted input, and tp to point -#line 3226 - * at next location for converted output -#line 3226 - */ -#line 3226 - long i, j, ni; -#line 3226 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3226 - ushort *xp; -#line 3226 - int nrange = 0; /* number of range errors */ -#line 3226 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3226 - long cxp = (long) *((char**)xpp); -#line 3226 - -#line 3226 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3226 - /* sjl: manually stripmine so we can limit amount of -#line 3226 - * vector work space reserved to LOOPCNT elements. Also -#line 3226 - * makes vectorisation easy */ -#line 3226 - for (j=0; j= 0 */ -#line 3226 - nrange += xp[i] > LONGLONG_MAX ; -#line 3226 - } -#line 3226 - /* update xpp and tp */ -#line 3226 - if (realign) xp = (ushort *) *xpp; -#line 3226 - xp += ni; -#line 3226 - tp += ni; -#line 3226 - *xpp = (void*)xp; -#line 3226 - } -#line 3226 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3226 - -#line 3226 -#else /* not SX */ -#line 3226 - const char *xp = (const char *) *xpp; -#line 3226 - int status = NC_NOERR; -#line 3226 - -#line 3226 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3226 - { -#line 3226 - const int lstatus = ncx_get_ushort_longlong(xp, tp); -#line 3226 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3226 - status = lstatus; -#line 3226 - } -#line 3226 - -#line 3226 - *xpp = (const void *)xp; -#line 3226 - return status; -#line 3226 -#endif -#line 3226 -} -#line 3226 - -int -#line 3227 -ncx_getn_ushort_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3227 -{ -#line 3227 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3227 - -#line 3227 - /* basic algorithm is: -#line 3227 - * - ensure sane alignment of input data -#line 3227 - * - copy (conversion happens automatically) input data -#line 3227 - * to output -#line 3227 - * - update xpp to point at next unconverted input, and tp to point -#line 3227 - * at next location for converted output -#line 3227 - */ -#line 3227 - long i, j, ni; -#line 3227 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3227 - ushort *xp; -#line 3227 - int nrange = 0; /* number of range errors */ -#line 3227 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3227 - long cxp = (long) *((char**)xpp); -#line 3227 - -#line 3227 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3227 - /* sjl: manually stripmine so we can limit amount of -#line 3227 - * vector work space reserved to LOOPCNT elements. Also -#line 3227 - * makes vectorisation easy */ -#line 3227 - for (j=0; j= 0 */ -#line 3227 - nrange += xp[i] > UCHAR_MAX ; -#line 3227 - } -#line 3227 - /* update xpp and tp */ -#line 3227 - if (realign) xp = (ushort *) *xpp; -#line 3227 - xp += ni; -#line 3227 - tp += ni; -#line 3227 - *xpp = (void*)xp; -#line 3227 - } -#line 3227 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3227 - -#line 3227 -#else /* not SX */ -#line 3227 - const char *xp = (const char *) *xpp; -#line 3227 - int status = NC_NOERR; -#line 3227 - -#line 3227 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3227 - { -#line 3227 - const int lstatus = ncx_get_ushort_uchar(xp, tp); -#line 3227 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3227 - status = lstatus; -#line 3227 - } -#line 3227 - -#line 3227 - *xpp = (const void *)xp; -#line 3227 - return status; -#line 3227 -#endif -#line 3227 -} -#line 3227 - -int -#line 3228 -ncx_getn_ushort_uint(const void **xpp, size_t nelems, uint *tp) -#line 3228 -{ -#line 3228 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3228 - -#line 3228 - /* basic algorithm is: -#line 3228 - * - ensure sane alignment of input data -#line 3228 - * - copy (conversion happens automatically) input data -#line 3228 - * to output -#line 3228 - * - update xpp to point at next unconverted input, and tp to point -#line 3228 - * at next location for converted output -#line 3228 - */ -#line 3228 - long i, j, ni; -#line 3228 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3228 - ushort *xp; -#line 3228 - int nrange = 0; /* number of range errors */ -#line 3228 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3228 - long cxp = (long) *((char**)xpp); -#line 3228 - -#line 3228 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3228 - /* sjl: manually stripmine so we can limit amount of -#line 3228 - * vector work space reserved to LOOPCNT elements. Also -#line 3228 - * makes vectorisation easy */ -#line 3228 - for (j=0; j= 0 */ -#line 3228 - nrange += xp[i] > UINT_MAX ; -#line 3228 - } -#line 3228 - /* update xpp and tp */ -#line 3228 - if (realign) xp = (ushort *) *xpp; -#line 3228 - xp += ni; -#line 3228 - tp += ni; -#line 3228 - *xpp = (void*)xp; -#line 3228 - } -#line 3228 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3228 - -#line 3228 -#else /* not SX */ -#line 3228 - const char *xp = (const char *) *xpp; -#line 3228 - int status = NC_NOERR; -#line 3228 - -#line 3228 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3228 - { -#line 3228 - const int lstatus = ncx_get_ushort_uint(xp, tp); -#line 3228 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3228 - status = lstatus; -#line 3228 - } -#line 3228 - -#line 3228 - *xpp = (const void *)xp; -#line 3228 - return status; -#line 3228 -#endif -#line 3228 -} -#line 3228 - -int -#line 3229 -ncx_getn_ushort_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3229 -{ -#line 3229 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3229 - -#line 3229 - /* basic algorithm is: -#line 3229 - * - ensure sane alignment of input data -#line 3229 - * - copy (conversion happens automatically) input data -#line 3229 - * to output -#line 3229 - * - update xpp to point at next unconverted input, and tp to point -#line 3229 - * at next location for converted output -#line 3229 - */ -#line 3229 - long i, j, ni; -#line 3229 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3229 - ushort *xp; -#line 3229 - int nrange = 0; /* number of range errors */ -#line 3229 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3229 - long cxp = (long) *((char**)xpp); -#line 3229 - -#line 3229 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3229 - /* sjl: manually stripmine so we can limit amount of -#line 3229 - * vector work space reserved to LOOPCNT elements. Also -#line 3229 - * makes vectorisation easy */ -#line 3229 - for (j=0; j= 0 */ -#line 3229 - nrange += xp[i] > ULONGLONG_MAX ; -#line 3229 - } -#line 3229 - /* update xpp and tp */ -#line 3229 - if (realign) xp = (ushort *) *xpp; -#line 3229 - xp += ni; -#line 3229 - tp += ni; -#line 3229 - *xpp = (void*)xp; -#line 3229 - } -#line 3229 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3229 - -#line 3229 -#else /* not SX */ -#line 3229 - const char *xp = (const char *) *xpp; -#line 3229 - int status = NC_NOERR; -#line 3229 - -#line 3229 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3229 - { -#line 3229 - const int lstatus = ncx_get_ushort_ulonglong(xp, tp); -#line 3229 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3229 - status = lstatus; -#line 3229 - } -#line 3229 - -#line 3229 - *xpp = (const void *)xp; -#line 3229 - return status; -#line 3229 -#endif -#line 3229 -} -#line 3229 - - -int -#line 3231 -ncx_pad_getn_ushort_schar(const void **xpp, size_t nelems, schar *tp) -#line 3231 -{ -#line 3231 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3231 - -#line 3231 - const char *xp = (const char *) *xpp; -#line 3231 - int status = NC_NOERR; -#line 3231 - -#line 3231 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3231 - { -#line 3231 - const int lstatus = ncx_get_ushort_schar(xp, tp); -#line 3231 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3231 - status = lstatus; -#line 3231 - } -#line 3231 - -#line 3231 - if (rndup != 0) -#line 3231 - xp += X_SIZEOF_USHORT; -#line 3231 - -#line 3231 - *xpp = (void *)xp; -#line 3231 - return status; -#line 3231 -} -#line 3231 - -int -#line 3232 -ncx_pad_getn_ushort_short(const void **xpp, size_t nelems, short *tp) -#line 3232 -{ -#line 3232 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3232 - -#line 3232 - const char *xp = (const char *) *xpp; -#line 3232 - int status = NC_NOERR; -#line 3232 - -#line 3232 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3232 - { -#line 3232 - const int lstatus = ncx_get_ushort_short(xp, tp); -#line 3232 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3232 - status = lstatus; -#line 3232 - } -#line 3232 - -#line 3232 - if (rndup != 0) -#line 3232 - xp += X_SIZEOF_USHORT; -#line 3232 - -#line 3232 - *xpp = (void *)xp; -#line 3232 - return status; -#line 3232 -} -#line 3232 - -int -#line 3233 -ncx_pad_getn_ushort_int(const void **xpp, size_t nelems, int *tp) -#line 3233 -{ -#line 3233 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3233 - -#line 3233 - const char *xp = (const char *) *xpp; -#line 3233 - int status = NC_NOERR; -#line 3233 - -#line 3233 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3233 - { -#line 3233 - const int lstatus = ncx_get_ushort_int(xp, tp); -#line 3233 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3233 - status = lstatus; -#line 3233 - } -#line 3233 - -#line 3233 - if (rndup != 0) -#line 3233 - xp += X_SIZEOF_USHORT; -#line 3233 - -#line 3233 - *xpp = (void *)xp; -#line 3233 - return status; -#line 3233 -} -#line 3233 - -int -#line 3234 -ncx_pad_getn_ushort_long(const void **xpp, size_t nelems, long *tp) -#line 3234 -{ -#line 3234 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3234 - -#line 3234 - const char *xp = (const char *) *xpp; -#line 3234 - int status = NC_NOERR; -#line 3234 - -#line 3234 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3234 - { -#line 3234 - const int lstatus = ncx_get_ushort_long(xp, tp); -#line 3234 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3234 - status = lstatus; -#line 3234 - } -#line 3234 - -#line 3234 - if (rndup != 0) -#line 3234 - xp += X_SIZEOF_USHORT; -#line 3234 - -#line 3234 - *xpp = (void *)xp; -#line 3234 - return status; -#line 3234 -} -#line 3234 - -int -#line 3235 -ncx_pad_getn_ushort_float(const void **xpp, size_t nelems, float *tp) -#line 3235 -{ -#line 3235 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3235 - -#line 3235 - const char *xp = (const char *) *xpp; -#line 3235 - int status = NC_NOERR; -#line 3235 - -#line 3235 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3235 - { -#line 3235 - const int lstatus = ncx_get_ushort_float(xp, tp); -#line 3235 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3235 - status = lstatus; -#line 3235 - } -#line 3235 - -#line 3235 - if (rndup != 0) -#line 3235 - xp += X_SIZEOF_USHORT; -#line 3235 - -#line 3235 - *xpp = (void *)xp; -#line 3235 - return status; -#line 3235 -} -#line 3235 - -int -#line 3236 -ncx_pad_getn_ushort_double(const void **xpp, size_t nelems, double *tp) -#line 3236 -{ -#line 3236 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3236 - -#line 3236 - const char *xp = (const char *) *xpp; -#line 3236 - int status = NC_NOERR; -#line 3236 - -#line 3236 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3236 - { -#line 3236 - const int lstatus = ncx_get_ushort_double(xp, tp); -#line 3236 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3236 - status = lstatus; -#line 3236 - } -#line 3236 - -#line 3236 - if (rndup != 0) -#line 3236 - xp += X_SIZEOF_USHORT; -#line 3236 - -#line 3236 - *xpp = (void *)xp; -#line 3236 - return status; -#line 3236 -} -#line 3236 - -int -#line 3237 -ncx_pad_getn_ushort_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3237 -{ -#line 3237 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3237 - -#line 3237 - const char *xp = (const char *) *xpp; -#line 3237 - int status = NC_NOERR; -#line 3237 - -#line 3237 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3237 - { -#line 3237 - const int lstatus = ncx_get_ushort_uchar(xp, tp); -#line 3237 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3237 - status = lstatus; -#line 3237 - } -#line 3237 - -#line 3237 - if (rndup != 0) -#line 3237 - xp += X_SIZEOF_USHORT; -#line 3237 - -#line 3237 - *xpp = (void *)xp; -#line 3237 - return status; -#line 3237 -} -#line 3237 - -int -#line 3238 -ncx_pad_getn_ushort_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3238 -{ -#line 3238 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3238 - -#line 3238 - const char *xp = (const char *) *xpp; -#line 3238 - int status = NC_NOERR; -#line 3238 - -#line 3238 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3238 - { -#line 3238 - const int lstatus = ncx_get_ushort_ushort(xp, tp); -#line 3238 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3238 - status = lstatus; -#line 3238 - } -#line 3238 - -#line 3238 - if (rndup != 0) -#line 3238 - xp += X_SIZEOF_USHORT; -#line 3238 - -#line 3238 - *xpp = (void *)xp; -#line 3238 - return status; -#line 3238 -} -#line 3238 - -int -#line 3239 -ncx_pad_getn_ushort_uint(const void **xpp, size_t nelems, uint *tp) -#line 3239 -{ -#line 3239 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3239 - -#line 3239 - const char *xp = (const char *) *xpp; -#line 3239 - int status = NC_NOERR; -#line 3239 - -#line 3239 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3239 - { -#line 3239 - const int lstatus = ncx_get_ushort_uint(xp, tp); -#line 3239 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3239 - status = lstatus; -#line 3239 - } -#line 3239 - -#line 3239 - if (rndup != 0) -#line 3239 - xp += X_SIZEOF_USHORT; -#line 3239 - -#line 3239 - *xpp = (void *)xp; -#line 3239 - return status; -#line 3239 -} -#line 3239 - -int -#line 3240 -ncx_pad_getn_ushort_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3240 -{ -#line 3240 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3240 - -#line 3240 - const char *xp = (const char *) *xpp; -#line 3240 - int status = NC_NOERR; -#line 3240 - -#line 3240 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3240 - { -#line 3240 - const int lstatus = ncx_get_ushort_longlong(xp, tp); -#line 3240 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3240 - status = lstatus; -#line 3240 - } -#line 3240 - -#line 3240 - if (rndup != 0) -#line 3240 - xp += X_SIZEOF_USHORT; -#line 3240 - -#line 3240 - *xpp = (void *)xp; -#line 3240 - return status; -#line 3240 -} -#line 3240 - -int -#line 3241 -ncx_pad_getn_ushort_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3241 -{ -#line 3241 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3241 - -#line 3241 - const char *xp = (const char *) *xpp; -#line 3241 - int status = NC_NOERR; -#line 3241 - -#line 3241 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3241 - { -#line 3241 - const int lstatus = ncx_get_ushort_ulonglong(xp, tp); -#line 3241 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3241 - status = lstatus; -#line 3241 - } -#line 3241 - -#line 3241 - if (rndup != 0) -#line 3241 - xp += X_SIZEOF_USHORT; -#line 3241 - -#line 3241 - *xpp = (void *)xp; -#line 3241 - return status; -#line 3241 -} -#line 3241 - - -#if X_SIZEOF_USHORT == SIZEOF_USHORT -/* optimized version */ -int -ncx_putn_ushort_ushort(void **xpp, size_t nelems, const unsigned short *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_USHORT); -# else - swapn2b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_USHORT); - return NC_NOERR; -} -#else -int -#line 3257 -ncx_putn_ushort_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3257 -{ -#line 3257 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3257 - -#line 3257 - /* basic algorithm is: -#line 3257 - * - ensure sane alignment of output data -#line 3257 - * - copy (conversion happens automatically) input data -#line 3257 - * to output -#line 3257 - * - update tp to point at next unconverted input, and xpp to point -#line 3257 - * at next location for converted output -#line 3257 - */ -#line 3257 - long i, j, ni; -#line 3257 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3257 - ushort *xp; -#line 3257 - int nrange = 0; /* number of range errors */ -#line 3257 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3257 - long cxp = (long) *((char**)xpp); -#line 3257 - -#line 3257 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3257 - /* sjl: manually stripmine so we can limit amount of -#line 3257 - * vector work space reserved to LOOPCNT elements. Also -#line 3257 - * makes vectorisation easy */ -#line 3257 - for (j=0; j= 0 */ -#line 3257 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3257 - nrange += tp[i] > X_USHORT_MAX ; -#line 3257 - } -#line 3257 - /* copy workspace back if necessary */ -#line 3257 - if (realign) { -#line 3257 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3257 - xp = (ushort *) *xpp; -#line 3257 - } -#line 3257 - /* update xpp and tp */ -#line 3257 - xp += ni; -#line 3257 - tp += ni; -#line 3257 - *xpp = (void*)xp; -#line 3257 - } -#line 3257 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3257 - -#line 3257 -#else /* not SX */ -#line 3257 - -#line 3257 - char *xp = (char *) *xpp; -#line 3257 - int status = NC_NOERR; -#line 3257 - -#line 3257 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3257 - { -#line 3257 - int lstatus = ncx_put_ushort_ushort(xp, tp, fillp); -#line 3257 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3257 - status = lstatus; -#line 3257 - } -#line 3257 - -#line 3257 - *xpp = (void *)xp; -#line 3257 - return status; -#line 3257 -#endif -#line 3257 -} -#line 3257 - -#endif -int -#line 3259 -ncx_putn_ushort_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3259 -{ -#line 3259 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3259 - -#line 3259 - /* basic algorithm is: -#line 3259 - * - ensure sane alignment of output data -#line 3259 - * - copy (conversion happens automatically) input data -#line 3259 - * to output -#line 3259 - * - update tp to point at next unconverted input, and xpp to point -#line 3259 - * at next location for converted output -#line 3259 - */ -#line 3259 - long i, j, ni; -#line 3259 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3259 - ushort *xp; -#line 3259 - int nrange = 0; /* number of range errors */ -#line 3259 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3259 - long cxp = (long) *((char**)xpp); -#line 3259 - -#line 3259 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3259 - /* sjl: manually stripmine so we can limit amount of -#line 3259 - * vector work space reserved to LOOPCNT elements. Also -#line 3259 - * makes vectorisation easy */ -#line 3259 - for (j=0; j= 0 */ -#line 3259 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3259 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3259 - } -#line 3259 - /* copy workspace back if necessary */ -#line 3259 - if (realign) { -#line 3259 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3259 - xp = (ushort *) *xpp; -#line 3259 - } -#line 3259 - /* update xpp and tp */ -#line 3259 - xp += ni; -#line 3259 - tp += ni; -#line 3259 - *xpp = (void*)xp; -#line 3259 - } -#line 3259 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3259 - -#line 3259 -#else /* not SX */ -#line 3259 - -#line 3259 - char *xp = (char *) *xpp; -#line 3259 - int status = NC_NOERR; -#line 3259 - -#line 3259 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3259 - { -#line 3259 - int lstatus = ncx_put_ushort_schar(xp, tp, fillp); -#line 3259 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3259 - status = lstatus; -#line 3259 - } -#line 3259 - -#line 3259 - *xpp = (void *)xp; -#line 3259 - return status; -#line 3259 -#endif -#line 3259 -} -#line 3259 - -int -#line 3260 -ncx_putn_ushort_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3260 -{ -#line 3260 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3260 - -#line 3260 - /* basic algorithm is: -#line 3260 - * - ensure sane alignment of output data -#line 3260 - * - copy (conversion happens automatically) input data -#line 3260 - * to output -#line 3260 - * - update tp to point at next unconverted input, and xpp to point -#line 3260 - * at next location for converted output -#line 3260 - */ -#line 3260 - long i, j, ni; -#line 3260 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3260 - ushort *xp; -#line 3260 - int nrange = 0; /* number of range errors */ -#line 3260 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3260 - long cxp = (long) *((char**)xpp); -#line 3260 - -#line 3260 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3260 - /* sjl: manually stripmine so we can limit amount of -#line 3260 - * vector work space reserved to LOOPCNT elements. Also -#line 3260 - * makes vectorisation easy */ -#line 3260 - for (j=0; j= 0 */ -#line 3260 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3260 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3260 - } -#line 3260 - /* copy workspace back if necessary */ -#line 3260 - if (realign) { -#line 3260 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3260 - xp = (ushort *) *xpp; -#line 3260 - } -#line 3260 - /* update xpp and tp */ -#line 3260 - xp += ni; -#line 3260 - tp += ni; -#line 3260 - *xpp = (void*)xp; -#line 3260 - } -#line 3260 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3260 - -#line 3260 -#else /* not SX */ -#line 3260 - -#line 3260 - char *xp = (char *) *xpp; -#line 3260 - int status = NC_NOERR; -#line 3260 - -#line 3260 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3260 - { -#line 3260 - int lstatus = ncx_put_ushort_short(xp, tp, fillp); -#line 3260 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3260 - status = lstatus; -#line 3260 - } -#line 3260 - -#line 3260 - *xpp = (void *)xp; -#line 3260 - return status; -#line 3260 -#endif -#line 3260 -} -#line 3260 - -int -#line 3261 -ncx_putn_ushort_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3261 -{ -#line 3261 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3261 - -#line 3261 - /* basic algorithm is: -#line 3261 - * - ensure sane alignment of output data -#line 3261 - * - copy (conversion happens automatically) input data -#line 3261 - * to output -#line 3261 - * - update tp to point at next unconverted input, and xpp to point -#line 3261 - * at next location for converted output -#line 3261 - */ -#line 3261 - long i, j, ni; -#line 3261 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3261 - ushort *xp; -#line 3261 - int nrange = 0; /* number of range errors */ -#line 3261 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3261 - long cxp = (long) *((char**)xpp); -#line 3261 - -#line 3261 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3261 - /* sjl: manually stripmine so we can limit amount of -#line 3261 - * vector work space reserved to LOOPCNT elements. Also -#line 3261 - * makes vectorisation easy */ -#line 3261 - for (j=0; j= 0 */ -#line 3261 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3261 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3261 - } -#line 3261 - /* copy workspace back if necessary */ -#line 3261 - if (realign) { -#line 3261 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3261 - xp = (ushort *) *xpp; -#line 3261 - } -#line 3261 - /* update xpp and tp */ -#line 3261 - xp += ni; -#line 3261 - tp += ni; -#line 3261 - *xpp = (void*)xp; -#line 3261 - } -#line 3261 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3261 - -#line 3261 -#else /* not SX */ -#line 3261 - -#line 3261 - char *xp = (char *) *xpp; -#line 3261 - int status = NC_NOERR; -#line 3261 - -#line 3261 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3261 - { -#line 3261 - int lstatus = ncx_put_ushort_int(xp, tp, fillp); -#line 3261 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3261 - status = lstatus; -#line 3261 - } -#line 3261 - -#line 3261 - *xpp = (void *)xp; -#line 3261 - return status; -#line 3261 -#endif -#line 3261 -} -#line 3261 - -int -#line 3262 -ncx_putn_ushort_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3262 -{ -#line 3262 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3262 - -#line 3262 - /* basic algorithm is: -#line 3262 - * - ensure sane alignment of output data -#line 3262 - * - copy (conversion happens automatically) input data -#line 3262 - * to output -#line 3262 - * - update tp to point at next unconverted input, and xpp to point -#line 3262 - * at next location for converted output -#line 3262 - */ -#line 3262 - long i, j, ni; -#line 3262 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3262 - ushort *xp; -#line 3262 - int nrange = 0; /* number of range errors */ -#line 3262 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3262 - long cxp = (long) *((char**)xpp); -#line 3262 - -#line 3262 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3262 - /* sjl: manually stripmine so we can limit amount of -#line 3262 - * vector work space reserved to LOOPCNT elements. Also -#line 3262 - * makes vectorisation easy */ -#line 3262 - for (j=0; j= 0 */ -#line 3262 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3262 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3262 - } -#line 3262 - /* copy workspace back if necessary */ -#line 3262 - if (realign) { -#line 3262 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3262 - xp = (ushort *) *xpp; -#line 3262 - } -#line 3262 - /* update xpp and tp */ -#line 3262 - xp += ni; -#line 3262 - tp += ni; -#line 3262 - *xpp = (void*)xp; -#line 3262 - } -#line 3262 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3262 - -#line 3262 -#else /* not SX */ -#line 3262 - -#line 3262 - char *xp = (char *) *xpp; -#line 3262 - int status = NC_NOERR; -#line 3262 - -#line 3262 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3262 - { -#line 3262 - int lstatus = ncx_put_ushort_long(xp, tp, fillp); -#line 3262 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3262 - status = lstatus; -#line 3262 - } -#line 3262 - -#line 3262 - *xpp = (void *)xp; -#line 3262 - return status; -#line 3262 -#endif -#line 3262 -} -#line 3262 - -int -#line 3263 -ncx_putn_ushort_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3263 -{ -#line 3263 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3263 - -#line 3263 - /* basic algorithm is: -#line 3263 - * - ensure sane alignment of output data -#line 3263 - * - copy (conversion happens automatically) input data -#line 3263 - * to output -#line 3263 - * - update tp to point at next unconverted input, and xpp to point -#line 3263 - * at next location for converted output -#line 3263 - */ -#line 3263 - long i, j, ni; -#line 3263 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3263 - ushort *xp; -#line 3263 - int nrange = 0; /* number of range errors */ -#line 3263 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3263 - long cxp = (long) *((char**)xpp); -#line 3263 - -#line 3263 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3263 - /* sjl: manually stripmine so we can limit amount of -#line 3263 - * vector work space reserved to LOOPCNT elements. Also -#line 3263 - * makes vectorisation easy */ -#line 3263 - for (j=0; j= 0 */ -#line 3263 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3263 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3263 - } -#line 3263 - /* copy workspace back if necessary */ -#line 3263 - if (realign) { -#line 3263 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3263 - xp = (ushort *) *xpp; -#line 3263 - } -#line 3263 - /* update xpp and tp */ -#line 3263 - xp += ni; -#line 3263 - tp += ni; -#line 3263 - *xpp = (void*)xp; -#line 3263 - } -#line 3263 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3263 - -#line 3263 -#else /* not SX */ -#line 3263 - -#line 3263 - char *xp = (char *) *xpp; -#line 3263 - int status = NC_NOERR; -#line 3263 - -#line 3263 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3263 - { -#line 3263 - int lstatus = ncx_put_ushort_float(xp, tp, fillp); -#line 3263 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3263 - status = lstatus; -#line 3263 - } -#line 3263 - -#line 3263 - *xpp = (void *)xp; -#line 3263 - return status; -#line 3263 -#endif -#line 3263 -} -#line 3263 - -int -#line 3264 -ncx_putn_ushort_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3264 -{ -#line 3264 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3264 - -#line 3264 - /* basic algorithm is: -#line 3264 - * - ensure sane alignment of output data -#line 3264 - * - copy (conversion happens automatically) input data -#line 3264 - * to output -#line 3264 - * - update tp to point at next unconverted input, and xpp to point -#line 3264 - * at next location for converted output -#line 3264 - */ -#line 3264 - long i, j, ni; -#line 3264 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3264 - ushort *xp; -#line 3264 - int nrange = 0; /* number of range errors */ -#line 3264 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3264 - long cxp = (long) *((char**)xpp); -#line 3264 - -#line 3264 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3264 - /* sjl: manually stripmine so we can limit amount of -#line 3264 - * vector work space reserved to LOOPCNT elements. Also -#line 3264 - * makes vectorisation easy */ -#line 3264 - for (j=0; j= 0 */ -#line 3264 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3264 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3264 - } -#line 3264 - /* copy workspace back if necessary */ -#line 3264 - if (realign) { -#line 3264 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3264 - xp = (ushort *) *xpp; -#line 3264 - } -#line 3264 - /* update xpp and tp */ -#line 3264 - xp += ni; -#line 3264 - tp += ni; -#line 3264 - *xpp = (void*)xp; -#line 3264 - } -#line 3264 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3264 - -#line 3264 -#else /* not SX */ -#line 3264 - -#line 3264 - char *xp = (char *) *xpp; -#line 3264 - int status = NC_NOERR; -#line 3264 - -#line 3264 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3264 - { -#line 3264 - int lstatus = ncx_put_ushort_double(xp, tp, fillp); -#line 3264 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3264 - status = lstatus; -#line 3264 - } -#line 3264 - -#line 3264 - *xpp = (void *)xp; -#line 3264 - return status; -#line 3264 -#endif -#line 3264 -} -#line 3264 - -int -#line 3265 -ncx_putn_ushort_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3265 -{ -#line 3265 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3265 - -#line 3265 - /* basic algorithm is: -#line 3265 - * - ensure sane alignment of output data -#line 3265 - * - copy (conversion happens automatically) input data -#line 3265 - * to output -#line 3265 - * - update tp to point at next unconverted input, and xpp to point -#line 3265 - * at next location for converted output -#line 3265 - */ -#line 3265 - long i, j, ni; -#line 3265 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3265 - ushort *xp; -#line 3265 - int nrange = 0; /* number of range errors */ -#line 3265 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3265 - long cxp = (long) *((char**)xpp); -#line 3265 - -#line 3265 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3265 - /* sjl: manually stripmine so we can limit amount of -#line 3265 - * vector work space reserved to LOOPCNT elements. Also -#line 3265 - * makes vectorisation easy */ -#line 3265 - for (j=0; j= 0 */ -#line 3265 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3265 - nrange += tp[i] > X_USHORT_MAX || tp[i] < 0; -#line 3265 - } -#line 3265 - /* copy workspace back if necessary */ -#line 3265 - if (realign) { -#line 3265 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3265 - xp = (ushort *) *xpp; -#line 3265 - } -#line 3265 - /* update xpp and tp */ -#line 3265 - xp += ni; -#line 3265 - tp += ni; -#line 3265 - *xpp = (void*)xp; -#line 3265 - } -#line 3265 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3265 - -#line 3265 -#else /* not SX */ -#line 3265 - -#line 3265 - char *xp = (char *) *xpp; -#line 3265 - int status = NC_NOERR; -#line 3265 - -#line 3265 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3265 - { -#line 3265 - int lstatus = ncx_put_ushort_longlong(xp, tp, fillp); -#line 3265 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3265 - status = lstatus; -#line 3265 - } -#line 3265 - -#line 3265 - *xpp = (void *)xp; -#line 3265 - return status; -#line 3265 -#endif -#line 3265 -} -#line 3265 - -int -#line 3266 -ncx_putn_ushort_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3266 -{ -#line 3266 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3266 - -#line 3266 - /* basic algorithm is: -#line 3266 - * - ensure sane alignment of output data -#line 3266 - * - copy (conversion happens automatically) input data -#line 3266 - * to output -#line 3266 - * - update tp to point at next unconverted input, and xpp to point -#line 3266 - * at next location for converted output -#line 3266 - */ -#line 3266 - long i, j, ni; -#line 3266 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3266 - ushort *xp; -#line 3266 - int nrange = 0; /* number of range errors */ -#line 3266 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3266 - long cxp = (long) *((char**)xpp); -#line 3266 - -#line 3266 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3266 - /* sjl: manually stripmine so we can limit amount of -#line 3266 - * vector work space reserved to LOOPCNT elements. Also -#line 3266 - * makes vectorisation easy */ -#line 3266 - for (j=0; j= 0 */ -#line 3266 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3266 - nrange += tp[i] > X_USHORT_MAX ; -#line 3266 - } -#line 3266 - /* copy workspace back if necessary */ -#line 3266 - if (realign) { -#line 3266 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3266 - xp = (ushort *) *xpp; -#line 3266 - } -#line 3266 - /* update xpp and tp */ -#line 3266 - xp += ni; -#line 3266 - tp += ni; -#line 3266 - *xpp = (void*)xp; -#line 3266 - } -#line 3266 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3266 - -#line 3266 -#else /* not SX */ -#line 3266 - -#line 3266 - char *xp = (char *) *xpp; -#line 3266 - int status = NC_NOERR; -#line 3266 - -#line 3266 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3266 - { -#line 3266 - int lstatus = ncx_put_ushort_uchar(xp, tp, fillp); -#line 3266 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3266 - status = lstatus; -#line 3266 - } -#line 3266 - -#line 3266 - *xpp = (void *)xp; -#line 3266 - return status; -#line 3266 -#endif -#line 3266 -} -#line 3266 - -int -#line 3267 -ncx_putn_ushort_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3267 -{ -#line 3267 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3267 - -#line 3267 - /* basic algorithm is: -#line 3267 - * - ensure sane alignment of output data -#line 3267 - * - copy (conversion happens automatically) input data -#line 3267 - * to output -#line 3267 - * - update tp to point at next unconverted input, and xpp to point -#line 3267 - * at next location for converted output -#line 3267 - */ -#line 3267 - long i, j, ni; -#line 3267 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3267 - ushort *xp; -#line 3267 - int nrange = 0; /* number of range errors */ -#line 3267 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3267 - long cxp = (long) *((char**)xpp); -#line 3267 - -#line 3267 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3267 - /* sjl: manually stripmine so we can limit amount of -#line 3267 - * vector work space reserved to LOOPCNT elements. Also -#line 3267 - * makes vectorisation easy */ -#line 3267 - for (j=0; j= 0 */ -#line 3267 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3267 - nrange += tp[i] > X_USHORT_MAX ; -#line 3267 - } -#line 3267 - /* copy workspace back if necessary */ -#line 3267 - if (realign) { -#line 3267 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3267 - xp = (ushort *) *xpp; -#line 3267 - } -#line 3267 - /* update xpp and tp */ -#line 3267 - xp += ni; -#line 3267 - tp += ni; -#line 3267 - *xpp = (void*)xp; -#line 3267 - } -#line 3267 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3267 - -#line 3267 -#else /* not SX */ -#line 3267 - -#line 3267 - char *xp = (char *) *xpp; -#line 3267 - int status = NC_NOERR; -#line 3267 - -#line 3267 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3267 - { -#line 3267 - int lstatus = ncx_put_ushort_uint(xp, tp, fillp); -#line 3267 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3267 - status = lstatus; -#line 3267 - } -#line 3267 - -#line 3267 - *xpp = (void *)xp; -#line 3267 - return status; -#line 3267 -#endif -#line 3267 -} -#line 3267 - -int -#line 3268 -ncx_putn_ushort_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3268 -{ -#line 3268 -#if defined(_SX) && _SX != 0 && X_SIZEOF_USHORT == SIZEOF_USHORT -#line 3268 - -#line 3268 - /* basic algorithm is: -#line 3268 - * - ensure sane alignment of output data -#line 3268 - * - copy (conversion happens automatically) input data -#line 3268 - * to output -#line 3268 - * - update tp to point at next unconverted input, and xpp to point -#line 3268 - * at next location for converted output -#line 3268 - */ -#line 3268 - long i, j, ni; -#line 3268 - ushort tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3268 - ushort *xp; -#line 3268 - int nrange = 0; /* number of range errors */ -#line 3268 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3268 - long cxp = (long) *((char**)xpp); -#line 3268 - -#line 3268 - realign = (cxp & 7) % SIZEOF_USHORT; -#line 3268 - /* sjl: manually stripmine so we can limit amount of -#line 3268 - * vector work space reserved to LOOPCNT elements. Also -#line 3268 - * makes vectorisation easy */ -#line 3268 - for (j=0; j= 0 */ -#line 3268 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3268 - nrange += tp[i] > X_USHORT_MAX ; -#line 3268 - } -#line 3268 - /* copy workspace back if necessary */ -#line 3268 - if (realign) { -#line 3268 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_USHORT); -#line 3268 - xp = (ushort *) *xpp; -#line 3268 - } -#line 3268 - /* update xpp and tp */ -#line 3268 - xp += ni; -#line 3268 - tp += ni; -#line 3268 - *xpp = (void*)xp; -#line 3268 - } -#line 3268 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3268 - -#line 3268 -#else /* not SX */ -#line 3268 - -#line 3268 - char *xp = (char *) *xpp; -#line 3268 - int status = NC_NOERR; -#line 3268 - -#line 3268 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3268 - { -#line 3268 - int lstatus = ncx_put_ushort_ulonglong(xp, tp, fillp); -#line 3268 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3268 - status = lstatus; -#line 3268 - } -#line 3268 - -#line 3268 - *xpp = (void *)xp; -#line 3268 - return status; -#line 3268 -#endif -#line 3268 -} -#line 3268 - - -int -#line 3270 -ncx_pad_putn_ushort_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3270 -{ -#line 3270 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3270 - -#line 3270 - char *xp = (char *) *xpp; -#line 3270 - int status = NC_NOERR; -#line 3270 - -#line 3270 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3270 - { -#line 3270 - int lstatus = ncx_put_ushort_schar(xp, tp, fillp); -#line 3270 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3270 - status = lstatus; -#line 3270 - } -#line 3270 - -#line 3270 - if (rndup != 0) -#line 3270 - { -#line 3270 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3270 - xp += X_SIZEOF_USHORT; -#line 3270 - } -#line 3270 - -#line 3270 - *xpp = (void *)xp; -#line 3270 - return status; -#line 3270 -} -#line 3270 - -int -#line 3271 -ncx_pad_putn_ushort_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3271 -{ -#line 3271 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3271 - -#line 3271 - char *xp = (char *) *xpp; -#line 3271 - int status = NC_NOERR; -#line 3271 - -#line 3271 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3271 - { -#line 3271 - int lstatus = ncx_put_ushort_uchar(xp, tp, fillp); -#line 3271 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3271 - status = lstatus; -#line 3271 - } -#line 3271 - -#line 3271 - if (rndup != 0) -#line 3271 - { -#line 3271 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3271 - xp += X_SIZEOF_USHORT; -#line 3271 - } -#line 3271 - -#line 3271 - *xpp = (void *)xp; -#line 3271 - return status; -#line 3271 -} -#line 3271 - -int -#line 3272 -ncx_pad_putn_ushort_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3272 -{ -#line 3272 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3272 - -#line 3272 - char *xp = (char *) *xpp; -#line 3272 - int status = NC_NOERR; -#line 3272 - -#line 3272 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3272 - { -#line 3272 - int lstatus = ncx_put_ushort_short(xp, tp, fillp); -#line 3272 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3272 - status = lstatus; -#line 3272 - } -#line 3272 - -#line 3272 - if (rndup != 0) -#line 3272 - { -#line 3272 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3272 - xp += X_SIZEOF_USHORT; -#line 3272 - } -#line 3272 - -#line 3272 - *xpp = (void *)xp; -#line 3272 - return status; -#line 3272 -} -#line 3272 - -int -#line 3273 -ncx_pad_putn_ushort_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3273 -{ -#line 3273 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3273 - -#line 3273 - char *xp = (char *) *xpp; -#line 3273 - int status = NC_NOERR; -#line 3273 - -#line 3273 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3273 - { -#line 3273 - int lstatus = ncx_put_ushort_int(xp, tp, fillp); -#line 3273 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3273 - status = lstatus; -#line 3273 - } -#line 3273 - -#line 3273 - if (rndup != 0) -#line 3273 - { -#line 3273 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3273 - xp += X_SIZEOF_USHORT; -#line 3273 - } -#line 3273 - -#line 3273 - *xpp = (void *)xp; -#line 3273 - return status; -#line 3273 -} -#line 3273 - -int -#line 3274 -ncx_pad_putn_ushort_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3274 -{ -#line 3274 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3274 - -#line 3274 - char *xp = (char *) *xpp; -#line 3274 - int status = NC_NOERR; -#line 3274 - -#line 3274 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3274 - { -#line 3274 - int lstatus = ncx_put_ushort_long(xp, tp, fillp); -#line 3274 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3274 - status = lstatus; -#line 3274 - } -#line 3274 - -#line 3274 - if (rndup != 0) -#line 3274 - { -#line 3274 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3274 - xp += X_SIZEOF_USHORT; -#line 3274 - } -#line 3274 - -#line 3274 - *xpp = (void *)xp; -#line 3274 - return status; -#line 3274 -} -#line 3274 - -int -#line 3275 -ncx_pad_putn_ushort_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3275 -{ -#line 3275 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3275 - -#line 3275 - char *xp = (char *) *xpp; -#line 3275 - int status = NC_NOERR; -#line 3275 - -#line 3275 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3275 - { -#line 3275 - int lstatus = ncx_put_ushort_float(xp, tp, fillp); -#line 3275 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3275 - status = lstatus; -#line 3275 - } -#line 3275 - -#line 3275 - if (rndup != 0) -#line 3275 - { -#line 3275 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3275 - xp += X_SIZEOF_USHORT; -#line 3275 - } -#line 3275 - -#line 3275 - *xpp = (void *)xp; -#line 3275 - return status; -#line 3275 -} -#line 3275 - -int -#line 3276 -ncx_pad_putn_ushort_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3276 -{ -#line 3276 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3276 - -#line 3276 - char *xp = (char *) *xpp; -#line 3276 - int status = NC_NOERR; -#line 3276 - -#line 3276 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3276 - { -#line 3276 - int lstatus = ncx_put_ushort_double(xp, tp, fillp); -#line 3276 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3276 - status = lstatus; -#line 3276 - } -#line 3276 - -#line 3276 - if (rndup != 0) -#line 3276 - { -#line 3276 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3276 - xp += X_SIZEOF_USHORT; -#line 3276 - } -#line 3276 - -#line 3276 - *xpp = (void *)xp; -#line 3276 - return status; -#line 3276 -} -#line 3276 - -int -#line 3277 -ncx_pad_putn_ushort_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3277 -{ -#line 3277 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3277 - -#line 3277 - char *xp = (char *) *xpp; -#line 3277 - int status = NC_NOERR; -#line 3277 - -#line 3277 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3277 - { -#line 3277 - int lstatus = ncx_put_ushort_uint(xp, tp, fillp); -#line 3277 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3277 - status = lstatus; -#line 3277 - } -#line 3277 - -#line 3277 - if (rndup != 0) -#line 3277 - { -#line 3277 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3277 - xp += X_SIZEOF_USHORT; -#line 3277 - } -#line 3277 - -#line 3277 - *xpp = (void *)xp; -#line 3277 - return status; -#line 3277 -} -#line 3277 - -int -#line 3278 -ncx_pad_putn_ushort_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3278 -{ -#line 3278 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3278 - -#line 3278 - char *xp = (char *) *xpp; -#line 3278 - int status = NC_NOERR; -#line 3278 - -#line 3278 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3278 - { -#line 3278 - int lstatus = ncx_put_ushort_longlong(xp, tp, fillp); -#line 3278 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3278 - status = lstatus; -#line 3278 - } -#line 3278 - -#line 3278 - if (rndup != 0) -#line 3278 - { -#line 3278 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3278 - xp += X_SIZEOF_USHORT; -#line 3278 - } -#line 3278 - -#line 3278 - *xpp = (void *)xp; -#line 3278 - return status; -#line 3278 -} -#line 3278 - -int -#line 3279 -ncx_pad_putn_ushort_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3279 -{ -#line 3279 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3279 - -#line 3279 - char *xp = (char *) *xpp; -#line 3279 - int status = NC_NOERR; -#line 3279 - -#line 3279 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3279 - { -#line 3279 - int lstatus = ncx_put_ushort_ulonglong(xp, tp, fillp); -#line 3279 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3279 - status = lstatus; -#line 3279 - } -#line 3279 - -#line 3279 - if (rndup != 0) -#line 3279 - { -#line 3279 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3279 - xp += X_SIZEOF_USHORT; -#line 3279 - } -#line 3279 - -#line 3279 - *xpp = (void *)xp; -#line 3279 - return status; -#line 3279 -} -#line 3279 - -int -#line 3280 -ncx_pad_putn_ushort_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3280 -{ -#line 3280 - const size_t rndup = nelems % X_SIZEOF_SHORT; -#line 3280 - -#line 3280 - char *xp = (char *) *xpp; -#line 3280 - int status = NC_NOERR; -#line 3280 - -#line 3280 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_USHORT, tp++) -#line 3280 - { -#line 3280 - int lstatus = ncx_put_ushort_ushort(xp, tp, fillp); -#line 3280 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3280 - status = lstatus; -#line 3280 - } -#line 3280 - -#line 3280 - if (rndup != 0) -#line 3280 - { -#line 3280 - (void) memcpy(xp, nada, (size_t)(X_SIZEOF_USHORT)); -#line 3280 - xp += X_SIZEOF_USHORT; -#line 3280 - } -#line 3280 - -#line 3280 - *xpp = (void *)xp; -#line 3280 - return status; -#line 3280 -} -#line 3280 - - - -/* int -----------------------------------------------------------------------*/ - -#if X_SIZEOF_INT == SIZEOF_INT -/* optimized version */ -int -ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_INT); -# else - swapn4b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_INT); - return NC_NOERR; -} -#else -int -#line 3299 -ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) -#line 3299 -{ -#line 3299 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3299 - -#line 3299 - /* basic algorithm is: -#line 3299 - * - ensure sane alignment of input data -#line 3299 - * - copy (conversion happens automatically) input data -#line 3299 - * to output -#line 3299 - * - update xpp to point at next unconverted input, and tp to point -#line 3299 - * at next location for converted output -#line 3299 - */ -#line 3299 - long i, j, ni; -#line 3299 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3299 - int *xp; -#line 3299 - int nrange = 0; /* number of range errors */ -#line 3299 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3299 - long cxp = (long) *((char**)xpp); -#line 3299 - -#line 3299 - realign = (cxp & 7) % SIZEOF_INT; -#line 3299 - /* sjl: manually stripmine so we can limit amount of -#line 3299 - * vector work space reserved to LOOPCNT elements. Also -#line 3299 - * makes vectorisation easy */ -#line 3299 - for (j=0; j= 0 */ -#line 3299 - nrange += xp[i] > INT_MAX || xp[i] < INT_MIN; -#line 3299 - } -#line 3299 - /* update xpp and tp */ -#line 3299 - if (realign) xp = (int *) *xpp; -#line 3299 - xp += ni; -#line 3299 - tp += ni; -#line 3299 - *xpp = (void*)xp; -#line 3299 - } -#line 3299 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3299 - -#line 3299 -#else /* not SX */ -#line 3299 - const char *xp = (const char *) *xpp; -#line 3299 - int status = NC_NOERR; -#line 3299 - -#line 3299 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3299 - { -#line 3299 - const int lstatus = ncx_get_int_int(xp, tp); -#line 3299 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3299 - status = lstatus; -#line 3299 - } -#line 3299 - -#line 3299 - *xpp = (const void *)xp; -#line 3299 - return status; -#line 3299 -#endif -#line 3299 -} -#line 3299 - -#endif -int -#line 3301 -ncx_getn_int_schar(const void **xpp, size_t nelems, schar *tp) -#line 3301 -{ -#line 3301 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3301 - -#line 3301 - /* basic algorithm is: -#line 3301 - * - ensure sane alignment of input data -#line 3301 - * - copy (conversion happens automatically) input data -#line 3301 - * to output -#line 3301 - * - update xpp to point at next unconverted input, and tp to point -#line 3301 - * at next location for converted output -#line 3301 - */ -#line 3301 - long i, j, ni; -#line 3301 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3301 - int *xp; -#line 3301 - int nrange = 0; /* number of range errors */ -#line 3301 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3301 - long cxp = (long) *((char**)xpp); -#line 3301 - -#line 3301 - realign = (cxp & 7) % SIZEOF_INT; -#line 3301 - /* sjl: manually stripmine so we can limit amount of -#line 3301 - * vector work space reserved to LOOPCNT elements. Also -#line 3301 - * makes vectorisation easy */ -#line 3301 - for (j=0; j= 0 */ -#line 3301 - nrange += xp[i] > SCHAR_MAX || xp[i] < SCHAR_MIN; -#line 3301 - } -#line 3301 - /* update xpp and tp */ -#line 3301 - if (realign) xp = (int *) *xpp; -#line 3301 - xp += ni; -#line 3301 - tp += ni; -#line 3301 - *xpp = (void*)xp; -#line 3301 - } -#line 3301 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3301 - -#line 3301 -#else /* not SX */ -#line 3301 - const char *xp = (const char *) *xpp; -#line 3301 - int status = NC_NOERR; -#line 3301 - -#line 3301 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3301 - { -#line 3301 - const int lstatus = ncx_get_int_schar(xp, tp); -#line 3301 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3301 - status = lstatus; -#line 3301 - } -#line 3301 - -#line 3301 - *xpp = (const void *)xp; -#line 3301 - return status; -#line 3301 -#endif -#line 3301 -} -#line 3301 - -int -#line 3302 -ncx_getn_int_short(const void **xpp, size_t nelems, short *tp) -#line 3302 -{ -#line 3302 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3302 - -#line 3302 - /* basic algorithm is: -#line 3302 - * - ensure sane alignment of input data -#line 3302 - * - copy (conversion happens automatically) input data -#line 3302 - * to output -#line 3302 - * - update xpp to point at next unconverted input, and tp to point -#line 3302 - * at next location for converted output -#line 3302 - */ -#line 3302 - long i, j, ni; -#line 3302 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3302 - int *xp; -#line 3302 - int nrange = 0; /* number of range errors */ -#line 3302 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3302 - long cxp = (long) *((char**)xpp); -#line 3302 - -#line 3302 - realign = (cxp & 7) % SIZEOF_INT; -#line 3302 - /* sjl: manually stripmine so we can limit amount of -#line 3302 - * vector work space reserved to LOOPCNT elements. Also -#line 3302 - * makes vectorisation easy */ -#line 3302 - for (j=0; j= 0 */ -#line 3302 - nrange += xp[i] > SHORT_MAX || xp[i] < SHORT_MIN; -#line 3302 - } -#line 3302 - /* update xpp and tp */ -#line 3302 - if (realign) xp = (int *) *xpp; -#line 3302 - xp += ni; -#line 3302 - tp += ni; -#line 3302 - *xpp = (void*)xp; -#line 3302 - } -#line 3302 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3302 - -#line 3302 -#else /* not SX */ -#line 3302 - const char *xp = (const char *) *xpp; -#line 3302 - int status = NC_NOERR; -#line 3302 - -#line 3302 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3302 - { -#line 3302 - const int lstatus = ncx_get_int_short(xp, tp); -#line 3302 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3302 - status = lstatus; -#line 3302 - } -#line 3302 - -#line 3302 - *xpp = (const void *)xp; -#line 3302 - return status; -#line 3302 -#endif -#line 3302 -} -#line 3302 - -int -#line 3303 -ncx_getn_int_long(const void **xpp, size_t nelems, long *tp) -#line 3303 -{ -#line 3303 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3303 - -#line 3303 - /* basic algorithm is: -#line 3303 - * - ensure sane alignment of input data -#line 3303 - * - copy (conversion happens automatically) input data -#line 3303 - * to output -#line 3303 - * - update xpp to point at next unconverted input, and tp to point -#line 3303 - * at next location for converted output -#line 3303 - */ -#line 3303 - long i, j, ni; -#line 3303 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3303 - int *xp; -#line 3303 - int nrange = 0; /* number of range errors */ -#line 3303 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3303 - long cxp = (long) *((char**)xpp); -#line 3303 - -#line 3303 - realign = (cxp & 7) % SIZEOF_INT; -#line 3303 - /* sjl: manually stripmine so we can limit amount of -#line 3303 - * vector work space reserved to LOOPCNT elements. Also -#line 3303 - * makes vectorisation easy */ -#line 3303 - for (j=0; j= 0 */ -#line 3303 - nrange += xp[i] > LONG_MAX || xp[i] < LONG_MIN; -#line 3303 - } -#line 3303 - /* update xpp and tp */ -#line 3303 - if (realign) xp = (int *) *xpp; -#line 3303 - xp += ni; -#line 3303 - tp += ni; -#line 3303 - *xpp = (void*)xp; -#line 3303 - } -#line 3303 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3303 - -#line 3303 -#else /* not SX */ -#line 3303 - const char *xp = (const char *) *xpp; -#line 3303 - int status = NC_NOERR; -#line 3303 - -#line 3303 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3303 - { -#line 3303 - const int lstatus = ncx_get_int_long(xp, tp); -#line 3303 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3303 - status = lstatus; -#line 3303 - } -#line 3303 - -#line 3303 - *xpp = (const void *)xp; -#line 3303 - return status; -#line 3303 -#endif -#line 3303 -} -#line 3303 - -int -#line 3304 -ncx_getn_int_float(const void **xpp, size_t nelems, float *tp) -#line 3304 -{ -#line 3304 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3304 - -#line 3304 - /* basic algorithm is: -#line 3304 - * - ensure sane alignment of input data -#line 3304 - * - copy (conversion happens automatically) input data -#line 3304 - * to output -#line 3304 - * - update xpp to point at next unconverted input, and tp to point -#line 3304 - * at next location for converted output -#line 3304 - */ -#line 3304 - long i, j, ni; -#line 3304 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3304 - int *xp; -#line 3304 - int nrange = 0; /* number of range errors */ -#line 3304 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3304 - long cxp = (long) *((char**)xpp); -#line 3304 - -#line 3304 - realign = (cxp & 7) % SIZEOF_INT; -#line 3304 - /* sjl: manually stripmine so we can limit amount of -#line 3304 - * vector work space reserved to LOOPCNT elements. Also -#line 3304 - * makes vectorisation easy */ -#line 3304 - for (j=0; j= 0 */ -#line 3304 - nrange += xp[i] > FLOAT_MAX || xp[i] < FLOAT_MIN; -#line 3304 - } -#line 3304 - /* update xpp and tp */ -#line 3304 - if (realign) xp = (int *) *xpp; -#line 3304 - xp += ni; -#line 3304 - tp += ni; -#line 3304 - *xpp = (void*)xp; -#line 3304 - } -#line 3304 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3304 - -#line 3304 -#else /* not SX */ -#line 3304 - const char *xp = (const char *) *xpp; -#line 3304 - int status = NC_NOERR; -#line 3304 - -#line 3304 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3304 - { -#line 3304 - const int lstatus = ncx_get_int_float(xp, tp); -#line 3304 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3304 - status = lstatus; -#line 3304 - } -#line 3304 - -#line 3304 - *xpp = (const void *)xp; -#line 3304 - return status; -#line 3304 -#endif -#line 3304 -} -#line 3304 - -int -#line 3305 -ncx_getn_int_double(const void **xpp, size_t nelems, double *tp) -#line 3305 -{ -#line 3305 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3305 - -#line 3305 - /* basic algorithm is: -#line 3305 - * - ensure sane alignment of input data -#line 3305 - * - copy (conversion happens automatically) input data -#line 3305 - * to output -#line 3305 - * - update xpp to point at next unconverted input, and tp to point -#line 3305 - * at next location for converted output -#line 3305 - */ -#line 3305 - long i, j, ni; -#line 3305 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3305 - int *xp; -#line 3305 - int nrange = 0; /* number of range errors */ -#line 3305 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3305 - long cxp = (long) *((char**)xpp); -#line 3305 - -#line 3305 - realign = (cxp & 7) % SIZEOF_INT; -#line 3305 - /* sjl: manually stripmine so we can limit amount of -#line 3305 - * vector work space reserved to LOOPCNT elements. Also -#line 3305 - * makes vectorisation easy */ -#line 3305 - for (j=0; j= 0 */ -#line 3305 - nrange += xp[i] > DOUBLE_MAX || xp[i] < DOUBLE_MIN; -#line 3305 - } -#line 3305 - /* update xpp and tp */ -#line 3305 - if (realign) xp = (int *) *xpp; -#line 3305 - xp += ni; -#line 3305 - tp += ni; -#line 3305 - *xpp = (void*)xp; -#line 3305 - } -#line 3305 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3305 - -#line 3305 -#else /* not SX */ -#line 3305 - const char *xp = (const char *) *xpp; -#line 3305 - int status = NC_NOERR; -#line 3305 - -#line 3305 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3305 - { -#line 3305 - const int lstatus = ncx_get_int_double(xp, tp); -#line 3305 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3305 - status = lstatus; -#line 3305 - } -#line 3305 - -#line 3305 - *xpp = (const void *)xp; -#line 3305 - return status; -#line 3305 -#endif -#line 3305 -} -#line 3305 - -int -#line 3306 -ncx_getn_int_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3306 -{ -#line 3306 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3306 - -#line 3306 - /* basic algorithm is: -#line 3306 - * - ensure sane alignment of input data -#line 3306 - * - copy (conversion happens automatically) input data -#line 3306 - * to output -#line 3306 - * - update xpp to point at next unconverted input, and tp to point -#line 3306 - * at next location for converted output -#line 3306 - */ -#line 3306 - long i, j, ni; -#line 3306 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3306 - int *xp; -#line 3306 - int nrange = 0; /* number of range errors */ -#line 3306 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3306 - long cxp = (long) *((char**)xpp); -#line 3306 - -#line 3306 - realign = (cxp & 7) % SIZEOF_INT; -#line 3306 - /* sjl: manually stripmine so we can limit amount of -#line 3306 - * vector work space reserved to LOOPCNT elements. Also -#line 3306 - * makes vectorisation easy */ -#line 3306 - for (j=0; j= 0 */ -#line 3306 - nrange += xp[i] > LONGLONG_MAX || xp[i] < LONGLONG_MIN; -#line 3306 - } -#line 3306 - /* update xpp and tp */ -#line 3306 - if (realign) xp = (int *) *xpp; -#line 3306 - xp += ni; -#line 3306 - tp += ni; -#line 3306 - *xpp = (void*)xp; -#line 3306 - } -#line 3306 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3306 - -#line 3306 -#else /* not SX */ -#line 3306 - const char *xp = (const char *) *xpp; -#line 3306 - int status = NC_NOERR; -#line 3306 - -#line 3306 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3306 - { -#line 3306 - const int lstatus = ncx_get_int_longlong(xp, tp); -#line 3306 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3306 - status = lstatus; -#line 3306 - } -#line 3306 - -#line 3306 - *xpp = (const void *)xp; -#line 3306 - return status; -#line 3306 -#endif -#line 3306 -} -#line 3306 - -int -#line 3307 -ncx_getn_int_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3307 -{ -#line 3307 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3307 - -#line 3307 - /* basic algorithm is: -#line 3307 - * - ensure sane alignment of input data -#line 3307 - * - copy (conversion happens automatically) input data -#line 3307 - * to output -#line 3307 - * - update xpp to point at next unconverted input, and tp to point -#line 3307 - * at next location for converted output -#line 3307 - */ -#line 3307 - long i, j, ni; -#line 3307 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3307 - int *xp; -#line 3307 - int nrange = 0; /* number of range errors */ -#line 3307 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3307 - long cxp = (long) *((char**)xpp); -#line 3307 - -#line 3307 - realign = (cxp & 7) % SIZEOF_INT; -#line 3307 - /* sjl: manually stripmine so we can limit amount of -#line 3307 - * vector work space reserved to LOOPCNT elements. Also -#line 3307 - * makes vectorisation easy */ -#line 3307 - for (j=0; j= 0 */ -#line 3307 - nrange += xp[i] > UCHAR_MAX || xp[i] < 0; -#line 3307 - } -#line 3307 - /* update xpp and tp */ -#line 3307 - if (realign) xp = (int *) *xpp; -#line 3307 - xp += ni; -#line 3307 - tp += ni; -#line 3307 - *xpp = (void*)xp; -#line 3307 - } -#line 3307 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3307 - -#line 3307 -#else /* not SX */ -#line 3307 - const char *xp = (const char *) *xpp; -#line 3307 - int status = NC_NOERR; -#line 3307 - -#line 3307 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3307 - { -#line 3307 - const int lstatus = ncx_get_int_uchar(xp, tp); -#line 3307 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3307 - status = lstatus; -#line 3307 - } -#line 3307 - -#line 3307 - *xpp = (const void *)xp; -#line 3307 - return status; -#line 3307 -#endif -#line 3307 -} -#line 3307 - -int -#line 3308 -ncx_getn_int_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3308 -{ -#line 3308 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3308 - -#line 3308 - /* basic algorithm is: -#line 3308 - * - ensure sane alignment of input data -#line 3308 - * - copy (conversion happens automatically) input data -#line 3308 - * to output -#line 3308 - * - update xpp to point at next unconverted input, and tp to point -#line 3308 - * at next location for converted output -#line 3308 - */ -#line 3308 - long i, j, ni; -#line 3308 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3308 - int *xp; -#line 3308 - int nrange = 0; /* number of range errors */ -#line 3308 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3308 - long cxp = (long) *((char**)xpp); -#line 3308 - -#line 3308 - realign = (cxp & 7) % SIZEOF_INT; -#line 3308 - /* sjl: manually stripmine so we can limit amount of -#line 3308 - * vector work space reserved to LOOPCNT elements. Also -#line 3308 - * makes vectorisation easy */ -#line 3308 - for (j=0; j= 0 */ -#line 3308 - nrange += xp[i] > USHORT_MAX || xp[i] < 0; -#line 3308 - } -#line 3308 - /* update xpp and tp */ -#line 3308 - if (realign) xp = (int *) *xpp; -#line 3308 - xp += ni; -#line 3308 - tp += ni; -#line 3308 - *xpp = (void*)xp; -#line 3308 - } -#line 3308 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3308 - -#line 3308 -#else /* not SX */ -#line 3308 - const char *xp = (const char *) *xpp; -#line 3308 - int status = NC_NOERR; -#line 3308 - -#line 3308 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3308 - { -#line 3308 - const int lstatus = ncx_get_int_ushort(xp, tp); -#line 3308 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3308 - status = lstatus; -#line 3308 - } -#line 3308 - -#line 3308 - *xpp = (const void *)xp; -#line 3308 - return status; -#line 3308 -#endif -#line 3308 -} -#line 3308 - -int -#line 3309 -ncx_getn_int_uint(const void **xpp, size_t nelems, uint *tp) -#line 3309 -{ -#line 3309 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3309 - -#line 3309 - /* basic algorithm is: -#line 3309 - * - ensure sane alignment of input data -#line 3309 - * - copy (conversion happens automatically) input data -#line 3309 - * to output -#line 3309 - * - update xpp to point at next unconverted input, and tp to point -#line 3309 - * at next location for converted output -#line 3309 - */ -#line 3309 - long i, j, ni; -#line 3309 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3309 - int *xp; -#line 3309 - int nrange = 0; /* number of range errors */ -#line 3309 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3309 - long cxp = (long) *((char**)xpp); -#line 3309 - -#line 3309 - realign = (cxp & 7) % SIZEOF_INT; -#line 3309 - /* sjl: manually stripmine so we can limit amount of -#line 3309 - * vector work space reserved to LOOPCNT elements. Also -#line 3309 - * makes vectorisation easy */ -#line 3309 - for (j=0; j= 0 */ -#line 3309 - nrange += xp[i] > UINT_MAX || xp[i] < 0; -#line 3309 - } -#line 3309 - /* update xpp and tp */ -#line 3309 - if (realign) xp = (int *) *xpp; -#line 3309 - xp += ni; -#line 3309 - tp += ni; -#line 3309 - *xpp = (void*)xp; -#line 3309 - } -#line 3309 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3309 - -#line 3309 -#else /* not SX */ -#line 3309 - const char *xp = (const char *) *xpp; -#line 3309 - int status = NC_NOERR; -#line 3309 - -#line 3309 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3309 - { -#line 3309 - const int lstatus = ncx_get_int_uint(xp, tp); -#line 3309 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3309 - status = lstatus; -#line 3309 - } -#line 3309 - -#line 3309 - *xpp = (const void *)xp; -#line 3309 - return status; -#line 3309 -#endif -#line 3309 -} -#line 3309 - -int -#line 3310 -ncx_getn_int_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3310 -{ -#line 3310 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3310 - -#line 3310 - /* basic algorithm is: -#line 3310 - * - ensure sane alignment of input data -#line 3310 - * - copy (conversion happens automatically) input data -#line 3310 - * to output -#line 3310 - * - update xpp to point at next unconverted input, and tp to point -#line 3310 - * at next location for converted output -#line 3310 - */ -#line 3310 - long i, j, ni; -#line 3310 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3310 - int *xp; -#line 3310 - int nrange = 0; /* number of range errors */ -#line 3310 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3310 - long cxp = (long) *((char**)xpp); -#line 3310 - -#line 3310 - realign = (cxp & 7) % SIZEOF_INT; -#line 3310 - /* sjl: manually stripmine so we can limit amount of -#line 3310 - * vector work space reserved to LOOPCNT elements. Also -#line 3310 - * makes vectorisation easy */ -#line 3310 - for (j=0; j= 0 */ -#line 3310 - nrange += xp[i] > ULONGLONG_MAX || xp[i] < 0; -#line 3310 - } -#line 3310 - /* update xpp and tp */ -#line 3310 - if (realign) xp = (int *) *xpp; -#line 3310 - xp += ni; -#line 3310 - tp += ni; -#line 3310 - *xpp = (void*)xp; -#line 3310 - } -#line 3310 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3310 - -#line 3310 -#else /* not SX */ -#line 3310 - const char *xp = (const char *) *xpp; -#line 3310 - int status = NC_NOERR; -#line 3310 - -#line 3310 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3310 - { -#line 3310 - const int lstatus = ncx_get_int_ulonglong(xp, tp); -#line 3310 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3310 - status = lstatus; -#line 3310 - } -#line 3310 - -#line 3310 - *xpp = (const void *)xp; -#line 3310 - return status; -#line 3310 -#endif -#line 3310 -} -#line 3310 - - -#if X_SIZEOF_INT == SIZEOF_INT -/* optimized version */ -int -ncx_putn_int_int(void **xpp, size_t nelems, const int *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_INT); -# else - swapn4b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_INT); - return NC_NOERR; -} -#else -int -#line 3326 -ncx_putn_int_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3326 -{ -#line 3326 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3326 - -#line 3326 - /* basic algorithm is: -#line 3326 - * - ensure sane alignment of output data -#line 3326 - * - copy (conversion happens automatically) input data -#line 3326 - * to output -#line 3326 - * - update tp to point at next unconverted input, and xpp to point -#line 3326 - * at next location for converted output -#line 3326 - */ -#line 3326 - long i, j, ni; -#line 3326 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3326 - int *xp; -#line 3326 - int nrange = 0; /* number of range errors */ -#line 3326 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3326 - long cxp = (long) *((char**)xpp); -#line 3326 - -#line 3326 - realign = (cxp & 7) % SIZEOF_INT; -#line 3326 - /* sjl: manually stripmine so we can limit amount of -#line 3326 - * vector work space reserved to LOOPCNT elements. Also -#line 3326 - * makes vectorisation easy */ -#line 3326 - for (j=0; j= 0 */ -#line 3326 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3326 - nrange += tp[i] > X_INT_MAX || tp[i] < X_INT_MIN; -#line 3326 - } -#line 3326 - /* copy workspace back if necessary */ -#line 3326 - if (realign) { -#line 3326 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3326 - xp = (int *) *xpp; -#line 3326 - } -#line 3326 - /* update xpp and tp */ -#line 3326 - xp += ni; -#line 3326 - tp += ni; -#line 3326 - *xpp = (void*)xp; -#line 3326 - } -#line 3326 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3326 - -#line 3326 -#else /* not SX */ -#line 3326 - -#line 3326 - char *xp = (char *) *xpp; -#line 3326 - int status = NC_NOERR; -#line 3326 - -#line 3326 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3326 - { -#line 3326 - int lstatus = ncx_put_int_int(xp, tp, fillp); -#line 3326 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3326 - status = lstatus; -#line 3326 - } -#line 3326 - -#line 3326 - *xpp = (void *)xp; -#line 3326 - return status; -#line 3326 -#endif -#line 3326 -} -#line 3326 - -#endif -int -#line 3328 -ncx_putn_int_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3328 -{ -#line 3328 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3328 - -#line 3328 - /* basic algorithm is: -#line 3328 - * - ensure sane alignment of output data -#line 3328 - * - copy (conversion happens automatically) input data -#line 3328 - * to output -#line 3328 - * - update tp to point at next unconverted input, and xpp to point -#line 3328 - * at next location for converted output -#line 3328 - */ -#line 3328 - long i, j, ni; -#line 3328 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3328 - int *xp; -#line 3328 - int nrange = 0; /* number of range errors */ -#line 3328 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3328 - long cxp = (long) *((char**)xpp); -#line 3328 - -#line 3328 - realign = (cxp & 7) % SIZEOF_INT; -#line 3328 - /* sjl: manually stripmine so we can limit amount of -#line 3328 - * vector work space reserved to LOOPCNT elements. Also -#line 3328 - * makes vectorisation easy */ -#line 3328 - for (j=0; j= 0 */ -#line 3328 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3328 - nrange += tp[i] > X_INT_MAX || tp[i] < X_INT_MIN; -#line 3328 - } -#line 3328 - /* copy workspace back if necessary */ -#line 3328 - if (realign) { -#line 3328 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3328 - xp = (int *) *xpp; -#line 3328 - } -#line 3328 - /* update xpp and tp */ -#line 3328 - xp += ni; -#line 3328 - tp += ni; -#line 3328 - *xpp = (void*)xp; -#line 3328 - } -#line 3328 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3328 - -#line 3328 -#else /* not SX */ -#line 3328 - -#line 3328 - char *xp = (char *) *xpp; -#line 3328 - int status = NC_NOERR; -#line 3328 - -#line 3328 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3328 - { -#line 3328 - int lstatus = ncx_put_int_schar(xp, tp, fillp); -#line 3328 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3328 - status = lstatus; -#line 3328 - } -#line 3328 - -#line 3328 - *xpp = (void *)xp; -#line 3328 - return status; -#line 3328 -#endif -#line 3328 -} -#line 3328 - -int -#line 3329 -ncx_putn_int_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3329 -{ -#line 3329 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3329 - -#line 3329 - /* basic algorithm is: -#line 3329 - * - ensure sane alignment of output data -#line 3329 - * - copy (conversion happens automatically) input data -#line 3329 - * to output -#line 3329 - * - update tp to point at next unconverted input, and xpp to point -#line 3329 - * at next location for converted output -#line 3329 - */ -#line 3329 - long i, j, ni; -#line 3329 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3329 - int *xp; -#line 3329 - int nrange = 0; /* number of range errors */ -#line 3329 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3329 - long cxp = (long) *((char**)xpp); -#line 3329 - -#line 3329 - realign = (cxp & 7) % SIZEOF_INT; -#line 3329 - /* sjl: manually stripmine so we can limit amount of -#line 3329 - * vector work space reserved to LOOPCNT elements. Also -#line 3329 - * makes vectorisation easy */ -#line 3329 - for (j=0; j= 0 */ -#line 3329 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3329 - nrange += tp[i] > X_INT_MAX || tp[i] < X_INT_MIN; -#line 3329 - } -#line 3329 - /* copy workspace back if necessary */ -#line 3329 - if (realign) { -#line 3329 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3329 - xp = (int *) *xpp; -#line 3329 - } -#line 3329 - /* update xpp and tp */ -#line 3329 - xp += ni; -#line 3329 - tp += ni; -#line 3329 - *xpp = (void*)xp; -#line 3329 - } -#line 3329 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3329 - -#line 3329 -#else /* not SX */ -#line 3329 - -#line 3329 - char *xp = (char *) *xpp; -#line 3329 - int status = NC_NOERR; -#line 3329 - -#line 3329 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3329 - { -#line 3329 - int lstatus = ncx_put_int_short(xp, tp, fillp); -#line 3329 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3329 - status = lstatus; -#line 3329 - } -#line 3329 - -#line 3329 - *xpp = (void *)xp; -#line 3329 - return status; -#line 3329 -#endif -#line 3329 -} -#line 3329 - -int -#line 3330 -ncx_putn_int_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3330 -{ -#line 3330 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3330 - -#line 3330 - /* basic algorithm is: -#line 3330 - * - ensure sane alignment of output data -#line 3330 - * - copy (conversion happens automatically) input data -#line 3330 - * to output -#line 3330 - * - update tp to point at next unconverted input, and xpp to point -#line 3330 - * at next location for converted output -#line 3330 - */ -#line 3330 - long i, j, ni; -#line 3330 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3330 - int *xp; -#line 3330 - int nrange = 0; /* number of range errors */ -#line 3330 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3330 - long cxp = (long) *((char**)xpp); -#line 3330 - -#line 3330 - realign = (cxp & 7) % SIZEOF_INT; -#line 3330 - /* sjl: manually stripmine so we can limit amount of -#line 3330 - * vector work space reserved to LOOPCNT elements. Also -#line 3330 - * makes vectorisation easy */ -#line 3330 - for (j=0; j= 0 */ -#line 3330 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3330 - nrange += tp[i] > X_INT_MAX || tp[i] < X_INT_MIN; -#line 3330 - } -#line 3330 - /* copy workspace back if necessary */ -#line 3330 - if (realign) { -#line 3330 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3330 - xp = (int *) *xpp; -#line 3330 - } -#line 3330 - /* update xpp and tp */ -#line 3330 - xp += ni; -#line 3330 - tp += ni; -#line 3330 - *xpp = (void*)xp; -#line 3330 - } -#line 3330 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3330 - -#line 3330 -#else /* not SX */ -#line 3330 - -#line 3330 - char *xp = (char *) *xpp; -#line 3330 - int status = NC_NOERR; -#line 3330 - -#line 3330 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3330 - { -#line 3330 - int lstatus = ncx_put_int_long(xp, tp, fillp); -#line 3330 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3330 - status = lstatus; -#line 3330 - } -#line 3330 - -#line 3330 - *xpp = (void *)xp; -#line 3330 - return status; -#line 3330 -#endif -#line 3330 -} -#line 3330 - -int -#line 3331 -ncx_putn_int_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3331 -{ -#line 3331 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3331 - -#line 3331 - /* basic algorithm is: -#line 3331 - * - ensure sane alignment of output data -#line 3331 - * - copy (conversion happens automatically) input data -#line 3331 - * to output -#line 3331 - * - update tp to point at next unconverted input, and xpp to point -#line 3331 - * at next location for converted output -#line 3331 - */ -#line 3331 - long i, j, ni; -#line 3331 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3331 - int *xp; -#line 3331 - double d; /* special case for ncx_putn_int_float */ -#line 3331 - int nrange = 0; /* number of range errors */ -#line 3331 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3331 - long cxp = (long) *((char**)xpp); -#line 3331 - -#line 3331 - realign = (cxp & 7) % SIZEOF_INT; -#line 3331 - /* sjl: manually stripmine so we can limit amount of -#line 3331 - * vector work space reserved to LOOPCNT elements. Also -#line 3331 - * makes vectorisation easy */ -#line 3331 - for (j=0; j X_INT_MAX || tp[i] < X_INT_MIN; -#line 3331 - } -#line 3331 - /* copy workspace back if necessary */ -#line 3331 - if (realign) { -#line 3331 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3331 - xp = (int *) *xpp; -#line 3331 - } -#line 3331 - /* update xpp and tp */ -#line 3331 - xp += ni; -#line 3331 - tp += ni; -#line 3331 - *xpp = (void*)xp; -#line 3331 - } -#line 3331 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3331 - -#line 3331 -#else /* not SX */ -#line 3331 - -#line 3331 - char *xp = (char *) *xpp; -#line 3331 - int status = NC_NOERR; -#line 3331 - -#line 3331 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3331 - { -#line 3331 - int lstatus = ncx_put_int_float(xp, tp, fillp); -#line 3331 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3331 - status = lstatus; -#line 3331 - } -#line 3331 - -#line 3331 - *xpp = (void *)xp; -#line 3331 - return status; -#line 3331 -#endif -#line 3331 -} -#line 3331 - -int -#line 3332 -ncx_putn_int_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3332 -{ -#line 3332 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3332 - -#line 3332 - /* basic algorithm is: -#line 3332 - * - ensure sane alignment of output data -#line 3332 - * - copy (conversion happens automatically) input data -#line 3332 - * to output -#line 3332 - * - update tp to point at next unconverted input, and xpp to point -#line 3332 - * at next location for converted output -#line 3332 - */ -#line 3332 - long i, j, ni; -#line 3332 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3332 - int *xp; -#line 3332 - int nrange = 0; /* number of range errors */ -#line 3332 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3332 - long cxp = (long) *((char**)xpp); -#line 3332 - -#line 3332 - realign = (cxp & 7) % SIZEOF_INT; -#line 3332 - /* sjl: manually stripmine so we can limit amount of -#line 3332 - * vector work space reserved to LOOPCNT elements. Also -#line 3332 - * makes vectorisation easy */ -#line 3332 - for (j=0; j= 0 */ -#line 3332 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3332 - nrange += tp[i] > X_INT_MAX || tp[i] < X_INT_MIN; -#line 3332 - } -#line 3332 - /* copy workspace back if necessary */ -#line 3332 - if (realign) { -#line 3332 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3332 - xp = (int *) *xpp; -#line 3332 - } -#line 3332 - /* update xpp and tp */ -#line 3332 - xp += ni; -#line 3332 - tp += ni; -#line 3332 - *xpp = (void*)xp; -#line 3332 - } -#line 3332 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3332 - -#line 3332 -#else /* not SX */ -#line 3332 - -#line 3332 - char *xp = (char *) *xpp; -#line 3332 - int status = NC_NOERR; -#line 3332 - -#line 3332 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3332 - { -#line 3332 - int lstatus = ncx_put_int_double(xp, tp, fillp); -#line 3332 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3332 - status = lstatus; -#line 3332 - } -#line 3332 - -#line 3332 - *xpp = (void *)xp; -#line 3332 - return status; -#line 3332 -#endif -#line 3332 -} -#line 3332 - -int -#line 3333 -ncx_putn_int_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3333 -{ -#line 3333 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3333 - -#line 3333 - /* basic algorithm is: -#line 3333 - * - ensure sane alignment of output data -#line 3333 - * - copy (conversion happens automatically) input data -#line 3333 - * to output -#line 3333 - * - update tp to point at next unconverted input, and xpp to point -#line 3333 - * at next location for converted output -#line 3333 - */ -#line 3333 - long i, j, ni; -#line 3333 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3333 - int *xp; -#line 3333 - int nrange = 0; /* number of range errors */ -#line 3333 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3333 - long cxp = (long) *((char**)xpp); -#line 3333 - -#line 3333 - realign = (cxp & 7) % SIZEOF_INT; -#line 3333 - /* sjl: manually stripmine so we can limit amount of -#line 3333 - * vector work space reserved to LOOPCNT elements. Also -#line 3333 - * makes vectorisation easy */ -#line 3333 - for (j=0; j= 0 */ -#line 3333 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3333 - nrange += tp[i] > X_INT_MAX || tp[i] < X_INT_MIN; -#line 3333 - } -#line 3333 - /* copy workspace back if necessary */ -#line 3333 - if (realign) { -#line 3333 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3333 - xp = (int *) *xpp; -#line 3333 - } -#line 3333 - /* update xpp and tp */ -#line 3333 - xp += ni; -#line 3333 - tp += ni; -#line 3333 - *xpp = (void*)xp; -#line 3333 - } -#line 3333 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3333 - -#line 3333 -#else /* not SX */ -#line 3333 - -#line 3333 - char *xp = (char *) *xpp; -#line 3333 - int status = NC_NOERR; -#line 3333 - -#line 3333 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3333 - { -#line 3333 - int lstatus = ncx_put_int_longlong(xp, tp, fillp); -#line 3333 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3333 - status = lstatus; -#line 3333 - } -#line 3333 - -#line 3333 - *xpp = (void *)xp; -#line 3333 - return status; -#line 3333 -#endif -#line 3333 -} -#line 3333 - -int -#line 3334 -ncx_putn_int_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3334 -{ -#line 3334 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3334 - -#line 3334 - /* basic algorithm is: -#line 3334 - * - ensure sane alignment of output data -#line 3334 - * - copy (conversion happens automatically) input data -#line 3334 - * to output -#line 3334 - * - update tp to point at next unconverted input, and xpp to point -#line 3334 - * at next location for converted output -#line 3334 - */ -#line 3334 - long i, j, ni; -#line 3334 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3334 - int *xp; -#line 3334 - int nrange = 0; /* number of range errors */ -#line 3334 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3334 - long cxp = (long) *((char**)xpp); -#line 3334 - -#line 3334 - realign = (cxp & 7) % SIZEOF_INT; -#line 3334 - /* sjl: manually stripmine so we can limit amount of -#line 3334 - * vector work space reserved to LOOPCNT elements. Also -#line 3334 - * makes vectorisation easy */ -#line 3334 - for (j=0; j= 0 */ -#line 3334 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3334 - nrange += tp[i] > X_INT_MAX ; -#line 3334 - } -#line 3334 - /* copy workspace back if necessary */ -#line 3334 - if (realign) { -#line 3334 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3334 - xp = (int *) *xpp; -#line 3334 - } -#line 3334 - /* update xpp and tp */ -#line 3334 - xp += ni; -#line 3334 - tp += ni; -#line 3334 - *xpp = (void*)xp; -#line 3334 - } -#line 3334 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3334 - -#line 3334 -#else /* not SX */ -#line 3334 - -#line 3334 - char *xp = (char *) *xpp; -#line 3334 - int status = NC_NOERR; -#line 3334 - -#line 3334 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3334 - { -#line 3334 - int lstatus = ncx_put_int_uchar(xp, tp, fillp); -#line 3334 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3334 - status = lstatus; -#line 3334 - } -#line 3334 - -#line 3334 - *xpp = (void *)xp; -#line 3334 - return status; -#line 3334 -#endif -#line 3334 -} -#line 3334 - -int -#line 3335 -ncx_putn_int_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3335 -{ -#line 3335 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3335 - -#line 3335 - /* basic algorithm is: -#line 3335 - * - ensure sane alignment of output data -#line 3335 - * - copy (conversion happens automatically) input data -#line 3335 - * to output -#line 3335 - * - update tp to point at next unconverted input, and xpp to point -#line 3335 - * at next location for converted output -#line 3335 - */ -#line 3335 - long i, j, ni; -#line 3335 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3335 - int *xp; -#line 3335 - int nrange = 0; /* number of range errors */ -#line 3335 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3335 - long cxp = (long) *((char**)xpp); -#line 3335 - -#line 3335 - realign = (cxp & 7) % SIZEOF_INT; -#line 3335 - /* sjl: manually stripmine so we can limit amount of -#line 3335 - * vector work space reserved to LOOPCNT elements. Also -#line 3335 - * makes vectorisation easy */ -#line 3335 - for (j=0; j= 0 */ -#line 3335 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3335 - nrange += tp[i] > X_INT_MAX ; -#line 3335 - } -#line 3335 - /* copy workspace back if necessary */ -#line 3335 - if (realign) { -#line 3335 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3335 - xp = (int *) *xpp; -#line 3335 - } -#line 3335 - /* update xpp and tp */ -#line 3335 - xp += ni; -#line 3335 - tp += ni; -#line 3335 - *xpp = (void*)xp; -#line 3335 - } -#line 3335 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3335 - -#line 3335 -#else /* not SX */ -#line 3335 - -#line 3335 - char *xp = (char *) *xpp; -#line 3335 - int status = NC_NOERR; -#line 3335 - -#line 3335 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3335 - { -#line 3335 - int lstatus = ncx_put_int_ushort(xp, tp, fillp); -#line 3335 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3335 - status = lstatus; -#line 3335 - } -#line 3335 - -#line 3335 - *xpp = (void *)xp; -#line 3335 - return status; -#line 3335 -#endif -#line 3335 -} -#line 3335 - -int -#line 3336 -ncx_putn_int_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3336 -{ -#line 3336 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3336 - -#line 3336 - /* basic algorithm is: -#line 3336 - * - ensure sane alignment of output data -#line 3336 - * - copy (conversion happens automatically) input data -#line 3336 - * to output -#line 3336 - * - update tp to point at next unconverted input, and xpp to point -#line 3336 - * at next location for converted output -#line 3336 - */ -#line 3336 - long i, j, ni; -#line 3336 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3336 - int *xp; -#line 3336 - int nrange = 0; /* number of range errors */ -#line 3336 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3336 - long cxp = (long) *((char**)xpp); -#line 3336 - -#line 3336 - realign = (cxp & 7) % SIZEOF_INT; -#line 3336 - /* sjl: manually stripmine so we can limit amount of -#line 3336 - * vector work space reserved to LOOPCNT elements. Also -#line 3336 - * makes vectorisation easy */ -#line 3336 - for (j=0; j= 0 */ -#line 3336 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3336 - nrange += tp[i] > X_INT_MAX ; -#line 3336 - } -#line 3336 - /* copy workspace back if necessary */ -#line 3336 - if (realign) { -#line 3336 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3336 - xp = (int *) *xpp; -#line 3336 - } -#line 3336 - /* update xpp and tp */ -#line 3336 - xp += ni; -#line 3336 - tp += ni; -#line 3336 - *xpp = (void*)xp; -#line 3336 - } -#line 3336 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3336 - -#line 3336 -#else /* not SX */ -#line 3336 - -#line 3336 - char *xp = (char *) *xpp; -#line 3336 - int status = NC_NOERR; -#line 3336 - -#line 3336 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3336 - { -#line 3336 - int lstatus = ncx_put_int_uint(xp, tp, fillp); -#line 3336 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3336 - status = lstatus; -#line 3336 - } -#line 3336 - -#line 3336 - *xpp = (void *)xp; -#line 3336 - return status; -#line 3336 -#endif -#line 3336 -} -#line 3336 - -int -#line 3337 -ncx_putn_int_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3337 -{ -#line 3337 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT == SIZEOF_INT -#line 3337 - -#line 3337 - /* basic algorithm is: -#line 3337 - * - ensure sane alignment of output data -#line 3337 - * - copy (conversion happens automatically) input data -#line 3337 - * to output -#line 3337 - * - update tp to point at next unconverted input, and xpp to point -#line 3337 - * at next location for converted output -#line 3337 - */ -#line 3337 - long i, j, ni; -#line 3337 - int tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3337 - int *xp; -#line 3337 - int nrange = 0; /* number of range errors */ -#line 3337 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3337 - long cxp = (long) *((char**)xpp); -#line 3337 - -#line 3337 - realign = (cxp & 7) % SIZEOF_INT; -#line 3337 - /* sjl: manually stripmine so we can limit amount of -#line 3337 - * vector work space reserved to LOOPCNT elements. Also -#line 3337 - * makes vectorisation easy */ -#line 3337 - for (j=0; j= 0 */ -#line 3337 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3337 - nrange += tp[i] > X_INT_MAX ; -#line 3337 - } -#line 3337 - /* copy workspace back if necessary */ -#line 3337 - if (realign) { -#line 3337 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT); -#line 3337 - xp = (int *) *xpp; -#line 3337 - } -#line 3337 - /* update xpp and tp */ -#line 3337 - xp += ni; -#line 3337 - tp += ni; -#line 3337 - *xpp = (void*)xp; -#line 3337 - } -#line 3337 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3337 - -#line 3337 -#else /* not SX */ -#line 3337 - -#line 3337 - char *xp = (char *) *xpp; -#line 3337 - int status = NC_NOERR; -#line 3337 - -#line 3337 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT, tp++) -#line 3337 - { -#line 3337 - int lstatus = ncx_put_int_ulonglong(xp, tp, fillp); -#line 3337 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3337 - status = lstatus; -#line 3337 - } -#line 3337 - -#line 3337 - *xpp = (void *)xp; -#line 3337 - return status; -#line 3337 -#endif -#line 3337 -} -#line 3337 - - -/* uint ----------------------------------------------------------------------*/ - -#if X_SIZEOF_UINT == SIZEOF_UINT -/* optimized version */ -int -ncx_getn_uint_uint(const void **xpp, size_t nelems, unsigned int *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_UINT); -# else - swapn4b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_UINT); - return NC_NOERR; -} -#else -int -#line 3355 -ncx_getn_uint_uint(const void **xpp, size_t nelems, uint *tp) -#line 3355 -{ -#line 3355 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3355 - -#line 3355 - /* basic algorithm is: -#line 3355 - * - ensure sane alignment of input data -#line 3355 - * - copy (conversion happens automatically) input data -#line 3355 - * to output -#line 3355 - * - update xpp to point at next unconverted input, and tp to point -#line 3355 - * at next location for converted output -#line 3355 - */ -#line 3355 - long i, j, ni; -#line 3355 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3355 - uint *xp; -#line 3355 - int nrange = 0; /* number of range errors */ -#line 3355 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3355 - long cxp = (long) *((char**)xpp); -#line 3355 - -#line 3355 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3355 - /* sjl: manually stripmine so we can limit amount of -#line 3355 - * vector work space reserved to LOOPCNT elements. Also -#line 3355 - * makes vectorisation easy */ -#line 3355 - for (j=0; j= 0 */ -#line 3355 - nrange += xp[i] > UINT_MAX ; -#line 3355 - } -#line 3355 - /* update xpp and tp */ -#line 3355 - if (realign) xp = (uint *) *xpp; -#line 3355 - xp += ni; -#line 3355 - tp += ni; -#line 3355 - *xpp = (void*)xp; -#line 3355 - } -#line 3355 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3355 - -#line 3355 -#else /* not SX */ -#line 3355 - const char *xp = (const char *) *xpp; -#line 3355 - int status = NC_NOERR; -#line 3355 - -#line 3355 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3355 - { -#line 3355 - const int lstatus = ncx_get_uint_uint(xp, tp); -#line 3355 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3355 - status = lstatus; -#line 3355 - } -#line 3355 - -#line 3355 - *xpp = (const void *)xp; -#line 3355 - return status; -#line 3355 -#endif -#line 3355 -} -#line 3355 - -#endif -int -#line 3357 -ncx_getn_uint_schar(const void **xpp, size_t nelems, schar *tp) -#line 3357 -{ -#line 3357 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3357 - -#line 3357 - /* basic algorithm is: -#line 3357 - * - ensure sane alignment of input data -#line 3357 - * - copy (conversion happens automatically) input data -#line 3357 - * to output -#line 3357 - * - update xpp to point at next unconverted input, and tp to point -#line 3357 - * at next location for converted output -#line 3357 - */ -#line 3357 - long i, j, ni; -#line 3357 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3357 - uint *xp; -#line 3357 - int nrange = 0; /* number of range errors */ -#line 3357 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3357 - long cxp = (long) *((char**)xpp); -#line 3357 - -#line 3357 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3357 - /* sjl: manually stripmine so we can limit amount of -#line 3357 - * vector work space reserved to LOOPCNT elements. Also -#line 3357 - * makes vectorisation easy */ -#line 3357 - for (j=0; j= 0 */ -#line 3357 - nrange += xp[i] > SCHAR_MAX ; -#line 3357 - } -#line 3357 - /* update xpp and tp */ -#line 3357 - if (realign) xp = (uint *) *xpp; -#line 3357 - xp += ni; -#line 3357 - tp += ni; -#line 3357 - *xpp = (void*)xp; -#line 3357 - } -#line 3357 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3357 - -#line 3357 -#else /* not SX */ -#line 3357 - const char *xp = (const char *) *xpp; -#line 3357 - int status = NC_NOERR; -#line 3357 - -#line 3357 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3357 - { -#line 3357 - const int lstatus = ncx_get_uint_schar(xp, tp); -#line 3357 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3357 - status = lstatus; -#line 3357 - } -#line 3357 - -#line 3357 - *xpp = (const void *)xp; -#line 3357 - return status; -#line 3357 -#endif -#line 3357 -} -#line 3357 - -int -#line 3358 -ncx_getn_uint_short(const void **xpp, size_t nelems, short *tp) -#line 3358 -{ -#line 3358 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3358 - -#line 3358 - /* basic algorithm is: -#line 3358 - * - ensure sane alignment of input data -#line 3358 - * - copy (conversion happens automatically) input data -#line 3358 - * to output -#line 3358 - * - update xpp to point at next unconverted input, and tp to point -#line 3358 - * at next location for converted output -#line 3358 - */ -#line 3358 - long i, j, ni; -#line 3358 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3358 - uint *xp; -#line 3358 - int nrange = 0; /* number of range errors */ -#line 3358 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3358 - long cxp = (long) *((char**)xpp); -#line 3358 - -#line 3358 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3358 - /* sjl: manually stripmine so we can limit amount of -#line 3358 - * vector work space reserved to LOOPCNT elements. Also -#line 3358 - * makes vectorisation easy */ -#line 3358 - for (j=0; j= 0 */ -#line 3358 - nrange += xp[i] > SHORT_MAX ; -#line 3358 - } -#line 3358 - /* update xpp and tp */ -#line 3358 - if (realign) xp = (uint *) *xpp; -#line 3358 - xp += ni; -#line 3358 - tp += ni; -#line 3358 - *xpp = (void*)xp; -#line 3358 - } -#line 3358 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3358 - -#line 3358 -#else /* not SX */ -#line 3358 - const char *xp = (const char *) *xpp; -#line 3358 - int status = NC_NOERR; -#line 3358 - -#line 3358 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3358 - { -#line 3358 - const int lstatus = ncx_get_uint_short(xp, tp); -#line 3358 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3358 - status = lstatus; -#line 3358 - } -#line 3358 - -#line 3358 - *xpp = (const void *)xp; -#line 3358 - return status; -#line 3358 -#endif -#line 3358 -} -#line 3358 - -int -#line 3359 -ncx_getn_uint_int(const void **xpp, size_t nelems, int *tp) -#line 3359 -{ -#line 3359 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3359 - -#line 3359 - /* basic algorithm is: -#line 3359 - * - ensure sane alignment of input data -#line 3359 - * - copy (conversion happens automatically) input data -#line 3359 - * to output -#line 3359 - * - update xpp to point at next unconverted input, and tp to point -#line 3359 - * at next location for converted output -#line 3359 - */ -#line 3359 - long i, j, ni; -#line 3359 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3359 - uint *xp; -#line 3359 - int nrange = 0; /* number of range errors */ -#line 3359 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3359 - long cxp = (long) *((char**)xpp); -#line 3359 - -#line 3359 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3359 - /* sjl: manually stripmine so we can limit amount of -#line 3359 - * vector work space reserved to LOOPCNT elements. Also -#line 3359 - * makes vectorisation easy */ -#line 3359 - for (j=0; j= 0 */ -#line 3359 - nrange += xp[i] > INT_MAX ; -#line 3359 - } -#line 3359 - /* update xpp and tp */ -#line 3359 - if (realign) xp = (uint *) *xpp; -#line 3359 - xp += ni; -#line 3359 - tp += ni; -#line 3359 - *xpp = (void*)xp; -#line 3359 - } -#line 3359 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3359 - -#line 3359 -#else /* not SX */ -#line 3359 - const char *xp = (const char *) *xpp; -#line 3359 - int status = NC_NOERR; -#line 3359 - -#line 3359 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3359 - { -#line 3359 - const int lstatus = ncx_get_uint_int(xp, tp); -#line 3359 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3359 - status = lstatus; -#line 3359 - } -#line 3359 - -#line 3359 - *xpp = (const void *)xp; -#line 3359 - return status; -#line 3359 -#endif -#line 3359 -} -#line 3359 - -int -#line 3360 -ncx_getn_uint_long(const void **xpp, size_t nelems, long *tp) -#line 3360 -{ -#line 3360 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3360 - -#line 3360 - /* basic algorithm is: -#line 3360 - * - ensure sane alignment of input data -#line 3360 - * - copy (conversion happens automatically) input data -#line 3360 - * to output -#line 3360 - * - update xpp to point at next unconverted input, and tp to point -#line 3360 - * at next location for converted output -#line 3360 - */ -#line 3360 - long i, j, ni; -#line 3360 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3360 - uint *xp; -#line 3360 - int nrange = 0; /* number of range errors */ -#line 3360 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3360 - long cxp = (long) *((char**)xpp); -#line 3360 - -#line 3360 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3360 - /* sjl: manually stripmine so we can limit amount of -#line 3360 - * vector work space reserved to LOOPCNT elements. Also -#line 3360 - * makes vectorisation easy */ -#line 3360 - for (j=0; j= 0 */ -#line 3360 - nrange += xp[i] > LONG_MAX ; -#line 3360 - } -#line 3360 - /* update xpp and tp */ -#line 3360 - if (realign) xp = (uint *) *xpp; -#line 3360 - xp += ni; -#line 3360 - tp += ni; -#line 3360 - *xpp = (void*)xp; -#line 3360 - } -#line 3360 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3360 - -#line 3360 -#else /* not SX */ -#line 3360 - const char *xp = (const char *) *xpp; -#line 3360 - int status = NC_NOERR; -#line 3360 - -#line 3360 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3360 - { -#line 3360 - const int lstatus = ncx_get_uint_long(xp, tp); -#line 3360 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3360 - status = lstatus; -#line 3360 - } -#line 3360 - -#line 3360 - *xpp = (const void *)xp; -#line 3360 - return status; -#line 3360 -#endif -#line 3360 -} -#line 3360 - -int -#line 3361 -ncx_getn_uint_float(const void **xpp, size_t nelems, float *tp) -#line 3361 -{ -#line 3361 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3361 - -#line 3361 - /* basic algorithm is: -#line 3361 - * - ensure sane alignment of input data -#line 3361 - * - copy (conversion happens automatically) input data -#line 3361 - * to output -#line 3361 - * - update xpp to point at next unconverted input, and tp to point -#line 3361 - * at next location for converted output -#line 3361 - */ -#line 3361 - long i, j, ni; -#line 3361 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3361 - uint *xp; -#line 3361 - int nrange = 0; /* number of range errors */ -#line 3361 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3361 - long cxp = (long) *((char**)xpp); -#line 3361 - -#line 3361 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3361 - /* sjl: manually stripmine so we can limit amount of -#line 3361 - * vector work space reserved to LOOPCNT elements. Also -#line 3361 - * makes vectorisation easy */ -#line 3361 - for (j=0; j= 0 */ -#line 3361 - nrange += xp[i] > FLOAT_MAX ; -#line 3361 - } -#line 3361 - /* update xpp and tp */ -#line 3361 - if (realign) xp = (uint *) *xpp; -#line 3361 - xp += ni; -#line 3361 - tp += ni; -#line 3361 - *xpp = (void*)xp; -#line 3361 - } -#line 3361 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3361 - -#line 3361 -#else /* not SX */ -#line 3361 - const char *xp = (const char *) *xpp; -#line 3361 - int status = NC_NOERR; -#line 3361 - -#line 3361 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3361 - { -#line 3361 - const int lstatus = ncx_get_uint_float(xp, tp); -#line 3361 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3361 - status = lstatus; -#line 3361 - } -#line 3361 - -#line 3361 - *xpp = (const void *)xp; -#line 3361 - return status; -#line 3361 -#endif -#line 3361 -} -#line 3361 - -int -#line 3362 -ncx_getn_uint_double(const void **xpp, size_t nelems, double *tp) -#line 3362 -{ -#line 3362 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3362 - -#line 3362 - /* basic algorithm is: -#line 3362 - * - ensure sane alignment of input data -#line 3362 - * - copy (conversion happens automatically) input data -#line 3362 - * to output -#line 3362 - * - update xpp to point at next unconverted input, and tp to point -#line 3362 - * at next location for converted output -#line 3362 - */ -#line 3362 - long i, j, ni; -#line 3362 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3362 - uint *xp; -#line 3362 - int nrange = 0; /* number of range errors */ -#line 3362 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3362 - long cxp = (long) *((char**)xpp); -#line 3362 - -#line 3362 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3362 - /* sjl: manually stripmine so we can limit amount of -#line 3362 - * vector work space reserved to LOOPCNT elements. Also -#line 3362 - * makes vectorisation easy */ -#line 3362 - for (j=0; j= 0 */ -#line 3362 - nrange += xp[i] > DOUBLE_MAX ; -#line 3362 - } -#line 3362 - /* update xpp and tp */ -#line 3362 - if (realign) xp = (uint *) *xpp; -#line 3362 - xp += ni; -#line 3362 - tp += ni; -#line 3362 - *xpp = (void*)xp; -#line 3362 - } -#line 3362 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3362 - -#line 3362 -#else /* not SX */ -#line 3362 - const char *xp = (const char *) *xpp; -#line 3362 - int status = NC_NOERR; -#line 3362 - -#line 3362 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3362 - { -#line 3362 - const int lstatus = ncx_get_uint_double(xp, tp); -#line 3362 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3362 - status = lstatus; -#line 3362 - } -#line 3362 - -#line 3362 - *xpp = (const void *)xp; -#line 3362 - return status; -#line 3362 -#endif -#line 3362 -} -#line 3362 - -int -#line 3363 -ncx_getn_uint_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3363 -{ -#line 3363 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3363 - -#line 3363 - /* basic algorithm is: -#line 3363 - * - ensure sane alignment of input data -#line 3363 - * - copy (conversion happens automatically) input data -#line 3363 - * to output -#line 3363 - * - update xpp to point at next unconverted input, and tp to point -#line 3363 - * at next location for converted output -#line 3363 - */ -#line 3363 - long i, j, ni; -#line 3363 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3363 - uint *xp; -#line 3363 - int nrange = 0; /* number of range errors */ -#line 3363 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3363 - long cxp = (long) *((char**)xpp); -#line 3363 - -#line 3363 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3363 - /* sjl: manually stripmine so we can limit amount of -#line 3363 - * vector work space reserved to LOOPCNT elements. Also -#line 3363 - * makes vectorisation easy */ -#line 3363 - for (j=0; j= 0 */ -#line 3363 - nrange += xp[i] > LONGLONG_MAX ; -#line 3363 - } -#line 3363 - /* update xpp and tp */ -#line 3363 - if (realign) xp = (uint *) *xpp; -#line 3363 - xp += ni; -#line 3363 - tp += ni; -#line 3363 - *xpp = (void*)xp; -#line 3363 - } -#line 3363 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3363 - -#line 3363 -#else /* not SX */ -#line 3363 - const char *xp = (const char *) *xpp; -#line 3363 - int status = NC_NOERR; -#line 3363 - -#line 3363 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3363 - { -#line 3363 - const int lstatus = ncx_get_uint_longlong(xp, tp); -#line 3363 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3363 - status = lstatus; -#line 3363 - } -#line 3363 - -#line 3363 - *xpp = (const void *)xp; -#line 3363 - return status; -#line 3363 -#endif -#line 3363 -} -#line 3363 - -int -#line 3364 -ncx_getn_uint_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3364 -{ -#line 3364 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3364 - -#line 3364 - /* basic algorithm is: -#line 3364 - * - ensure sane alignment of input data -#line 3364 - * - copy (conversion happens automatically) input data -#line 3364 - * to output -#line 3364 - * - update xpp to point at next unconverted input, and tp to point -#line 3364 - * at next location for converted output -#line 3364 - */ -#line 3364 - long i, j, ni; -#line 3364 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3364 - uint *xp; -#line 3364 - int nrange = 0; /* number of range errors */ -#line 3364 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3364 - long cxp = (long) *((char**)xpp); -#line 3364 - -#line 3364 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3364 - /* sjl: manually stripmine so we can limit amount of -#line 3364 - * vector work space reserved to LOOPCNT elements. Also -#line 3364 - * makes vectorisation easy */ -#line 3364 - for (j=0; j= 0 */ -#line 3364 - nrange += xp[i] > UCHAR_MAX ; -#line 3364 - } -#line 3364 - /* update xpp and tp */ -#line 3364 - if (realign) xp = (uint *) *xpp; -#line 3364 - xp += ni; -#line 3364 - tp += ni; -#line 3364 - *xpp = (void*)xp; -#line 3364 - } -#line 3364 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3364 - -#line 3364 -#else /* not SX */ -#line 3364 - const char *xp = (const char *) *xpp; -#line 3364 - int status = NC_NOERR; -#line 3364 - -#line 3364 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3364 - { -#line 3364 - const int lstatus = ncx_get_uint_uchar(xp, tp); -#line 3364 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3364 - status = lstatus; -#line 3364 - } -#line 3364 - -#line 3364 - *xpp = (const void *)xp; -#line 3364 - return status; -#line 3364 -#endif -#line 3364 -} -#line 3364 - -int -#line 3365 -ncx_getn_uint_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3365 -{ -#line 3365 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3365 - -#line 3365 - /* basic algorithm is: -#line 3365 - * - ensure sane alignment of input data -#line 3365 - * - copy (conversion happens automatically) input data -#line 3365 - * to output -#line 3365 - * - update xpp to point at next unconverted input, and tp to point -#line 3365 - * at next location for converted output -#line 3365 - */ -#line 3365 - long i, j, ni; -#line 3365 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3365 - uint *xp; -#line 3365 - int nrange = 0; /* number of range errors */ -#line 3365 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3365 - long cxp = (long) *((char**)xpp); -#line 3365 - -#line 3365 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3365 - /* sjl: manually stripmine so we can limit amount of -#line 3365 - * vector work space reserved to LOOPCNT elements. Also -#line 3365 - * makes vectorisation easy */ -#line 3365 - for (j=0; j= 0 */ -#line 3365 - nrange += xp[i] > USHORT_MAX ; -#line 3365 - } -#line 3365 - /* update xpp and tp */ -#line 3365 - if (realign) xp = (uint *) *xpp; -#line 3365 - xp += ni; -#line 3365 - tp += ni; -#line 3365 - *xpp = (void*)xp; -#line 3365 - } -#line 3365 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3365 - -#line 3365 -#else /* not SX */ -#line 3365 - const char *xp = (const char *) *xpp; -#line 3365 - int status = NC_NOERR; -#line 3365 - -#line 3365 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3365 - { -#line 3365 - const int lstatus = ncx_get_uint_ushort(xp, tp); -#line 3365 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3365 - status = lstatus; -#line 3365 - } -#line 3365 - -#line 3365 - *xpp = (const void *)xp; -#line 3365 - return status; -#line 3365 -#endif -#line 3365 -} -#line 3365 - -int -#line 3366 -ncx_getn_uint_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3366 -{ -#line 3366 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3366 - -#line 3366 - /* basic algorithm is: -#line 3366 - * - ensure sane alignment of input data -#line 3366 - * - copy (conversion happens automatically) input data -#line 3366 - * to output -#line 3366 - * - update xpp to point at next unconverted input, and tp to point -#line 3366 - * at next location for converted output -#line 3366 - */ -#line 3366 - long i, j, ni; -#line 3366 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3366 - uint *xp; -#line 3366 - int nrange = 0; /* number of range errors */ -#line 3366 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3366 - long cxp = (long) *((char**)xpp); -#line 3366 - -#line 3366 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3366 - /* sjl: manually stripmine so we can limit amount of -#line 3366 - * vector work space reserved to LOOPCNT elements. Also -#line 3366 - * makes vectorisation easy */ -#line 3366 - for (j=0; j= 0 */ -#line 3366 - nrange += xp[i] > ULONGLONG_MAX ; -#line 3366 - } -#line 3366 - /* update xpp and tp */ -#line 3366 - if (realign) xp = (uint *) *xpp; -#line 3366 - xp += ni; -#line 3366 - tp += ni; -#line 3366 - *xpp = (void*)xp; -#line 3366 - } -#line 3366 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3366 - -#line 3366 -#else /* not SX */ -#line 3366 - const char *xp = (const char *) *xpp; -#line 3366 - int status = NC_NOERR; -#line 3366 - -#line 3366 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3366 - { -#line 3366 - const int lstatus = ncx_get_uint_ulonglong(xp, tp); -#line 3366 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3366 - status = lstatus; -#line 3366 - } -#line 3366 - -#line 3366 - *xpp = (const void *)xp; -#line 3366 - return status; -#line 3366 -#endif -#line 3366 -} -#line 3366 - - -#if X_SIZEOF_UINT == SIZEOF_UINT -/* optimized version */ -int -ncx_putn_uint_uint(void **xpp, size_t nelems, const unsigned int *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_UINT); -# else - swapn4b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_UINT); - return NC_NOERR; -} -#else -int -#line 3382 -ncx_putn_uint_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3382 -{ -#line 3382 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3382 - -#line 3382 - /* basic algorithm is: -#line 3382 - * - ensure sane alignment of output data -#line 3382 - * - copy (conversion happens automatically) input data -#line 3382 - * to output -#line 3382 - * - update tp to point at next unconverted input, and xpp to point -#line 3382 - * at next location for converted output -#line 3382 - */ -#line 3382 - long i, j, ni; -#line 3382 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3382 - uint *xp; -#line 3382 - int nrange = 0; /* number of range errors */ -#line 3382 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3382 - long cxp = (long) *((char**)xpp); -#line 3382 - -#line 3382 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3382 - /* sjl: manually stripmine so we can limit amount of -#line 3382 - * vector work space reserved to LOOPCNT elements. Also -#line 3382 - * makes vectorisation easy */ -#line 3382 - for (j=0; j= 0 */ -#line 3382 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3382 - nrange += tp[i] > X_UINT_MAX ; -#line 3382 - } -#line 3382 - /* copy workspace back if necessary */ -#line 3382 - if (realign) { -#line 3382 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3382 - xp = (uint *) *xpp; -#line 3382 - } -#line 3382 - /* update xpp and tp */ -#line 3382 - xp += ni; -#line 3382 - tp += ni; -#line 3382 - *xpp = (void*)xp; -#line 3382 - } -#line 3382 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3382 - -#line 3382 -#else /* not SX */ -#line 3382 - -#line 3382 - char *xp = (char *) *xpp; -#line 3382 - int status = NC_NOERR; -#line 3382 - -#line 3382 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3382 - { -#line 3382 - int lstatus = ncx_put_uint_uint(xp, tp, fillp); -#line 3382 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3382 - status = lstatus; -#line 3382 - } -#line 3382 - -#line 3382 - *xpp = (void *)xp; -#line 3382 - return status; -#line 3382 -#endif -#line 3382 -} -#line 3382 - -#endif -int -#line 3384 -ncx_putn_uint_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3384 -{ -#line 3384 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3384 - -#line 3384 - /* basic algorithm is: -#line 3384 - * - ensure sane alignment of output data -#line 3384 - * - copy (conversion happens automatically) input data -#line 3384 - * to output -#line 3384 - * - update tp to point at next unconverted input, and xpp to point -#line 3384 - * at next location for converted output -#line 3384 - */ -#line 3384 - long i, j, ni; -#line 3384 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3384 - uint *xp; -#line 3384 - int nrange = 0; /* number of range errors */ -#line 3384 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3384 - long cxp = (long) *((char**)xpp); -#line 3384 - -#line 3384 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3384 - /* sjl: manually stripmine so we can limit amount of -#line 3384 - * vector work space reserved to LOOPCNT elements. Also -#line 3384 - * makes vectorisation easy */ -#line 3384 - for (j=0; j= 0 */ -#line 3384 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3384 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3384 - } -#line 3384 - /* copy workspace back if necessary */ -#line 3384 - if (realign) { -#line 3384 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3384 - xp = (uint *) *xpp; -#line 3384 - } -#line 3384 - /* update xpp and tp */ -#line 3384 - xp += ni; -#line 3384 - tp += ni; -#line 3384 - *xpp = (void*)xp; -#line 3384 - } -#line 3384 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3384 - -#line 3384 -#else /* not SX */ -#line 3384 - -#line 3384 - char *xp = (char *) *xpp; -#line 3384 - int status = NC_NOERR; -#line 3384 - -#line 3384 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3384 - { -#line 3384 - int lstatus = ncx_put_uint_schar(xp, tp, fillp); -#line 3384 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3384 - status = lstatus; -#line 3384 - } -#line 3384 - -#line 3384 - *xpp = (void *)xp; -#line 3384 - return status; -#line 3384 -#endif -#line 3384 -} -#line 3384 - -int -#line 3385 -ncx_putn_uint_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3385 -{ -#line 3385 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3385 - -#line 3385 - /* basic algorithm is: -#line 3385 - * - ensure sane alignment of output data -#line 3385 - * - copy (conversion happens automatically) input data -#line 3385 - * to output -#line 3385 - * - update tp to point at next unconverted input, and xpp to point -#line 3385 - * at next location for converted output -#line 3385 - */ -#line 3385 - long i, j, ni; -#line 3385 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3385 - uint *xp; -#line 3385 - int nrange = 0; /* number of range errors */ -#line 3385 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3385 - long cxp = (long) *((char**)xpp); -#line 3385 - -#line 3385 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3385 - /* sjl: manually stripmine so we can limit amount of -#line 3385 - * vector work space reserved to LOOPCNT elements. Also -#line 3385 - * makes vectorisation easy */ -#line 3385 - for (j=0; j= 0 */ -#line 3385 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3385 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3385 - } -#line 3385 - /* copy workspace back if necessary */ -#line 3385 - if (realign) { -#line 3385 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3385 - xp = (uint *) *xpp; -#line 3385 - } -#line 3385 - /* update xpp and tp */ -#line 3385 - xp += ni; -#line 3385 - tp += ni; -#line 3385 - *xpp = (void*)xp; -#line 3385 - } -#line 3385 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3385 - -#line 3385 -#else /* not SX */ -#line 3385 - -#line 3385 - char *xp = (char *) *xpp; -#line 3385 - int status = NC_NOERR; -#line 3385 - -#line 3385 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3385 - { -#line 3385 - int lstatus = ncx_put_uint_short(xp, tp, fillp); -#line 3385 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3385 - status = lstatus; -#line 3385 - } -#line 3385 - -#line 3385 - *xpp = (void *)xp; -#line 3385 - return status; -#line 3385 -#endif -#line 3385 -} -#line 3385 - -int -#line 3386 -ncx_putn_uint_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3386 -{ -#line 3386 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3386 - -#line 3386 - /* basic algorithm is: -#line 3386 - * - ensure sane alignment of output data -#line 3386 - * - copy (conversion happens automatically) input data -#line 3386 - * to output -#line 3386 - * - update tp to point at next unconverted input, and xpp to point -#line 3386 - * at next location for converted output -#line 3386 - */ -#line 3386 - long i, j, ni; -#line 3386 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3386 - uint *xp; -#line 3386 - int nrange = 0; /* number of range errors */ -#line 3386 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3386 - long cxp = (long) *((char**)xpp); -#line 3386 - -#line 3386 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3386 - /* sjl: manually stripmine so we can limit amount of -#line 3386 - * vector work space reserved to LOOPCNT elements. Also -#line 3386 - * makes vectorisation easy */ -#line 3386 - for (j=0; j= 0 */ -#line 3386 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3386 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3386 - } -#line 3386 - /* copy workspace back if necessary */ -#line 3386 - if (realign) { -#line 3386 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3386 - xp = (uint *) *xpp; -#line 3386 - } -#line 3386 - /* update xpp and tp */ -#line 3386 - xp += ni; -#line 3386 - tp += ni; -#line 3386 - *xpp = (void*)xp; -#line 3386 - } -#line 3386 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3386 - -#line 3386 -#else /* not SX */ -#line 3386 - -#line 3386 - char *xp = (char *) *xpp; -#line 3386 - int status = NC_NOERR; -#line 3386 - -#line 3386 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3386 - { -#line 3386 - int lstatus = ncx_put_uint_int(xp, tp, fillp); -#line 3386 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3386 - status = lstatus; -#line 3386 - } -#line 3386 - -#line 3386 - *xpp = (void *)xp; -#line 3386 - return status; -#line 3386 -#endif -#line 3386 -} -#line 3386 - -int -#line 3387 -ncx_putn_uint_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3387 -{ -#line 3387 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3387 - -#line 3387 - /* basic algorithm is: -#line 3387 - * - ensure sane alignment of output data -#line 3387 - * - copy (conversion happens automatically) input data -#line 3387 - * to output -#line 3387 - * - update tp to point at next unconverted input, and xpp to point -#line 3387 - * at next location for converted output -#line 3387 - */ -#line 3387 - long i, j, ni; -#line 3387 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3387 - uint *xp; -#line 3387 - int nrange = 0; /* number of range errors */ -#line 3387 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3387 - long cxp = (long) *((char**)xpp); -#line 3387 - -#line 3387 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3387 - /* sjl: manually stripmine so we can limit amount of -#line 3387 - * vector work space reserved to LOOPCNT elements. Also -#line 3387 - * makes vectorisation easy */ -#line 3387 - for (j=0; j= 0 */ -#line 3387 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3387 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3387 - } -#line 3387 - /* copy workspace back if necessary */ -#line 3387 - if (realign) { -#line 3387 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3387 - xp = (uint *) *xpp; -#line 3387 - } -#line 3387 - /* update xpp and tp */ -#line 3387 - xp += ni; -#line 3387 - tp += ni; -#line 3387 - *xpp = (void*)xp; -#line 3387 - } -#line 3387 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3387 - -#line 3387 -#else /* not SX */ -#line 3387 - -#line 3387 - char *xp = (char *) *xpp; -#line 3387 - int status = NC_NOERR; -#line 3387 - -#line 3387 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3387 - { -#line 3387 - int lstatus = ncx_put_uint_long(xp, tp, fillp); -#line 3387 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3387 - status = lstatus; -#line 3387 - } -#line 3387 - -#line 3387 - *xpp = (void *)xp; -#line 3387 - return status; -#line 3387 -#endif -#line 3387 -} -#line 3387 - -int -#line 3388 -ncx_putn_uint_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3388 -{ -#line 3388 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3388 - -#line 3388 - /* basic algorithm is: -#line 3388 - * - ensure sane alignment of output data -#line 3388 - * - copy (conversion happens automatically) input data -#line 3388 - * to output -#line 3388 - * - update tp to point at next unconverted input, and xpp to point -#line 3388 - * at next location for converted output -#line 3388 - */ -#line 3388 - long i, j, ni; -#line 3388 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3388 - uint *xp; -#line 3388 - int nrange = 0; /* number of range errors */ -#line 3388 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3388 - long cxp = (long) *((char**)xpp); -#line 3388 - -#line 3388 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3388 - /* sjl: manually stripmine so we can limit amount of -#line 3388 - * vector work space reserved to LOOPCNT elements. Also -#line 3388 - * makes vectorisation easy */ -#line 3388 - for (j=0; j= 0 */ -#line 3388 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3388 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3388 - } -#line 3388 - /* copy workspace back if necessary */ -#line 3388 - if (realign) { -#line 3388 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3388 - xp = (uint *) *xpp; -#line 3388 - } -#line 3388 - /* update xpp and tp */ -#line 3388 - xp += ni; -#line 3388 - tp += ni; -#line 3388 - *xpp = (void*)xp; -#line 3388 - } -#line 3388 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3388 - -#line 3388 -#else /* not SX */ -#line 3388 - -#line 3388 - char *xp = (char *) *xpp; -#line 3388 - int status = NC_NOERR; -#line 3388 - -#line 3388 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3388 - { -#line 3388 - int lstatus = ncx_put_uint_float(xp, tp, fillp); -#line 3388 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3388 - status = lstatus; -#line 3388 - } -#line 3388 - -#line 3388 - *xpp = (void *)xp; -#line 3388 - return status; -#line 3388 -#endif -#line 3388 -} -#line 3388 - -int -#line 3389 -ncx_putn_uint_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3389 -{ -#line 3389 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3389 - -#line 3389 - /* basic algorithm is: -#line 3389 - * - ensure sane alignment of output data -#line 3389 - * - copy (conversion happens automatically) input data -#line 3389 - * to output -#line 3389 - * - update tp to point at next unconverted input, and xpp to point -#line 3389 - * at next location for converted output -#line 3389 - */ -#line 3389 - long i, j, ni; -#line 3389 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3389 - uint *xp; -#line 3389 - int nrange = 0; /* number of range errors */ -#line 3389 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3389 - long cxp = (long) *((char**)xpp); -#line 3389 - -#line 3389 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3389 - /* sjl: manually stripmine so we can limit amount of -#line 3389 - * vector work space reserved to LOOPCNT elements. Also -#line 3389 - * makes vectorisation easy */ -#line 3389 - for (j=0; j= 0 */ -#line 3389 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3389 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3389 - } -#line 3389 - /* copy workspace back if necessary */ -#line 3389 - if (realign) { -#line 3389 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3389 - xp = (uint *) *xpp; -#line 3389 - } -#line 3389 - /* update xpp and tp */ -#line 3389 - xp += ni; -#line 3389 - tp += ni; -#line 3389 - *xpp = (void*)xp; -#line 3389 - } -#line 3389 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3389 - -#line 3389 -#else /* not SX */ -#line 3389 - -#line 3389 - char *xp = (char *) *xpp; -#line 3389 - int status = NC_NOERR; -#line 3389 - -#line 3389 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3389 - { -#line 3389 - int lstatus = ncx_put_uint_double(xp, tp, fillp); -#line 3389 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3389 - status = lstatus; -#line 3389 - } -#line 3389 - -#line 3389 - *xpp = (void *)xp; -#line 3389 - return status; -#line 3389 -#endif -#line 3389 -} -#line 3389 - -int -#line 3390 -ncx_putn_uint_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3390 -{ -#line 3390 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3390 - -#line 3390 - /* basic algorithm is: -#line 3390 - * - ensure sane alignment of output data -#line 3390 - * - copy (conversion happens automatically) input data -#line 3390 - * to output -#line 3390 - * - update tp to point at next unconverted input, and xpp to point -#line 3390 - * at next location for converted output -#line 3390 - */ -#line 3390 - long i, j, ni; -#line 3390 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3390 - uint *xp; -#line 3390 - int nrange = 0; /* number of range errors */ -#line 3390 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3390 - long cxp = (long) *((char**)xpp); -#line 3390 - -#line 3390 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3390 - /* sjl: manually stripmine so we can limit amount of -#line 3390 - * vector work space reserved to LOOPCNT elements. Also -#line 3390 - * makes vectorisation easy */ -#line 3390 - for (j=0; j= 0 */ -#line 3390 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3390 - nrange += tp[i] > X_UINT_MAX || tp[i] < 0; -#line 3390 - } -#line 3390 - /* copy workspace back if necessary */ -#line 3390 - if (realign) { -#line 3390 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3390 - xp = (uint *) *xpp; -#line 3390 - } -#line 3390 - /* update xpp and tp */ -#line 3390 - xp += ni; -#line 3390 - tp += ni; -#line 3390 - *xpp = (void*)xp; -#line 3390 - } -#line 3390 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3390 - -#line 3390 -#else /* not SX */ -#line 3390 - -#line 3390 - char *xp = (char *) *xpp; -#line 3390 - int status = NC_NOERR; -#line 3390 - -#line 3390 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3390 - { -#line 3390 - int lstatus = ncx_put_uint_longlong(xp, tp, fillp); -#line 3390 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3390 - status = lstatus; -#line 3390 - } -#line 3390 - -#line 3390 - *xpp = (void *)xp; -#line 3390 - return status; -#line 3390 -#endif -#line 3390 -} -#line 3390 - -int -#line 3391 -ncx_putn_uint_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3391 -{ -#line 3391 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3391 - -#line 3391 - /* basic algorithm is: -#line 3391 - * - ensure sane alignment of output data -#line 3391 - * - copy (conversion happens automatically) input data -#line 3391 - * to output -#line 3391 - * - update tp to point at next unconverted input, and xpp to point -#line 3391 - * at next location for converted output -#line 3391 - */ -#line 3391 - long i, j, ni; -#line 3391 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3391 - uint *xp; -#line 3391 - int nrange = 0; /* number of range errors */ -#line 3391 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3391 - long cxp = (long) *((char**)xpp); -#line 3391 - -#line 3391 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3391 - /* sjl: manually stripmine so we can limit amount of -#line 3391 - * vector work space reserved to LOOPCNT elements. Also -#line 3391 - * makes vectorisation easy */ -#line 3391 - for (j=0; j= 0 */ -#line 3391 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3391 - nrange += tp[i] > X_UINT_MAX ; -#line 3391 - } -#line 3391 - /* copy workspace back if necessary */ -#line 3391 - if (realign) { -#line 3391 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3391 - xp = (uint *) *xpp; -#line 3391 - } -#line 3391 - /* update xpp and tp */ -#line 3391 - xp += ni; -#line 3391 - tp += ni; -#line 3391 - *xpp = (void*)xp; -#line 3391 - } -#line 3391 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3391 - -#line 3391 -#else /* not SX */ -#line 3391 - -#line 3391 - char *xp = (char *) *xpp; -#line 3391 - int status = NC_NOERR; -#line 3391 - -#line 3391 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3391 - { -#line 3391 - int lstatus = ncx_put_uint_uchar(xp, tp, fillp); -#line 3391 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3391 - status = lstatus; -#line 3391 - } -#line 3391 - -#line 3391 - *xpp = (void *)xp; -#line 3391 - return status; -#line 3391 -#endif -#line 3391 -} -#line 3391 - -int -#line 3392 -ncx_putn_uint_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3392 -{ -#line 3392 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3392 - -#line 3392 - /* basic algorithm is: -#line 3392 - * - ensure sane alignment of output data -#line 3392 - * - copy (conversion happens automatically) input data -#line 3392 - * to output -#line 3392 - * - update tp to point at next unconverted input, and xpp to point -#line 3392 - * at next location for converted output -#line 3392 - */ -#line 3392 - long i, j, ni; -#line 3392 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3392 - uint *xp; -#line 3392 - int nrange = 0; /* number of range errors */ -#line 3392 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3392 - long cxp = (long) *((char**)xpp); -#line 3392 - -#line 3392 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3392 - /* sjl: manually stripmine so we can limit amount of -#line 3392 - * vector work space reserved to LOOPCNT elements. Also -#line 3392 - * makes vectorisation easy */ -#line 3392 - for (j=0; j= 0 */ -#line 3392 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3392 - nrange += tp[i] > X_UINT_MAX ; -#line 3392 - } -#line 3392 - /* copy workspace back if necessary */ -#line 3392 - if (realign) { -#line 3392 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3392 - xp = (uint *) *xpp; -#line 3392 - } -#line 3392 - /* update xpp and tp */ -#line 3392 - xp += ni; -#line 3392 - tp += ni; -#line 3392 - *xpp = (void*)xp; -#line 3392 - } -#line 3392 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3392 - -#line 3392 -#else /* not SX */ -#line 3392 - -#line 3392 - char *xp = (char *) *xpp; -#line 3392 - int status = NC_NOERR; -#line 3392 - -#line 3392 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3392 - { -#line 3392 - int lstatus = ncx_put_uint_ushort(xp, tp, fillp); -#line 3392 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3392 - status = lstatus; -#line 3392 - } -#line 3392 - -#line 3392 - *xpp = (void *)xp; -#line 3392 - return status; -#line 3392 -#endif -#line 3392 -} -#line 3392 - -int -#line 3393 -ncx_putn_uint_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3393 -{ -#line 3393 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT == SIZEOF_UINT -#line 3393 - -#line 3393 - /* basic algorithm is: -#line 3393 - * - ensure sane alignment of output data -#line 3393 - * - copy (conversion happens automatically) input data -#line 3393 - * to output -#line 3393 - * - update tp to point at next unconverted input, and xpp to point -#line 3393 - * at next location for converted output -#line 3393 - */ -#line 3393 - long i, j, ni; -#line 3393 - uint tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3393 - uint *xp; -#line 3393 - int nrange = 0; /* number of range errors */ -#line 3393 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3393 - long cxp = (long) *((char**)xpp); -#line 3393 - -#line 3393 - realign = (cxp & 7) % SIZEOF_UINT; -#line 3393 - /* sjl: manually stripmine so we can limit amount of -#line 3393 - * vector work space reserved to LOOPCNT elements. Also -#line 3393 - * makes vectorisation easy */ -#line 3393 - for (j=0; j= 0 */ -#line 3393 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3393 - nrange += tp[i] > X_UINT_MAX ; -#line 3393 - } -#line 3393 - /* copy workspace back if necessary */ -#line 3393 - if (realign) { -#line 3393 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT); -#line 3393 - xp = (uint *) *xpp; -#line 3393 - } -#line 3393 - /* update xpp and tp */ -#line 3393 - xp += ni; -#line 3393 - tp += ni; -#line 3393 - *xpp = (void*)xp; -#line 3393 - } -#line 3393 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3393 - -#line 3393 -#else /* not SX */ -#line 3393 - -#line 3393 - char *xp = (char *) *xpp; -#line 3393 - int status = NC_NOERR; -#line 3393 - -#line 3393 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT, tp++) -#line 3393 - { -#line 3393 - int lstatus = ncx_put_uint_ulonglong(xp, tp, fillp); -#line 3393 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3393 - status = lstatus; -#line 3393 - } -#line 3393 - -#line 3393 - *xpp = (void *)xp; -#line 3393 - return status; -#line 3393 -#endif -#line 3393 -} -#line 3393 - - - -/* float ---------------------------------------------------------------------*/ - -#if X_SIZEOF_FLOAT == SIZEOF_FLOAT && !defined(NO_IEEE_FLOAT) -/* optimized version */ -int -ncx_getn_float_float(const void **xpp, size_t nelems, float *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_FLOAT); -# else - swapn4b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_FLOAT); - return NC_NOERR; -} -#elif defined(vax) && vax != 0 -int -ncx_getn_float_float(const void **xpp, size_t nfloats, float *ip) -{ - float *const end = ip + nfloats; - - while (ip < end) - { - struct vax_single *const vsp = (struct vax_single *) ip; -#line 3419 - const struct ieee_single *const isp = -#line 3419 - (const struct ieee_single *) (*xpp); -#line 3419 - unsigned exp = isp->exp_hi << 1 | isp->exp_lo; -#line 3419 - -#line 3419 - switch(exp) { -#line 3419 - case 0 : -#line 3419 - /* ieee subnormal */ -#line 3419 - if (isp->mant_hi == min.ieee.mant_hi -#line 3419 - && isp->mant_lo_hi == min.ieee.mant_lo_hi -#line 3419 - && isp->mant_lo_lo == min.ieee.mant_lo_lo) -#line 3419 - { -#line 3419 - *vsp = min.s; -#line 3419 - } -#line 3419 - else -#line 3419 - { -#line 3419 - unsigned mantissa = (isp->mant_hi << 16) -#line 3419 - | isp->mant_lo_hi << 8 -#line 3419 - | isp->mant_lo_lo; -#line 3419 - unsigned tmp = mantissa >> 20; -#line 3419 - if (tmp >= 4) { -#line 3419 - vsp->exp = 2; -#line 3419 - } else if (tmp >= 2) { -#line 3419 - vsp->exp = 1; -#line 3419 - } else { -#line 3419 - *vsp = min.s; -#line 3419 - break; -#line 3419 - } /* else */ -#line 3419 - tmp = mantissa - (1 << (20 + vsp->exp )); -#line 3419 - tmp <<= 3 - vsp->exp; -#line 3419 - vsp->mantissa2 = tmp; -#line 3419 - vsp->mantissa1 = (tmp >> 16); -#line 3419 - } -#line 3419 - break; -#line 3419 - case 0xfe : -#line 3419 - case 0xff : -#line 3419 - *vsp = max.s; -#line 3419 - break; -#line 3419 - default : -#line 3419 - vsp->exp = exp - IEEE_SNG_BIAS + VAX_SNG_BIAS; -#line 3419 - vsp->mantissa2 = isp->mant_lo_hi << 8 | isp->mant_lo_lo; -#line 3419 - vsp->mantissa1 = isp->mant_hi; -#line 3419 - } -#line 3419 - -#line 3419 - vsp->sign = isp->sign; -#line 3419 - - - ip++; - *xpp = (char *)(*xpp) + X_SIZEOF_FLOAT; - } - return NC_NOERR; -} -#else -int -ncx_getn_float_float(const void **xpp, size_t nelems, float *tp) -{ - const char *xp = *xpp; - int status = NC_NOERR; - - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) - { - const int lstatus = ncx_get_float_float(xp, tp, fillp); - if (status == NC_NOERR) /* report the first encountered error */ - status = lstatus; - } - - *xpp = (const void *)xp; - return status; -} - -#endif -int -#line 3445 -ncx_getn_float_schar(const void **xpp, size_t nelems, schar *tp) -#line 3445 -{ -#line 3445 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3445 - -#line 3445 - /* basic algorithm is: -#line 3445 - * - ensure sane alignment of input data -#line 3445 - * - copy (conversion happens automatically) input data -#line 3445 - * to output -#line 3445 - * - update xpp to point at next unconverted input, and tp to point -#line 3445 - * at next location for converted output -#line 3445 - */ -#line 3445 - long i, j, ni; -#line 3445 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3445 - float *xp; -#line 3445 - int nrange = 0; /* number of range errors */ -#line 3445 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3445 - long cxp = (long) *((char**)xpp); -#line 3445 - -#line 3445 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3445 - /* sjl: manually stripmine so we can limit amount of -#line 3445 - * vector work space reserved to LOOPCNT elements. Also -#line 3445 - * makes vectorisation easy */ -#line 3445 - for (j=0; j= 0 */ -#line 3445 - nrange += xp[i] > SCHAR_MAX || xp[i] < SCHAR_MIN; -#line 3445 - } -#line 3445 - /* update xpp and tp */ -#line 3445 - if (realign) xp = (float *) *xpp; -#line 3445 - xp += ni; -#line 3445 - tp += ni; -#line 3445 - *xpp = (void*)xp; -#line 3445 - } -#line 3445 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3445 - -#line 3445 -#else /* not SX */ -#line 3445 - const char *xp = (const char *) *xpp; -#line 3445 - int status = NC_NOERR; -#line 3445 - -#line 3445 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3445 - { -#line 3445 - const int lstatus = ncx_get_float_schar(xp, tp); -#line 3445 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3445 - status = lstatus; -#line 3445 - } -#line 3445 - -#line 3445 - *xpp = (const void *)xp; -#line 3445 - return status; -#line 3445 -#endif -#line 3445 -} -#line 3445 - -int -#line 3446 -ncx_getn_float_short(const void **xpp, size_t nelems, short *tp) -#line 3446 -{ -#line 3446 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3446 - -#line 3446 - /* basic algorithm is: -#line 3446 - * - ensure sane alignment of input data -#line 3446 - * - copy (conversion happens automatically) input data -#line 3446 - * to output -#line 3446 - * - update xpp to point at next unconverted input, and tp to point -#line 3446 - * at next location for converted output -#line 3446 - */ -#line 3446 - long i, j, ni; -#line 3446 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3446 - float *xp; -#line 3446 - int nrange = 0; /* number of range errors */ -#line 3446 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3446 - long cxp = (long) *((char**)xpp); -#line 3446 - -#line 3446 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3446 - /* sjl: manually stripmine so we can limit amount of -#line 3446 - * vector work space reserved to LOOPCNT elements. Also -#line 3446 - * makes vectorisation easy */ -#line 3446 - for (j=0; j= 0 */ -#line 3446 - nrange += xp[i] > SHORT_MAX || xp[i] < SHORT_MIN; -#line 3446 - } -#line 3446 - /* update xpp and tp */ -#line 3446 - if (realign) xp = (float *) *xpp; -#line 3446 - xp += ni; -#line 3446 - tp += ni; -#line 3446 - *xpp = (void*)xp; -#line 3446 - } -#line 3446 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3446 - -#line 3446 -#else /* not SX */ -#line 3446 - const char *xp = (const char *) *xpp; -#line 3446 - int status = NC_NOERR; -#line 3446 - -#line 3446 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3446 - { -#line 3446 - const int lstatus = ncx_get_float_short(xp, tp); -#line 3446 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3446 - status = lstatus; -#line 3446 - } -#line 3446 - -#line 3446 - *xpp = (const void *)xp; -#line 3446 - return status; -#line 3446 -#endif -#line 3446 -} -#line 3446 - -int -#line 3447 -ncx_getn_float_int(const void **xpp, size_t nelems, int *tp) -#line 3447 -{ -#line 3447 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3447 - -#line 3447 - /* basic algorithm is: -#line 3447 - * - ensure sane alignment of input data -#line 3447 - * - copy (conversion happens automatically) input data -#line 3447 - * to output -#line 3447 - * - update xpp to point at next unconverted input, and tp to point -#line 3447 - * at next location for converted output -#line 3447 - */ -#line 3447 - long i, j, ni; -#line 3447 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3447 - float *xp; -#line 3447 - int nrange = 0; /* number of range errors */ -#line 3447 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3447 - long cxp = (long) *((char**)xpp); -#line 3447 - -#line 3447 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3447 - /* sjl: manually stripmine so we can limit amount of -#line 3447 - * vector work space reserved to LOOPCNT elements. Also -#line 3447 - * makes vectorisation easy */ -#line 3447 - for (j=0; j= 0 */ -#line 3447 - nrange += xp[i] > INT_MAX || xp[i] < INT_MIN; -#line 3447 - } -#line 3447 - /* update xpp and tp */ -#line 3447 - if (realign) xp = (float *) *xpp; -#line 3447 - xp += ni; -#line 3447 - tp += ni; -#line 3447 - *xpp = (void*)xp; -#line 3447 - } -#line 3447 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3447 - -#line 3447 -#else /* not SX */ -#line 3447 - const char *xp = (const char *) *xpp; -#line 3447 - int status = NC_NOERR; -#line 3447 - -#line 3447 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3447 - { -#line 3447 - const int lstatus = ncx_get_float_int(xp, tp); -#line 3447 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3447 - status = lstatus; -#line 3447 - } -#line 3447 - -#line 3447 - *xpp = (const void *)xp; -#line 3447 - return status; -#line 3447 -#endif -#line 3447 -} -#line 3447 - -int -#line 3448 -ncx_getn_float_long(const void **xpp, size_t nelems, long *tp) -#line 3448 -{ -#line 3448 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3448 - -#line 3448 - /* basic algorithm is: -#line 3448 - * - ensure sane alignment of input data -#line 3448 - * - copy (conversion happens automatically) input data -#line 3448 - * to output -#line 3448 - * - update xpp to point at next unconverted input, and tp to point -#line 3448 - * at next location for converted output -#line 3448 - */ -#line 3448 - long i, j, ni; -#line 3448 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3448 - float *xp; -#line 3448 - int nrange = 0; /* number of range errors */ -#line 3448 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3448 - long cxp = (long) *((char**)xpp); -#line 3448 - -#line 3448 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3448 - /* sjl: manually stripmine so we can limit amount of -#line 3448 - * vector work space reserved to LOOPCNT elements. Also -#line 3448 - * makes vectorisation easy */ -#line 3448 - for (j=0; j= 0 */ -#line 3448 - nrange += xp[i] > LONG_MAX || xp[i] < LONG_MIN; -#line 3448 - } -#line 3448 - /* update xpp and tp */ -#line 3448 - if (realign) xp = (float *) *xpp; -#line 3448 - xp += ni; -#line 3448 - tp += ni; -#line 3448 - *xpp = (void*)xp; -#line 3448 - } -#line 3448 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3448 - -#line 3448 -#else /* not SX */ -#line 3448 - const char *xp = (const char *) *xpp; -#line 3448 - int status = NC_NOERR; -#line 3448 - -#line 3448 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3448 - { -#line 3448 - const int lstatus = ncx_get_float_long(xp, tp); -#line 3448 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3448 - status = lstatus; -#line 3448 - } -#line 3448 - -#line 3448 - *xpp = (const void *)xp; -#line 3448 - return status; -#line 3448 -#endif -#line 3448 -} -#line 3448 - -int -#line 3449 -ncx_getn_float_double(const void **xpp, size_t nelems, double *tp) -#line 3449 -{ -#line 3449 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3449 - -#line 3449 - /* basic algorithm is: -#line 3449 - * - ensure sane alignment of input data -#line 3449 - * - copy (conversion happens automatically) input data -#line 3449 - * to output -#line 3449 - * - update xpp to point at next unconverted input, and tp to point -#line 3449 - * at next location for converted output -#line 3449 - */ -#line 3449 - long i, j, ni; -#line 3449 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3449 - float *xp; -#line 3449 - int nrange = 0; /* number of range errors */ -#line 3449 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3449 - long cxp = (long) *((char**)xpp); -#line 3449 - -#line 3449 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3449 - /* sjl: manually stripmine so we can limit amount of -#line 3449 - * vector work space reserved to LOOPCNT elements. Also -#line 3449 - * makes vectorisation easy */ -#line 3449 - for (j=0; j= 0 */ -#line 3449 - nrange += xp[i] > DOUBLE_MAX || xp[i] < DOUBLE_MIN; -#line 3449 - } -#line 3449 - /* update xpp and tp */ -#line 3449 - if (realign) xp = (float *) *xpp; -#line 3449 - xp += ni; -#line 3449 - tp += ni; -#line 3449 - *xpp = (void*)xp; -#line 3449 - } -#line 3449 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3449 - -#line 3449 -#else /* not SX */ -#line 3449 - const char *xp = (const char *) *xpp; -#line 3449 - int status = NC_NOERR; -#line 3449 - -#line 3449 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3449 - { -#line 3449 - const int lstatus = ncx_get_float_double(xp, tp); -#line 3449 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3449 - status = lstatus; -#line 3449 - } -#line 3449 - -#line 3449 - *xpp = (const void *)xp; -#line 3449 - return status; -#line 3449 -#endif -#line 3449 -} -#line 3449 - -int -#line 3450 -ncx_getn_float_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3450 -{ -#line 3450 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3450 - -#line 3450 - /* basic algorithm is: -#line 3450 - * - ensure sane alignment of input data -#line 3450 - * - copy (conversion happens automatically) input data -#line 3450 - * to output -#line 3450 - * - update xpp to point at next unconverted input, and tp to point -#line 3450 - * at next location for converted output -#line 3450 - */ -#line 3450 - long i, j, ni; -#line 3450 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3450 - float *xp; -#line 3450 - int nrange = 0; /* number of range errors */ -#line 3450 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3450 - long cxp = (long) *((char**)xpp); -#line 3450 - -#line 3450 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3450 - /* sjl: manually stripmine so we can limit amount of -#line 3450 - * vector work space reserved to LOOPCNT elements. Also -#line 3450 - * makes vectorisation easy */ -#line 3450 - for (j=0; j= 0 */ -#line 3450 - nrange += xp[i] > LONGLONG_MAX || xp[i] < LONGLONG_MIN; -#line 3450 - } -#line 3450 - /* update xpp and tp */ -#line 3450 - if (realign) xp = (float *) *xpp; -#line 3450 - xp += ni; -#line 3450 - tp += ni; -#line 3450 - *xpp = (void*)xp; -#line 3450 - } -#line 3450 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3450 - -#line 3450 -#else /* not SX */ -#line 3450 - const char *xp = (const char *) *xpp; -#line 3450 - int status = NC_NOERR; -#line 3450 - -#line 3450 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3450 - { -#line 3450 - const int lstatus = ncx_get_float_longlong(xp, tp); -#line 3450 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3450 - status = lstatus; -#line 3450 - } -#line 3450 - -#line 3450 - *xpp = (const void *)xp; -#line 3450 - return status; -#line 3450 -#endif -#line 3450 -} -#line 3450 - -int -#line 3451 -ncx_getn_float_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3451 -{ -#line 3451 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3451 - -#line 3451 - /* basic algorithm is: -#line 3451 - * - ensure sane alignment of input data -#line 3451 - * - copy (conversion happens automatically) input data -#line 3451 - * to output -#line 3451 - * - update xpp to point at next unconverted input, and tp to point -#line 3451 - * at next location for converted output -#line 3451 - */ -#line 3451 - long i, j, ni; -#line 3451 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3451 - float *xp; -#line 3451 - int nrange = 0; /* number of range errors */ -#line 3451 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3451 - long cxp = (long) *((char**)xpp); -#line 3451 - -#line 3451 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3451 - /* sjl: manually stripmine so we can limit amount of -#line 3451 - * vector work space reserved to LOOPCNT elements. Also -#line 3451 - * makes vectorisation easy */ -#line 3451 - for (j=0; j= 0 */ -#line 3451 - nrange += xp[i] > USHORT_MAX || xp[i] < 0; -#line 3451 - } -#line 3451 - /* update xpp and tp */ -#line 3451 - if (realign) xp = (float *) *xpp; -#line 3451 - xp += ni; -#line 3451 - tp += ni; -#line 3451 - *xpp = (void*)xp; -#line 3451 - } -#line 3451 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3451 - -#line 3451 -#else /* not SX */ -#line 3451 - const char *xp = (const char *) *xpp; -#line 3451 - int status = NC_NOERR; -#line 3451 - -#line 3451 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3451 - { -#line 3451 - const int lstatus = ncx_get_float_ushort(xp, tp); -#line 3451 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3451 - status = lstatus; -#line 3451 - } -#line 3451 - -#line 3451 - *xpp = (const void *)xp; -#line 3451 - return status; -#line 3451 -#endif -#line 3451 -} -#line 3451 - -int -#line 3452 -ncx_getn_float_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3452 -{ -#line 3452 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3452 - -#line 3452 - /* basic algorithm is: -#line 3452 - * - ensure sane alignment of input data -#line 3452 - * - copy (conversion happens automatically) input data -#line 3452 - * to output -#line 3452 - * - update xpp to point at next unconverted input, and tp to point -#line 3452 - * at next location for converted output -#line 3452 - */ -#line 3452 - long i, j, ni; -#line 3452 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3452 - float *xp; -#line 3452 - int nrange = 0; /* number of range errors */ -#line 3452 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3452 - long cxp = (long) *((char**)xpp); -#line 3452 - -#line 3452 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3452 - /* sjl: manually stripmine so we can limit amount of -#line 3452 - * vector work space reserved to LOOPCNT elements. Also -#line 3452 - * makes vectorisation easy */ -#line 3452 - for (j=0; j= 0 */ -#line 3452 - nrange += xp[i] > UCHAR_MAX || xp[i] < 0; -#line 3452 - } -#line 3452 - /* update xpp and tp */ -#line 3452 - if (realign) xp = (float *) *xpp; -#line 3452 - xp += ni; -#line 3452 - tp += ni; -#line 3452 - *xpp = (void*)xp; -#line 3452 - } -#line 3452 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3452 - -#line 3452 -#else /* not SX */ -#line 3452 - const char *xp = (const char *) *xpp; -#line 3452 - int status = NC_NOERR; -#line 3452 - -#line 3452 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3452 - { -#line 3452 - const int lstatus = ncx_get_float_uchar(xp, tp); -#line 3452 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3452 - status = lstatus; -#line 3452 - } -#line 3452 - -#line 3452 - *xpp = (const void *)xp; -#line 3452 - return status; -#line 3452 -#endif -#line 3452 -} -#line 3452 - -int -#line 3453 -ncx_getn_float_uint(const void **xpp, size_t nelems, uint *tp) -#line 3453 -{ -#line 3453 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3453 - -#line 3453 - /* basic algorithm is: -#line 3453 - * - ensure sane alignment of input data -#line 3453 - * - copy (conversion happens automatically) input data -#line 3453 - * to output -#line 3453 - * - update xpp to point at next unconverted input, and tp to point -#line 3453 - * at next location for converted output -#line 3453 - */ -#line 3453 - long i, j, ni; -#line 3453 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3453 - float *xp; -#line 3453 - int nrange = 0; /* number of range errors */ -#line 3453 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3453 - long cxp = (long) *((char**)xpp); -#line 3453 - -#line 3453 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3453 - /* sjl: manually stripmine so we can limit amount of -#line 3453 - * vector work space reserved to LOOPCNT elements. Also -#line 3453 - * makes vectorisation easy */ -#line 3453 - for (j=0; j= 0 */ -#line 3453 - nrange += xp[i] > UINT_MAX || xp[i] < 0; -#line 3453 - } -#line 3453 - /* update xpp and tp */ -#line 3453 - if (realign) xp = (float *) *xpp; -#line 3453 - xp += ni; -#line 3453 - tp += ni; -#line 3453 - *xpp = (void*)xp; -#line 3453 - } -#line 3453 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3453 - -#line 3453 -#else /* not SX */ -#line 3453 - const char *xp = (const char *) *xpp; -#line 3453 - int status = NC_NOERR; -#line 3453 - -#line 3453 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3453 - { -#line 3453 - const int lstatus = ncx_get_float_uint(xp, tp); -#line 3453 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3453 - status = lstatus; -#line 3453 - } -#line 3453 - -#line 3453 - *xpp = (const void *)xp; -#line 3453 - return status; -#line 3453 -#endif -#line 3453 -} -#line 3453 - -int -#line 3454 -ncx_getn_float_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3454 -{ -#line 3454 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3454 - -#line 3454 - /* basic algorithm is: -#line 3454 - * - ensure sane alignment of input data -#line 3454 - * - copy (conversion happens automatically) input data -#line 3454 - * to output -#line 3454 - * - update xpp to point at next unconverted input, and tp to point -#line 3454 - * at next location for converted output -#line 3454 - */ -#line 3454 - long i, j, ni; -#line 3454 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3454 - float *xp; -#line 3454 - int nrange = 0; /* number of range errors */ -#line 3454 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3454 - long cxp = (long) *((char**)xpp); -#line 3454 - -#line 3454 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3454 - /* sjl: manually stripmine so we can limit amount of -#line 3454 - * vector work space reserved to LOOPCNT elements. Also -#line 3454 - * makes vectorisation easy */ -#line 3454 - for (j=0; j= 0 */ -#line 3454 - nrange += xp[i] > ULONGLONG_MAX || xp[i] < 0; -#line 3454 - } -#line 3454 - /* update xpp and tp */ -#line 3454 - if (realign) xp = (float *) *xpp; -#line 3454 - xp += ni; -#line 3454 - tp += ni; -#line 3454 - *xpp = (void*)xp; -#line 3454 - } -#line 3454 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3454 - -#line 3454 -#else /* not SX */ -#line 3454 - const char *xp = (const char *) *xpp; -#line 3454 - int status = NC_NOERR; -#line 3454 - -#line 3454 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3454 - { -#line 3454 - const int lstatus = ncx_get_float_ulonglong(xp, tp); -#line 3454 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3454 - status = lstatus; -#line 3454 - } -#line 3454 - -#line 3454 - *xpp = (const void *)xp; -#line 3454 - return status; -#line 3454 -#endif -#line 3454 -} -#line 3454 - - -int -ncx_putn_float_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#if X_SIZEOF_FLOAT == SIZEOF_FLOAT && !defined(NO_IEEE_FLOAT) -/* optimized version */ -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_FLOAT); -# else - swapn4b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_FLOAT); - return NC_NOERR; -} -#elif defined(vax) && vax != 0 -{ - const float *const end = tp + nelems; - - while (tp < end) { - const struct vax_single *const vsp = -#line 3474 - (const struct vax_single *)ip; -#line 3474 - struct ieee_single *const isp = (struct ieee_single *) (*xpp); -#line 3474 - -#line 3474 - switch(vsp->exp){ -#line 3474 - case 0 : -#line 3474 - /* all vax float with zero exponent map to zero */ -#line 3474 - *isp = min.ieee; -#line 3474 - break; -#line 3474 - case 2 : -#line 3474 - case 1 : -#line 3474 - { -#line 3474 - /* These will map to subnormals */ -#line 3474 - unsigned mantissa = (vsp->mantissa1 << 16) -#line 3474 - | vsp->mantissa2; -#line 3474 - mantissa >>= 3 - vsp->exp; -#line 3474 - mantissa += (1 << (20 + vsp->exp)); -#line 3474 - isp->mant_lo_lo = mantissa; -#line 3474 - isp->mant_lo_hi = mantissa >> 8; -#line 3474 - isp->mant_hi = mantissa >> 16; -#line 3474 - isp->exp_lo = 0; -#line 3474 - isp->exp_hi = 0; -#line 3474 - } -#line 3474 - break; -#line 3474 - case 0xff : /* max.s.exp */ -#line 3474 - if (vsp->mantissa2 == max.s.mantissa2 && -#line 3474 - vsp->mantissa1 == max.s.mantissa1) -#line 3474 - { -#line 3474 - /* map largest vax float to ieee infinity */ -#line 3474 - *isp = max.ieee; -#line 3474 - break; -#line 3474 - } /* else, fall thru */ -#line 3474 - default : -#line 3474 - { -#line 3474 - unsigned exp = vsp->exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; -#line 3474 - isp->exp_hi = exp >> 1; -#line 3474 - isp->exp_lo = exp; -#line 3474 - isp->mant_lo_lo = vsp->mantissa2; -#line 3474 - isp->mant_lo_hi = vsp->mantissa2 >> 8; -#line 3474 - isp->mant_hi = vsp->mantissa1; -#line 3474 - } -#line 3474 - } -#line 3474 - -#line 3474 - isp->sign = vsp->sign; -#line 3474 - - tp++; - *xpp = (char *)(*xpp) + X_SIZEOF_FLOAT; - } - return NC_NOERR; -} -#else -{ - char *xp = *xpp; - int status = NC_NOERR; - - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) { - int lstatus = ncx_put_float_float(xp, tp, fillp); - if (status == NC_NOERR) /* report the first encountered error */ - status = lstatus; - } - - *xpp = (void *)xp; - return status; -} -#endif -int -#line 3495 -ncx_putn_float_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3495 -{ -#line 3495 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3495 - -#line 3495 - /* basic algorithm is: -#line 3495 - * - ensure sane alignment of output data -#line 3495 - * - copy (conversion happens automatically) input data -#line 3495 - * to output -#line 3495 - * - update tp to point at next unconverted input, and xpp to point -#line 3495 - * at next location for converted output -#line 3495 - */ -#line 3495 - long i, j, ni; -#line 3495 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3495 - float *xp; -#line 3495 - int nrange = 0; /* number of range errors */ -#line 3495 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3495 - long cxp = (long) *((char**)xpp); -#line 3495 - -#line 3495 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3495 - /* sjl: manually stripmine so we can limit amount of -#line 3495 - * vector work space reserved to LOOPCNT elements. Also -#line 3495 - * makes vectorisation easy */ -#line 3495 - for (j=0; j= 0 */ -#line 3495 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3495 - nrange += tp[i] > X_FLOAT_MAX || tp[i] < X_FLOAT_MIN; -#line 3495 - } -#line 3495 - /* copy workspace back if necessary */ -#line 3495 - if (realign) { -#line 3495 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3495 - xp = (float *) *xpp; -#line 3495 - } -#line 3495 - /* update xpp and tp */ -#line 3495 - xp += ni; -#line 3495 - tp += ni; -#line 3495 - *xpp = (void*)xp; -#line 3495 - } -#line 3495 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3495 - -#line 3495 -#else /* not SX */ -#line 3495 - -#line 3495 - char *xp = (char *) *xpp; -#line 3495 - int status = NC_NOERR; -#line 3495 - -#line 3495 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3495 - { -#line 3495 - int lstatus = ncx_put_float_schar(xp, tp, fillp); -#line 3495 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3495 - status = lstatus; -#line 3495 - } -#line 3495 - -#line 3495 - *xpp = (void *)xp; -#line 3495 - return status; -#line 3495 -#endif -#line 3495 -} -#line 3495 - -int -#line 3496 -ncx_putn_float_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3496 -{ -#line 3496 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3496 - -#line 3496 - /* basic algorithm is: -#line 3496 - * - ensure sane alignment of output data -#line 3496 - * - copy (conversion happens automatically) input data -#line 3496 - * to output -#line 3496 - * - update tp to point at next unconverted input, and xpp to point -#line 3496 - * at next location for converted output -#line 3496 - */ -#line 3496 - long i, j, ni; -#line 3496 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3496 - float *xp; -#line 3496 - int nrange = 0; /* number of range errors */ -#line 3496 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3496 - long cxp = (long) *((char**)xpp); -#line 3496 - -#line 3496 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3496 - /* sjl: manually stripmine so we can limit amount of -#line 3496 - * vector work space reserved to LOOPCNT elements. Also -#line 3496 - * makes vectorisation easy */ -#line 3496 - for (j=0; j= 0 */ -#line 3496 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3496 - nrange += tp[i] > X_FLOAT_MAX || tp[i] < X_FLOAT_MIN; -#line 3496 - } -#line 3496 - /* copy workspace back if necessary */ -#line 3496 - if (realign) { -#line 3496 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3496 - xp = (float *) *xpp; -#line 3496 - } -#line 3496 - /* update xpp and tp */ -#line 3496 - xp += ni; -#line 3496 - tp += ni; -#line 3496 - *xpp = (void*)xp; -#line 3496 - } -#line 3496 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3496 - -#line 3496 -#else /* not SX */ -#line 3496 - -#line 3496 - char *xp = (char *) *xpp; -#line 3496 - int status = NC_NOERR; -#line 3496 - -#line 3496 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3496 - { -#line 3496 - int lstatus = ncx_put_float_short(xp, tp, fillp); -#line 3496 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3496 - status = lstatus; -#line 3496 - } -#line 3496 - -#line 3496 - *xpp = (void *)xp; -#line 3496 - return status; -#line 3496 -#endif -#line 3496 -} -#line 3496 - -int -#line 3497 -ncx_putn_float_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3497 -{ -#line 3497 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3497 - -#line 3497 - /* basic algorithm is: -#line 3497 - * - ensure sane alignment of output data -#line 3497 - * - copy (conversion happens automatically) input data -#line 3497 - * to output -#line 3497 - * - update tp to point at next unconverted input, and xpp to point -#line 3497 - * at next location for converted output -#line 3497 - */ -#line 3497 - long i, j, ni; -#line 3497 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3497 - float *xp; -#line 3497 - int nrange = 0; /* number of range errors */ -#line 3497 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3497 - long cxp = (long) *((char**)xpp); -#line 3497 - -#line 3497 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3497 - /* sjl: manually stripmine so we can limit amount of -#line 3497 - * vector work space reserved to LOOPCNT elements. Also -#line 3497 - * makes vectorisation easy */ -#line 3497 - for (j=0; j= 0 */ -#line 3497 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3497 - nrange += tp[i] > X_FLOAT_MAX || tp[i] < X_FLOAT_MIN; -#line 3497 - } -#line 3497 - /* copy workspace back if necessary */ -#line 3497 - if (realign) { -#line 3497 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3497 - xp = (float *) *xpp; -#line 3497 - } -#line 3497 - /* update xpp and tp */ -#line 3497 - xp += ni; -#line 3497 - tp += ni; -#line 3497 - *xpp = (void*)xp; -#line 3497 - } -#line 3497 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3497 - -#line 3497 -#else /* not SX */ -#line 3497 - -#line 3497 - char *xp = (char *) *xpp; -#line 3497 - int status = NC_NOERR; -#line 3497 - -#line 3497 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3497 - { -#line 3497 - int lstatus = ncx_put_float_int(xp, tp, fillp); -#line 3497 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3497 - status = lstatus; -#line 3497 - } -#line 3497 - -#line 3497 - *xpp = (void *)xp; -#line 3497 - return status; -#line 3497 -#endif -#line 3497 -} -#line 3497 - -int -#line 3498 -ncx_putn_float_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3498 -{ -#line 3498 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3498 - -#line 3498 - /* basic algorithm is: -#line 3498 - * - ensure sane alignment of output data -#line 3498 - * - copy (conversion happens automatically) input data -#line 3498 - * to output -#line 3498 - * - update tp to point at next unconverted input, and xpp to point -#line 3498 - * at next location for converted output -#line 3498 - */ -#line 3498 - long i, j, ni; -#line 3498 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3498 - float *xp; -#line 3498 - int nrange = 0; /* number of range errors */ -#line 3498 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3498 - long cxp = (long) *((char**)xpp); -#line 3498 - -#line 3498 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3498 - /* sjl: manually stripmine so we can limit amount of -#line 3498 - * vector work space reserved to LOOPCNT elements. Also -#line 3498 - * makes vectorisation easy */ -#line 3498 - for (j=0; j= 0 */ -#line 3498 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3498 - nrange += tp[i] > X_FLOAT_MAX || tp[i] < X_FLOAT_MIN; -#line 3498 - } -#line 3498 - /* copy workspace back if necessary */ -#line 3498 - if (realign) { -#line 3498 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3498 - xp = (float *) *xpp; -#line 3498 - } -#line 3498 - /* update xpp and tp */ -#line 3498 - xp += ni; -#line 3498 - tp += ni; -#line 3498 - *xpp = (void*)xp; -#line 3498 - } -#line 3498 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3498 - -#line 3498 -#else /* not SX */ -#line 3498 - -#line 3498 - char *xp = (char *) *xpp; -#line 3498 - int status = NC_NOERR; -#line 3498 - -#line 3498 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3498 - { -#line 3498 - int lstatus = ncx_put_float_long(xp, tp, fillp); -#line 3498 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3498 - status = lstatus; -#line 3498 - } -#line 3498 - -#line 3498 - *xpp = (void *)xp; -#line 3498 - return status; -#line 3498 -#endif -#line 3498 -} -#line 3498 - -int -#line 3499 -ncx_putn_float_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3499 -{ -#line 3499 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3499 - -#line 3499 - /* basic algorithm is: -#line 3499 - * - ensure sane alignment of output data -#line 3499 - * - copy (conversion happens automatically) input data -#line 3499 - * to output -#line 3499 - * - update tp to point at next unconverted input, and xpp to point -#line 3499 - * at next location for converted output -#line 3499 - */ -#line 3499 - long i, j, ni; -#line 3499 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3499 - float *xp; -#line 3499 - int nrange = 0; /* number of range errors */ -#line 3499 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3499 - long cxp = (long) *((char**)xpp); -#line 3499 - -#line 3499 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3499 - /* sjl: manually stripmine so we can limit amount of -#line 3499 - * vector work space reserved to LOOPCNT elements. Also -#line 3499 - * makes vectorisation easy */ -#line 3499 - for (j=0; j= 0 */ -#line 3499 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3499 - nrange += tp[i] > X_FLOAT_MAX || tp[i] < X_FLOAT_MIN; -#line 3499 - } -#line 3499 - /* copy workspace back if necessary */ -#line 3499 - if (realign) { -#line 3499 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3499 - xp = (float *) *xpp; -#line 3499 - } -#line 3499 - /* update xpp and tp */ -#line 3499 - xp += ni; -#line 3499 - tp += ni; -#line 3499 - *xpp = (void*)xp; -#line 3499 - } -#line 3499 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3499 - -#line 3499 -#else /* not SX */ -#line 3499 - -#line 3499 - char *xp = (char *) *xpp; -#line 3499 - int status = NC_NOERR; -#line 3499 - -#line 3499 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3499 - { -#line 3499 - int lstatus = ncx_put_float_double(xp, tp, fillp); -#line 3499 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3499 - status = lstatus; -#line 3499 - } -#line 3499 - -#line 3499 - *xpp = (void *)xp; -#line 3499 - return status; -#line 3499 -#endif -#line 3499 -} -#line 3499 - -int -#line 3500 -ncx_putn_float_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3500 -{ -#line 3500 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3500 - -#line 3500 - /* basic algorithm is: -#line 3500 - * - ensure sane alignment of output data -#line 3500 - * - copy (conversion happens automatically) input data -#line 3500 - * to output -#line 3500 - * - update tp to point at next unconverted input, and xpp to point -#line 3500 - * at next location for converted output -#line 3500 - */ -#line 3500 - long i, j, ni; -#line 3500 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3500 - float *xp; -#line 3500 - int nrange = 0; /* number of range errors */ -#line 3500 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3500 - long cxp = (long) *((char**)xpp); -#line 3500 - -#line 3500 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3500 - /* sjl: manually stripmine so we can limit amount of -#line 3500 - * vector work space reserved to LOOPCNT elements. Also -#line 3500 - * makes vectorisation easy */ -#line 3500 - for (j=0; j= 0 */ -#line 3500 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3500 - nrange += tp[i] > X_FLOAT_MAX || tp[i] < X_FLOAT_MIN; -#line 3500 - } -#line 3500 - /* copy workspace back if necessary */ -#line 3500 - if (realign) { -#line 3500 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3500 - xp = (float *) *xpp; -#line 3500 - } -#line 3500 - /* update xpp and tp */ -#line 3500 - xp += ni; -#line 3500 - tp += ni; -#line 3500 - *xpp = (void*)xp; -#line 3500 - } -#line 3500 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3500 - -#line 3500 -#else /* not SX */ -#line 3500 - -#line 3500 - char *xp = (char *) *xpp; -#line 3500 - int status = NC_NOERR; -#line 3500 - -#line 3500 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3500 - { -#line 3500 - int lstatus = ncx_put_float_longlong(xp, tp, fillp); -#line 3500 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3500 - status = lstatus; -#line 3500 - } -#line 3500 - -#line 3500 - *xpp = (void *)xp; -#line 3500 - return status; -#line 3500 -#endif -#line 3500 -} -#line 3500 - -int -#line 3501 -ncx_putn_float_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3501 -{ -#line 3501 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3501 - -#line 3501 - /* basic algorithm is: -#line 3501 - * - ensure sane alignment of output data -#line 3501 - * - copy (conversion happens automatically) input data -#line 3501 - * to output -#line 3501 - * - update tp to point at next unconverted input, and xpp to point -#line 3501 - * at next location for converted output -#line 3501 - */ -#line 3501 - long i, j, ni; -#line 3501 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3501 - float *xp; -#line 3501 - int nrange = 0; /* number of range errors */ -#line 3501 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3501 - long cxp = (long) *((char**)xpp); -#line 3501 - -#line 3501 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3501 - /* sjl: manually stripmine so we can limit amount of -#line 3501 - * vector work space reserved to LOOPCNT elements. Also -#line 3501 - * makes vectorisation easy */ -#line 3501 - for (j=0; j= 0 */ -#line 3501 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3501 - nrange += tp[i] > X_FLOAT_MAX ; -#line 3501 - } -#line 3501 - /* copy workspace back if necessary */ -#line 3501 - if (realign) { -#line 3501 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3501 - xp = (float *) *xpp; -#line 3501 - } -#line 3501 - /* update xpp and tp */ -#line 3501 - xp += ni; -#line 3501 - tp += ni; -#line 3501 - *xpp = (void*)xp; -#line 3501 - } -#line 3501 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3501 - -#line 3501 -#else /* not SX */ -#line 3501 - -#line 3501 - char *xp = (char *) *xpp; -#line 3501 - int status = NC_NOERR; -#line 3501 - -#line 3501 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3501 - { -#line 3501 - int lstatus = ncx_put_float_uchar(xp, tp, fillp); -#line 3501 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3501 - status = lstatus; -#line 3501 - } -#line 3501 - -#line 3501 - *xpp = (void *)xp; -#line 3501 - return status; -#line 3501 -#endif -#line 3501 -} -#line 3501 - -int -#line 3502 -ncx_putn_float_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3502 -{ -#line 3502 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3502 - -#line 3502 - /* basic algorithm is: -#line 3502 - * - ensure sane alignment of output data -#line 3502 - * - copy (conversion happens automatically) input data -#line 3502 - * to output -#line 3502 - * - update tp to point at next unconverted input, and xpp to point -#line 3502 - * at next location for converted output -#line 3502 - */ -#line 3502 - long i, j, ni; -#line 3502 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3502 - float *xp; -#line 3502 - int nrange = 0; /* number of range errors */ -#line 3502 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3502 - long cxp = (long) *((char**)xpp); -#line 3502 - -#line 3502 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3502 - /* sjl: manually stripmine so we can limit amount of -#line 3502 - * vector work space reserved to LOOPCNT elements. Also -#line 3502 - * makes vectorisation easy */ -#line 3502 - for (j=0; j= 0 */ -#line 3502 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3502 - nrange += tp[i] > X_FLOAT_MAX ; -#line 3502 - } -#line 3502 - /* copy workspace back if necessary */ -#line 3502 - if (realign) { -#line 3502 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3502 - xp = (float *) *xpp; -#line 3502 - } -#line 3502 - /* update xpp and tp */ -#line 3502 - xp += ni; -#line 3502 - tp += ni; -#line 3502 - *xpp = (void*)xp; -#line 3502 - } -#line 3502 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3502 - -#line 3502 -#else /* not SX */ -#line 3502 - -#line 3502 - char *xp = (char *) *xpp; -#line 3502 - int status = NC_NOERR; -#line 3502 - -#line 3502 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3502 - { -#line 3502 - int lstatus = ncx_put_float_ushort(xp, tp, fillp); -#line 3502 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3502 - status = lstatus; -#line 3502 - } -#line 3502 - -#line 3502 - *xpp = (void *)xp; -#line 3502 - return status; -#line 3502 -#endif -#line 3502 -} -#line 3502 - -int -#line 3503 -ncx_putn_float_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3503 -{ -#line 3503 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3503 - -#line 3503 - /* basic algorithm is: -#line 3503 - * - ensure sane alignment of output data -#line 3503 - * - copy (conversion happens automatically) input data -#line 3503 - * to output -#line 3503 - * - update tp to point at next unconverted input, and xpp to point -#line 3503 - * at next location for converted output -#line 3503 - */ -#line 3503 - long i, j, ni; -#line 3503 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3503 - float *xp; -#line 3503 - int nrange = 0; /* number of range errors */ -#line 3503 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3503 - long cxp = (long) *((char**)xpp); -#line 3503 - -#line 3503 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3503 - /* sjl: manually stripmine so we can limit amount of -#line 3503 - * vector work space reserved to LOOPCNT elements. Also -#line 3503 - * makes vectorisation easy */ -#line 3503 - for (j=0; j= 0 */ -#line 3503 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3503 - nrange += tp[i] > X_FLOAT_MAX ; -#line 3503 - } -#line 3503 - /* copy workspace back if necessary */ -#line 3503 - if (realign) { -#line 3503 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3503 - xp = (float *) *xpp; -#line 3503 - } -#line 3503 - /* update xpp and tp */ -#line 3503 - xp += ni; -#line 3503 - tp += ni; -#line 3503 - *xpp = (void*)xp; -#line 3503 - } -#line 3503 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3503 - -#line 3503 -#else /* not SX */ -#line 3503 - -#line 3503 - char *xp = (char *) *xpp; -#line 3503 - int status = NC_NOERR; -#line 3503 - -#line 3503 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3503 - { -#line 3503 - int lstatus = ncx_put_float_uint(xp, tp, fillp); -#line 3503 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3503 - status = lstatus; -#line 3503 - } -#line 3503 - -#line 3503 - *xpp = (void *)xp; -#line 3503 - return status; -#line 3503 -#endif -#line 3503 -} -#line 3503 - -int -#line 3504 -ncx_putn_float_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3504 -{ -#line 3504 -#if defined(_SX) && _SX != 0 && X_SIZEOF_FLOAT == SIZEOF_FLOAT -#line 3504 - -#line 3504 - /* basic algorithm is: -#line 3504 - * - ensure sane alignment of output data -#line 3504 - * - copy (conversion happens automatically) input data -#line 3504 - * to output -#line 3504 - * - update tp to point at next unconverted input, and xpp to point -#line 3504 - * at next location for converted output -#line 3504 - */ -#line 3504 - long i, j, ni; -#line 3504 - float tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3504 - float *xp; -#line 3504 - int nrange = 0; /* number of range errors */ -#line 3504 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3504 - long cxp = (long) *((char**)xpp); -#line 3504 - -#line 3504 - realign = (cxp & 7) % SIZEOF_FLOAT; -#line 3504 - /* sjl: manually stripmine so we can limit amount of -#line 3504 - * vector work space reserved to LOOPCNT elements. Also -#line 3504 - * makes vectorisation easy */ -#line 3504 - for (j=0; j= 0 */ -#line 3504 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3504 - nrange += tp[i] > X_FLOAT_MAX ; -#line 3504 - } -#line 3504 - /* copy workspace back if necessary */ -#line 3504 - if (realign) { -#line 3504 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_FLOAT); -#line 3504 - xp = (float *) *xpp; -#line 3504 - } -#line 3504 - /* update xpp and tp */ -#line 3504 - xp += ni; -#line 3504 - tp += ni; -#line 3504 - *xpp = (void*)xp; -#line 3504 - } -#line 3504 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3504 - -#line 3504 -#else /* not SX */ -#line 3504 - -#line 3504 - char *xp = (char *) *xpp; -#line 3504 - int status = NC_NOERR; -#line 3504 - -#line 3504 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_FLOAT, tp++) -#line 3504 - { -#line 3504 - int lstatus = ncx_put_float_ulonglong(xp, tp, fillp); -#line 3504 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3504 - status = lstatus; -#line 3504 - } -#line 3504 - -#line 3504 - *xpp = (void *)xp; -#line 3504 - return status; -#line 3504 -#endif -#line 3504 -} -#line 3504 - - -/* double --------------------------------------------------------------------*/ - -#if X_SIZEOF_DOUBLE == SIZEOF_DOUBLE && !defined(NO_IEEE_FLOAT) -/* optimized version */ -int -ncx_getn_double_double(const void **xpp, size_t nelems, double *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_DOUBLE); -# else - swapn8b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_DOUBLE); - return NC_NOERR; -} -#elif defined(vax) && vax != 0 -int -ncx_getn_double_double(const void **xpp, size_t ndoubles, double *ip) -{ - double *const end = ip + ndoubles; - - while (ip < end) - { - struct vax_double *const vdp = -#line 3529 - (struct vax_double *)ip; -#line 3529 - const struct ieee_double *const idp = -#line 3529 - (const struct ieee_double *) (*xpp); -#line 3529 - { -#line 3529 - const struct dbl_limits *lim; -#line 3529 - int ii; -#line 3529 - for (ii = 0, lim = dbl_limits; -#line 3529 - ii < sizeof(dbl_limits)/sizeof(struct dbl_limits); -#line 3529 - ii++, lim++) -#line 3529 - { -#line 3529 - if ((idp->mant_lo == lim->ieee.mant_lo) -#line 3529 - && (idp->mant_4 == lim->ieee.mant_4) -#line 3529 - && (idp->mant_5 == lim->ieee.mant_5) -#line 3529 - && (idp->mant_6 == lim->ieee.mant_6) -#line 3529 - && (idp->exp_lo == lim->ieee.exp_lo) -#line 3529 - && (idp->exp_hi == lim->ieee.exp_hi) -#line 3529 - ) -#line 3529 - { -#line 3529 - *vdp = lim->d; -#line 3529 - goto doneit; -#line 3529 - } -#line 3529 - } -#line 3529 - } -#line 3529 - { -#line 3529 - unsigned exp = idp->exp_hi << 4 | idp->exp_lo; -#line 3529 - vdp->exp = exp - IEEE_DBL_BIAS + VAX_DBL_BIAS; -#line 3529 - } -#line 3529 - { -#line 3529 - unsigned mant_hi = ((idp->mant_6 << 16) -#line 3529 - | (idp->mant_5 << 8) -#line 3529 - | idp->mant_4); -#line 3529 - unsigned mant_lo = SWAP4(idp->mant_lo); -#line 3529 - vdp->mantissa1 = (mant_hi >> 13); -#line 3529 - vdp->mantissa2 = ((mant_hi & MASK(13)) << 3) -#line 3529 - | (mant_lo >> 29); -#line 3529 - vdp->mantissa3 = (mant_lo >> 13); -#line 3529 - vdp->mantissa4 = (mant_lo << 3); -#line 3529 - } -#line 3529 - doneit: -#line 3529 - vdp->sign = idp->sign; -#line 3529 - - ip++; - *xpp = (char *)(*xpp) + X_SIZEOF_DOUBLE; - } - return NC_NOERR; -} - /* vax */ -#else -int -ncx_getn_double_double(const void **xpp, size_t nelems, double *tp) -{ - const char *xp = *xpp; - int status = NC_NOERR; - - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) - { - const int lstatus = ncx_get_double_double(xp, tp, fillp); - if (status == NC_NOERR) /* report the first encountered error */ - status = lstatus; - } - - *xpp = (const void *)xp; - return status; -} -#endif -int -#line 3554 -ncx_getn_double_schar(const void **xpp, size_t nelems, schar *tp) -#line 3554 -{ -#line 3554 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3554 - -#line 3554 - /* basic algorithm is: -#line 3554 - * - ensure sane alignment of input data -#line 3554 - * - copy (conversion happens automatically) input data -#line 3554 - * to output -#line 3554 - * - update xpp to point at next unconverted input, and tp to point -#line 3554 - * at next location for converted output -#line 3554 - */ -#line 3554 - long i, j, ni; -#line 3554 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3554 - double *xp; -#line 3554 - int nrange = 0; /* number of range errors */ -#line 3554 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3554 - long cxp = (long) *((char**)xpp); -#line 3554 - -#line 3554 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3554 - /* sjl: manually stripmine so we can limit amount of -#line 3554 - * vector work space reserved to LOOPCNT elements. Also -#line 3554 - * makes vectorisation easy */ -#line 3554 - for (j=0; j= 0 */ -#line 3554 - nrange += xp[i] > SCHAR_MAX || xp[i] < SCHAR_MIN; -#line 3554 - } -#line 3554 - /* update xpp and tp */ -#line 3554 - if (realign) xp = (double *) *xpp; -#line 3554 - xp += ni; -#line 3554 - tp += ni; -#line 3554 - *xpp = (void*)xp; -#line 3554 - } -#line 3554 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3554 - -#line 3554 -#else /* not SX */ -#line 3554 - const char *xp = (const char *) *xpp; -#line 3554 - int status = NC_NOERR; -#line 3554 - -#line 3554 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3554 - { -#line 3554 - const int lstatus = ncx_get_double_schar(xp, tp); -#line 3554 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3554 - status = lstatus; -#line 3554 - } -#line 3554 - -#line 3554 - *xpp = (const void *)xp; -#line 3554 - return status; -#line 3554 -#endif -#line 3554 -} -#line 3554 - -int -#line 3555 -ncx_getn_double_short(const void **xpp, size_t nelems, short *tp) -#line 3555 -{ -#line 3555 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3555 - -#line 3555 - /* basic algorithm is: -#line 3555 - * - ensure sane alignment of input data -#line 3555 - * - copy (conversion happens automatically) input data -#line 3555 - * to output -#line 3555 - * - update xpp to point at next unconverted input, and tp to point -#line 3555 - * at next location for converted output -#line 3555 - */ -#line 3555 - long i, j, ni; -#line 3555 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3555 - double *xp; -#line 3555 - int nrange = 0; /* number of range errors */ -#line 3555 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3555 - long cxp = (long) *((char**)xpp); -#line 3555 - -#line 3555 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3555 - /* sjl: manually stripmine so we can limit amount of -#line 3555 - * vector work space reserved to LOOPCNT elements. Also -#line 3555 - * makes vectorisation easy */ -#line 3555 - for (j=0; j= 0 */ -#line 3555 - nrange += xp[i] > SHORT_MAX || xp[i] < SHORT_MIN; -#line 3555 - } -#line 3555 - /* update xpp and tp */ -#line 3555 - if (realign) xp = (double *) *xpp; -#line 3555 - xp += ni; -#line 3555 - tp += ni; -#line 3555 - *xpp = (void*)xp; -#line 3555 - } -#line 3555 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3555 - -#line 3555 -#else /* not SX */ -#line 3555 - const char *xp = (const char *) *xpp; -#line 3555 - int status = NC_NOERR; -#line 3555 - -#line 3555 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3555 - { -#line 3555 - const int lstatus = ncx_get_double_short(xp, tp); -#line 3555 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3555 - status = lstatus; -#line 3555 - } -#line 3555 - -#line 3555 - *xpp = (const void *)xp; -#line 3555 - return status; -#line 3555 -#endif -#line 3555 -} -#line 3555 - -int -#line 3556 -ncx_getn_double_int(const void **xpp, size_t nelems, int *tp) -#line 3556 -{ -#line 3556 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3556 - -#line 3556 - /* basic algorithm is: -#line 3556 - * - ensure sane alignment of input data -#line 3556 - * - copy (conversion happens automatically) input data -#line 3556 - * to output -#line 3556 - * - update xpp to point at next unconverted input, and tp to point -#line 3556 - * at next location for converted output -#line 3556 - */ -#line 3556 - long i, j, ni; -#line 3556 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3556 - double *xp; -#line 3556 - int nrange = 0; /* number of range errors */ -#line 3556 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3556 - long cxp = (long) *((char**)xpp); -#line 3556 - -#line 3556 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3556 - /* sjl: manually stripmine so we can limit amount of -#line 3556 - * vector work space reserved to LOOPCNT elements. Also -#line 3556 - * makes vectorisation easy */ -#line 3556 - for (j=0; j= 0 */ -#line 3556 - nrange += xp[i] > INT_MAX || xp[i] < INT_MIN; -#line 3556 - } -#line 3556 - /* update xpp and tp */ -#line 3556 - if (realign) xp = (double *) *xpp; -#line 3556 - xp += ni; -#line 3556 - tp += ni; -#line 3556 - *xpp = (void*)xp; -#line 3556 - } -#line 3556 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3556 - -#line 3556 -#else /* not SX */ -#line 3556 - const char *xp = (const char *) *xpp; -#line 3556 - int status = NC_NOERR; -#line 3556 - -#line 3556 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3556 - { -#line 3556 - const int lstatus = ncx_get_double_int(xp, tp); -#line 3556 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3556 - status = lstatus; -#line 3556 - } -#line 3556 - -#line 3556 - *xpp = (const void *)xp; -#line 3556 - return status; -#line 3556 -#endif -#line 3556 -} -#line 3556 - -int -#line 3557 -ncx_getn_double_long(const void **xpp, size_t nelems, long *tp) -#line 3557 -{ -#line 3557 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3557 - -#line 3557 - /* basic algorithm is: -#line 3557 - * - ensure sane alignment of input data -#line 3557 - * - copy (conversion happens automatically) input data -#line 3557 - * to output -#line 3557 - * - update xpp to point at next unconverted input, and tp to point -#line 3557 - * at next location for converted output -#line 3557 - */ -#line 3557 - long i, j, ni; -#line 3557 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3557 - double *xp; -#line 3557 - int nrange = 0; /* number of range errors */ -#line 3557 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3557 - long cxp = (long) *((char**)xpp); -#line 3557 - -#line 3557 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3557 - /* sjl: manually stripmine so we can limit amount of -#line 3557 - * vector work space reserved to LOOPCNT elements. Also -#line 3557 - * makes vectorisation easy */ -#line 3557 - for (j=0; j= 0 */ -#line 3557 - nrange += xp[i] > LONG_MAX || xp[i] < LONG_MIN; -#line 3557 - } -#line 3557 - /* update xpp and tp */ -#line 3557 - if (realign) xp = (double *) *xpp; -#line 3557 - xp += ni; -#line 3557 - tp += ni; -#line 3557 - *xpp = (void*)xp; -#line 3557 - } -#line 3557 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3557 - -#line 3557 -#else /* not SX */ -#line 3557 - const char *xp = (const char *) *xpp; -#line 3557 - int status = NC_NOERR; -#line 3557 - -#line 3557 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3557 - { -#line 3557 - const int lstatus = ncx_get_double_long(xp, tp); -#line 3557 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3557 - status = lstatus; -#line 3557 - } -#line 3557 - -#line 3557 - *xpp = (const void *)xp; -#line 3557 - return status; -#line 3557 -#endif -#line 3557 -} -#line 3557 - -int -#line 3558 -ncx_getn_double_float(const void **xpp, size_t nelems, float *tp) -#line 3558 -{ -#line 3558 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3558 - -#line 3558 - /* basic algorithm is: -#line 3558 - * - ensure sane alignment of input data -#line 3558 - * - copy (conversion happens automatically) input data -#line 3558 - * to output -#line 3558 - * - update xpp to point at next unconverted input, and tp to point -#line 3558 - * at next location for converted output -#line 3558 - */ -#line 3558 - long i, j, ni; -#line 3558 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3558 - double *xp; -#line 3558 - int nrange = 0; /* number of range errors */ -#line 3558 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3558 - long cxp = (long) *((char**)xpp); -#line 3558 - -#line 3558 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3558 - /* sjl: manually stripmine so we can limit amount of -#line 3558 - * vector work space reserved to LOOPCNT elements. Also -#line 3558 - * makes vectorisation easy */ -#line 3558 - for (j=0; j= 0 */ -#line 3558 - nrange += xp[i] > FLOAT_MAX || xp[i] < FLOAT_MIN; -#line 3558 - } -#line 3558 - /* update xpp and tp */ -#line 3558 - if (realign) xp = (double *) *xpp; -#line 3558 - xp += ni; -#line 3558 - tp += ni; -#line 3558 - *xpp = (void*)xp; -#line 3558 - } -#line 3558 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3558 - -#line 3558 -#else /* not SX */ -#line 3558 - const char *xp = (const char *) *xpp; -#line 3558 - int status = NC_NOERR; -#line 3558 - -#line 3558 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3558 - { -#line 3558 - const int lstatus = ncx_get_double_float(xp, tp); -#line 3558 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3558 - status = lstatus; -#line 3558 - } -#line 3558 - -#line 3558 - *xpp = (const void *)xp; -#line 3558 - return status; -#line 3558 -#endif -#line 3558 -} -#line 3558 - -int -#line 3559 -ncx_getn_double_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3559 -{ -#line 3559 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3559 - -#line 3559 - /* basic algorithm is: -#line 3559 - * - ensure sane alignment of input data -#line 3559 - * - copy (conversion happens automatically) input data -#line 3559 - * to output -#line 3559 - * - update xpp to point at next unconverted input, and tp to point -#line 3559 - * at next location for converted output -#line 3559 - */ -#line 3559 - long i, j, ni; -#line 3559 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3559 - double *xp; -#line 3559 - int nrange = 0; /* number of range errors */ -#line 3559 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3559 - long cxp = (long) *((char**)xpp); -#line 3559 - -#line 3559 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3559 - /* sjl: manually stripmine so we can limit amount of -#line 3559 - * vector work space reserved to LOOPCNT elements. Also -#line 3559 - * makes vectorisation easy */ -#line 3559 - for (j=0; j= 0 */ -#line 3559 - nrange += xp[i] > LONGLONG_MAX || xp[i] < LONGLONG_MIN; -#line 3559 - } -#line 3559 - /* update xpp and tp */ -#line 3559 - if (realign) xp = (double *) *xpp; -#line 3559 - xp += ni; -#line 3559 - tp += ni; -#line 3559 - *xpp = (void*)xp; -#line 3559 - } -#line 3559 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3559 - -#line 3559 -#else /* not SX */ -#line 3559 - const char *xp = (const char *) *xpp; -#line 3559 - int status = NC_NOERR; -#line 3559 - -#line 3559 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3559 - { -#line 3559 - const int lstatus = ncx_get_double_longlong(xp, tp); -#line 3559 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3559 - status = lstatus; -#line 3559 - } -#line 3559 - -#line 3559 - *xpp = (const void *)xp; -#line 3559 - return status; -#line 3559 -#endif -#line 3559 -} -#line 3559 - -int -#line 3560 -ncx_getn_double_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3560 -{ -#line 3560 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3560 - -#line 3560 - /* basic algorithm is: -#line 3560 - * - ensure sane alignment of input data -#line 3560 - * - copy (conversion happens automatically) input data -#line 3560 - * to output -#line 3560 - * - update xpp to point at next unconverted input, and tp to point -#line 3560 - * at next location for converted output -#line 3560 - */ -#line 3560 - long i, j, ni; -#line 3560 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3560 - double *xp; -#line 3560 - int nrange = 0; /* number of range errors */ -#line 3560 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3560 - long cxp = (long) *((char**)xpp); -#line 3560 - -#line 3560 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3560 - /* sjl: manually stripmine so we can limit amount of -#line 3560 - * vector work space reserved to LOOPCNT elements. Also -#line 3560 - * makes vectorisation easy */ -#line 3560 - for (j=0; j= 0 */ -#line 3560 - nrange += xp[i] > UCHAR_MAX || xp[i] < 0; -#line 3560 - } -#line 3560 - /* update xpp and tp */ -#line 3560 - if (realign) xp = (double *) *xpp; -#line 3560 - xp += ni; -#line 3560 - tp += ni; -#line 3560 - *xpp = (void*)xp; -#line 3560 - } -#line 3560 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3560 - -#line 3560 -#else /* not SX */ -#line 3560 - const char *xp = (const char *) *xpp; -#line 3560 - int status = NC_NOERR; -#line 3560 - -#line 3560 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3560 - { -#line 3560 - const int lstatus = ncx_get_double_uchar(xp, tp); -#line 3560 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3560 - status = lstatus; -#line 3560 - } -#line 3560 - -#line 3560 - *xpp = (const void *)xp; -#line 3560 - return status; -#line 3560 -#endif -#line 3560 -} -#line 3560 - -int -#line 3561 -ncx_getn_double_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3561 -{ -#line 3561 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3561 - -#line 3561 - /* basic algorithm is: -#line 3561 - * - ensure sane alignment of input data -#line 3561 - * - copy (conversion happens automatically) input data -#line 3561 - * to output -#line 3561 - * - update xpp to point at next unconverted input, and tp to point -#line 3561 - * at next location for converted output -#line 3561 - */ -#line 3561 - long i, j, ni; -#line 3561 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3561 - double *xp; -#line 3561 - int nrange = 0; /* number of range errors */ -#line 3561 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3561 - long cxp = (long) *((char**)xpp); -#line 3561 - -#line 3561 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3561 - /* sjl: manually stripmine so we can limit amount of -#line 3561 - * vector work space reserved to LOOPCNT elements. Also -#line 3561 - * makes vectorisation easy */ -#line 3561 - for (j=0; j= 0 */ -#line 3561 - nrange += xp[i] > USHORT_MAX || xp[i] < 0; -#line 3561 - } -#line 3561 - /* update xpp and tp */ -#line 3561 - if (realign) xp = (double *) *xpp; -#line 3561 - xp += ni; -#line 3561 - tp += ni; -#line 3561 - *xpp = (void*)xp; -#line 3561 - } -#line 3561 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3561 - -#line 3561 -#else /* not SX */ -#line 3561 - const char *xp = (const char *) *xpp; -#line 3561 - int status = NC_NOERR; -#line 3561 - -#line 3561 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3561 - { -#line 3561 - const int lstatus = ncx_get_double_ushort(xp, tp); -#line 3561 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3561 - status = lstatus; -#line 3561 - } -#line 3561 - -#line 3561 - *xpp = (const void *)xp; -#line 3561 - return status; -#line 3561 -#endif -#line 3561 -} -#line 3561 - -int -#line 3562 -ncx_getn_double_uint(const void **xpp, size_t nelems, uint *tp) -#line 3562 -{ -#line 3562 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3562 - -#line 3562 - /* basic algorithm is: -#line 3562 - * - ensure sane alignment of input data -#line 3562 - * - copy (conversion happens automatically) input data -#line 3562 - * to output -#line 3562 - * - update xpp to point at next unconverted input, and tp to point -#line 3562 - * at next location for converted output -#line 3562 - */ -#line 3562 - long i, j, ni; -#line 3562 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3562 - double *xp; -#line 3562 - int nrange = 0; /* number of range errors */ -#line 3562 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3562 - long cxp = (long) *((char**)xpp); -#line 3562 - -#line 3562 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3562 - /* sjl: manually stripmine so we can limit amount of -#line 3562 - * vector work space reserved to LOOPCNT elements. Also -#line 3562 - * makes vectorisation easy */ -#line 3562 - for (j=0; j= 0 */ -#line 3562 - nrange += xp[i] > UINT_MAX || xp[i] < 0; -#line 3562 - } -#line 3562 - /* update xpp and tp */ -#line 3562 - if (realign) xp = (double *) *xpp; -#line 3562 - xp += ni; -#line 3562 - tp += ni; -#line 3562 - *xpp = (void*)xp; -#line 3562 - } -#line 3562 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3562 - -#line 3562 -#else /* not SX */ -#line 3562 - const char *xp = (const char *) *xpp; -#line 3562 - int status = NC_NOERR; -#line 3562 - -#line 3562 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3562 - { -#line 3562 - const int lstatus = ncx_get_double_uint(xp, tp); -#line 3562 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3562 - status = lstatus; -#line 3562 - } -#line 3562 - -#line 3562 - *xpp = (const void *)xp; -#line 3562 - return status; -#line 3562 -#endif -#line 3562 -} -#line 3562 - -int -#line 3563 -ncx_getn_double_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3563 -{ -#line 3563 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3563 - -#line 3563 - /* basic algorithm is: -#line 3563 - * - ensure sane alignment of input data -#line 3563 - * - copy (conversion happens automatically) input data -#line 3563 - * to output -#line 3563 - * - update xpp to point at next unconverted input, and tp to point -#line 3563 - * at next location for converted output -#line 3563 - */ -#line 3563 - long i, j, ni; -#line 3563 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3563 - double *xp; -#line 3563 - int nrange = 0; /* number of range errors */ -#line 3563 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3563 - long cxp = (long) *((char**)xpp); -#line 3563 - -#line 3563 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3563 - /* sjl: manually stripmine so we can limit amount of -#line 3563 - * vector work space reserved to LOOPCNT elements. Also -#line 3563 - * makes vectorisation easy */ -#line 3563 - for (j=0; j= 0 */ -#line 3563 - nrange += xp[i] > ULONGLONG_MAX || xp[i] < 0; -#line 3563 - } -#line 3563 - /* update xpp and tp */ -#line 3563 - if (realign) xp = (double *) *xpp; -#line 3563 - xp += ni; -#line 3563 - tp += ni; -#line 3563 - *xpp = (void*)xp; -#line 3563 - } -#line 3563 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3563 - -#line 3563 -#else /* not SX */ -#line 3563 - const char *xp = (const char *) *xpp; -#line 3563 - int status = NC_NOERR; -#line 3563 - -#line 3563 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3563 - { -#line 3563 - const int lstatus = ncx_get_double_ulonglong(xp, tp); -#line 3563 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3563 - status = lstatus; -#line 3563 - } -#line 3563 - -#line 3563 - *xpp = (const void *)xp; -#line 3563 - return status; -#line 3563 -#endif -#line 3563 -} -#line 3563 - - -#if X_SIZEOF_DOUBLE == SIZEOF_DOUBLE && !defined(NO_IEEE_FLOAT) -/* optimized version */ -int -ncx_putn_double_double(void **xpp, size_t nelems, const double *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_DOUBLE); -# else - swapn8b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_DOUBLE); - return NC_NOERR; -} -#elif defined(vax) && vax != 0 -int -ncx_putn_double_double(void **xpp, size_t ndoubles, const double *ip, void *fillp) -{ - const double *const end = ip + ndoubles; - - while (ip < end) - { - const struct vax_double *const vdp = -#line 3586 - (const struct vax_double *)ip; -#line 3586 - struct ieee_double *const idp = -#line 3586 - (struct ieee_double *) (*xpp); -#line 3586 - -#line 3586 - if ((vdp->mantissa4 > (dbl_limits[0].d.mantissa4 - 3)) && -#line 3586 - (vdp->mantissa3 == dbl_limits[0].d.mantissa3) && -#line 3586 - (vdp->mantissa2 == dbl_limits[0].d.mantissa2) && -#line 3586 - (vdp->mantissa1 == dbl_limits[0].d.mantissa1) && -#line 3586 - (vdp->exp == dbl_limits[0].d.exp)) -#line 3586 - { -#line 3586 - *idp = dbl_limits[0].ieee; -#line 3586 - goto shipit; -#line 3586 - } -#line 3586 - if ((vdp->mantissa4 == dbl_limits[1].d.mantissa4) && -#line 3586 - (vdp->mantissa3 == dbl_limits[1].d.mantissa3) && -#line 3586 - (vdp->mantissa2 == dbl_limits[1].d.mantissa2) && -#line 3586 - (vdp->mantissa1 == dbl_limits[1].d.mantissa1) && -#line 3586 - (vdp->exp == dbl_limits[1].d.exp)) -#line 3586 - { -#line 3586 - *idp = dbl_limits[1].ieee; -#line 3586 - goto shipit; -#line 3586 - } -#line 3586 - -#line 3586 - { -#line 3586 - unsigned exp = vdp->exp - VAX_DBL_BIAS + IEEE_DBL_BIAS; -#line 3586 - -#line 3586 - unsigned mant_lo = ((vdp->mantissa2 & MASK(3)) << 29) | -#line 3586 - (vdp->mantissa3 << 13) | -#line 3586 - ((vdp->mantissa4 >> 3) & MASK(13)); -#line 3586 - -#line 3586 - unsigned mant_hi = (vdp->mantissa1 << 13) -#line 3586 - | (vdp->mantissa2 >> 3); -#line 3586 - -#line 3586 - if ((vdp->mantissa4 & 7) > 4) -#line 3586 - { -#line 3586 - /* round up */ -#line 3586 - mant_lo++; -#line 3586 - if (mant_lo == 0) -#line 3586 - { -#line 3586 - mant_hi++; -#line 3586 - if (mant_hi > 0xffffff) -#line 3586 - { -#line 3586 - mant_hi = 0; -#line 3586 - exp++; -#line 3586 - } -#line 3586 - } -#line 3586 - } -#line 3586 - -#line 3586 - idp->mant_lo = SWAP4(mant_lo); -#line 3586 - idp->mant_6 = mant_hi >> 16; -#line 3586 - idp->mant_5 = (mant_hi & 0xff00) >> 8; -#line 3586 - idp->mant_4 = mant_hi; -#line 3586 - idp->exp_hi = exp >> 4; -#line 3586 - idp->exp_lo = exp; -#line 3586 - } -#line 3586 - -#line 3586 - shipit: -#line 3586 - idp->sign = vdp->sign; -#line 3586 - - ip++; - *xpp = (char *)(*xpp) + X_SIZEOF_DOUBLE; - } - return NC_NOERR; -} - /* vax */ -#else -int -ncx_putn_double_double(void **xpp, size_t nelems, const double *tp, void *fillp) -{ - char *xp = *xpp; - int status = NC_NOERR; - - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) - { - int lstatus = ncx_put_double_double(xp, tp, fillp); - if (status == NC_NOERR) /* report the first encountered error */ - status = lstatus; - } - - *xpp = (void *)xp; - return status; -} -#endif -int -#line 3611 -ncx_putn_double_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3611 -{ -#line 3611 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3611 - -#line 3611 - /* basic algorithm is: -#line 3611 - * - ensure sane alignment of output data -#line 3611 - * - copy (conversion happens automatically) input data -#line 3611 - * to output -#line 3611 - * - update tp to point at next unconverted input, and xpp to point -#line 3611 - * at next location for converted output -#line 3611 - */ -#line 3611 - long i, j, ni; -#line 3611 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3611 - double *xp; -#line 3611 - int nrange = 0; /* number of range errors */ -#line 3611 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3611 - long cxp = (long) *((char**)xpp); -#line 3611 - -#line 3611 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3611 - /* sjl: manually stripmine so we can limit amount of -#line 3611 - * vector work space reserved to LOOPCNT elements. Also -#line 3611 - * makes vectorisation easy */ -#line 3611 - for (j=0; j= 0 */ -#line 3611 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3611 - nrange += tp[i] > X_DOUBLE_MAX || tp[i] < X_DOUBLE_MIN; -#line 3611 - } -#line 3611 - /* copy workspace back if necessary */ -#line 3611 - if (realign) { -#line 3611 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3611 - xp = (double *) *xpp; -#line 3611 - } -#line 3611 - /* update xpp and tp */ -#line 3611 - xp += ni; -#line 3611 - tp += ni; -#line 3611 - *xpp = (void*)xp; -#line 3611 - } -#line 3611 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3611 - -#line 3611 -#else /* not SX */ -#line 3611 - -#line 3611 - char *xp = (char *) *xpp; -#line 3611 - int status = NC_NOERR; -#line 3611 - -#line 3611 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3611 - { -#line 3611 - int lstatus = ncx_put_double_schar(xp, tp, fillp); -#line 3611 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3611 - status = lstatus; -#line 3611 - } -#line 3611 - -#line 3611 - *xpp = (void *)xp; -#line 3611 - return status; -#line 3611 -#endif -#line 3611 -} -#line 3611 - -int -#line 3612 -ncx_putn_double_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3612 -{ -#line 3612 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3612 - -#line 3612 - /* basic algorithm is: -#line 3612 - * - ensure sane alignment of output data -#line 3612 - * - copy (conversion happens automatically) input data -#line 3612 - * to output -#line 3612 - * - update tp to point at next unconverted input, and xpp to point -#line 3612 - * at next location for converted output -#line 3612 - */ -#line 3612 - long i, j, ni; -#line 3612 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3612 - double *xp; -#line 3612 - int nrange = 0; /* number of range errors */ -#line 3612 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3612 - long cxp = (long) *((char**)xpp); -#line 3612 - -#line 3612 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3612 - /* sjl: manually stripmine so we can limit amount of -#line 3612 - * vector work space reserved to LOOPCNT elements. Also -#line 3612 - * makes vectorisation easy */ -#line 3612 - for (j=0; j= 0 */ -#line 3612 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3612 - nrange += tp[i] > X_DOUBLE_MAX || tp[i] < X_DOUBLE_MIN; -#line 3612 - } -#line 3612 - /* copy workspace back if necessary */ -#line 3612 - if (realign) { -#line 3612 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3612 - xp = (double *) *xpp; -#line 3612 - } -#line 3612 - /* update xpp and tp */ -#line 3612 - xp += ni; -#line 3612 - tp += ni; -#line 3612 - *xpp = (void*)xp; -#line 3612 - } -#line 3612 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3612 - -#line 3612 -#else /* not SX */ -#line 3612 - -#line 3612 - char *xp = (char *) *xpp; -#line 3612 - int status = NC_NOERR; -#line 3612 - -#line 3612 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3612 - { -#line 3612 - int lstatus = ncx_put_double_short(xp, tp, fillp); -#line 3612 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3612 - status = lstatus; -#line 3612 - } -#line 3612 - -#line 3612 - *xpp = (void *)xp; -#line 3612 - return status; -#line 3612 -#endif -#line 3612 -} -#line 3612 - -int -#line 3613 -ncx_putn_double_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3613 -{ -#line 3613 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3613 - -#line 3613 - /* basic algorithm is: -#line 3613 - * - ensure sane alignment of output data -#line 3613 - * - copy (conversion happens automatically) input data -#line 3613 - * to output -#line 3613 - * - update tp to point at next unconverted input, and xpp to point -#line 3613 - * at next location for converted output -#line 3613 - */ -#line 3613 - long i, j, ni; -#line 3613 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3613 - double *xp; -#line 3613 - int nrange = 0; /* number of range errors */ -#line 3613 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3613 - long cxp = (long) *((char**)xpp); -#line 3613 - -#line 3613 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3613 - /* sjl: manually stripmine so we can limit amount of -#line 3613 - * vector work space reserved to LOOPCNT elements. Also -#line 3613 - * makes vectorisation easy */ -#line 3613 - for (j=0; j= 0 */ -#line 3613 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3613 - nrange += tp[i] > X_DOUBLE_MAX || tp[i] < X_DOUBLE_MIN; -#line 3613 - } -#line 3613 - /* copy workspace back if necessary */ -#line 3613 - if (realign) { -#line 3613 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3613 - xp = (double *) *xpp; -#line 3613 - } -#line 3613 - /* update xpp and tp */ -#line 3613 - xp += ni; -#line 3613 - tp += ni; -#line 3613 - *xpp = (void*)xp; -#line 3613 - } -#line 3613 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3613 - -#line 3613 -#else /* not SX */ -#line 3613 - -#line 3613 - char *xp = (char *) *xpp; -#line 3613 - int status = NC_NOERR; -#line 3613 - -#line 3613 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3613 - { -#line 3613 - int lstatus = ncx_put_double_int(xp, tp, fillp); -#line 3613 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3613 - status = lstatus; -#line 3613 - } -#line 3613 - -#line 3613 - *xpp = (void *)xp; -#line 3613 - return status; -#line 3613 -#endif -#line 3613 -} -#line 3613 - -int -#line 3614 -ncx_putn_double_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3614 -{ -#line 3614 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3614 - -#line 3614 - /* basic algorithm is: -#line 3614 - * - ensure sane alignment of output data -#line 3614 - * - copy (conversion happens automatically) input data -#line 3614 - * to output -#line 3614 - * - update tp to point at next unconverted input, and xpp to point -#line 3614 - * at next location for converted output -#line 3614 - */ -#line 3614 - long i, j, ni; -#line 3614 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3614 - double *xp; -#line 3614 - int nrange = 0; /* number of range errors */ -#line 3614 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3614 - long cxp = (long) *((char**)xpp); -#line 3614 - -#line 3614 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3614 - /* sjl: manually stripmine so we can limit amount of -#line 3614 - * vector work space reserved to LOOPCNT elements. Also -#line 3614 - * makes vectorisation easy */ -#line 3614 - for (j=0; j= 0 */ -#line 3614 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3614 - nrange += tp[i] > X_DOUBLE_MAX || tp[i] < X_DOUBLE_MIN; -#line 3614 - } -#line 3614 - /* copy workspace back if necessary */ -#line 3614 - if (realign) { -#line 3614 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3614 - xp = (double *) *xpp; -#line 3614 - } -#line 3614 - /* update xpp and tp */ -#line 3614 - xp += ni; -#line 3614 - tp += ni; -#line 3614 - *xpp = (void*)xp; -#line 3614 - } -#line 3614 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3614 - -#line 3614 -#else /* not SX */ -#line 3614 - -#line 3614 - char *xp = (char *) *xpp; -#line 3614 - int status = NC_NOERR; -#line 3614 - -#line 3614 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3614 - { -#line 3614 - int lstatus = ncx_put_double_long(xp, tp, fillp); -#line 3614 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3614 - status = lstatus; -#line 3614 - } -#line 3614 - -#line 3614 - *xpp = (void *)xp; -#line 3614 - return status; -#line 3614 -#endif -#line 3614 -} -#line 3614 - -int -#line 3615 -ncx_putn_double_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3615 -{ -#line 3615 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3615 - -#line 3615 - /* basic algorithm is: -#line 3615 - * - ensure sane alignment of output data -#line 3615 - * - copy (conversion happens automatically) input data -#line 3615 - * to output -#line 3615 - * - update tp to point at next unconverted input, and xpp to point -#line 3615 - * at next location for converted output -#line 3615 - */ -#line 3615 - long i, j, ni; -#line 3615 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3615 - double *xp; -#line 3615 - int nrange = 0; /* number of range errors */ -#line 3615 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3615 - long cxp = (long) *((char**)xpp); -#line 3615 - -#line 3615 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3615 - /* sjl: manually stripmine so we can limit amount of -#line 3615 - * vector work space reserved to LOOPCNT elements. Also -#line 3615 - * makes vectorisation easy */ -#line 3615 - for (j=0; j= 0 */ -#line 3615 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3615 - nrange += tp[i] > X_DOUBLE_MAX || tp[i] < X_DOUBLE_MIN; -#line 3615 - } -#line 3615 - /* copy workspace back if necessary */ -#line 3615 - if (realign) { -#line 3615 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3615 - xp = (double *) *xpp; -#line 3615 - } -#line 3615 - /* update xpp and tp */ -#line 3615 - xp += ni; -#line 3615 - tp += ni; -#line 3615 - *xpp = (void*)xp; -#line 3615 - } -#line 3615 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3615 - -#line 3615 -#else /* not SX */ -#line 3615 - -#line 3615 - char *xp = (char *) *xpp; -#line 3615 - int status = NC_NOERR; -#line 3615 - -#line 3615 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3615 - { -#line 3615 - int lstatus = ncx_put_double_float(xp, tp, fillp); -#line 3615 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3615 - status = lstatus; -#line 3615 - } -#line 3615 - -#line 3615 - *xpp = (void *)xp; -#line 3615 - return status; -#line 3615 -#endif -#line 3615 -} -#line 3615 - -int -#line 3616 -ncx_putn_double_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3616 -{ -#line 3616 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3616 - -#line 3616 - /* basic algorithm is: -#line 3616 - * - ensure sane alignment of output data -#line 3616 - * - copy (conversion happens automatically) input data -#line 3616 - * to output -#line 3616 - * - update tp to point at next unconverted input, and xpp to point -#line 3616 - * at next location for converted output -#line 3616 - */ -#line 3616 - long i, j, ni; -#line 3616 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3616 - double *xp; -#line 3616 - int nrange = 0; /* number of range errors */ -#line 3616 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3616 - long cxp = (long) *((char**)xpp); -#line 3616 - -#line 3616 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3616 - /* sjl: manually stripmine so we can limit amount of -#line 3616 - * vector work space reserved to LOOPCNT elements. Also -#line 3616 - * makes vectorisation easy */ -#line 3616 - for (j=0; j= 0 */ -#line 3616 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3616 - nrange += tp[i] > X_DOUBLE_MAX || tp[i] < X_DOUBLE_MIN; -#line 3616 - } -#line 3616 - /* copy workspace back if necessary */ -#line 3616 - if (realign) { -#line 3616 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3616 - xp = (double *) *xpp; -#line 3616 - } -#line 3616 - /* update xpp and tp */ -#line 3616 - xp += ni; -#line 3616 - tp += ni; -#line 3616 - *xpp = (void*)xp; -#line 3616 - } -#line 3616 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3616 - -#line 3616 -#else /* not SX */ -#line 3616 - -#line 3616 - char *xp = (char *) *xpp; -#line 3616 - int status = NC_NOERR; -#line 3616 - -#line 3616 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3616 - { -#line 3616 - int lstatus = ncx_put_double_longlong(xp, tp, fillp); -#line 3616 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3616 - status = lstatus; -#line 3616 - } -#line 3616 - -#line 3616 - *xpp = (void *)xp; -#line 3616 - return status; -#line 3616 -#endif -#line 3616 -} -#line 3616 - -int -#line 3617 -ncx_putn_double_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3617 -{ -#line 3617 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3617 - -#line 3617 - /* basic algorithm is: -#line 3617 - * - ensure sane alignment of output data -#line 3617 - * - copy (conversion happens automatically) input data -#line 3617 - * to output -#line 3617 - * - update tp to point at next unconverted input, and xpp to point -#line 3617 - * at next location for converted output -#line 3617 - */ -#line 3617 - long i, j, ni; -#line 3617 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3617 - double *xp; -#line 3617 - int nrange = 0; /* number of range errors */ -#line 3617 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3617 - long cxp = (long) *((char**)xpp); -#line 3617 - -#line 3617 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3617 - /* sjl: manually stripmine so we can limit amount of -#line 3617 - * vector work space reserved to LOOPCNT elements. Also -#line 3617 - * makes vectorisation easy */ -#line 3617 - for (j=0; j= 0 */ -#line 3617 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3617 - nrange += tp[i] > X_DOUBLE_MAX ; -#line 3617 - } -#line 3617 - /* copy workspace back if necessary */ -#line 3617 - if (realign) { -#line 3617 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3617 - xp = (double *) *xpp; -#line 3617 - } -#line 3617 - /* update xpp and tp */ -#line 3617 - xp += ni; -#line 3617 - tp += ni; -#line 3617 - *xpp = (void*)xp; -#line 3617 - } -#line 3617 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3617 - -#line 3617 -#else /* not SX */ -#line 3617 - -#line 3617 - char *xp = (char *) *xpp; -#line 3617 - int status = NC_NOERR; -#line 3617 - -#line 3617 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3617 - { -#line 3617 - int lstatus = ncx_put_double_uchar(xp, tp, fillp); -#line 3617 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3617 - status = lstatus; -#line 3617 - } -#line 3617 - -#line 3617 - *xpp = (void *)xp; -#line 3617 - return status; -#line 3617 -#endif -#line 3617 -} -#line 3617 - -int -#line 3618 -ncx_putn_double_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3618 -{ -#line 3618 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3618 - -#line 3618 - /* basic algorithm is: -#line 3618 - * - ensure sane alignment of output data -#line 3618 - * - copy (conversion happens automatically) input data -#line 3618 - * to output -#line 3618 - * - update tp to point at next unconverted input, and xpp to point -#line 3618 - * at next location for converted output -#line 3618 - */ -#line 3618 - long i, j, ni; -#line 3618 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3618 - double *xp; -#line 3618 - int nrange = 0; /* number of range errors */ -#line 3618 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3618 - long cxp = (long) *((char**)xpp); -#line 3618 - -#line 3618 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3618 - /* sjl: manually stripmine so we can limit amount of -#line 3618 - * vector work space reserved to LOOPCNT elements. Also -#line 3618 - * makes vectorisation easy */ -#line 3618 - for (j=0; j= 0 */ -#line 3618 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3618 - nrange += tp[i] > X_DOUBLE_MAX ; -#line 3618 - } -#line 3618 - /* copy workspace back if necessary */ -#line 3618 - if (realign) { -#line 3618 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3618 - xp = (double *) *xpp; -#line 3618 - } -#line 3618 - /* update xpp and tp */ -#line 3618 - xp += ni; -#line 3618 - tp += ni; -#line 3618 - *xpp = (void*)xp; -#line 3618 - } -#line 3618 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3618 - -#line 3618 -#else /* not SX */ -#line 3618 - -#line 3618 - char *xp = (char *) *xpp; -#line 3618 - int status = NC_NOERR; -#line 3618 - -#line 3618 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3618 - { -#line 3618 - int lstatus = ncx_put_double_ushort(xp, tp, fillp); -#line 3618 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3618 - status = lstatus; -#line 3618 - } -#line 3618 - -#line 3618 - *xpp = (void *)xp; -#line 3618 - return status; -#line 3618 -#endif -#line 3618 -} -#line 3618 - -int -#line 3619 -ncx_putn_double_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3619 -{ -#line 3619 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3619 - -#line 3619 - /* basic algorithm is: -#line 3619 - * - ensure sane alignment of output data -#line 3619 - * - copy (conversion happens automatically) input data -#line 3619 - * to output -#line 3619 - * - update tp to point at next unconverted input, and xpp to point -#line 3619 - * at next location for converted output -#line 3619 - */ -#line 3619 - long i, j, ni; -#line 3619 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3619 - double *xp; -#line 3619 - int nrange = 0; /* number of range errors */ -#line 3619 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3619 - long cxp = (long) *((char**)xpp); -#line 3619 - -#line 3619 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3619 - /* sjl: manually stripmine so we can limit amount of -#line 3619 - * vector work space reserved to LOOPCNT elements. Also -#line 3619 - * makes vectorisation easy */ -#line 3619 - for (j=0; j= 0 */ -#line 3619 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3619 - nrange += tp[i] > X_DOUBLE_MAX ; -#line 3619 - } -#line 3619 - /* copy workspace back if necessary */ -#line 3619 - if (realign) { -#line 3619 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3619 - xp = (double *) *xpp; -#line 3619 - } -#line 3619 - /* update xpp and tp */ -#line 3619 - xp += ni; -#line 3619 - tp += ni; -#line 3619 - *xpp = (void*)xp; -#line 3619 - } -#line 3619 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3619 - -#line 3619 -#else /* not SX */ -#line 3619 - -#line 3619 - char *xp = (char *) *xpp; -#line 3619 - int status = NC_NOERR; -#line 3619 - -#line 3619 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3619 - { -#line 3619 - int lstatus = ncx_put_double_uint(xp, tp, fillp); -#line 3619 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3619 - status = lstatus; -#line 3619 - } -#line 3619 - -#line 3619 - *xpp = (void *)xp; -#line 3619 - return status; -#line 3619 -#endif -#line 3619 -} -#line 3619 - -int -#line 3620 -ncx_putn_double_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3620 -{ -#line 3620 -#if defined(_SX) && _SX != 0 && X_SIZEOF_DOUBLE == SIZEOF_DOUBLE -#line 3620 - -#line 3620 - /* basic algorithm is: -#line 3620 - * - ensure sane alignment of output data -#line 3620 - * - copy (conversion happens automatically) input data -#line 3620 - * to output -#line 3620 - * - update tp to point at next unconverted input, and xpp to point -#line 3620 - * at next location for converted output -#line 3620 - */ -#line 3620 - long i, j, ni; -#line 3620 - double tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3620 - double *xp; -#line 3620 - int nrange = 0; /* number of range errors */ -#line 3620 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3620 - long cxp = (long) *((char**)xpp); -#line 3620 - -#line 3620 - realign = (cxp & 7) % SIZEOF_DOUBLE; -#line 3620 - /* sjl: manually stripmine so we can limit amount of -#line 3620 - * vector work space reserved to LOOPCNT elements. Also -#line 3620 - * makes vectorisation easy */ -#line 3620 - for (j=0; j= 0 */ -#line 3620 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3620 - nrange += tp[i] > X_DOUBLE_MAX ; -#line 3620 - } -#line 3620 - /* copy workspace back if necessary */ -#line 3620 - if (realign) { -#line 3620 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_DOUBLE); -#line 3620 - xp = (double *) *xpp; -#line 3620 - } -#line 3620 - /* update xpp and tp */ -#line 3620 - xp += ni; -#line 3620 - tp += ni; -#line 3620 - *xpp = (void*)xp; -#line 3620 - } -#line 3620 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3620 - -#line 3620 -#else /* not SX */ -#line 3620 - -#line 3620 - char *xp = (char *) *xpp; -#line 3620 - int status = NC_NOERR; -#line 3620 - -#line 3620 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_DOUBLE, tp++) -#line 3620 - { -#line 3620 - int lstatus = ncx_put_double_ulonglong(xp, tp, fillp); -#line 3620 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3620 - status = lstatus; -#line 3620 - } -#line 3620 - -#line 3620 - *xpp = (void *)xp; -#line 3620 - return status; -#line 3620 -#endif -#line 3620 -} -#line 3620 - - - -/* longlong ------------------------------------------------------------------*/ - -#if X_SIZEOF_INT64 == SIZEOF_LONGLONG -/* optimized version */ -int -ncx_getn_longlong_longlong(const void **xpp, size_t nelems, long long *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_LONG_LONG); -# else - swapn8b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_INT64); - return NC_NOERR; -} -#else -int -#line 3639 -ncx_getn_longlong_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3639 -{ -#line 3639 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3639 - -#line 3639 - /* basic algorithm is: -#line 3639 - * - ensure sane alignment of input data -#line 3639 - * - copy (conversion happens automatically) input data -#line 3639 - * to output -#line 3639 - * - update xpp to point at next unconverted input, and tp to point -#line 3639 - * at next location for converted output -#line 3639 - */ -#line 3639 - long i, j, ni; -#line 3639 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3639 - int64 *xp; -#line 3639 - int nrange = 0; /* number of range errors */ -#line 3639 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3639 - long cxp = (long) *((char**)xpp); -#line 3639 - -#line 3639 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3639 - /* sjl: manually stripmine so we can limit amount of -#line 3639 - * vector work space reserved to LOOPCNT elements. Also -#line 3639 - * makes vectorisation easy */ -#line 3639 - for (j=0; j= 0 */ -#line 3639 - nrange += xp[i] > LONGLONG_MAX || xp[i] < LONGLONG_MIN; -#line 3639 - } -#line 3639 - /* update xpp and tp */ -#line 3639 - if (realign) xp = (int64 *) *xpp; -#line 3639 - xp += ni; -#line 3639 - tp += ni; -#line 3639 - *xpp = (void*)xp; -#line 3639 - } -#line 3639 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3639 - -#line 3639 -#else /* not SX */ -#line 3639 - const char *xp = (const char *) *xpp; -#line 3639 - int status = NC_NOERR; -#line 3639 - -#line 3639 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3639 - { -#line 3639 - const int lstatus = ncx_get_longlong_longlong(xp, tp); -#line 3639 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3639 - status = lstatus; -#line 3639 - } -#line 3639 - -#line 3639 - *xpp = (const void *)xp; -#line 3639 - return status; -#line 3639 -#endif -#line 3639 -} -#line 3639 - -#endif -int -#line 3641 -ncx_getn_longlong_schar(const void **xpp, size_t nelems, schar *tp) -#line 3641 -{ -#line 3641 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3641 - -#line 3641 - /* basic algorithm is: -#line 3641 - * - ensure sane alignment of input data -#line 3641 - * - copy (conversion happens automatically) input data -#line 3641 - * to output -#line 3641 - * - update xpp to point at next unconverted input, and tp to point -#line 3641 - * at next location for converted output -#line 3641 - */ -#line 3641 - long i, j, ni; -#line 3641 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3641 - int64 *xp; -#line 3641 - int nrange = 0; /* number of range errors */ -#line 3641 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3641 - long cxp = (long) *((char**)xpp); -#line 3641 - -#line 3641 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3641 - /* sjl: manually stripmine so we can limit amount of -#line 3641 - * vector work space reserved to LOOPCNT elements. Also -#line 3641 - * makes vectorisation easy */ -#line 3641 - for (j=0; j= 0 */ -#line 3641 - nrange += xp[i] > SCHAR_MAX || xp[i] < SCHAR_MIN; -#line 3641 - } -#line 3641 - /* update xpp and tp */ -#line 3641 - if (realign) xp = (int64 *) *xpp; -#line 3641 - xp += ni; -#line 3641 - tp += ni; -#line 3641 - *xpp = (void*)xp; -#line 3641 - } -#line 3641 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3641 - -#line 3641 -#else /* not SX */ -#line 3641 - const char *xp = (const char *) *xpp; -#line 3641 - int status = NC_NOERR; -#line 3641 - -#line 3641 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3641 - { -#line 3641 - const int lstatus = ncx_get_longlong_schar(xp, tp); -#line 3641 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3641 - status = lstatus; -#line 3641 - } -#line 3641 - -#line 3641 - *xpp = (const void *)xp; -#line 3641 - return status; -#line 3641 -#endif -#line 3641 -} -#line 3641 - -int -#line 3642 -ncx_getn_longlong_short(const void **xpp, size_t nelems, short *tp) -#line 3642 -{ -#line 3642 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3642 - -#line 3642 - /* basic algorithm is: -#line 3642 - * - ensure sane alignment of input data -#line 3642 - * - copy (conversion happens automatically) input data -#line 3642 - * to output -#line 3642 - * - update xpp to point at next unconverted input, and tp to point -#line 3642 - * at next location for converted output -#line 3642 - */ -#line 3642 - long i, j, ni; -#line 3642 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3642 - int64 *xp; -#line 3642 - int nrange = 0; /* number of range errors */ -#line 3642 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3642 - long cxp = (long) *((char**)xpp); -#line 3642 - -#line 3642 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3642 - /* sjl: manually stripmine so we can limit amount of -#line 3642 - * vector work space reserved to LOOPCNT elements. Also -#line 3642 - * makes vectorisation easy */ -#line 3642 - for (j=0; j= 0 */ -#line 3642 - nrange += xp[i] > SHORT_MAX || xp[i] < SHORT_MIN; -#line 3642 - } -#line 3642 - /* update xpp and tp */ -#line 3642 - if (realign) xp = (int64 *) *xpp; -#line 3642 - xp += ni; -#line 3642 - tp += ni; -#line 3642 - *xpp = (void*)xp; -#line 3642 - } -#line 3642 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3642 - -#line 3642 -#else /* not SX */ -#line 3642 - const char *xp = (const char *) *xpp; -#line 3642 - int status = NC_NOERR; -#line 3642 - -#line 3642 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3642 - { -#line 3642 - const int lstatus = ncx_get_longlong_short(xp, tp); -#line 3642 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3642 - status = lstatus; -#line 3642 - } -#line 3642 - -#line 3642 - *xpp = (const void *)xp; -#line 3642 - return status; -#line 3642 -#endif -#line 3642 -} -#line 3642 - -int -#line 3643 -ncx_getn_longlong_int(const void **xpp, size_t nelems, int *tp) -#line 3643 -{ -#line 3643 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3643 - -#line 3643 - /* basic algorithm is: -#line 3643 - * - ensure sane alignment of input data -#line 3643 - * - copy (conversion happens automatically) input data -#line 3643 - * to output -#line 3643 - * - update xpp to point at next unconverted input, and tp to point -#line 3643 - * at next location for converted output -#line 3643 - */ -#line 3643 - long i, j, ni; -#line 3643 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3643 - int64 *xp; -#line 3643 - int nrange = 0; /* number of range errors */ -#line 3643 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3643 - long cxp = (long) *((char**)xpp); -#line 3643 - -#line 3643 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3643 - /* sjl: manually stripmine so we can limit amount of -#line 3643 - * vector work space reserved to LOOPCNT elements. Also -#line 3643 - * makes vectorisation easy */ -#line 3643 - for (j=0; j= 0 */ -#line 3643 - nrange += xp[i] > INT_MAX || xp[i] < INT_MIN; -#line 3643 - } -#line 3643 - /* update xpp and tp */ -#line 3643 - if (realign) xp = (int64 *) *xpp; -#line 3643 - xp += ni; -#line 3643 - tp += ni; -#line 3643 - *xpp = (void*)xp; -#line 3643 - } -#line 3643 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3643 - -#line 3643 -#else /* not SX */ -#line 3643 - const char *xp = (const char *) *xpp; -#line 3643 - int status = NC_NOERR; -#line 3643 - -#line 3643 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3643 - { -#line 3643 - const int lstatus = ncx_get_longlong_int(xp, tp); -#line 3643 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3643 - status = lstatus; -#line 3643 - } -#line 3643 - -#line 3643 - *xpp = (const void *)xp; -#line 3643 - return status; -#line 3643 -#endif -#line 3643 -} -#line 3643 - -int -#line 3644 -ncx_getn_longlong_long(const void **xpp, size_t nelems, long *tp) -#line 3644 -{ -#line 3644 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3644 - -#line 3644 - /* basic algorithm is: -#line 3644 - * - ensure sane alignment of input data -#line 3644 - * - copy (conversion happens automatically) input data -#line 3644 - * to output -#line 3644 - * - update xpp to point at next unconverted input, and tp to point -#line 3644 - * at next location for converted output -#line 3644 - */ -#line 3644 - long i, j, ni; -#line 3644 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3644 - int64 *xp; -#line 3644 - int nrange = 0; /* number of range errors */ -#line 3644 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3644 - long cxp = (long) *((char**)xpp); -#line 3644 - -#line 3644 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3644 - /* sjl: manually stripmine so we can limit amount of -#line 3644 - * vector work space reserved to LOOPCNT elements. Also -#line 3644 - * makes vectorisation easy */ -#line 3644 - for (j=0; j= 0 */ -#line 3644 - nrange += xp[i] > LONG_MAX || xp[i] < LONG_MIN; -#line 3644 - } -#line 3644 - /* update xpp and tp */ -#line 3644 - if (realign) xp = (int64 *) *xpp; -#line 3644 - xp += ni; -#line 3644 - tp += ni; -#line 3644 - *xpp = (void*)xp; -#line 3644 - } -#line 3644 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3644 - -#line 3644 -#else /* not SX */ -#line 3644 - const char *xp = (const char *) *xpp; -#line 3644 - int status = NC_NOERR; -#line 3644 - -#line 3644 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3644 - { -#line 3644 - const int lstatus = ncx_get_longlong_long(xp, tp); -#line 3644 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3644 - status = lstatus; -#line 3644 - } -#line 3644 - -#line 3644 - *xpp = (const void *)xp; -#line 3644 - return status; -#line 3644 -#endif -#line 3644 -} -#line 3644 - -int -#line 3645 -ncx_getn_longlong_float(const void **xpp, size_t nelems, float *tp) -#line 3645 -{ -#line 3645 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3645 - -#line 3645 - /* basic algorithm is: -#line 3645 - * - ensure sane alignment of input data -#line 3645 - * - copy (conversion happens automatically) input data -#line 3645 - * to output -#line 3645 - * - update xpp to point at next unconverted input, and tp to point -#line 3645 - * at next location for converted output -#line 3645 - */ -#line 3645 - long i, j, ni; -#line 3645 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3645 - int64 *xp; -#line 3645 - int nrange = 0; /* number of range errors */ -#line 3645 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3645 - long cxp = (long) *((char**)xpp); -#line 3645 - -#line 3645 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3645 - /* sjl: manually stripmine so we can limit amount of -#line 3645 - * vector work space reserved to LOOPCNT elements. Also -#line 3645 - * makes vectorisation easy */ -#line 3645 - for (j=0; j= 0 */ -#line 3645 - nrange += xp[i] > FLOAT_MAX || xp[i] < FLOAT_MIN; -#line 3645 - } -#line 3645 - /* update xpp and tp */ -#line 3645 - if (realign) xp = (int64 *) *xpp; -#line 3645 - xp += ni; -#line 3645 - tp += ni; -#line 3645 - *xpp = (void*)xp; -#line 3645 - } -#line 3645 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3645 - -#line 3645 -#else /* not SX */ -#line 3645 - const char *xp = (const char *) *xpp; -#line 3645 - int status = NC_NOERR; -#line 3645 - -#line 3645 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3645 - { -#line 3645 - const int lstatus = ncx_get_longlong_float(xp, tp); -#line 3645 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3645 - status = lstatus; -#line 3645 - } -#line 3645 - -#line 3645 - *xpp = (const void *)xp; -#line 3645 - return status; -#line 3645 -#endif -#line 3645 -} -#line 3645 - -int -#line 3646 -ncx_getn_longlong_double(const void **xpp, size_t nelems, double *tp) -#line 3646 -{ -#line 3646 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3646 - -#line 3646 - /* basic algorithm is: -#line 3646 - * - ensure sane alignment of input data -#line 3646 - * - copy (conversion happens automatically) input data -#line 3646 - * to output -#line 3646 - * - update xpp to point at next unconverted input, and tp to point -#line 3646 - * at next location for converted output -#line 3646 - */ -#line 3646 - long i, j, ni; -#line 3646 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3646 - int64 *xp; -#line 3646 - int nrange = 0; /* number of range errors */ -#line 3646 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3646 - long cxp = (long) *((char**)xpp); -#line 3646 - -#line 3646 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3646 - /* sjl: manually stripmine so we can limit amount of -#line 3646 - * vector work space reserved to LOOPCNT elements. Also -#line 3646 - * makes vectorisation easy */ -#line 3646 - for (j=0; j= 0 */ -#line 3646 - nrange += xp[i] > DOUBLE_MAX || xp[i] < DOUBLE_MIN; -#line 3646 - } -#line 3646 - /* update xpp and tp */ -#line 3646 - if (realign) xp = (int64 *) *xpp; -#line 3646 - xp += ni; -#line 3646 - tp += ni; -#line 3646 - *xpp = (void*)xp; -#line 3646 - } -#line 3646 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3646 - -#line 3646 -#else /* not SX */ -#line 3646 - const char *xp = (const char *) *xpp; -#line 3646 - int status = NC_NOERR; -#line 3646 - -#line 3646 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3646 - { -#line 3646 - const int lstatus = ncx_get_longlong_double(xp, tp); -#line 3646 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3646 - status = lstatus; -#line 3646 - } -#line 3646 - -#line 3646 - *xpp = (const void *)xp; -#line 3646 - return status; -#line 3646 -#endif -#line 3646 -} -#line 3646 - -int -#line 3647 -ncx_getn_longlong_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3647 -{ -#line 3647 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3647 - -#line 3647 - /* basic algorithm is: -#line 3647 - * - ensure sane alignment of input data -#line 3647 - * - copy (conversion happens automatically) input data -#line 3647 - * to output -#line 3647 - * - update xpp to point at next unconverted input, and tp to point -#line 3647 - * at next location for converted output -#line 3647 - */ -#line 3647 - long i, j, ni; -#line 3647 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3647 - int64 *xp; -#line 3647 - int nrange = 0; /* number of range errors */ -#line 3647 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3647 - long cxp = (long) *((char**)xpp); -#line 3647 - -#line 3647 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3647 - /* sjl: manually stripmine so we can limit amount of -#line 3647 - * vector work space reserved to LOOPCNT elements. Also -#line 3647 - * makes vectorisation easy */ -#line 3647 - for (j=0; j= 0 */ -#line 3647 - nrange += xp[i] > UCHAR_MAX || xp[i] < 0; -#line 3647 - } -#line 3647 - /* update xpp and tp */ -#line 3647 - if (realign) xp = (int64 *) *xpp; -#line 3647 - xp += ni; -#line 3647 - tp += ni; -#line 3647 - *xpp = (void*)xp; -#line 3647 - } -#line 3647 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3647 - -#line 3647 -#else /* not SX */ -#line 3647 - const char *xp = (const char *) *xpp; -#line 3647 - int status = NC_NOERR; -#line 3647 - -#line 3647 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3647 - { -#line 3647 - const int lstatus = ncx_get_longlong_uchar(xp, tp); -#line 3647 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3647 - status = lstatus; -#line 3647 - } -#line 3647 - -#line 3647 - *xpp = (const void *)xp; -#line 3647 - return status; -#line 3647 -#endif -#line 3647 -} -#line 3647 - -int -#line 3648 -ncx_getn_longlong_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3648 -{ -#line 3648 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3648 - -#line 3648 - /* basic algorithm is: -#line 3648 - * - ensure sane alignment of input data -#line 3648 - * - copy (conversion happens automatically) input data -#line 3648 - * to output -#line 3648 - * - update xpp to point at next unconverted input, and tp to point -#line 3648 - * at next location for converted output -#line 3648 - */ -#line 3648 - long i, j, ni; -#line 3648 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3648 - int64 *xp; -#line 3648 - int nrange = 0; /* number of range errors */ -#line 3648 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3648 - long cxp = (long) *((char**)xpp); -#line 3648 - -#line 3648 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3648 - /* sjl: manually stripmine so we can limit amount of -#line 3648 - * vector work space reserved to LOOPCNT elements. Also -#line 3648 - * makes vectorisation easy */ -#line 3648 - for (j=0; j= 0 */ -#line 3648 - nrange += xp[i] > USHORT_MAX || xp[i] < 0; -#line 3648 - } -#line 3648 - /* update xpp and tp */ -#line 3648 - if (realign) xp = (int64 *) *xpp; -#line 3648 - xp += ni; -#line 3648 - tp += ni; -#line 3648 - *xpp = (void*)xp; -#line 3648 - } -#line 3648 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3648 - -#line 3648 -#else /* not SX */ -#line 3648 - const char *xp = (const char *) *xpp; -#line 3648 - int status = NC_NOERR; -#line 3648 - -#line 3648 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3648 - { -#line 3648 - const int lstatus = ncx_get_longlong_ushort(xp, tp); -#line 3648 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3648 - status = lstatus; -#line 3648 - } -#line 3648 - -#line 3648 - *xpp = (const void *)xp; -#line 3648 - return status; -#line 3648 -#endif -#line 3648 -} -#line 3648 - -int -#line 3649 -ncx_getn_longlong_uint(const void **xpp, size_t nelems, uint *tp) -#line 3649 -{ -#line 3649 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3649 - -#line 3649 - /* basic algorithm is: -#line 3649 - * - ensure sane alignment of input data -#line 3649 - * - copy (conversion happens automatically) input data -#line 3649 - * to output -#line 3649 - * - update xpp to point at next unconverted input, and tp to point -#line 3649 - * at next location for converted output -#line 3649 - */ -#line 3649 - long i, j, ni; -#line 3649 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3649 - int64 *xp; -#line 3649 - int nrange = 0; /* number of range errors */ -#line 3649 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3649 - long cxp = (long) *((char**)xpp); -#line 3649 - -#line 3649 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3649 - /* sjl: manually stripmine so we can limit amount of -#line 3649 - * vector work space reserved to LOOPCNT elements. Also -#line 3649 - * makes vectorisation easy */ -#line 3649 - for (j=0; j= 0 */ -#line 3649 - nrange += xp[i] > UINT_MAX || xp[i] < 0; -#line 3649 - } -#line 3649 - /* update xpp and tp */ -#line 3649 - if (realign) xp = (int64 *) *xpp; -#line 3649 - xp += ni; -#line 3649 - tp += ni; -#line 3649 - *xpp = (void*)xp; -#line 3649 - } -#line 3649 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3649 - -#line 3649 -#else /* not SX */ -#line 3649 - const char *xp = (const char *) *xpp; -#line 3649 - int status = NC_NOERR; -#line 3649 - -#line 3649 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3649 - { -#line 3649 - const int lstatus = ncx_get_longlong_uint(xp, tp); -#line 3649 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3649 - status = lstatus; -#line 3649 - } -#line 3649 - -#line 3649 - *xpp = (const void *)xp; -#line 3649 - return status; -#line 3649 -#endif -#line 3649 -} -#line 3649 - -int -#line 3650 -ncx_getn_longlong_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3650 -{ -#line 3650 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3650 - -#line 3650 - /* basic algorithm is: -#line 3650 - * - ensure sane alignment of input data -#line 3650 - * - copy (conversion happens automatically) input data -#line 3650 - * to output -#line 3650 - * - update xpp to point at next unconverted input, and tp to point -#line 3650 - * at next location for converted output -#line 3650 - */ -#line 3650 - long i, j, ni; -#line 3650 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3650 - int64 *xp; -#line 3650 - int nrange = 0; /* number of range errors */ -#line 3650 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3650 - long cxp = (long) *((char**)xpp); -#line 3650 - -#line 3650 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3650 - /* sjl: manually stripmine so we can limit amount of -#line 3650 - * vector work space reserved to LOOPCNT elements. Also -#line 3650 - * makes vectorisation easy */ -#line 3650 - for (j=0; j= 0 */ -#line 3650 - nrange += xp[i] > ULONGLONG_MAX || xp[i] < 0; -#line 3650 - } -#line 3650 - /* update xpp and tp */ -#line 3650 - if (realign) xp = (int64 *) *xpp; -#line 3650 - xp += ni; -#line 3650 - tp += ni; -#line 3650 - *xpp = (void*)xp; -#line 3650 - } -#line 3650 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3650 - -#line 3650 -#else /* not SX */ -#line 3650 - const char *xp = (const char *) *xpp; -#line 3650 - int status = NC_NOERR; -#line 3650 - -#line 3650 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3650 - { -#line 3650 - const int lstatus = ncx_get_longlong_ulonglong(xp, tp); -#line 3650 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3650 - status = lstatus; -#line 3650 - } -#line 3650 - -#line 3650 - *xpp = (const void *)xp; -#line 3650 - return status; -#line 3650 -#endif -#line 3650 -} -#line 3650 - - -#if X_SIZEOF_INT64 == SIZEOF_LONGLONG -/* optimized version */ -int -ncx_putn_longlong_longlong(void **xpp, size_t nelems, const long long *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_INT64); -# else - swapn8b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_INT64); - return NC_NOERR; -} -#else -int -#line 3666 -ncx_putn_longlong_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3666 -{ -#line 3666 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3666 - -#line 3666 - /* basic algorithm is: -#line 3666 - * - ensure sane alignment of output data -#line 3666 - * - copy (conversion happens automatically) input data -#line 3666 - * to output -#line 3666 - * - update tp to point at next unconverted input, and xpp to point -#line 3666 - * at next location for converted output -#line 3666 - */ -#line 3666 - long i, j, ni; -#line 3666 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3666 - int64 *xp; -#line 3666 - int nrange = 0; /* number of range errors */ -#line 3666 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3666 - long cxp = (long) *((char**)xpp); -#line 3666 - -#line 3666 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3666 - /* sjl: manually stripmine so we can limit amount of -#line 3666 - * vector work space reserved to LOOPCNT elements. Also -#line 3666 - * makes vectorisation easy */ -#line 3666 - for (j=0; j= 0 */ -#line 3666 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3666 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3666 - } -#line 3666 - /* copy workspace back if necessary */ -#line 3666 - if (realign) { -#line 3666 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3666 - xp = (int64 *) *xpp; -#line 3666 - } -#line 3666 - /* update xpp and tp */ -#line 3666 - xp += ni; -#line 3666 - tp += ni; -#line 3666 - *xpp = (void*)xp; -#line 3666 - } -#line 3666 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3666 - -#line 3666 -#else /* not SX */ -#line 3666 - -#line 3666 - char *xp = (char *) *xpp; -#line 3666 - int status = NC_NOERR; -#line 3666 - -#line 3666 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3666 - { -#line 3666 - int lstatus = ncx_put_longlong_longlong(xp, tp, fillp); -#line 3666 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3666 - status = lstatus; -#line 3666 - } -#line 3666 - -#line 3666 - *xpp = (void *)xp; -#line 3666 - return status; -#line 3666 -#endif -#line 3666 -} -#line 3666 - -#endif -int -#line 3668 -ncx_putn_longlong_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3668 -{ -#line 3668 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3668 - -#line 3668 - /* basic algorithm is: -#line 3668 - * - ensure sane alignment of output data -#line 3668 - * - copy (conversion happens automatically) input data -#line 3668 - * to output -#line 3668 - * - update tp to point at next unconverted input, and xpp to point -#line 3668 - * at next location for converted output -#line 3668 - */ -#line 3668 - long i, j, ni; -#line 3668 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3668 - int64 *xp; -#line 3668 - int nrange = 0; /* number of range errors */ -#line 3668 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3668 - long cxp = (long) *((char**)xpp); -#line 3668 - -#line 3668 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3668 - /* sjl: manually stripmine so we can limit amount of -#line 3668 - * vector work space reserved to LOOPCNT elements. Also -#line 3668 - * makes vectorisation easy */ -#line 3668 - for (j=0; j= 0 */ -#line 3668 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3668 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3668 - } -#line 3668 - /* copy workspace back if necessary */ -#line 3668 - if (realign) { -#line 3668 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3668 - xp = (int64 *) *xpp; -#line 3668 - } -#line 3668 - /* update xpp and tp */ -#line 3668 - xp += ni; -#line 3668 - tp += ni; -#line 3668 - *xpp = (void*)xp; -#line 3668 - } -#line 3668 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3668 - -#line 3668 -#else /* not SX */ -#line 3668 - -#line 3668 - char *xp = (char *) *xpp; -#line 3668 - int status = NC_NOERR; -#line 3668 - -#line 3668 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3668 - { -#line 3668 - int lstatus = ncx_put_longlong_schar(xp, tp, fillp); -#line 3668 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3668 - status = lstatus; -#line 3668 - } -#line 3668 - -#line 3668 - *xpp = (void *)xp; -#line 3668 - return status; -#line 3668 -#endif -#line 3668 -} -#line 3668 - -int -#line 3669 -ncx_putn_longlong_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3669 -{ -#line 3669 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3669 - -#line 3669 - /* basic algorithm is: -#line 3669 - * - ensure sane alignment of output data -#line 3669 - * - copy (conversion happens automatically) input data -#line 3669 - * to output -#line 3669 - * - update tp to point at next unconverted input, and xpp to point -#line 3669 - * at next location for converted output -#line 3669 - */ -#line 3669 - long i, j, ni; -#line 3669 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3669 - int64 *xp; -#line 3669 - int nrange = 0; /* number of range errors */ -#line 3669 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3669 - long cxp = (long) *((char**)xpp); -#line 3669 - -#line 3669 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3669 - /* sjl: manually stripmine so we can limit amount of -#line 3669 - * vector work space reserved to LOOPCNT elements. Also -#line 3669 - * makes vectorisation easy */ -#line 3669 - for (j=0; j= 0 */ -#line 3669 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3669 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3669 - } -#line 3669 - /* copy workspace back if necessary */ -#line 3669 - if (realign) { -#line 3669 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3669 - xp = (int64 *) *xpp; -#line 3669 - } -#line 3669 - /* update xpp and tp */ -#line 3669 - xp += ni; -#line 3669 - tp += ni; -#line 3669 - *xpp = (void*)xp; -#line 3669 - } -#line 3669 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3669 - -#line 3669 -#else /* not SX */ -#line 3669 - -#line 3669 - char *xp = (char *) *xpp; -#line 3669 - int status = NC_NOERR; -#line 3669 - -#line 3669 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3669 - { -#line 3669 - int lstatus = ncx_put_longlong_short(xp, tp, fillp); -#line 3669 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3669 - status = lstatus; -#line 3669 - } -#line 3669 - -#line 3669 - *xpp = (void *)xp; -#line 3669 - return status; -#line 3669 -#endif -#line 3669 -} -#line 3669 - -int -#line 3670 -ncx_putn_longlong_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3670 -{ -#line 3670 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3670 - -#line 3670 - /* basic algorithm is: -#line 3670 - * - ensure sane alignment of output data -#line 3670 - * - copy (conversion happens automatically) input data -#line 3670 - * to output -#line 3670 - * - update tp to point at next unconverted input, and xpp to point -#line 3670 - * at next location for converted output -#line 3670 - */ -#line 3670 - long i, j, ni; -#line 3670 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3670 - int64 *xp; -#line 3670 - int nrange = 0; /* number of range errors */ -#line 3670 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3670 - long cxp = (long) *((char**)xpp); -#line 3670 - -#line 3670 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3670 - /* sjl: manually stripmine so we can limit amount of -#line 3670 - * vector work space reserved to LOOPCNT elements. Also -#line 3670 - * makes vectorisation easy */ -#line 3670 - for (j=0; j= 0 */ -#line 3670 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3670 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3670 - } -#line 3670 - /* copy workspace back if necessary */ -#line 3670 - if (realign) { -#line 3670 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3670 - xp = (int64 *) *xpp; -#line 3670 - } -#line 3670 - /* update xpp and tp */ -#line 3670 - xp += ni; -#line 3670 - tp += ni; -#line 3670 - *xpp = (void*)xp; -#line 3670 - } -#line 3670 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3670 - -#line 3670 -#else /* not SX */ -#line 3670 - -#line 3670 - char *xp = (char *) *xpp; -#line 3670 - int status = NC_NOERR; -#line 3670 - -#line 3670 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3670 - { -#line 3670 - int lstatus = ncx_put_longlong_int(xp, tp, fillp); -#line 3670 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3670 - status = lstatus; -#line 3670 - } -#line 3670 - -#line 3670 - *xpp = (void *)xp; -#line 3670 - return status; -#line 3670 -#endif -#line 3670 -} -#line 3670 - -int -#line 3671 -ncx_putn_longlong_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3671 -{ -#line 3671 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3671 - -#line 3671 - /* basic algorithm is: -#line 3671 - * - ensure sane alignment of output data -#line 3671 - * - copy (conversion happens automatically) input data -#line 3671 - * to output -#line 3671 - * - update tp to point at next unconverted input, and xpp to point -#line 3671 - * at next location for converted output -#line 3671 - */ -#line 3671 - long i, j, ni; -#line 3671 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3671 - int64 *xp; -#line 3671 - int nrange = 0; /* number of range errors */ -#line 3671 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3671 - long cxp = (long) *((char**)xpp); -#line 3671 - -#line 3671 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3671 - /* sjl: manually stripmine so we can limit amount of -#line 3671 - * vector work space reserved to LOOPCNT elements. Also -#line 3671 - * makes vectorisation easy */ -#line 3671 - for (j=0; j= 0 */ -#line 3671 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3671 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3671 - } -#line 3671 - /* copy workspace back if necessary */ -#line 3671 - if (realign) { -#line 3671 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3671 - xp = (int64 *) *xpp; -#line 3671 - } -#line 3671 - /* update xpp and tp */ -#line 3671 - xp += ni; -#line 3671 - tp += ni; -#line 3671 - *xpp = (void*)xp; -#line 3671 - } -#line 3671 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3671 - -#line 3671 -#else /* not SX */ -#line 3671 - -#line 3671 - char *xp = (char *) *xpp; -#line 3671 - int status = NC_NOERR; -#line 3671 - -#line 3671 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3671 - { -#line 3671 - int lstatus = ncx_put_longlong_long(xp, tp, fillp); -#line 3671 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3671 - status = lstatus; -#line 3671 - } -#line 3671 - -#line 3671 - *xpp = (void *)xp; -#line 3671 - return status; -#line 3671 -#endif -#line 3671 -} -#line 3671 - -int -#line 3672 -ncx_putn_longlong_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3672 -{ -#line 3672 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3672 - -#line 3672 - /* basic algorithm is: -#line 3672 - * - ensure sane alignment of output data -#line 3672 - * - copy (conversion happens automatically) input data -#line 3672 - * to output -#line 3672 - * - update tp to point at next unconverted input, and xpp to point -#line 3672 - * at next location for converted output -#line 3672 - */ -#line 3672 - long i, j, ni; -#line 3672 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3672 - int64 *xp; -#line 3672 - int nrange = 0; /* number of range errors */ -#line 3672 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3672 - long cxp = (long) *((char**)xpp); -#line 3672 - -#line 3672 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3672 - /* sjl: manually stripmine so we can limit amount of -#line 3672 - * vector work space reserved to LOOPCNT elements. Also -#line 3672 - * makes vectorisation easy */ -#line 3672 - for (j=0; j= 0 */ -#line 3672 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3672 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3672 - } -#line 3672 - /* copy workspace back if necessary */ -#line 3672 - if (realign) { -#line 3672 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3672 - xp = (int64 *) *xpp; -#line 3672 - } -#line 3672 - /* update xpp and tp */ -#line 3672 - xp += ni; -#line 3672 - tp += ni; -#line 3672 - *xpp = (void*)xp; -#line 3672 - } -#line 3672 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3672 - -#line 3672 -#else /* not SX */ -#line 3672 - -#line 3672 - char *xp = (char *) *xpp; -#line 3672 - int status = NC_NOERR; -#line 3672 - -#line 3672 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3672 - { -#line 3672 - int lstatus = ncx_put_longlong_float(xp, tp, fillp); -#line 3672 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3672 - status = lstatus; -#line 3672 - } -#line 3672 - -#line 3672 - *xpp = (void *)xp; -#line 3672 - return status; -#line 3672 -#endif -#line 3672 -} -#line 3672 - -int -#line 3673 -ncx_putn_longlong_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3673 -{ -#line 3673 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3673 - -#line 3673 - /* basic algorithm is: -#line 3673 - * - ensure sane alignment of output data -#line 3673 - * - copy (conversion happens automatically) input data -#line 3673 - * to output -#line 3673 - * - update tp to point at next unconverted input, and xpp to point -#line 3673 - * at next location for converted output -#line 3673 - */ -#line 3673 - long i, j, ni; -#line 3673 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3673 - int64 *xp; -#line 3673 - int nrange = 0; /* number of range errors */ -#line 3673 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3673 - long cxp = (long) *((char**)xpp); -#line 3673 - -#line 3673 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3673 - /* sjl: manually stripmine so we can limit amount of -#line 3673 - * vector work space reserved to LOOPCNT elements. Also -#line 3673 - * makes vectorisation easy */ -#line 3673 - for (j=0; j= 0 */ -#line 3673 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3673 - nrange += tp[i] > X_INT64_MAX || tp[i] < X_INT64_MIN; -#line 3673 - } -#line 3673 - /* copy workspace back if necessary */ -#line 3673 - if (realign) { -#line 3673 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3673 - xp = (int64 *) *xpp; -#line 3673 - } -#line 3673 - /* update xpp and tp */ -#line 3673 - xp += ni; -#line 3673 - tp += ni; -#line 3673 - *xpp = (void*)xp; -#line 3673 - } -#line 3673 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3673 - -#line 3673 -#else /* not SX */ -#line 3673 - -#line 3673 - char *xp = (char *) *xpp; -#line 3673 - int status = NC_NOERR; -#line 3673 - -#line 3673 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3673 - { -#line 3673 - int lstatus = ncx_put_longlong_double(xp, tp, fillp); -#line 3673 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3673 - status = lstatus; -#line 3673 - } -#line 3673 - -#line 3673 - *xpp = (void *)xp; -#line 3673 - return status; -#line 3673 -#endif -#line 3673 -} -#line 3673 - -int -#line 3674 -ncx_putn_longlong_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3674 -{ -#line 3674 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3674 - -#line 3674 - /* basic algorithm is: -#line 3674 - * - ensure sane alignment of output data -#line 3674 - * - copy (conversion happens automatically) input data -#line 3674 - * to output -#line 3674 - * - update tp to point at next unconverted input, and xpp to point -#line 3674 - * at next location for converted output -#line 3674 - */ -#line 3674 - long i, j, ni; -#line 3674 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3674 - int64 *xp; -#line 3674 - int nrange = 0; /* number of range errors */ -#line 3674 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3674 - long cxp = (long) *((char**)xpp); -#line 3674 - -#line 3674 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3674 - /* sjl: manually stripmine so we can limit amount of -#line 3674 - * vector work space reserved to LOOPCNT elements. Also -#line 3674 - * makes vectorisation easy */ -#line 3674 - for (j=0; j= 0 */ -#line 3674 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3674 - nrange += tp[i] > X_INT64_MAX ; -#line 3674 - } -#line 3674 - /* copy workspace back if necessary */ -#line 3674 - if (realign) { -#line 3674 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3674 - xp = (int64 *) *xpp; -#line 3674 - } -#line 3674 - /* update xpp and tp */ -#line 3674 - xp += ni; -#line 3674 - tp += ni; -#line 3674 - *xpp = (void*)xp; -#line 3674 - } -#line 3674 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3674 - -#line 3674 -#else /* not SX */ -#line 3674 - -#line 3674 - char *xp = (char *) *xpp; -#line 3674 - int status = NC_NOERR; -#line 3674 - -#line 3674 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3674 - { -#line 3674 - int lstatus = ncx_put_longlong_uchar(xp, tp, fillp); -#line 3674 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3674 - status = lstatus; -#line 3674 - } -#line 3674 - -#line 3674 - *xpp = (void *)xp; -#line 3674 - return status; -#line 3674 -#endif -#line 3674 -} -#line 3674 - -int -#line 3675 -ncx_putn_longlong_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3675 -{ -#line 3675 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3675 - -#line 3675 - /* basic algorithm is: -#line 3675 - * - ensure sane alignment of output data -#line 3675 - * - copy (conversion happens automatically) input data -#line 3675 - * to output -#line 3675 - * - update tp to point at next unconverted input, and xpp to point -#line 3675 - * at next location for converted output -#line 3675 - */ -#line 3675 - long i, j, ni; -#line 3675 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3675 - int64 *xp; -#line 3675 - int nrange = 0; /* number of range errors */ -#line 3675 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3675 - long cxp = (long) *((char**)xpp); -#line 3675 - -#line 3675 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3675 - /* sjl: manually stripmine so we can limit amount of -#line 3675 - * vector work space reserved to LOOPCNT elements. Also -#line 3675 - * makes vectorisation easy */ -#line 3675 - for (j=0; j= 0 */ -#line 3675 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3675 - nrange += tp[i] > X_INT64_MAX ; -#line 3675 - } -#line 3675 - /* copy workspace back if necessary */ -#line 3675 - if (realign) { -#line 3675 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3675 - xp = (int64 *) *xpp; -#line 3675 - } -#line 3675 - /* update xpp and tp */ -#line 3675 - xp += ni; -#line 3675 - tp += ni; -#line 3675 - *xpp = (void*)xp; -#line 3675 - } -#line 3675 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3675 - -#line 3675 -#else /* not SX */ -#line 3675 - -#line 3675 - char *xp = (char *) *xpp; -#line 3675 - int status = NC_NOERR; -#line 3675 - -#line 3675 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3675 - { -#line 3675 - int lstatus = ncx_put_longlong_ushort(xp, tp, fillp); -#line 3675 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3675 - status = lstatus; -#line 3675 - } -#line 3675 - -#line 3675 - *xpp = (void *)xp; -#line 3675 - return status; -#line 3675 -#endif -#line 3675 -} -#line 3675 - -int -#line 3676 -ncx_putn_longlong_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3676 -{ -#line 3676 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3676 - -#line 3676 - /* basic algorithm is: -#line 3676 - * - ensure sane alignment of output data -#line 3676 - * - copy (conversion happens automatically) input data -#line 3676 - * to output -#line 3676 - * - update tp to point at next unconverted input, and xpp to point -#line 3676 - * at next location for converted output -#line 3676 - */ -#line 3676 - long i, j, ni; -#line 3676 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3676 - int64 *xp; -#line 3676 - int nrange = 0; /* number of range errors */ -#line 3676 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3676 - long cxp = (long) *((char**)xpp); -#line 3676 - -#line 3676 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3676 - /* sjl: manually stripmine so we can limit amount of -#line 3676 - * vector work space reserved to LOOPCNT elements. Also -#line 3676 - * makes vectorisation easy */ -#line 3676 - for (j=0; j= 0 */ -#line 3676 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3676 - nrange += tp[i] > X_INT64_MAX ; -#line 3676 - } -#line 3676 - /* copy workspace back if necessary */ -#line 3676 - if (realign) { -#line 3676 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3676 - xp = (int64 *) *xpp; -#line 3676 - } -#line 3676 - /* update xpp and tp */ -#line 3676 - xp += ni; -#line 3676 - tp += ni; -#line 3676 - *xpp = (void*)xp; -#line 3676 - } -#line 3676 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3676 - -#line 3676 -#else /* not SX */ -#line 3676 - -#line 3676 - char *xp = (char *) *xpp; -#line 3676 - int status = NC_NOERR; -#line 3676 - -#line 3676 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3676 - { -#line 3676 - int lstatus = ncx_put_longlong_uint(xp, tp, fillp); -#line 3676 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3676 - status = lstatus; -#line 3676 - } -#line 3676 - -#line 3676 - *xpp = (void *)xp; -#line 3676 - return status; -#line 3676 -#endif -#line 3676 -} -#line 3676 - -int -#line 3677 -ncx_putn_longlong_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3677 -{ -#line 3677 -#if defined(_SX) && _SX != 0 && X_SIZEOF_INT64 == SIZEOF_INT64 -#line 3677 - -#line 3677 - /* basic algorithm is: -#line 3677 - * - ensure sane alignment of output data -#line 3677 - * - copy (conversion happens automatically) input data -#line 3677 - * to output -#line 3677 - * - update tp to point at next unconverted input, and xpp to point -#line 3677 - * at next location for converted output -#line 3677 - */ -#line 3677 - long i, j, ni; -#line 3677 - int64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3677 - int64 *xp; -#line 3677 - int nrange = 0; /* number of range errors */ -#line 3677 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3677 - long cxp = (long) *((char**)xpp); -#line 3677 - -#line 3677 - realign = (cxp & 7) % SIZEOF_INT64; -#line 3677 - /* sjl: manually stripmine so we can limit amount of -#line 3677 - * vector work space reserved to LOOPCNT elements. Also -#line 3677 - * makes vectorisation easy */ -#line 3677 - for (j=0; j= 0 */ -#line 3677 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3677 - nrange += tp[i] > X_INT64_MAX ; -#line 3677 - } -#line 3677 - /* copy workspace back if necessary */ -#line 3677 - if (realign) { -#line 3677 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); -#line 3677 - xp = (int64 *) *xpp; -#line 3677 - } -#line 3677 - /* update xpp and tp */ -#line 3677 - xp += ni; -#line 3677 - tp += ni; -#line 3677 - *xpp = (void*)xp; -#line 3677 - } -#line 3677 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3677 - -#line 3677 -#else /* not SX */ -#line 3677 - -#line 3677 - char *xp = (char *) *xpp; -#line 3677 - int status = NC_NOERR; -#line 3677 - -#line 3677 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_INT64, tp++) -#line 3677 - { -#line 3677 - int lstatus = ncx_put_longlong_ulonglong(xp, tp, fillp); -#line 3677 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3677 - status = lstatus; -#line 3677 - } -#line 3677 - -#line 3677 - *xpp = (void *)xp; -#line 3677 - return status; -#line 3677 -#endif -#line 3677 -} -#line 3677 - - -/* uint64 --------------------------------------------------------------------*/ - -#if X_SIZEOF_UINT64 == SIZEOF_ULONGLONG -/* optimized version */ -int -ncx_getn_ulonglong_ulonglong(const void **xpp, size_t nelems, unsigned long long *tp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(tp, *xpp, (size_t)nelems * SIZEOF_UNSIGNED_LONG_LONG); -# else - swapn8b(tp, *xpp, nelems); -# endif - *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_UINT64); - return NC_NOERR; -} -#else -int -#line 3695 -ncx_getn_ulonglong_ulonglong(const void **xpp, size_t nelems, ulonglong *tp) -#line 3695 -{ -#line 3695 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3695 - -#line 3695 - /* basic algorithm is: -#line 3695 - * - ensure sane alignment of input data -#line 3695 - * - copy (conversion happens automatically) input data -#line 3695 - * to output -#line 3695 - * - update xpp to point at next unconverted input, and tp to point -#line 3695 - * at next location for converted output -#line 3695 - */ -#line 3695 - long i, j, ni; -#line 3695 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3695 - uint64 *xp; -#line 3695 - int nrange = 0; /* number of range errors */ -#line 3695 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3695 - long cxp = (long) *((char**)xpp); -#line 3695 - -#line 3695 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3695 - /* sjl: manually stripmine so we can limit amount of -#line 3695 - * vector work space reserved to LOOPCNT elements. Also -#line 3695 - * makes vectorisation easy */ -#line 3695 - for (j=0; j= 0 */ -#line 3695 - nrange += xp[i] > ULONGLONG_MAX ; -#line 3695 - } -#line 3695 - /* update xpp and tp */ -#line 3695 - if (realign) xp = (uint64 *) *xpp; -#line 3695 - xp += ni; -#line 3695 - tp += ni; -#line 3695 - *xpp = (void*)xp; -#line 3695 - } -#line 3695 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3695 - -#line 3695 -#else /* not SX */ -#line 3695 - const char *xp = (const char *) *xpp; -#line 3695 - int status = NC_NOERR; -#line 3695 - -#line 3695 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3695 - { -#line 3695 - const int lstatus = ncx_get_ulonglong_ulonglong(xp, tp); -#line 3695 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3695 - status = lstatus; -#line 3695 - } -#line 3695 - -#line 3695 - *xpp = (const void *)xp; -#line 3695 - return status; -#line 3695 -#endif -#line 3695 -} -#line 3695 - -#endif -int -#line 3697 -ncx_getn_ulonglong_schar(const void **xpp, size_t nelems, schar *tp) -#line 3697 -{ -#line 3697 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3697 - -#line 3697 - /* basic algorithm is: -#line 3697 - * - ensure sane alignment of input data -#line 3697 - * - copy (conversion happens automatically) input data -#line 3697 - * to output -#line 3697 - * - update xpp to point at next unconverted input, and tp to point -#line 3697 - * at next location for converted output -#line 3697 - */ -#line 3697 - long i, j, ni; -#line 3697 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3697 - uint64 *xp; -#line 3697 - int nrange = 0; /* number of range errors */ -#line 3697 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3697 - long cxp = (long) *((char**)xpp); -#line 3697 - -#line 3697 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3697 - /* sjl: manually stripmine so we can limit amount of -#line 3697 - * vector work space reserved to LOOPCNT elements. Also -#line 3697 - * makes vectorisation easy */ -#line 3697 - for (j=0; j= 0 */ -#line 3697 - nrange += xp[i] > SCHAR_MAX ; -#line 3697 - } -#line 3697 - /* update xpp and tp */ -#line 3697 - if (realign) xp = (uint64 *) *xpp; -#line 3697 - xp += ni; -#line 3697 - tp += ni; -#line 3697 - *xpp = (void*)xp; -#line 3697 - } -#line 3697 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3697 - -#line 3697 -#else /* not SX */ -#line 3697 - const char *xp = (const char *) *xpp; -#line 3697 - int status = NC_NOERR; -#line 3697 - -#line 3697 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3697 - { -#line 3697 - const int lstatus = ncx_get_ulonglong_schar(xp, tp); -#line 3697 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3697 - status = lstatus; -#line 3697 - } -#line 3697 - -#line 3697 - *xpp = (const void *)xp; -#line 3697 - return status; -#line 3697 -#endif -#line 3697 -} -#line 3697 - -int -#line 3698 -ncx_getn_ulonglong_short(const void **xpp, size_t nelems, short *tp) -#line 3698 -{ -#line 3698 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3698 - -#line 3698 - /* basic algorithm is: -#line 3698 - * - ensure sane alignment of input data -#line 3698 - * - copy (conversion happens automatically) input data -#line 3698 - * to output -#line 3698 - * - update xpp to point at next unconverted input, and tp to point -#line 3698 - * at next location for converted output -#line 3698 - */ -#line 3698 - long i, j, ni; -#line 3698 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3698 - uint64 *xp; -#line 3698 - int nrange = 0; /* number of range errors */ -#line 3698 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3698 - long cxp = (long) *((char**)xpp); -#line 3698 - -#line 3698 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3698 - /* sjl: manually stripmine so we can limit amount of -#line 3698 - * vector work space reserved to LOOPCNT elements. Also -#line 3698 - * makes vectorisation easy */ -#line 3698 - for (j=0; j= 0 */ -#line 3698 - nrange += xp[i] > SHORT_MAX ; -#line 3698 - } -#line 3698 - /* update xpp and tp */ -#line 3698 - if (realign) xp = (uint64 *) *xpp; -#line 3698 - xp += ni; -#line 3698 - tp += ni; -#line 3698 - *xpp = (void*)xp; -#line 3698 - } -#line 3698 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3698 - -#line 3698 -#else /* not SX */ -#line 3698 - const char *xp = (const char *) *xpp; -#line 3698 - int status = NC_NOERR; -#line 3698 - -#line 3698 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3698 - { -#line 3698 - const int lstatus = ncx_get_ulonglong_short(xp, tp); -#line 3698 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3698 - status = lstatus; -#line 3698 - } -#line 3698 - -#line 3698 - *xpp = (const void *)xp; -#line 3698 - return status; -#line 3698 -#endif -#line 3698 -} -#line 3698 - -int -#line 3699 -ncx_getn_ulonglong_int(const void **xpp, size_t nelems, int *tp) -#line 3699 -{ -#line 3699 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3699 - -#line 3699 - /* basic algorithm is: -#line 3699 - * - ensure sane alignment of input data -#line 3699 - * - copy (conversion happens automatically) input data -#line 3699 - * to output -#line 3699 - * - update xpp to point at next unconverted input, and tp to point -#line 3699 - * at next location for converted output -#line 3699 - */ -#line 3699 - long i, j, ni; -#line 3699 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3699 - uint64 *xp; -#line 3699 - int nrange = 0; /* number of range errors */ -#line 3699 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3699 - long cxp = (long) *((char**)xpp); -#line 3699 - -#line 3699 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3699 - /* sjl: manually stripmine so we can limit amount of -#line 3699 - * vector work space reserved to LOOPCNT elements. Also -#line 3699 - * makes vectorisation easy */ -#line 3699 - for (j=0; j= 0 */ -#line 3699 - nrange += xp[i] > INT_MAX ; -#line 3699 - } -#line 3699 - /* update xpp and tp */ -#line 3699 - if (realign) xp = (uint64 *) *xpp; -#line 3699 - xp += ni; -#line 3699 - tp += ni; -#line 3699 - *xpp = (void*)xp; -#line 3699 - } -#line 3699 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3699 - -#line 3699 -#else /* not SX */ -#line 3699 - const char *xp = (const char *) *xpp; -#line 3699 - int status = NC_NOERR; -#line 3699 - -#line 3699 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3699 - { -#line 3699 - const int lstatus = ncx_get_ulonglong_int(xp, tp); -#line 3699 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3699 - status = lstatus; -#line 3699 - } -#line 3699 - -#line 3699 - *xpp = (const void *)xp; -#line 3699 - return status; -#line 3699 -#endif -#line 3699 -} -#line 3699 - -int -#line 3700 -ncx_getn_ulonglong_long(const void **xpp, size_t nelems, long *tp) -#line 3700 -{ -#line 3700 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3700 - -#line 3700 - /* basic algorithm is: -#line 3700 - * - ensure sane alignment of input data -#line 3700 - * - copy (conversion happens automatically) input data -#line 3700 - * to output -#line 3700 - * - update xpp to point at next unconverted input, and tp to point -#line 3700 - * at next location for converted output -#line 3700 - */ -#line 3700 - long i, j, ni; -#line 3700 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3700 - uint64 *xp; -#line 3700 - int nrange = 0; /* number of range errors */ -#line 3700 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3700 - long cxp = (long) *((char**)xpp); -#line 3700 - -#line 3700 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3700 - /* sjl: manually stripmine so we can limit amount of -#line 3700 - * vector work space reserved to LOOPCNT elements. Also -#line 3700 - * makes vectorisation easy */ -#line 3700 - for (j=0; j= 0 */ -#line 3700 - nrange += xp[i] > LONG_MAX ; -#line 3700 - } -#line 3700 - /* update xpp and tp */ -#line 3700 - if (realign) xp = (uint64 *) *xpp; -#line 3700 - xp += ni; -#line 3700 - tp += ni; -#line 3700 - *xpp = (void*)xp; -#line 3700 - } -#line 3700 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3700 - -#line 3700 -#else /* not SX */ -#line 3700 - const char *xp = (const char *) *xpp; -#line 3700 - int status = NC_NOERR; -#line 3700 - -#line 3700 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3700 - { -#line 3700 - const int lstatus = ncx_get_ulonglong_long(xp, tp); -#line 3700 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3700 - status = lstatus; -#line 3700 - } -#line 3700 - -#line 3700 - *xpp = (const void *)xp; -#line 3700 - return status; -#line 3700 -#endif -#line 3700 -} -#line 3700 - -int -#line 3701 -ncx_getn_ulonglong_float(const void **xpp, size_t nelems, float *tp) -#line 3701 -{ -#line 3701 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3701 - -#line 3701 - /* basic algorithm is: -#line 3701 - * - ensure sane alignment of input data -#line 3701 - * - copy (conversion happens automatically) input data -#line 3701 - * to output -#line 3701 - * - update xpp to point at next unconverted input, and tp to point -#line 3701 - * at next location for converted output -#line 3701 - */ -#line 3701 - long i, j, ni; -#line 3701 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3701 - uint64 *xp; -#line 3701 - int nrange = 0; /* number of range errors */ -#line 3701 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3701 - long cxp = (long) *((char**)xpp); -#line 3701 - -#line 3701 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3701 - /* sjl: manually stripmine so we can limit amount of -#line 3701 - * vector work space reserved to LOOPCNT elements. Also -#line 3701 - * makes vectorisation easy */ -#line 3701 - for (j=0; j= 0 */ -#line 3701 - nrange += xp[i] > FLOAT_MAX ; -#line 3701 - } -#line 3701 - /* update xpp and tp */ -#line 3701 - if (realign) xp = (uint64 *) *xpp; -#line 3701 - xp += ni; -#line 3701 - tp += ni; -#line 3701 - *xpp = (void*)xp; -#line 3701 - } -#line 3701 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3701 - -#line 3701 -#else /* not SX */ -#line 3701 - const char *xp = (const char *) *xpp; -#line 3701 - int status = NC_NOERR; -#line 3701 - -#line 3701 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3701 - { -#line 3701 - const int lstatus = ncx_get_ulonglong_float(xp, tp); -#line 3701 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3701 - status = lstatus; -#line 3701 - } -#line 3701 - -#line 3701 - *xpp = (const void *)xp; -#line 3701 - return status; -#line 3701 -#endif -#line 3701 -} -#line 3701 - -int -#line 3702 -ncx_getn_ulonglong_double(const void **xpp, size_t nelems, double *tp) -#line 3702 -{ -#line 3702 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3702 - -#line 3702 - /* basic algorithm is: -#line 3702 - * - ensure sane alignment of input data -#line 3702 - * - copy (conversion happens automatically) input data -#line 3702 - * to output -#line 3702 - * - update xpp to point at next unconverted input, and tp to point -#line 3702 - * at next location for converted output -#line 3702 - */ -#line 3702 - long i, j, ni; -#line 3702 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3702 - uint64 *xp; -#line 3702 - int nrange = 0; /* number of range errors */ -#line 3702 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3702 - long cxp = (long) *((char**)xpp); -#line 3702 - -#line 3702 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3702 - /* sjl: manually stripmine so we can limit amount of -#line 3702 - * vector work space reserved to LOOPCNT elements. Also -#line 3702 - * makes vectorisation easy */ -#line 3702 - for (j=0; j= 0 */ -#line 3702 - nrange += xp[i] > DOUBLE_MAX ; -#line 3702 - } -#line 3702 - /* update xpp and tp */ -#line 3702 - if (realign) xp = (uint64 *) *xpp; -#line 3702 - xp += ni; -#line 3702 - tp += ni; -#line 3702 - *xpp = (void*)xp; -#line 3702 - } -#line 3702 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3702 - -#line 3702 -#else /* not SX */ -#line 3702 - const char *xp = (const char *) *xpp; -#line 3702 - int status = NC_NOERR; -#line 3702 - -#line 3702 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3702 - { -#line 3702 - const int lstatus = ncx_get_ulonglong_double(xp, tp); -#line 3702 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3702 - status = lstatus; -#line 3702 - } -#line 3702 - -#line 3702 - *xpp = (const void *)xp; -#line 3702 - return status; -#line 3702 -#endif -#line 3702 -} -#line 3702 - -int -#line 3703 -ncx_getn_ulonglong_longlong(const void **xpp, size_t nelems, longlong *tp) -#line 3703 -{ -#line 3703 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3703 - -#line 3703 - /* basic algorithm is: -#line 3703 - * - ensure sane alignment of input data -#line 3703 - * - copy (conversion happens automatically) input data -#line 3703 - * to output -#line 3703 - * - update xpp to point at next unconverted input, and tp to point -#line 3703 - * at next location for converted output -#line 3703 - */ -#line 3703 - long i, j, ni; -#line 3703 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3703 - uint64 *xp; -#line 3703 - int nrange = 0; /* number of range errors */ -#line 3703 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3703 - long cxp = (long) *((char**)xpp); -#line 3703 - -#line 3703 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3703 - /* sjl: manually stripmine so we can limit amount of -#line 3703 - * vector work space reserved to LOOPCNT elements. Also -#line 3703 - * makes vectorisation easy */ -#line 3703 - for (j=0; j= 0 */ -#line 3703 - nrange += xp[i] > LONGLONG_MAX ; -#line 3703 - } -#line 3703 - /* update xpp and tp */ -#line 3703 - if (realign) xp = (uint64 *) *xpp; -#line 3703 - xp += ni; -#line 3703 - tp += ni; -#line 3703 - *xpp = (void*)xp; -#line 3703 - } -#line 3703 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3703 - -#line 3703 -#else /* not SX */ -#line 3703 - const char *xp = (const char *) *xpp; -#line 3703 - int status = NC_NOERR; -#line 3703 - -#line 3703 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3703 - { -#line 3703 - const int lstatus = ncx_get_ulonglong_longlong(xp, tp); -#line 3703 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3703 - status = lstatus; -#line 3703 - } -#line 3703 - -#line 3703 - *xpp = (const void *)xp; -#line 3703 - return status; -#line 3703 -#endif -#line 3703 -} -#line 3703 - -int -#line 3704 -ncx_getn_ulonglong_uchar(const void **xpp, size_t nelems, uchar *tp) -#line 3704 -{ -#line 3704 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3704 - -#line 3704 - /* basic algorithm is: -#line 3704 - * - ensure sane alignment of input data -#line 3704 - * - copy (conversion happens automatically) input data -#line 3704 - * to output -#line 3704 - * - update xpp to point at next unconverted input, and tp to point -#line 3704 - * at next location for converted output -#line 3704 - */ -#line 3704 - long i, j, ni; -#line 3704 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3704 - uint64 *xp; -#line 3704 - int nrange = 0; /* number of range errors */ -#line 3704 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3704 - long cxp = (long) *((char**)xpp); -#line 3704 - -#line 3704 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3704 - /* sjl: manually stripmine so we can limit amount of -#line 3704 - * vector work space reserved to LOOPCNT elements. Also -#line 3704 - * makes vectorisation easy */ -#line 3704 - for (j=0; j= 0 */ -#line 3704 - nrange += xp[i] > UCHAR_MAX ; -#line 3704 - } -#line 3704 - /* update xpp and tp */ -#line 3704 - if (realign) xp = (uint64 *) *xpp; -#line 3704 - xp += ni; -#line 3704 - tp += ni; -#line 3704 - *xpp = (void*)xp; -#line 3704 - } -#line 3704 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3704 - -#line 3704 -#else /* not SX */ -#line 3704 - const char *xp = (const char *) *xpp; -#line 3704 - int status = NC_NOERR; -#line 3704 - -#line 3704 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3704 - { -#line 3704 - const int lstatus = ncx_get_ulonglong_uchar(xp, tp); -#line 3704 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3704 - status = lstatus; -#line 3704 - } -#line 3704 - -#line 3704 - *xpp = (const void *)xp; -#line 3704 - return status; -#line 3704 -#endif -#line 3704 -} -#line 3704 - -int -#line 3705 -ncx_getn_ulonglong_ushort(const void **xpp, size_t nelems, ushort *tp) -#line 3705 -{ -#line 3705 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3705 - -#line 3705 - /* basic algorithm is: -#line 3705 - * - ensure sane alignment of input data -#line 3705 - * - copy (conversion happens automatically) input data -#line 3705 - * to output -#line 3705 - * - update xpp to point at next unconverted input, and tp to point -#line 3705 - * at next location for converted output -#line 3705 - */ -#line 3705 - long i, j, ni; -#line 3705 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3705 - uint64 *xp; -#line 3705 - int nrange = 0; /* number of range errors */ -#line 3705 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3705 - long cxp = (long) *((char**)xpp); -#line 3705 - -#line 3705 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3705 - /* sjl: manually stripmine so we can limit amount of -#line 3705 - * vector work space reserved to LOOPCNT elements. Also -#line 3705 - * makes vectorisation easy */ -#line 3705 - for (j=0; j= 0 */ -#line 3705 - nrange += xp[i] > USHORT_MAX ; -#line 3705 - } -#line 3705 - /* update xpp and tp */ -#line 3705 - if (realign) xp = (uint64 *) *xpp; -#line 3705 - xp += ni; -#line 3705 - tp += ni; -#line 3705 - *xpp = (void*)xp; -#line 3705 - } -#line 3705 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3705 - -#line 3705 -#else /* not SX */ -#line 3705 - const char *xp = (const char *) *xpp; -#line 3705 - int status = NC_NOERR; -#line 3705 - -#line 3705 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3705 - { -#line 3705 - const int lstatus = ncx_get_ulonglong_ushort(xp, tp); -#line 3705 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3705 - status = lstatus; -#line 3705 - } -#line 3705 - -#line 3705 - *xpp = (const void *)xp; -#line 3705 - return status; -#line 3705 -#endif -#line 3705 -} -#line 3705 - -int -#line 3706 -ncx_getn_ulonglong_uint(const void **xpp, size_t nelems, uint *tp) -#line 3706 -{ -#line 3706 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3706 - -#line 3706 - /* basic algorithm is: -#line 3706 - * - ensure sane alignment of input data -#line 3706 - * - copy (conversion happens automatically) input data -#line 3706 - * to output -#line 3706 - * - update xpp to point at next unconverted input, and tp to point -#line 3706 - * at next location for converted output -#line 3706 - */ -#line 3706 - long i, j, ni; -#line 3706 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3706 - uint64 *xp; -#line 3706 - int nrange = 0; /* number of range errors */ -#line 3706 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3706 - long cxp = (long) *((char**)xpp); -#line 3706 - -#line 3706 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3706 - /* sjl: manually stripmine so we can limit amount of -#line 3706 - * vector work space reserved to LOOPCNT elements. Also -#line 3706 - * makes vectorisation easy */ -#line 3706 - for (j=0; j= 0 */ -#line 3706 - nrange += xp[i] > UINT_MAX ; -#line 3706 - } -#line 3706 - /* update xpp and tp */ -#line 3706 - if (realign) xp = (uint64 *) *xpp; -#line 3706 - xp += ni; -#line 3706 - tp += ni; -#line 3706 - *xpp = (void*)xp; -#line 3706 - } -#line 3706 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3706 - -#line 3706 -#else /* not SX */ -#line 3706 - const char *xp = (const char *) *xpp; -#line 3706 - int status = NC_NOERR; -#line 3706 - -#line 3706 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3706 - { -#line 3706 - const int lstatus = ncx_get_ulonglong_uint(xp, tp); -#line 3706 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3706 - status = lstatus; -#line 3706 - } -#line 3706 - -#line 3706 - *xpp = (const void *)xp; -#line 3706 - return status; -#line 3706 -#endif -#line 3706 -} -#line 3706 - - -#if X_SIZEOF_UINT64 == SIZEOF_ULONGLONG -/* optimized version */ -int -ncx_putn_ulonglong_ulonglong(void **xpp, size_t nelems, const unsigned long long *tp, void *fillp) -{ -#ifdef WORDS_BIGENDIAN - (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_UINT64); -# else - swapn8b(*xpp, tp, nelems); -# endif - *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_UINT64); - return NC_NOERR; -} -#else -int -#line 3722 -ncx_putn_ulonglong_ulonglong(void **xpp, size_t nelems, const ulonglong *tp, void *fillp) -#line 3722 -{ -#line 3722 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3722 - -#line 3722 - /* basic algorithm is: -#line 3722 - * - ensure sane alignment of output data -#line 3722 - * - copy (conversion happens automatically) input data -#line 3722 - * to output -#line 3722 - * - update tp to point at next unconverted input, and xpp to point -#line 3722 - * at next location for converted output -#line 3722 - */ -#line 3722 - long i, j, ni; -#line 3722 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3722 - uint64 *xp; -#line 3722 - int nrange = 0; /* number of range errors */ -#line 3722 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3722 - long cxp = (long) *((char**)xpp); -#line 3722 - -#line 3722 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3722 - /* sjl: manually stripmine so we can limit amount of -#line 3722 - * vector work space reserved to LOOPCNT elements. Also -#line 3722 - * makes vectorisation easy */ -#line 3722 - for (j=0; j= 0 */ -#line 3722 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3722 - nrange += tp[i] > X_UINT64_MAX ; -#line 3722 - } -#line 3722 - /* copy workspace back if necessary */ -#line 3722 - if (realign) { -#line 3722 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3722 - xp = (uint64 *) *xpp; -#line 3722 - } -#line 3722 - /* update xpp and tp */ -#line 3722 - xp += ni; -#line 3722 - tp += ni; -#line 3722 - *xpp = (void*)xp; -#line 3722 - } -#line 3722 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3722 - -#line 3722 -#else /* not SX */ -#line 3722 - -#line 3722 - char *xp = (char *) *xpp; -#line 3722 - int status = NC_NOERR; -#line 3722 - -#line 3722 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3722 - { -#line 3722 - int lstatus = ncx_put_ulonglong_ulonglong(xp, tp, fillp); -#line 3722 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3722 - status = lstatus; -#line 3722 - } -#line 3722 - -#line 3722 - *xpp = (void *)xp; -#line 3722 - return status; -#line 3722 -#endif -#line 3722 -} -#line 3722 - -#endif -int -#line 3724 -ncx_putn_ulonglong_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) -#line 3724 -{ -#line 3724 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3724 - -#line 3724 - /* basic algorithm is: -#line 3724 - * - ensure sane alignment of output data -#line 3724 - * - copy (conversion happens automatically) input data -#line 3724 - * to output -#line 3724 - * - update tp to point at next unconverted input, and xpp to point -#line 3724 - * at next location for converted output -#line 3724 - */ -#line 3724 - long i, j, ni; -#line 3724 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3724 - uint64 *xp; -#line 3724 - int nrange = 0; /* number of range errors */ -#line 3724 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3724 - long cxp = (long) *((char**)xpp); -#line 3724 - -#line 3724 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3724 - /* sjl: manually stripmine so we can limit amount of -#line 3724 - * vector work space reserved to LOOPCNT elements. Also -#line 3724 - * makes vectorisation easy */ -#line 3724 - for (j=0; j= 0 */ -#line 3724 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3724 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3724 - } -#line 3724 - /* copy workspace back if necessary */ -#line 3724 - if (realign) { -#line 3724 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3724 - xp = (uint64 *) *xpp; -#line 3724 - } -#line 3724 - /* update xpp and tp */ -#line 3724 - xp += ni; -#line 3724 - tp += ni; -#line 3724 - *xpp = (void*)xp; -#line 3724 - } -#line 3724 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3724 - -#line 3724 -#else /* not SX */ -#line 3724 - -#line 3724 - char *xp = (char *) *xpp; -#line 3724 - int status = NC_NOERR; -#line 3724 - -#line 3724 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3724 - { -#line 3724 - int lstatus = ncx_put_ulonglong_schar(xp, tp, fillp); -#line 3724 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3724 - status = lstatus; -#line 3724 - } -#line 3724 - -#line 3724 - *xpp = (void *)xp; -#line 3724 - return status; -#line 3724 -#endif -#line 3724 -} -#line 3724 - -int -#line 3725 -ncx_putn_ulonglong_short(void **xpp, size_t nelems, const short *tp, void *fillp) -#line 3725 -{ -#line 3725 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3725 - -#line 3725 - /* basic algorithm is: -#line 3725 - * - ensure sane alignment of output data -#line 3725 - * - copy (conversion happens automatically) input data -#line 3725 - * to output -#line 3725 - * - update tp to point at next unconverted input, and xpp to point -#line 3725 - * at next location for converted output -#line 3725 - */ -#line 3725 - long i, j, ni; -#line 3725 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3725 - uint64 *xp; -#line 3725 - int nrange = 0; /* number of range errors */ -#line 3725 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3725 - long cxp = (long) *((char**)xpp); -#line 3725 - -#line 3725 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3725 - /* sjl: manually stripmine so we can limit amount of -#line 3725 - * vector work space reserved to LOOPCNT elements. Also -#line 3725 - * makes vectorisation easy */ -#line 3725 - for (j=0; j= 0 */ -#line 3725 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3725 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3725 - } -#line 3725 - /* copy workspace back if necessary */ -#line 3725 - if (realign) { -#line 3725 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3725 - xp = (uint64 *) *xpp; -#line 3725 - } -#line 3725 - /* update xpp and tp */ -#line 3725 - xp += ni; -#line 3725 - tp += ni; -#line 3725 - *xpp = (void*)xp; -#line 3725 - } -#line 3725 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3725 - -#line 3725 -#else /* not SX */ -#line 3725 - -#line 3725 - char *xp = (char *) *xpp; -#line 3725 - int status = NC_NOERR; -#line 3725 - -#line 3725 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3725 - { -#line 3725 - int lstatus = ncx_put_ulonglong_short(xp, tp, fillp); -#line 3725 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3725 - status = lstatus; -#line 3725 - } -#line 3725 - -#line 3725 - *xpp = (void *)xp; -#line 3725 - return status; -#line 3725 -#endif -#line 3725 -} -#line 3725 - -int -#line 3726 -ncx_putn_ulonglong_int(void **xpp, size_t nelems, const int *tp, void *fillp) -#line 3726 -{ -#line 3726 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3726 - -#line 3726 - /* basic algorithm is: -#line 3726 - * - ensure sane alignment of output data -#line 3726 - * - copy (conversion happens automatically) input data -#line 3726 - * to output -#line 3726 - * - update tp to point at next unconverted input, and xpp to point -#line 3726 - * at next location for converted output -#line 3726 - */ -#line 3726 - long i, j, ni; -#line 3726 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3726 - uint64 *xp; -#line 3726 - int nrange = 0; /* number of range errors */ -#line 3726 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3726 - long cxp = (long) *((char**)xpp); -#line 3726 - -#line 3726 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3726 - /* sjl: manually stripmine so we can limit amount of -#line 3726 - * vector work space reserved to LOOPCNT elements. Also -#line 3726 - * makes vectorisation easy */ -#line 3726 - for (j=0; j= 0 */ -#line 3726 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3726 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3726 - } -#line 3726 - /* copy workspace back if necessary */ -#line 3726 - if (realign) { -#line 3726 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3726 - xp = (uint64 *) *xpp; -#line 3726 - } -#line 3726 - /* update xpp and tp */ -#line 3726 - xp += ni; -#line 3726 - tp += ni; -#line 3726 - *xpp = (void*)xp; -#line 3726 - } -#line 3726 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3726 - -#line 3726 -#else /* not SX */ -#line 3726 - -#line 3726 - char *xp = (char *) *xpp; -#line 3726 - int status = NC_NOERR; -#line 3726 - -#line 3726 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3726 - { -#line 3726 - int lstatus = ncx_put_ulonglong_int(xp, tp, fillp); -#line 3726 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3726 - status = lstatus; -#line 3726 - } -#line 3726 - -#line 3726 - *xpp = (void *)xp; -#line 3726 - return status; -#line 3726 -#endif -#line 3726 -} -#line 3726 - -int -#line 3727 -ncx_putn_ulonglong_long(void **xpp, size_t nelems, const long *tp, void *fillp) -#line 3727 -{ -#line 3727 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3727 - -#line 3727 - /* basic algorithm is: -#line 3727 - * - ensure sane alignment of output data -#line 3727 - * - copy (conversion happens automatically) input data -#line 3727 - * to output -#line 3727 - * - update tp to point at next unconverted input, and xpp to point -#line 3727 - * at next location for converted output -#line 3727 - */ -#line 3727 - long i, j, ni; -#line 3727 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3727 - uint64 *xp; -#line 3727 - int nrange = 0; /* number of range errors */ -#line 3727 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3727 - long cxp = (long) *((char**)xpp); -#line 3727 - -#line 3727 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3727 - /* sjl: manually stripmine so we can limit amount of -#line 3727 - * vector work space reserved to LOOPCNT elements. Also -#line 3727 - * makes vectorisation easy */ -#line 3727 - for (j=0; j= 0 */ -#line 3727 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3727 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3727 - } -#line 3727 - /* copy workspace back if necessary */ -#line 3727 - if (realign) { -#line 3727 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3727 - xp = (uint64 *) *xpp; -#line 3727 - } -#line 3727 - /* update xpp and tp */ -#line 3727 - xp += ni; -#line 3727 - tp += ni; -#line 3727 - *xpp = (void*)xp; -#line 3727 - } -#line 3727 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3727 - -#line 3727 -#else /* not SX */ -#line 3727 - -#line 3727 - char *xp = (char *) *xpp; -#line 3727 - int status = NC_NOERR; -#line 3727 - -#line 3727 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3727 - { -#line 3727 - int lstatus = ncx_put_ulonglong_long(xp, tp, fillp); -#line 3727 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3727 - status = lstatus; -#line 3727 - } -#line 3727 - -#line 3727 - *xpp = (void *)xp; -#line 3727 - return status; -#line 3727 -#endif -#line 3727 -} -#line 3727 - -int -#line 3728 -ncx_putn_ulonglong_float(void **xpp, size_t nelems, const float *tp, void *fillp) -#line 3728 -{ -#line 3728 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3728 - -#line 3728 - /* basic algorithm is: -#line 3728 - * - ensure sane alignment of output data -#line 3728 - * - copy (conversion happens automatically) input data -#line 3728 - * to output -#line 3728 - * - update tp to point at next unconverted input, and xpp to point -#line 3728 - * at next location for converted output -#line 3728 - */ -#line 3728 - long i, j, ni; -#line 3728 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3728 - uint64 *xp; -#line 3728 - int nrange = 0; /* number of range errors */ -#line 3728 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3728 - long cxp = (long) *((char**)xpp); -#line 3728 - -#line 3728 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3728 - /* sjl: manually stripmine so we can limit amount of -#line 3728 - * vector work space reserved to LOOPCNT elements. Also -#line 3728 - * makes vectorisation easy */ -#line 3728 - for (j=0; j= 0 */ -#line 3728 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3728 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3728 - } -#line 3728 - /* copy workspace back if necessary */ -#line 3728 - if (realign) { -#line 3728 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3728 - xp = (uint64 *) *xpp; -#line 3728 - } -#line 3728 - /* update xpp and tp */ -#line 3728 - xp += ni; -#line 3728 - tp += ni; -#line 3728 - *xpp = (void*)xp; -#line 3728 - } -#line 3728 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3728 - -#line 3728 -#else /* not SX */ -#line 3728 - -#line 3728 - char *xp = (char *) *xpp; -#line 3728 - int status = NC_NOERR; -#line 3728 - -#line 3728 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3728 - { -#line 3728 - int lstatus = ncx_put_ulonglong_float(xp, tp, fillp); -#line 3728 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3728 - status = lstatus; -#line 3728 - } -#line 3728 - -#line 3728 - *xpp = (void *)xp; -#line 3728 - return status; -#line 3728 -#endif -#line 3728 -} -#line 3728 - -int -#line 3729 -ncx_putn_ulonglong_double(void **xpp, size_t nelems, const double *tp, void *fillp) -#line 3729 -{ -#line 3729 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3729 - -#line 3729 - /* basic algorithm is: -#line 3729 - * - ensure sane alignment of output data -#line 3729 - * - copy (conversion happens automatically) input data -#line 3729 - * to output -#line 3729 - * - update tp to point at next unconverted input, and xpp to point -#line 3729 - * at next location for converted output -#line 3729 - */ -#line 3729 - long i, j, ni; -#line 3729 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3729 - uint64 *xp; -#line 3729 - int nrange = 0; /* number of range errors */ -#line 3729 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3729 - long cxp = (long) *((char**)xpp); -#line 3729 - -#line 3729 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3729 - /* sjl: manually stripmine so we can limit amount of -#line 3729 - * vector work space reserved to LOOPCNT elements. Also -#line 3729 - * makes vectorisation easy */ -#line 3729 - for (j=0; j= 0 */ -#line 3729 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3729 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3729 - } -#line 3729 - /* copy workspace back if necessary */ -#line 3729 - if (realign) { -#line 3729 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3729 - xp = (uint64 *) *xpp; -#line 3729 - } -#line 3729 - /* update xpp and tp */ -#line 3729 - xp += ni; -#line 3729 - tp += ni; -#line 3729 - *xpp = (void*)xp; -#line 3729 - } -#line 3729 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3729 - -#line 3729 -#else /* not SX */ -#line 3729 - -#line 3729 - char *xp = (char *) *xpp; -#line 3729 - int status = NC_NOERR; -#line 3729 - -#line 3729 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3729 - { -#line 3729 - int lstatus = ncx_put_ulonglong_double(xp, tp, fillp); -#line 3729 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3729 - status = lstatus; -#line 3729 - } -#line 3729 - -#line 3729 - *xpp = (void *)xp; -#line 3729 - return status; -#line 3729 -#endif -#line 3729 -} -#line 3729 - -int -#line 3730 -ncx_putn_ulonglong_longlong(void **xpp, size_t nelems, const longlong *tp, void *fillp) -#line 3730 -{ -#line 3730 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3730 - -#line 3730 - /* basic algorithm is: -#line 3730 - * - ensure sane alignment of output data -#line 3730 - * - copy (conversion happens automatically) input data -#line 3730 - * to output -#line 3730 - * - update tp to point at next unconverted input, and xpp to point -#line 3730 - * at next location for converted output -#line 3730 - */ -#line 3730 - long i, j, ni; -#line 3730 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3730 - uint64 *xp; -#line 3730 - int nrange = 0; /* number of range errors */ -#line 3730 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3730 - long cxp = (long) *((char**)xpp); -#line 3730 - -#line 3730 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3730 - /* sjl: manually stripmine so we can limit amount of -#line 3730 - * vector work space reserved to LOOPCNT elements. Also -#line 3730 - * makes vectorisation easy */ -#line 3730 - for (j=0; j= 0 */ -#line 3730 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3730 - nrange += tp[i] > X_UINT64_MAX || tp[i] < 0; -#line 3730 - } -#line 3730 - /* copy workspace back if necessary */ -#line 3730 - if (realign) { -#line 3730 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3730 - xp = (uint64 *) *xpp; -#line 3730 - } -#line 3730 - /* update xpp and tp */ -#line 3730 - xp += ni; -#line 3730 - tp += ni; -#line 3730 - *xpp = (void*)xp; -#line 3730 - } -#line 3730 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3730 - -#line 3730 -#else /* not SX */ -#line 3730 - -#line 3730 - char *xp = (char *) *xpp; -#line 3730 - int status = NC_NOERR; -#line 3730 - -#line 3730 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3730 - { -#line 3730 - int lstatus = ncx_put_ulonglong_longlong(xp, tp, fillp); -#line 3730 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3730 - status = lstatus; -#line 3730 - } -#line 3730 - -#line 3730 - *xpp = (void *)xp; -#line 3730 - return status; -#line 3730 -#endif -#line 3730 -} -#line 3730 - -int -#line 3731 -ncx_putn_ulonglong_uchar(void **xpp, size_t nelems, const uchar *tp, void *fillp) -#line 3731 -{ -#line 3731 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3731 - -#line 3731 - /* basic algorithm is: -#line 3731 - * - ensure sane alignment of output data -#line 3731 - * - copy (conversion happens automatically) input data -#line 3731 - * to output -#line 3731 - * - update tp to point at next unconverted input, and xpp to point -#line 3731 - * at next location for converted output -#line 3731 - */ -#line 3731 - long i, j, ni; -#line 3731 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3731 - uint64 *xp; -#line 3731 - int nrange = 0; /* number of range errors */ -#line 3731 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3731 - long cxp = (long) *((char**)xpp); -#line 3731 - -#line 3731 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3731 - /* sjl: manually stripmine so we can limit amount of -#line 3731 - * vector work space reserved to LOOPCNT elements. Also -#line 3731 - * makes vectorisation easy */ -#line 3731 - for (j=0; j= 0 */ -#line 3731 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3731 - nrange += tp[i] > X_UINT64_MAX ; -#line 3731 - } -#line 3731 - /* copy workspace back if necessary */ -#line 3731 - if (realign) { -#line 3731 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3731 - xp = (uint64 *) *xpp; -#line 3731 - } -#line 3731 - /* update xpp and tp */ -#line 3731 - xp += ni; -#line 3731 - tp += ni; -#line 3731 - *xpp = (void*)xp; -#line 3731 - } -#line 3731 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3731 - -#line 3731 -#else /* not SX */ -#line 3731 - -#line 3731 - char *xp = (char *) *xpp; -#line 3731 - int status = NC_NOERR; -#line 3731 - -#line 3731 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3731 - { -#line 3731 - int lstatus = ncx_put_ulonglong_uchar(xp, tp, fillp); -#line 3731 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3731 - status = lstatus; -#line 3731 - } -#line 3731 - -#line 3731 - *xpp = (void *)xp; -#line 3731 - return status; -#line 3731 -#endif -#line 3731 -} -#line 3731 - -int -#line 3732 -ncx_putn_ulonglong_ushort(void **xpp, size_t nelems, const ushort *tp, void *fillp) -#line 3732 -{ -#line 3732 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3732 - -#line 3732 - /* basic algorithm is: -#line 3732 - * - ensure sane alignment of output data -#line 3732 - * - copy (conversion happens automatically) input data -#line 3732 - * to output -#line 3732 - * - update tp to point at next unconverted input, and xpp to point -#line 3732 - * at next location for converted output -#line 3732 - */ -#line 3732 - long i, j, ni; -#line 3732 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3732 - uint64 *xp; -#line 3732 - int nrange = 0; /* number of range errors */ -#line 3732 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3732 - long cxp = (long) *((char**)xpp); -#line 3732 - -#line 3732 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3732 - /* sjl: manually stripmine so we can limit amount of -#line 3732 - * vector work space reserved to LOOPCNT elements. Also -#line 3732 - * makes vectorisation easy */ -#line 3732 - for (j=0; j= 0 */ -#line 3732 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3732 - nrange += tp[i] > X_UINT64_MAX ; -#line 3732 - } -#line 3732 - /* copy workspace back if necessary */ -#line 3732 - if (realign) { -#line 3732 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3732 - xp = (uint64 *) *xpp; -#line 3732 - } -#line 3732 - /* update xpp and tp */ -#line 3732 - xp += ni; -#line 3732 - tp += ni; -#line 3732 - *xpp = (void*)xp; -#line 3732 - } -#line 3732 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3732 - -#line 3732 -#else /* not SX */ -#line 3732 - -#line 3732 - char *xp = (char *) *xpp; -#line 3732 - int status = NC_NOERR; -#line 3732 - -#line 3732 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3732 - { -#line 3732 - int lstatus = ncx_put_ulonglong_ushort(xp, tp, fillp); -#line 3732 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3732 - status = lstatus; -#line 3732 - } -#line 3732 - -#line 3732 - *xpp = (void *)xp; -#line 3732 - return status; -#line 3732 -#endif -#line 3732 -} -#line 3732 - -int -#line 3733 -ncx_putn_ulonglong_uint(void **xpp, size_t nelems, const uint *tp, void *fillp) -#line 3733 -{ -#line 3733 -#if defined(_SX) && _SX != 0 && X_SIZEOF_UINT64 == SIZEOF_UINT64 -#line 3733 - -#line 3733 - /* basic algorithm is: -#line 3733 - * - ensure sane alignment of output data -#line 3733 - * - copy (conversion happens automatically) input data -#line 3733 - * to output -#line 3733 - * - update tp to point at next unconverted input, and xpp to point -#line 3733 - * at next location for converted output -#line 3733 - */ -#line 3733 - long i, j, ni; -#line 3733 - uint64 tmp[LOOPCNT]; /* in case input is misaligned */ -#line 3733 - uint64 *xp; -#line 3733 - int nrange = 0; /* number of range errors */ -#line 3733 - int realign = 0; /* "do we need to fix input data alignment?" */ -#line 3733 - long cxp = (long) *((char**)xpp); -#line 3733 - -#line 3733 - realign = (cxp & 7) % SIZEOF_UINT64; -#line 3733 - /* sjl: manually stripmine so we can limit amount of -#line 3733 - * vector work space reserved to LOOPCNT elements. Also -#line 3733 - * makes vectorisation easy */ -#line 3733 - for (j=0; j= 0 */ -#line 3733 - /* if tp is unsigned, we need not check if tp[i] < X__MIN */ -#line 3733 - nrange += tp[i] > X_UINT64_MAX ; -#line 3733 - } -#line 3733 - /* copy workspace back if necessary */ -#line 3733 - if (realign) { -#line 3733 - memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_UINT64); -#line 3733 - xp = (uint64 *) *xpp; -#line 3733 - } -#line 3733 - /* update xpp and tp */ -#line 3733 - xp += ni; -#line 3733 - tp += ni; -#line 3733 - *xpp = (void*)xp; -#line 3733 - } -#line 3733 - return nrange == 0 ? NC_NOERR : NC_ERANGE; -#line 3733 - -#line 3733 -#else /* not SX */ -#line 3733 - -#line 3733 - char *xp = (char *) *xpp; -#line 3733 - int status = NC_NOERR; -#line 3733 - -#line 3733 - for( ; nelems != 0; nelems--, xp += X_SIZEOF_UINT64, tp++) -#line 3733 - { -#line 3733 - int lstatus = ncx_put_ulonglong_uint(xp, tp, fillp); -#line 3733 - if (status == NC_NOERR) /* report the first encountered error */ -#line 3733 - status = lstatus; -#line 3733 - } -#line 3733 - -#line 3733 - *xpp = (void *)xp; -#line 3733 - return status; -#line 3733 -#endif -#line 3733 -} -#line 3733 - - - -/* - * Other aggregate conversion functions. - */ - -/* text */ - -int -ncx_getn_text(const void **xpp, size_t nelems, char *tp) -{ - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 3745 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3745 - return NC_NOERR; -#line 3745 - -} - -int -ncx_pad_getn_text(const void **xpp, size_t nelems, char *tp) -{ - size_t rndup = nelems % X_ALIGN; -#line 3751 - -#line 3751 - if (rndup) -#line 3751 - rndup = X_ALIGN - rndup; -#line 3751 - -#line 3751 - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 3751 - *xpp = (void *)((char *)(*xpp) + nelems + rndup); -#line 3751 - -#line 3751 - return NC_NOERR; -#line 3751 - -} - -int -ncx_putn_text(void **xpp, size_t nelems, const char *tp) -{ - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 3757 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3757 - -#line 3757 - return NC_NOERR; -#line 3757 - -} - -int -ncx_pad_putn_text(void **xpp, size_t nelems, const char *tp) -{ - size_t rndup = nelems % X_ALIGN; -#line 3763 - -#line 3763 - if (rndup) -#line 3763 - rndup = X_ALIGN - rndup; -#line 3763 - -#line 3763 - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 3763 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3763 - -#line 3763 - if (rndup) -#line 3763 - { -#line 3763 - (void) memcpy(*xpp, nada, (size_t)rndup); -#line 3763 - *xpp = (void *)((char *)(*xpp) + rndup); -#line 3763 - } -#line 3763 - -#line 3763 - return NC_NOERR; -#line 3763 - -} - - -/* opaque */ - -int -ncx_getn_void(const void **xpp, size_t nelems, void *tp) -{ - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 3772 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3772 - return NC_NOERR; -#line 3772 - -} - -int -ncx_pad_getn_void(const void **xpp, size_t nelems, void *tp) -{ - size_t rndup = nelems % X_ALIGN; -#line 3778 - -#line 3778 - if (rndup) -#line 3778 - rndup = X_ALIGN - rndup; -#line 3778 - -#line 3778 - (void) memcpy(tp, *xpp, (size_t)nelems); -#line 3778 - *xpp = (void *)((char *)(*xpp) + nelems + rndup); -#line 3778 - -#line 3778 - return NC_NOERR; -#line 3778 - -} - -int -ncx_putn_void(void **xpp, size_t nelems, const void *tp) -{ - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 3784 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3784 - -#line 3784 - return NC_NOERR; -#line 3784 - -} - -int -ncx_pad_putn_void(void **xpp, size_t nelems, const void *tp) -{ - size_t rndup = nelems % X_ALIGN; -#line 3790 - -#line 3790 - if (rndup) -#line 3790 - rndup = X_ALIGN - rndup; -#line 3790 - -#line 3790 - (void) memcpy(*xpp, tp, (size_t)nelems); -#line 3790 - *xpp = (void *)((char *)(*xpp) + nelems); -#line 3790 - -#line 3790 - if (rndup) -#line 3790 - { -#line 3790 - (void) memcpy(*xpp, nada, (size_t)rndup); -#line 3790 - *xpp = (void *)((char *)(*xpp) + rndup); -#line 3790 - } -#line 3790 - -#line 3790 - return NC_NOERR; -#line 3790 - -} diff --git a/libsrc4/Makefile b/libsrc4/Makefile deleted file mode 100644 index 09d2f66..0000000 --- a/libsrc4/Makefile +++ /dev/null @@ -1,897 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libsrc4/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of Unidata's netCDF package. Copyright 2005-2018, see -# the COPYRIGHT file for more information. - -# This automake file generates the Makefile to build netCDF-4. -# Ed Hartnett - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -subdir = libsrc4 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libnetcdf4_la_LIBADD = -am_libnetcdf4_la_OBJECTS = libnetcdf4_la-nc4dispatch.lo \ - libnetcdf4_la-nc4attr.lo libnetcdf4_la-nc4dim.lo \ - libnetcdf4_la-nc4grp.lo libnetcdf4_la-nc4internal.lo \ - libnetcdf4_la-nc4type.lo libnetcdf4_la-nc4var.lo \ - libnetcdf4_la-ncfunc.lo libnetcdf4_la-ncindex.lo \ - libnetcdf4_la-nc4cache.lo -libnetcdf4_la_OBJECTS = $(am_libnetcdf4_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libnetcdf4_la-nc4attr.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4cache.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4dim.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4dispatch.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4grp.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4internal.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4type.Plo \ - ./$(DEPDIR)/libnetcdf4_la-nc4var.Plo \ - ./$(DEPDIR)/libnetcdf4_la-ncfunc.Plo \ - ./$(DEPDIR)/libnetcdf4_la-ncindex.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnetcdf4_la_SOURCES) -DIST_SOURCES = $(libnetcdf4_la_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libsrc4 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libsrc4 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -libnetcdf4_la_CPPFLAGS = ${AM_CPPFLAGS} - -# This is our output. The netCDF-4 convenience library. -noinst_LTLIBRARIES = libnetcdf4.la -libnetcdf4_la_SOURCES = nc4dispatch.c nc4attr.c nc4dim.c nc4grp.c \ -nc4internal.c nc4type.c nc4var.c ncfunc.c ncindex.c nc4cache.c - -EXTRA_DIST = CMakeLists.txt -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsrc4/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libsrc4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnetcdf4.la: $(libnetcdf4_la_OBJECTS) $(libnetcdf4_la_DEPENDENCIES) $(EXTRA_libnetcdf4_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(libnetcdf4_la_OBJECTS) $(libnetcdf4_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libnetcdf4_la-nc4attr.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4cache.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4dim.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4dispatch.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4grp.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4internal.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4type.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-nc4var.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-ncfunc.Plo # am--include-marker -include ./$(DEPDIR)/libnetcdf4_la-ncindex.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libnetcdf4_la-nc4dispatch.lo: nc4dispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4dispatch.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4dispatch.Tpo -c -o libnetcdf4_la-nc4dispatch.lo `test -f 'nc4dispatch.c' || echo '$(srcdir)/'`nc4dispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4dispatch.Tpo $(DEPDIR)/libnetcdf4_la-nc4dispatch.Plo -# $(AM_V_CC)source='nc4dispatch.c' object='libnetcdf4_la-nc4dispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4dispatch.lo `test -f 'nc4dispatch.c' || echo '$(srcdir)/'`nc4dispatch.c - -libnetcdf4_la-nc4attr.lo: nc4attr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4attr.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4attr.Tpo -c -o libnetcdf4_la-nc4attr.lo `test -f 'nc4attr.c' || echo '$(srcdir)/'`nc4attr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4attr.Tpo $(DEPDIR)/libnetcdf4_la-nc4attr.Plo -# $(AM_V_CC)source='nc4attr.c' object='libnetcdf4_la-nc4attr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4attr.lo `test -f 'nc4attr.c' || echo '$(srcdir)/'`nc4attr.c - -libnetcdf4_la-nc4dim.lo: nc4dim.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4dim.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4dim.Tpo -c -o libnetcdf4_la-nc4dim.lo `test -f 'nc4dim.c' || echo '$(srcdir)/'`nc4dim.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4dim.Tpo $(DEPDIR)/libnetcdf4_la-nc4dim.Plo -# $(AM_V_CC)source='nc4dim.c' object='libnetcdf4_la-nc4dim.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4dim.lo `test -f 'nc4dim.c' || echo '$(srcdir)/'`nc4dim.c - -libnetcdf4_la-nc4grp.lo: nc4grp.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4grp.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4grp.Tpo -c -o libnetcdf4_la-nc4grp.lo `test -f 'nc4grp.c' || echo '$(srcdir)/'`nc4grp.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4grp.Tpo $(DEPDIR)/libnetcdf4_la-nc4grp.Plo -# $(AM_V_CC)source='nc4grp.c' object='libnetcdf4_la-nc4grp.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4grp.lo `test -f 'nc4grp.c' || echo '$(srcdir)/'`nc4grp.c - -libnetcdf4_la-nc4internal.lo: nc4internal.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4internal.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4internal.Tpo -c -o libnetcdf4_la-nc4internal.lo `test -f 'nc4internal.c' || echo '$(srcdir)/'`nc4internal.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4internal.Tpo $(DEPDIR)/libnetcdf4_la-nc4internal.Plo -# $(AM_V_CC)source='nc4internal.c' object='libnetcdf4_la-nc4internal.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4internal.lo `test -f 'nc4internal.c' || echo '$(srcdir)/'`nc4internal.c - -libnetcdf4_la-nc4type.lo: nc4type.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4type.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4type.Tpo -c -o libnetcdf4_la-nc4type.lo `test -f 'nc4type.c' || echo '$(srcdir)/'`nc4type.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4type.Tpo $(DEPDIR)/libnetcdf4_la-nc4type.Plo -# $(AM_V_CC)source='nc4type.c' object='libnetcdf4_la-nc4type.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4type.lo `test -f 'nc4type.c' || echo '$(srcdir)/'`nc4type.c - -libnetcdf4_la-nc4var.lo: nc4var.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4var.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4var.Tpo -c -o libnetcdf4_la-nc4var.lo `test -f 'nc4var.c' || echo '$(srcdir)/'`nc4var.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4var.Tpo $(DEPDIR)/libnetcdf4_la-nc4var.Plo -# $(AM_V_CC)source='nc4var.c' object='libnetcdf4_la-nc4var.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4var.lo `test -f 'nc4var.c' || echo '$(srcdir)/'`nc4var.c - -libnetcdf4_la-ncfunc.lo: ncfunc.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-ncfunc.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-ncfunc.Tpo -c -o libnetcdf4_la-ncfunc.lo `test -f 'ncfunc.c' || echo '$(srcdir)/'`ncfunc.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-ncfunc.Tpo $(DEPDIR)/libnetcdf4_la-ncfunc.Plo -# $(AM_V_CC)source='ncfunc.c' object='libnetcdf4_la-ncfunc.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-ncfunc.lo `test -f 'ncfunc.c' || echo '$(srcdir)/'`ncfunc.c - -libnetcdf4_la-ncindex.lo: ncindex.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-ncindex.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-ncindex.Tpo -c -o libnetcdf4_la-ncindex.lo `test -f 'ncindex.c' || echo '$(srcdir)/'`ncindex.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-ncindex.Tpo $(DEPDIR)/libnetcdf4_la-ncindex.Plo -# $(AM_V_CC)source='ncindex.c' object='libnetcdf4_la-ncindex.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-ncindex.lo `test -f 'ncindex.c' || echo '$(srcdir)/'`ncindex.c - -libnetcdf4_la-nc4cache.lo: nc4cache.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdf4_la-nc4cache.lo -MD -MP -MF $(DEPDIR)/libnetcdf4_la-nc4cache.Tpo -c -o libnetcdf4_la-nc4cache.lo `test -f 'nc4cache.c' || echo '$(srcdir)/'`nc4cache.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdf4_la-nc4cache.Tpo $(DEPDIR)/libnetcdf4_la-nc4cache.Plo -# $(AM_V_CC)source='nc4cache.c' object='libnetcdf4_la-nc4cache.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdf4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdf4_la-nc4cache.lo `test -f 'nc4cache.c' || echo '$(srcdir)/'`nc4cache.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4attr.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4cache.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4dim.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4dispatch.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4grp.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4internal.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4type.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4var.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-ncfunc.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-ncindex.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4attr.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4cache.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4dim.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4dispatch.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4grp.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4internal.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4type.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-nc4var.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-ncfunc.Plo - -rm -f ./$(DEPDIR)/libnetcdf4_la-ncindex.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/libsrcp/Makefile b/libsrcp/Makefile deleted file mode 100644 index ec9c14b..0000000 --- a/libsrcp/Makefile +++ /dev/null @@ -1,793 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# libsrcp/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This automake file is in charge of building the libsrc directory, -# which contains the classic library code. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -subdir = libsrcp -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libnetcdfp_la_LIBADD = -am_libnetcdfp_la_OBJECTS = libnetcdfp_la-ncpdispatch.lo -libnetcdfp_la_OBJECTS = $(am_libnetcdfp_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/libnetcdfp_la-ncpdispatch.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(libnetcdfp_la_SOURCES) -DIST_SOURCES = $(libnetcdfp_la_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libsrcp -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/libsrcp -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -libnetcdfp_la_CPPFLAGS = ${AM_CPPFLAGS} - -# This is the code for a dispatch table for PnetCDF -# (which has CDF5 as its magic number) - -# These files comprise the PnetCDF dispatch library code. -libnetcdfp_la_SOURCES = ncpdispatch.c -noinst_LTLIBRARIES = libnetcdfp.la -EXTRA_DIST = CMakeLists.txt -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsrcp/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign libsrcp/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libnetcdfp.la: $(libnetcdfp_la_OBJECTS) $(libnetcdfp_la_DEPENDENCIES) $(EXTRA_libnetcdfp_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(libnetcdfp_la_OBJECTS) $(libnetcdfp_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/libnetcdfp_la-ncpdispatch.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -libnetcdfp_la-ncpdispatch.lo: ncpdispatch.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdfp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetcdfp_la-ncpdispatch.lo -MD -MP -MF $(DEPDIR)/libnetcdfp_la-ncpdispatch.Tpo -c -o libnetcdfp_la-ncpdispatch.lo `test -f 'ncpdispatch.c' || echo '$(srcdir)/'`ncpdispatch.c - $(AM_V_at)$(am__mv) $(DEPDIR)/libnetcdfp_la-ncpdispatch.Tpo $(DEPDIR)/libnetcdfp_la-ncpdispatch.Plo -# $(AM_V_CC)source='ncpdispatch.c' object='libnetcdfp_la-ncpdispatch.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetcdfp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetcdfp_la-ncpdispatch.lo `test -f 'ncpdispatch.c' || echo '$(srcdir)/'`ncpdispatch.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/libnetcdfp_la-ncpdispatch.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/libnetcdfp_la-ncpdispatch.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/libtool b/libtool deleted file mode 100644 index d67c5ac..0000000 --- a/libtool +++ /dev/null @@ -1,12103 +0,0 @@ -#! /bin/bash -# Generated automatically by config.status (netcdf-c) 4.9.2 -# Libtool was configured on host Lithium: -# NOTE: Changes made to this file will be lost: look at ltmain.sh. - -# Provide generalized library-building support services. -# Written by Gordon Matzigkeit, 1996 - -# Copyright (C) 2014 Free Software Foundation, Inc. -# This is free software; see the source for copying conditions. There is NO -# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -# GNU Libtool is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of of the License, or -# (at your option) any later version. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program or library that is built -# using GNU Libtool, you may include this file under the same -# distribution terms that you use for the rest of that program. -# -# GNU Libtool is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - -# The names of the tagged configurations supported by this script. -available_tags='CXX ' - -# Configured defaults for sys_lib_dlsearch_path munging. -: ${LT_SYS_LIBRARY_PATH=""} - -# ### BEGIN LIBTOOL CONFIG - -# Which release of libtool.m4 was used? -macro_version=2.4.7 -macro_revision=2.4.7 - -# Whether or not to build shared libraries. -build_libtool_libs=yes - -# Whether or not to build static libraries. -build_old_libs=yes - -# What type of objects to build. -pic_mode=default - -# Whether or not to optimize for fast installation. -fast_install=needless - -# Shared archive member basename,for filename based shared library versioning on AIX. -shared_archive_member_spec= - -# Shell to use when invoking shell scripts. -SHELL="/bin/bash" - -# An echo program that protects backslashes. -ECHO="printf %s\\n" - -# The PATH separator for the build system. -PATH_SEPARATOR=":" - -# The host system. -host_alias= -host=x86_64-pc-linux-gnu -host_os=linux-gnu - -# The build system. -build_alias= -build=x86_64-pc-linux-gnu -build_os=linux-gnu - -# A sed program that does not truncate output. -SED="/usr/bin/sed" - -# Sed that helps us avoid accidentally triggering echo(1) options like -n. -Xsed="$SED -e 1s/^X//" - -# A grep program that handles long lines. -GREP="/usr/bin/grep" - -# An ERE matcher. -EGREP="/usr/bin/grep -E" - -# A literal string matcher. -FGREP="/usr/bin/grep -F" - -# A BSD- or MS-compatible name lister. -NM="/usr/bin/nm -B" - -# Whether we need soft or hard links. -LN_S="ln -s" - -# What is the maximum length of a command? -max_cmd_len=1572864 - -# Object file suffix (normally "o"). -objext=o - -# Executable file suffix (normally ""). -exeext= - -# whether the shell understands "unset". -lt_unset=unset - -# turn spaces into newlines. -SP2NL="tr \\040 \\012" - -# turn newlines into spaces. -NL2SP="tr \\015\\012 \\040\\040" - -# convert $build file names to $host format. -to_host_file_cmd=func_convert_file_noop - -# convert $build files to toolchain format. -to_tool_file_cmd=func_convert_file_noop - -# A file(cmd) program that detects file types. -FILECMD="file" - -# An object symbol dumper. -OBJDUMP="objdump" - -# Method to check whether dependent libraries are shared objects. -deplibs_check_method="pass_all" - -# Command to use when deplibs_check_method = "file_magic". -file_magic_cmd="\$MAGIC_CMD" - -# How to find potential files when deplibs_check_method = "file_magic". -file_magic_glob="" - -# Find potential files using nocaseglob when deplibs_check_method = "file_magic". -want_nocaseglob="no" - -# DLL creation program. -DLLTOOL="false" - -# Command to associate shared and link libraries. -sharedlib_from_linklib_cmd="printf %s\\n" - -# The archiver. -AR="ar" - -# Flags to create an archive (by configure). -lt_ar_flags=cr - -# Flags to create an archive. -AR_FLAGS=${ARFLAGS-"$lt_ar_flags"} - -# How to feed a file listing to the archiver. -archiver_list_spec="@" - -# A symbol stripping program. -STRIP="strip" - -# Commands used to install an old-style archive. -RANLIB="ranlib" -old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib" -old_postuninstall_cmds="" - -# Whether to use a lock for old archive extraction. -lock_old_archive_extraction=no - -# A C compiler. -LTCC="gcc" - -# LTCC compiler flags. -LTCFLAGS=" -fno-strict-aliasing" - -# Take the output of nm and produce a listing of raw symbols and C names. -global_symbol_pipe="/usr/bin/sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | /usr/bin/sed '/ __gnu_lto/d'" - -# Transform the output of nm in a proper C declaration. -global_symbol_to_cdecl="/usr/bin/sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" - -# Transform the output of nm into a list of symbols to manually relocate. -global_symbol_to_import="" - -# Transform the output of nm in a C name address pair. -global_symbol_to_c_name_address="/usr/bin/sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p'" - -# Transform the output of nm in a C name address pair when lib prefix is needed. -global_symbol_to_c_name_address_lib_prefix="/usr/bin/sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(lib.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"lib\\1\", (void *) \\&\\1},/p'" - -# The name lister interface. -nm_interface="BSD nm" - -# Specify filename containing input files for $NM. -nm_file_list_spec="@" - -# The root where to search for dependent libraries,and where our libraries should be installed. -lt_sysroot= - -# Command to truncate a binary pipe. -lt_truncate_bin="/usr/bin/dd bs=4096 count=1" - -# The name of the directory that contains temporary libtool files. -objdir=.libs - -# Used to examine libraries when file_magic_cmd begins with "file". -MAGIC_CMD=file - -# Must we lock files when doing compilation? -need_locks="no" - -# Manifest tool. -MANIFEST_TOOL=":" - -# Tool to manipulate archived DWARF debug symbol files on Mac OS X. -DSYMUTIL="" - -# Tool to change global to local symbols on Mac OS X. -NMEDIT="" - -# Tool to manipulate fat objects and archives on Mac OS X. -LIPO="" - -# ldd/readelf like tool for Mach-O binaries on Mac OS X. -OTOOL="" - -# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. -OTOOL64="" - -# Old archive suffix (normally "a"). -libext=a - -# Shared library suffix (normally ".so"). -shrext_cmds=".so" - -# The commands to extract the exported symbol list from a shared archive. -extract_expsyms_cmds="" - -# Variables whose values should be saved in libtool wrapper scripts and -# restored at link time. -variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - -# Do we need the "lib" prefix for modules? -need_lib_prefix=no - -# Do we need a version for libraries? -need_version=no - -# Library versioning type. -version_type=linux - -# Shared library runtime path variable. -runpath_var=LD_RUN_PATH - -# Shared library path variable. -shlibpath_var=LD_LIBRARY_PATH - -# Is shlibpath searched before the hard-coded library search path? -shlibpath_overrides_runpath=yes - -# Format of library name prefix. -libname_spec="lib\$name" - -# List of archive names. First name is the real one, the rest are links. -# The last name is the one that the linker finds with -lNAME -library_names_spec="\$libname\$release\$shared_ext\$versuffix \$libname\$release\$shared_ext\$major \$libname\$shared_ext" - -# The coded name of the library, if different from the real name. -soname_spec="\$libname\$release\$shared_ext\$major" - -# Permission mode override for installation of shared libraries. -install_override_mode="" - -# Command to use after installation of a shared archive. -postinstall_cmds="" - -# Command to use after uninstallation of a shared archive. -postuninstall_cmds="" - -# Commands used to finish a libtool library installation in a directory. -finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir" - -# As "finish_cmds", except a single script fragment to be evaled but -# not shown. -finish_eval="" - -# Whether we should hardcode library paths into libraries. -hardcode_into_libs=yes - -# Compile-time system search path for libraries. -sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/9 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib " - -# Detected run-time system search path for libraries. -sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/cuda-11.7/targets/x86_64-linux/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib/i386-linux-gnu /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /usr/local/lib/i686-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /lib32 /usr/lib32 " - -# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. -configure_time_lt_sys_library_path="" - -# Whether dlopen is supported. -dlopen_support=unknown - -# Whether dlopen of programs is supported. -dlopen_self=unknown - -# Whether dlopen of statically linked programs is supported. -dlopen_self_static=unknown - -# Commands to strip libraries. -old_striplib="strip --strip-debug" -striplib="strip --strip-unneeded" - - -# The linker used to build libraries. -LD="/usr/bin/ld -m elf_x86_64" - -# How to create reloadable object files. -reload_flag=" -r" -reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" - -# Commands used to build an old-style archive. -old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" - -# A language specific compiler. -CC="gcc" - -# Is the compiler the GNU compiler? -with_gcc=yes - -# Compiler flag to turn off builtin functions. -no_builtin_flag=" -fno-builtin" - -# Additional compiler flags for building library objects. -pic_flag=" -fPIC -DPIC" - -# How to pass a linker flag through the compiler. -wl="-Wl," - -# Compiler flag to prevent dynamic linking. -link_static_flag="-static" - -# Does compiler simultaneously support -c and -o options? -compiler_c_o="yes" - -# Whether or not to add -lc for building shared libraries. -build_libtool_need_lc=no - -# Whether or not to disallow shared libs when runtime libs are static. -allow_libtool_libs_with_static_runtimes=no - -# Compiler flag to allow reflexive dlopens. -export_dynamic_flag_spec="\$wl--export-dynamic" - -# Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive" - -# Whether the compiler copes with passing no objects directly. -compiler_needs_object="no" - -# Create an old-style archive from a shared archive. -old_archive_from_new_cmds="" - -# Create a temporary old-style archive to link instead of a shared archive. -old_archive_from_expsyms_cmds="" - -# Commands used to build a shared archive. -archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname -o \$lib" -archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ - cat \$export_symbols | \$SED -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ - echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ - \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname \$wl-version-script \$wl\$output_objdir/\$libname.ver -o \$lib" - -# Commands used to build a loadable module if different from building -# a shared archive. -module_cmds="" -module_expsym_cmds="" - -# Whether we are building with GNU ld or not. -with_gnu_ld="yes" - -# Flag that allows shared libraries with undefined symbols to be built. -allow_undefined_flag="" - -# Flag that enforces no undefined symbols. -no_undefined_flag="" - -# Flag to hardcode $libdir into a binary during linking. -# This must work even if $libdir does not exist -hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir" - -# Whether we need a single "-rpath" flag with a separated argument. -hardcode_libdir_separator="" - -# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes -# DIR into the resulting binary. -hardcode_direct=no - -# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes -# DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting $shlibpath_var if the -# library is relocated. -hardcode_direct_absolute=no - -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR -# into the resulting binary. -hardcode_minus_L=no - -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -# into the resulting binary. -hardcode_shlibpath_var=unsupported - -# Set to "yes" if building a shared library automatically hardcodes DIR -# into the library and all subsequent libraries and executables linked -# against it. -hardcode_automatic=no - -# Set to yes if linker adds runtime paths of dependent libraries -# to runtime path list. -inherit_rpath=no - -# Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=unknown - -# Set to "yes" if exported symbols are required. -always_export_symbols=no - -# The commands to list exported symbols. -export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" - -# Symbols that should not be listed in the preloaded symbols. -exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*" - -# Symbols that must always be exported. -include_expsyms="" - -# Commands necessary for linking programs (against libraries) with templates. -prelink_cmds="" - -# Commands necessary for finishing linking programs. -postlink_cmds="" - -# Specify filename containing input files. -file_list_spec="" - -# How to hardcode a shared library path into an executable. -hardcode_action=immediate - -# The directories searched by this compiler when creating a shared library. -compiler_lib_search_dirs="" - -# Dependencies to place before and after the objects being linked to -# create a shared library. -predep_objects="" -postdep_objects="" -predeps="" -postdeps="" - -# The library search path used internally by the compiler when linking -# a shared library. -compiler_lib_search_path="" - -# ### END LIBTOOL CONFIG - - -# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE - -# func_munge_path_list VARIABLE PATH -# ----------------------------------- -# VARIABLE is name of variable containing _space_ separated list of -# directories to be munged by the contents of PATH, which is string -# having a format: -# "DIR[:DIR]:" -# string "DIR[ DIR]" will be prepended to VARIABLE -# ":DIR[:DIR]" -# string "DIR[ DIR]" will be appended to VARIABLE -# "DIRP[:DIRP]::[DIRA:]DIRA" -# string "DIRP[ DIRP]" will be prepended to VARIABLE and string -# "DIRA[ DIRA]" will be appended to VARIABLE -# "DIR[:DIR]" -# VARIABLE will be replaced by "DIR[ DIR]" -func_munge_path_list () -{ - case x$2 in - x) - ;; - *:) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" - ;; - x:*) - eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" - ;; - *) - eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" - ;; - esac -} - - -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -func_cc_basename () -{ - for cc_temp in $*""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -} - - -# ### END FUNCTIONS SHARED WITH CONFIGURE - -#! /usr/bin/env sh -## DO NOT EDIT - This file generated from ./build-aux/ltmain.in -## by inline-source v2019-02-19.15 - -# libtool (GNU libtool) 2.4.7 -# Provide generalized library-building support services. -# Written by Gordon Matzigkeit , 1996 - -# Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. -# This is free software; see the source for copying conditions. There is NO -# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -# GNU Libtool is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. -# -# GNU Libtool is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - -PROGRAM=libtool -PACKAGE=libtool -VERSION=2.4.7 -package_revision=2.4.7 - - -## ------ ## -## Usage. ## -## ------ ## - -# Run './libtool --help' for help with using this script from the -# command line. - - -## ------------------------------- ## -## User overridable command paths. ## -## ------------------------------- ## - -# After configure completes, it has a better idea of some of the -# shell tools we need than the defaults used by the functions shared -# with bootstrap, so set those here where they can still be over- -# ridden by the user, but otherwise take precedence. - -: ${AUTOCONF="autoconf"} -: ${AUTOMAKE="automake"} - - -## -------------------------- ## -## Source external libraries. ## -## -------------------------- ## - -# Much of our low-level functionality needs to be sourced from external -# libraries, which are installed to $pkgauxdir. - -# Set a version string for this script. -scriptversion=2019-02-19.15; # UTC - -# General shell script boiler plate, and helper functions. -# Written by Gary V. Vaughan, 2004 - -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2004-2019, 2021 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# , and GPL version 2 or later -# . You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. - -# Please report bugs or propose patches to: -# - - -## ------ ## -## Usage. ## -## ------ ## - -# Evaluate this file near the top of your script to gain access to -# the functions and variables defined here: -# -# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh -# -# If you need to override any of the default environment variable -# settings, do that before evaluating this file. - - -## -------------------- ## -## Shell normalisation. ## -## -------------------- ## - -# Some shells need a little help to be as Bourne compatible as possible. -# Before doing anything else, make sure all that help has been provided! - -DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac -fi - -# NLS nuisances: We save the old values in case they are required later. -_G_user_locale= -_G_safe_locale= -for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES -do - eval "if test set = \"\${$_G_var+set}\"; then - save_$_G_var=\$$_G_var - $_G_var=C - export $_G_var - _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" - _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" - fi" -done -# These NLS vars are set unconditionally (bootstrap issue #24). Unset those -# in case the environment reset is needed later and the $save_* variant is not -# defined (see the code above). -LC_ALL=C -LANGUAGE=C -export LANGUAGE LC_ALL - -# Make sure IFS has a sensible default -sp=' ' -nl=' -' -IFS="$sp $nl" - -# There are apparently some retarded systems that use ';' as a PATH separator! -if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - - -# func_unset VAR -# -------------- -# Portably unset VAR. -# In some shells, an 'unset VAR' statement leaves a non-zero return -# status if VAR is already unset, which might be problematic if the -# statement is used at the end of a function (thus poisoning its return -# value) or when 'set -e' is active (causing even a spurious abort of -# the script in this case). -func_unset () -{ - { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } -} - - -# Make sure CDPATH doesn't cause `cd` commands to output the target dir. -func_unset CDPATH - -# Make sure ${,E,F}GREP behave sanely. -func_unset GREP_OPTIONS - - -## ------------------------- ## -## Locate command utilities. ## -## ------------------------- ## - - -# func_executable_p FILE -# ---------------------- -# Check that FILE is an executable regular file. -func_executable_p () -{ - test -f "$1" && test -x "$1" -} - - -# func_path_progs PROGS_LIST CHECK_FUNC [PATH] -# -------------------------------------------- -# Search for either a program that responds to --version with output -# containing "GNU", or else returned by CHECK_FUNC otherwise, by -# trying all the directories in PATH with each of the elements of -# PROGS_LIST. -# -# CHECK_FUNC should accept the path to a candidate program, and -# set $func_check_prog_result if it truncates its output less than -# $_G_path_prog_max characters. -func_path_progs () -{ - _G_progs_list=$1 - _G_check_func=$2 - _G_PATH=${3-"$PATH"} - - _G_path_prog_max=0 - _G_path_prog_found=false - _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} - for _G_dir in $_G_PATH; do - IFS=$_G_save_IFS - test -z "$_G_dir" && _G_dir=. - for _G_prog_name in $_G_progs_list; do - for _exeext in '' .EXE; do - _G_path_prog=$_G_dir/$_G_prog_name$_exeext - func_executable_p "$_G_path_prog" || continue - case `"$_G_path_prog" --version 2>&1` in - *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; - *) $_G_check_func $_G_path_prog - func_path_progs_result=$func_check_prog_result - ;; - esac - $_G_path_prog_found && break 3 - done - done - done - IFS=$_G_save_IFS - test -z "$func_path_progs_result" && { - echo "no acceptable sed could be found in \$PATH" >&2 - exit 1 - } -} - - -# We want to be able to use the functions in this file before configure -# has figured out where the best binaries are kept, which means we have -# to search for them ourselves - except when the results are already set -# where we skip the searches. - -# Unless the user overrides by setting SED, search the path for either GNU -# sed, or the sed that truncates its output the least. -test -z "$SED" && { - _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ - for _G_i in 1 2 3 4 5 6 7; do - _G_sed_script=$_G_sed_script$nl$_G_sed_script - done - echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed - _G_sed_script= - - func_check_prog_sed () - { - _G_path_prog=$1 - - _G_count=0 - printf 0123456789 >conftest.in - while : - do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo '' >> conftest.nl - "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break - diff conftest.out conftest.nl >/dev/null 2>&1 || break - _G_count=`expr $_G_count + 1` - if test "$_G_count" -gt "$_G_path_prog_max"; then - # Best one so far, save it but keep looking for a better one - func_check_prog_result=$_G_path_prog - _G_path_prog_max=$_G_count - fi - # 10*(2^10) chars as input seems more than enough - test 10 -lt "$_G_count" && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out - } - - func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" - rm -f conftest.sed - SED=$func_path_progs_result -} - - -# Unless the user overrides by setting GREP, search the path for either GNU -# grep, or the grep that truncates its output the least. -test -z "$GREP" && { - func_check_prog_grep () - { - _G_path_prog=$1 - - _G_count=0 - _G_path_prog_max=0 - printf 0123456789 >conftest.in - while : - do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo 'GREP' >> conftest.nl - "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break - diff conftest.out conftest.nl >/dev/null 2>&1 || break - _G_count=`expr $_G_count + 1` - if test "$_G_count" -gt "$_G_path_prog_max"; then - # Best one so far, save it but keep looking for a better one - func_check_prog_result=$_G_path_prog - _G_path_prog_max=$_G_count - fi - # 10*(2^10) chars as input seems more than enough - test 10 -lt "$_G_count" && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out - } - - func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" - GREP=$func_path_progs_result -} - - -## ------------------------------- ## -## User overridable command paths. ## -## ------------------------------- ## - -# All uppercase variable names are used for environment variables. These -# variables can be overridden by the user before calling a script that -# uses them if a suitable command of that name is not already available -# in the command search PATH. - -: ${CP="cp -f"} -: ${ECHO="printf %s\n"} -: ${EGREP="$GREP -E"} -: ${FGREP="$GREP -F"} -: ${LN_S="ln -s"} -: ${MAKE="make"} -: ${MKDIR="mkdir"} -: ${MV="mv -f"} -: ${RM="rm -f"} -: ${SHELL="${CONFIG_SHELL-/bin/sh}"} - - -## -------------------- ## -## Useful sed snippets. ## -## -------------------- ## - -sed_dirname='s|/[^/]*$||' -sed_basename='s|^.*/||' - -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='s|\([`"$\\]\)|\\\1|g' - -# Same as above, but do not quote variable references. -sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' - -# Sed substitution that turns a string into a regex matching for the -# string literally. -sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' - -# Sed substitution that converts a w32 file name or path -# that contains forward slashes, into one that contains -# (escaped) backslashes. A very naive implementation. -sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' - -# Re-'\' parameter expansions in output of sed_double_quote_subst that -# were '\'-ed in input to the same. If an odd number of '\' preceded a -# '$' in input to sed_double_quote_subst, that '$' was protected from -# expansion. Since each input '\' is now two '\'s, look for any number -# of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. -_G_bs='\\' -_G_bs2='\\\\' -_G_bs4='\\\\\\\\' -_G_dollar='\$' -sed_double_backslash="\ - s/$_G_bs4/&\\ -/g - s/^$_G_bs2$_G_dollar/$_G_bs&/ - s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g - s/\n//g" - -# require_check_ifs_backslash -# --------------------------- -# Check if we can use backslash as IFS='\' separator, and set -# $check_ifs_backshlash_broken to ':' or 'false'. -require_check_ifs_backslash=func_require_check_ifs_backslash -func_require_check_ifs_backslash () -{ - _G_save_IFS=$IFS - IFS='\' - _G_check_ifs_backshlash='a\\b' - for _G_i in $_G_check_ifs_backshlash - do - case $_G_i in - a) - check_ifs_backshlash_broken=false - ;; - '') - break - ;; - *) - check_ifs_backshlash_broken=: - break - ;; - esac - done - IFS=$_G_save_IFS - require_check_ifs_backslash=: -} - - -## ----------------- ## -## Global variables. ## -## ----------------- ## - -# Except for the global variables explicitly listed below, the following -# functions in the '^func_' namespace, and the '^require_' namespace -# variables initialised in the 'Resource management' section, sourcing -# this file will not pollute your global namespace with anything -# else. There's no portable way to scope variables in Bourne shell -# though, so actually running these functions will sometimes place -# results into a variable named after the function, and often use -# temporary variables in the '^_G_' namespace. If you are careful to -# avoid using those namespaces casually in your sourcing script, things -# should continue to work as you expect. And, of course, you can freely -# overwrite any of the functions or variables defined here before -# calling anything to customize them. - -EXIT_SUCCESS=0 -EXIT_FAILURE=1 -EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. -EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. - -# Allow overriding, eg assuming that you follow the convention of -# putting '$debug_cmd' at the start of all your functions, you can get -# bash to show function call trace with: -# -# debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name -debug_cmd=${debug_cmd-":"} -exit_cmd=: - -# By convention, finish your script with: -# -# exit $exit_status -# -# so that you can set exit_status to non-zero if you want to indicate -# something went wrong during execution without actually bailing out at -# the point of failure. -exit_status=$EXIT_SUCCESS - -# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh -# is ksh but when the shell is invoked as "sh" and the current value of -# the _XPG environment variable is not equal to 1 (one), the special -# positional parameter $0, within a function call, is the name of the -# function. -progpath=$0 - -# The name of this program. -progname=`$ECHO "$progpath" |$SED "$sed_basename"` - -# Make sure we have an absolute progpath for reexecution: -case $progpath in - [\\/]*|[A-Za-z]:\\*) ;; - *[\\/]*) - progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` - progdir=`cd "$progdir" && pwd` - progpath=$progdir/$progname - ;; - *) - _G_IFS=$IFS - IFS=${PATH_SEPARATOR-:} - for progdir in $PATH; do - IFS=$_G_IFS - test -x "$progdir/$progname" && break - done - IFS=$_G_IFS - test -n "$progdir" || progdir=`pwd` - progpath=$progdir/$progname - ;; -esac - - -## ----------------- ## -## Standard options. ## -## ----------------- ## - -# The following options affect the operation of the functions defined -# below, and should be set appropriately depending on run-time para- -# meters passed on the command line. - -opt_dry_run=false -opt_quiet=false -opt_verbose=false - -# Categories 'all' and 'none' are always available. Append any others -# you will pass as the first argument to func_warning from your own -# code. -warning_categories= - -# By default, display warnings according to 'opt_warning_types'. Set -# 'warning_func' to ':' to elide all warnings, or func_fatal_error to -# treat the next displayed warning as a fatal error. -warning_func=func_warn_and_continue - -# Set to 'all' to display all warnings, 'none' to suppress all -# warnings, or a space delimited list of some subset of -# 'warning_categories' to display only the listed warnings. -opt_warning_types=all - - -## -------------------- ## -## Resource management. ## -## -------------------- ## - -# This section contains definitions for functions that each ensure a -# particular resource (a file, or a non-empty configuration variable for -# example) is available, and if appropriate to extract default values -# from pertinent package files. Call them using their associated -# 'require_*' variable to ensure that they are executed, at most, once. -# -# It's entirely deliberate that calling these functions can set -# variables that don't obey the namespace limitations obeyed by the rest -# of this file, in order that that they be as useful as possible to -# callers. - - -# require_term_colors -# ------------------- -# Allow display of bold text on terminals that support it. -require_term_colors=func_require_term_colors -func_require_term_colors () -{ - $debug_cmd - - test -t 1 && { - # COLORTERM and USE_ANSI_COLORS environment variables take - # precedence, because most terminfo databases neglect to describe - # whether color sequences are supported. - test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} - - if test 1 = "$USE_ANSI_COLORS"; then - # Standard ANSI escape sequences - tc_reset='' - tc_bold=''; tc_standout='' - tc_red=''; tc_green='' - tc_blue=''; tc_cyan='' - else - # Otherwise trust the terminfo database after all. - test -n "`tput sgr0 2>/dev/null`" && { - tc_reset=`tput sgr0` - test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` - tc_standout=$tc_bold - test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` - test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` - test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` - test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` - test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` - } - fi - } - - require_term_colors=: -} - - -## ----------------- ## -## Function library. ## -## ----------------- ## - -# This section contains a variety of useful functions to call in your -# scripts. Take note of the portable wrappers for features provided by -# some modern shells, which will fall back to slower equivalents on -# less featureful shells. - - -# func_append VAR VALUE -# --------------------- -# Append VALUE onto the existing contents of VAR. - - # We should try to minimise forks, especially on Windows where they are - # unreasonably slow, so skip the feature probes when bash or zsh are - # being used: - if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then - : ${_G_HAVE_ARITH_OP="yes"} - : ${_G_HAVE_XSI_OPS="yes"} - # The += operator was introduced in bash 3.1 - case $BASH_VERSION in - [12].* | 3.0 | 3.0*) ;; - *) - : ${_G_HAVE_PLUSEQ_OP="yes"} - ;; - esac - fi - - # _G_HAVE_PLUSEQ_OP - # Can be empty, in which case the shell is probed, "yes" if += is - # useable or anything else if it does not work. - test -z "$_G_HAVE_PLUSEQ_OP" \ - && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ - && _G_HAVE_PLUSEQ_OP=yes - -if test yes = "$_G_HAVE_PLUSEQ_OP" -then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_append () - { - $debug_cmd - - eval "$1+=\$2" - }' -else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_append () - { - $debug_cmd - - eval "$1=\$$1\$2" - } -fi - - -# func_append_quoted VAR VALUE -# ---------------------------- -# Quote VALUE and append to the end of shell variable VAR, separated -# by a space. -if test yes = "$_G_HAVE_PLUSEQ_OP"; then - eval 'func_append_quoted () - { - $debug_cmd - - func_quote_arg pretty "$2" - eval "$1+=\\ \$func_quote_arg_result" - }' -else - func_append_quoted () - { - $debug_cmd - - func_quote_arg pretty "$2" - eval "$1=\$$1\\ \$func_quote_arg_result" - } -fi - - -# func_append_uniq VAR VALUE -# -------------------------- -# Append unique VALUE onto the existing contents of VAR, assuming -# entries are delimited by the first character of VALUE. For example: -# -# func_append_uniq options " --another-option option-argument" -# -# will only append to $options if " --another-option option-argument " -# is not already present somewhere in $options already (note spaces at -# each end implied by leading space in second argument). -func_append_uniq () -{ - $debug_cmd - - eval _G_current_value='`$ECHO $'$1'`' - _G_delim=`expr "$2" : '\(.\)'` - - case $_G_delim$_G_current_value$_G_delim in - *"$2$_G_delim"*) ;; - *) func_append "$@" ;; - esac -} - - -# func_arith TERM... -# ------------------ -# Set func_arith_result to the result of evaluating TERMs. - test -z "$_G_HAVE_ARITH_OP" \ - && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ - && _G_HAVE_ARITH_OP=yes - -if test yes = "$_G_HAVE_ARITH_OP"; then - eval 'func_arith () - { - $debug_cmd - - func_arith_result=$(( $* )) - }' -else - func_arith () - { - $debug_cmd - - func_arith_result=`expr "$@"` - } -fi - - -# func_basename FILE -# ------------------ -# Set func_basename_result to FILE with everything up to and including -# the last / stripped. -if test yes = "$_G_HAVE_XSI_OPS"; then - # If this shell supports suffix pattern removal, then use it to avoid - # forking. Hide the definitions single quotes in case the shell chokes - # on unsupported syntax... - _b='func_basename_result=${1##*/}' - _d='case $1 in - */*) func_dirname_result=${1%/*}$2 ;; - * ) func_dirname_result=$3 ;; - esac' - -else - # ...otherwise fall back to using sed. - _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' - _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` - if test "X$func_dirname_result" = "X$1"; then - func_dirname_result=$3 - else - func_append func_dirname_result "$2" - fi' -fi - -eval 'func_basename () -{ - $debug_cmd - - '"$_b"' -}' - - -# func_dirname FILE APPEND NONDIR_REPLACEMENT -# ------------------------------------------- -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -eval 'func_dirname () -{ - $debug_cmd - - '"$_d"' -}' - - -# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT -# -------------------------------------------------------- -# Perform func_basename and func_dirname in a single function -# call: -# dirname: Compute the dirname of FILE. If nonempty, -# add APPEND to the result, otherwise set result -# to NONDIR_REPLACEMENT. -# value returned in "$func_dirname_result" -# basename: Compute filename of FILE. -# value retuned in "$func_basename_result" -# For efficiency, we do not delegate to the functions above but instead -# duplicate the functionality here. -eval 'func_dirname_and_basename () -{ - $debug_cmd - - '"$_b"' - '"$_d"' -}' - - -# func_echo ARG... -# ---------------- -# Echo program name prefixed message. -func_echo () -{ - $debug_cmd - - _G_message=$* - - func_echo_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_IFS - $ECHO "$progname: $_G_line" - done - IFS=$func_echo_IFS -} - - -# func_echo_all ARG... -# -------------------- -# Invoke $ECHO with all args, space-separated. -func_echo_all () -{ - $ECHO "$*" -} - - -# func_echo_infix_1 INFIX ARG... -# ------------------------------ -# Echo program name, followed by INFIX on the first line, with any -# additional lines not showing INFIX. -func_echo_infix_1 () -{ - $debug_cmd - - $require_term_colors - - _G_infix=$1; shift - _G_indent=$_G_infix - _G_prefix="$progname: $_G_infix: " - _G_message=$* - - # Strip color escape sequences before counting printable length - for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" - do - test -n "$_G_tc" && { - _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` - _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` - } - done - _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes - - func_echo_infix_1_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_infix_1_IFS - $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 - _G_prefix=$_G_indent - done - IFS=$func_echo_infix_1_IFS -} - - -# func_error ARG... -# ----------------- -# Echo program name prefixed message to standard error. -func_error () -{ - $debug_cmd - - $require_term_colors - - func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 -} - - -# func_fatal_error ARG... -# ----------------------- -# Echo program name prefixed message to standard error, and exit. -func_fatal_error () -{ - $debug_cmd - - func_error "$*" - exit $EXIT_FAILURE -} - - -# func_grep EXPRESSION FILENAME -# ----------------------------- -# Check whether EXPRESSION matches any line of FILENAME, without output. -func_grep () -{ - $debug_cmd - - $GREP "$1" "$2" >/dev/null 2>&1 -} - - -# func_len STRING -# --------------- -# Set func_len_result to the length of STRING. STRING may not -# start with a hyphen. - test -z "$_G_HAVE_XSI_OPS" \ - && (eval 'x=a/b/c; - test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ - && _G_HAVE_XSI_OPS=yes - -if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_len () - { - $debug_cmd - - func_len_result=${#1} - }' -else - func_len () - { - $debug_cmd - - func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` - } -fi - - -# func_mkdir_p DIRECTORY-PATH -# --------------------------- -# Make sure the entire path to DIRECTORY-PATH is available. -func_mkdir_p () -{ - $debug_cmd - - _G_directory_path=$1 - _G_dir_list= - - if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then - - # Protect directory names starting with '-' - case $_G_directory_path in - -*) _G_directory_path=./$_G_directory_path ;; - esac - - # While some portion of DIR does not yet exist... - while test ! -d "$_G_directory_path"; do - # ...make a list in topmost first order. Use a colon delimited - # list incase some portion of path contains whitespace. - _G_dir_list=$_G_directory_path:$_G_dir_list - - # If the last portion added has no slash in it, the list is done - case $_G_directory_path in */*) ;; *) break ;; esac - - # ...otherwise throw away the child directory and loop - _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` - done - _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` - - func_mkdir_p_IFS=$IFS; IFS=: - for _G_dir in $_G_dir_list; do - IFS=$func_mkdir_p_IFS - # mkdir can fail with a 'File exist' error if two processes - # try to create one of the directories concurrently. Don't - # stop in that case! - $MKDIR "$_G_dir" 2>/dev/null || : - done - IFS=$func_mkdir_p_IFS - - # Bail out if we (or some other process) failed to create a directory. - test -d "$_G_directory_path" || \ - func_fatal_error "Failed to create '$1'" - fi -} - - -# func_mktempdir [BASENAME] -# ------------------------- -# Make a temporary directory that won't clash with other running -# libtool processes, and avoids race conditions if possible. If -# given, BASENAME is the basename for that directory. -func_mktempdir () -{ - $debug_cmd - - _G_template=${TMPDIR-/tmp}/${1-$progname} - - if test : = "$opt_dry_run"; then - # Return a directory name, but don't create it in dry-run mode - _G_tmpdir=$_G_template-$$ - else - - # If mktemp works, use that first and foremost - _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` - - if test ! -d "$_G_tmpdir"; then - # Failing that, at least try and use $RANDOM to avoid a race - _G_tmpdir=$_G_template-${RANDOM-0}$$ - - func_mktempdir_umask=`umask` - umask 0077 - $MKDIR "$_G_tmpdir" - umask $func_mktempdir_umask - fi - - # If we're not in dry-run mode, bomb out on failure - test -d "$_G_tmpdir" || \ - func_fatal_error "cannot create temporary directory '$_G_tmpdir'" - fi - - $ECHO "$_G_tmpdir" -} - - -# func_normal_abspath PATH -# ------------------------ -# Remove doubled-up and trailing slashes, "." path components, -# and cancel out any ".." path components in PATH after making -# it an absolute path. -func_normal_abspath () -{ - $debug_cmd - - # These SED scripts presuppose an absolute path with a trailing slash. - _G_pathcar='s|^/\([^/]*\).*$|\1|' - _G_pathcdr='s|^/[^/]*||' - _G_removedotparts=':dotsl - s|/\./|/|g - t dotsl - s|/\.$|/|' - _G_collapseslashes='s|/\{1,\}|/|g' - _G_finalslash='s|/*$|/|' - - # Start from root dir and reassemble the path. - func_normal_abspath_result= - func_normal_abspath_tpath=$1 - func_normal_abspath_altnamespace= - case $func_normal_abspath_tpath in - "") - # Empty path, that just means $cwd. - func_stripname '' '/' "`pwd`" - func_normal_abspath_result=$func_stripname_result - return - ;; - # The next three entries are used to spot a run of precisely - # two leading slashes without using negated character classes; - # we take advantage of case's first-match behaviour. - ///*) - # Unusual form of absolute path, do nothing. - ;; - //*) - # Not necessarily an ordinary path; POSIX reserves leading '//' - # and for example Cygwin uses it to access remote file shares - # over CIFS/SMB, so we conserve a leading double slash if found. - func_normal_abspath_altnamespace=/ - ;; - /*) - # Absolute path, do nothing. - ;; - *) - # Relative path, prepend $cwd. - func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath - ;; - esac - - # Cancel out all the simple stuff to save iterations. We also want - # the path to end with a slash for ease of parsing, so make sure - # there is one (and only one) here. - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` - while :; do - # Processed it all yet? - if test / = "$func_normal_abspath_tpath"; then - # If we ascended to the root using ".." the result may be empty now. - if test -z "$func_normal_abspath_result"; then - func_normal_abspath_result=/ - fi - break - fi - func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_pathcar"` - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$_G_pathcdr"` - # Figure out what to do with it - case $func_normal_abspath_tcomponent in - "") - # Trailing empty path component, ignore it. - ;; - ..) - # Parent dir; strip last assembled component from result. - func_dirname "$func_normal_abspath_result" - func_normal_abspath_result=$func_dirname_result - ;; - *) - # Actual path component, append it. - func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" - ;; - esac - done - # Restore leading double-slash if one was found on entry. - func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result -} - - -# func_notquiet ARG... -# -------------------- -# Echo program name prefixed message only when not in quiet mode. -func_notquiet () -{ - $debug_cmd - - $opt_quiet || func_echo ${1+"$@"} - - # A bug in bash halts the script if the last line of a function - # fails when set -e is in force, so we need another command to - # work around that: - : -} - - -# func_relative_path SRCDIR DSTDIR -# -------------------------------- -# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. -func_relative_path () -{ - $debug_cmd - - func_relative_path_result= - func_normal_abspath "$1" - func_relative_path_tlibdir=$func_normal_abspath_result - func_normal_abspath "$2" - func_relative_path_tbindir=$func_normal_abspath_result - - # Ascend the tree starting from libdir - while :; do - # check if we have found a prefix of bindir - case $func_relative_path_tbindir in - $func_relative_path_tlibdir) - # found an exact match - func_relative_path_tcancelled= - break - ;; - $func_relative_path_tlibdir*) - # found a matching prefix - func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" - func_relative_path_tcancelled=$func_stripname_result - if test -z "$func_relative_path_result"; then - func_relative_path_result=. - fi - break - ;; - *) - func_dirname $func_relative_path_tlibdir - func_relative_path_tlibdir=$func_dirname_result - if test -z "$func_relative_path_tlibdir"; then - # Have to descend all the way to the root! - func_relative_path_result=../$func_relative_path_result - func_relative_path_tcancelled=$func_relative_path_tbindir - break - fi - func_relative_path_result=../$func_relative_path_result - ;; - esac - done - - # Now calculate path; take care to avoid doubling-up slashes. - func_stripname '' '/' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - func_stripname '/' '/' "$func_relative_path_tcancelled" - if test -n "$func_stripname_result"; then - func_append func_relative_path_result "/$func_stripname_result" - fi - - # Normalisation. If bindir is libdir, return '.' else relative path. - if test -n "$func_relative_path_result"; then - func_stripname './' '' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - fi - - test -n "$func_relative_path_result" || func_relative_path_result=. - - : -} - - -# func_quote_portable EVAL ARG -# ---------------------------- -# Internal function to portably implement func_quote_arg. Note that we still -# keep attention to performance here so we as much as possible try to avoid -# calling sed binary (so far O(N) complexity as long as func_append is O(1)). -func_quote_portable () -{ - $debug_cmd - - $require_check_ifs_backslash - - func_quote_portable_result=$2 - - # one-time-loop (easy break) - while true - do - if $1; then - func_quote_portable_result=`$ECHO "$2" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` - break - fi - - # Quote for eval. - case $func_quote_portable_result in - *[\\\`\"\$]*) - # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string - # contains the shell wildcard characters. - case $check_ifs_backshlash_broken$func_quote_portable_result in - :*|*[\[\*\?]*) - func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ - | $SED "$sed_quote_subst"` - break - ;; - esac - - func_quote_portable_old_IFS=$IFS - for _G_char in '\' '`' '"' '$' - do - # STATE($1) PREV($2) SEPARATOR($3) - set start "" "" - func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy - IFS=$_G_char - for _G_part in $func_quote_portable_result - do - case $1 in - quote) - func_append func_quote_portable_result "$3$2" - set quote "$_G_part" "\\$_G_char" - ;; - start) - set first "" "" - func_quote_portable_result= - ;; - first) - set quote "$_G_part" "" - ;; - esac - done - done - IFS=$func_quote_portable_old_IFS - ;; - *) ;; - esac - break - done - - func_quote_portable_unquoted_result=$func_quote_portable_result - case $func_quote_portable_result in - # double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # many bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - func_quote_portable_result=\"$func_quote_portable_result\" - ;; - esac -} - - -# func_quotefast_eval ARG -# ----------------------- -# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', -# but optimized for speed. Result is stored in $func_quotefast_eval. -if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then - printf -v _GL_test_printf_tilde %q '~' - if test '\~' = "$_GL_test_printf_tilde"; then - func_quotefast_eval () - { - printf -v func_quotefast_eval_result %q "$1" - } - else - # Broken older Bash implementations. Make those faster too if possible. - func_quotefast_eval () - { - case $1 in - '~'*) - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result - ;; - *) - printf -v func_quotefast_eval_result %q "$1" - ;; - esac - } - fi -else - func_quotefast_eval () - { - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result - } -fi - - -# func_quote_arg MODEs ARG -# ------------------------ -# Quote one ARG to be evaled later. MODEs argument may contain zero or more -# specifiers listed below separated by ',' character. This function returns two -# values: -# i) func_quote_arg_result -# double-quoted (when needed), suitable for a subsequent eval -# ii) func_quote_arg_unquoted_result -# has all characters that are still active within double -# quotes backslashified. Available only if 'unquoted' is specified. -# -# Available modes: -# ---------------- -# 'eval' (default) -# - escape shell special characters -# 'expand' -# - the same as 'eval'; but do not quote variable references -# 'pretty' -# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might -# be used later in func_quote to get output like: 'echo "a b"' instead -# of 'echo a\ b'. This is slower than default on some shells. -# 'unquoted' -# - produce also $func_quote_arg_unquoted_result which does not contain -# wrapping double-quotes. -# -# Examples for 'func_quote_arg pretty,unquoted string': -# -# string | *_result | *_unquoted_result -# ------------+-----------------------+------------------- -# " | \" | \" -# a b | "a b" | a b -# "a b" | "\"a b\"" | \"a b\" -# * | "*" | * -# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" -# -# Examples for 'func_quote_arg pretty,unquoted,expand string': -# -# string | *_result | *_unquoted_result -# --------------+---------------------+-------------------- -# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" -func_quote_arg () -{ - _G_quote_expand=false - case ,$1, in - *,expand,*) - _G_quote_expand=: - ;; - esac - - case ,$1, in - *,pretty,*|*,expand,*|*,unquoted,*) - func_quote_portable $_G_quote_expand "$2" - func_quote_arg_result=$func_quote_portable_result - func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result - ;; - *) - # Faster quote-for-eval for some shells. - func_quotefast_eval "$2" - func_quote_arg_result=$func_quotefast_eval_result - ;; - esac -} - - -# func_quote MODEs ARGs... -# ------------------------ -# Quote all ARGs to be evaled later and join them into single command. See -# func_quote_arg's description for more info. -func_quote () -{ - $debug_cmd - _G_func_quote_mode=$1 ; shift - func_quote_result= - while test 0 -lt $#; do - func_quote_arg "$_G_func_quote_mode" "$1" - if test -n "$func_quote_result"; then - func_append func_quote_result " $func_quote_arg_result" - else - func_append func_quote_result "$func_quote_arg_result" - fi - shift - done -} - - -# func_stripname PREFIX SUFFIX NAME -# --------------------------------- -# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_stripname () - { - $debug_cmd - - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary variable first. - func_stripname_result=$3 - func_stripname_result=${func_stripname_result#"$1"} - func_stripname_result=${func_stripname_result%"$2"} - }' -else - func_stripname () - { - $debug_cmd - - case $2 in - .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; - *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; - esac - } -fi - - -# func_show_eval CMD [FAIL_EXP] -# ----------------------------- -# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is -# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP -# is given, then evaluate it. -func_show_eval () -{ - $debug_cmd - - _G_cmd=$1 - _G_fail_exp=${2-':'} - - func_quote_arg pretty,expand "$_G_cmd" - eval "func_notquiet $func_quote_arg_result" - - $opt_dry_run || { - eval "$_G_cmd" - _G_status=$? - if test 0 -ne "$_G_status"; then - eval "(exit $_G_status); $_G_fail_exp" - fi - } -} - - -# func_show_eval_locale CMD [FAIL_EXP] -# ------------------------------------ -# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is -# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP -# is given, then evaluate it. Use the saved locale for evaluation. -func_show_eval_locale () -{ - $debug_cmd - - _G_cmd=$1 - _G_fail_exp=${2-':'} - - $opt_quiet || { - func_quote_arg expand,pretty "$_G_cmd" - eval "func_echo $func_quote_arg_result" - } - - $opt_dry_run || { - eval "$_G_user_locale - $_G_cmd" - _G_status=$? - eval "$_G_safe_locale" - if test 0 -ne "$_G_status"; then - eval "(exit $_G_status); $_G_fail_exp" - fi - } -} - - -# func_tr_sh -# ---------- -# Turn $1 into a string suitable for a shell variable name. -# Result is stored in $func_tr_sh_result. All characters -# not in the set a-zA-Z0-9_ are replaced with '_'. Further, -# if $1 begins with a digit, a '_' is prepended as well. -func_tr_sh () -{ - $debug_cmd - - case $1 in - [0-9]* | *[!a-zA-Z0-9_]*) - func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` - ;; - * ) - func_tr_sh_result=$1 - ;; - esac -} - - -# func_verbose ARG... -# ------------------- -# Echo program name prefixed message in verbose mode only. -func_verbose () -{ - $debug_cmd - - $opt_verbose && func_echo "$*" - - : -} - - -# func_warn_and_continue ARG... -# ----------------------------- -# Echo program name prefixed warning message to standard error. -func_warn_and_continue () -{ - $debug_cmd - - $require_term_colors - - func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 -} - - -# func_warning CATEGORY ARG... -# ---------------------------- -# Echo program name prefixed warning message to standard error. Warning -# messages can be filtered according to CATEGORY, where this function -# elides messages where CATEGORY is not listed in the global variable -# 'opt_warning_types'. -func_warning () -{ - $debug_cmd - - # CATEGORY must be in the warning_categories list! - case " $warning_categories " in - *" $1 "*) ;; - *) func_internal_error "invalid warning category '$1'" ;; - esac - - _G_category=$1 - shift - - case " $opt_warning_types " in - *" $_G_category "*) $warning_func ${1+"$@"} ;; - esac -} - - -# func_sort_ver VER1 VER2 -# ----------------------- -# 'sort -V' is not generally available. -# Note this deviates from the version comparison in automake -# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a -# but this should suffice as we won't be specifying old -# version formats or redundant trailing .0 in bootstrap.conf. -# If we did want full compatibility then we should probably -# use m4_version_compare from autoconf. -func_sort_ver () -{ - $debug_cmd - - printf '%s\n%s\n' "$1" "$2" \ - | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n -} - -# func_lt_ver PREV CURR -# --------------------- -# Return true if PREV and CURR are in the correct order according to -# func_sort_ver, otherwise false. Use it like this: -# -# func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." -func_lt_ver () -{ - $debug_cmd - - test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` -} - - -# Local variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) -# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" -# time-stamp-time-zone: "UTC" -# End: -#! /bin/sh - -# A portable, pluggable option parser for Bourne shell. -# Written by Gary V. Vaughan, 2010 - -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2010-2019, 2021 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# , and GPL version 2 or later -# . You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. - -# Please report bugs or propose patches to: -# - -# Set a version string for this script. -scriptversion=2019-02-19.15; # UTC - - -## ------ ## -## Usage. ## -## ------ ## - -# This file is a library for parsing options in your shell scripts along -# with assorted other useful supporting features that you can make use -# of too. -# -# For the simplest scripts you might need only: -# -# #!/bin/sh -# . relative/path/to/funclib.sh -# . relative/path/to/options-parser -# scriptversion=1.0 -# func_options ${1+"$@"} -# eval set dummy "$func_options_result"; shift -# ...rest of your script... -# -# In order for the '--version' option to work, you will need to have a -# suitably formatted comment like the one at the top of this file -# starting with '# Written by ' and ending with '# Copyright'. -# -# For '-h' and '--help' to work, you will also need a one line -# description of your script's purpose in a comment directly above the -# '# Written by ' line, like the one at the top of this file. -# -# The default options also support '--debug', which will turn on shell -# execution tracing (see the comment above debug_cmd below for another -# use), and '--verbose' and the func_verbose function to allow your script -# to display verbose messages only when your user has specified -# '--verbose'. -# -# After sourcing this file, you can plug in processing for additional -# options by amending the variables from the 'Configuration' section -# below, and following the instructions in the 'Option parsing' -# section further down. - -## -------------- ## -## Configuration. ## -## -------------- ## - -# You should override these variables in your script after sourcing this -# file so that they reflect the customisations you have added to the -# option parser. - -# The usage line for option parsing errors and the start of '-h' and -# '--help' output messages. You can embed shell variables for delayed -# expansion at the time the message is displayed, but you will need to -# quote other shell meta-characters carefully to prevent them being -# expanded when the contents are evaled. -usage='$progpath [OPTION]...' - -# Short help message in response to '-h' and '--help'. Add to this or -# override it after sourcing this library to reflect the full set of -# options your script accepts. -usage_message="\ - --debug enable verbose shell tracing - -W, --warnings=CATEGORY - report the warnings falling in CATEGORY [all] - -v, --verbose verbosely report processing - --version print version information and exit - -h, --help print short or long help message and exit -" - -# Additional text appended to 'usage_message' in response to '--help'. -long_help_message=" -Warning categories include: - 'all' show all warnings - 'none' turn off all the warnings - 'error' warnings are treated as fatal errors" - -# Help message printed before fatal option parsing errors. -fatal_help="Try '\$progname --help' for more information." - - - -## ------------------------- ## -## Hook function management. ## -## ------------------------- ## - -# This section contains functions for adding, removing, and running hooks -# in the main code. A hook is just a list of function names that can be -# run in order later on. - -# func_hookable FUNC_NAME -# ----------------------- -# Declare that FUNC_NAME will run hooks added with -# 'func_add_hook FUNC_NAME ...'. -func_hookable () -{ - $debug_cmd - - func_append hookable_fns " $1" -} - - -# func_add_hook FUNC_NAME HOOK_FUNC -# --------------------------------- -# Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must -# first have been declared "hookable" by a call to 'func_hookable'. -func_add_hook () -{ - $debug_cmd - - case " $hookable_fns " in - *" $1 "*) ;; - *) func_fatal_error "'$1' does not accept hook functions." ;; - esac - - eval func_append ${1}_hooks '" $2"' -} - - -# func_remove_hook FUNC_NAME HOOK_FUNC -# ------------------------------------ -# Remove HOOK_FUNC from the list of hook functions to be called by -# FUNC_NAME. -func_remove_hook () -{ - $debug_cmd - - eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' -} - - -# func_propagate_result FUNC_NAME_A FUNC_NAME_B -# --------------------------------------------- -# If the *_result variable of FUNC_NAME_A _is set_, assign its value to -# *_result variable of FUNC_NAME_B. -func_propagate_result () -{ - $debug_cmd - - func_propagate_result_result=: - if eval "test \"\${${1}_result+set}\" = set" - then - eval "${2}_result=\$${1}_result" - else - func_propagate_result_result=false - fi -} - - -# func_run_hooks FUNC_NAME [ARG]... -# --------------------------------- -# Run all hook functions registered to FUNC_NAME. -# It's assumed that the list of hook functions contains nothing more -# than a whitespace-delimited list of legal shell function names, and -# no effort is wasted trying to catch shell meta-characters or preserve -# whitespace. -func_run_hooks () -{ - $debug_cmd - - case " $hookable_fns " in - *" $1 "*) ;; - *) func_fatal_error "'$1' does not support hook functions." ;; - esac - - eval _G_hook_fns=\$$1_hooks; shift - - for _G_hook in $_G_hook_fns; do - func_unset "${_G_hook}_result" - eval $_G_hook '${1+"$@"}' - func_propagate_result $_G_hook func_run_hooks - if $func_propagate_result_result; then - eval set dummy "$func_run_hooks_result"; shift - fi - done -} - - - -## --------------- ## -## Option parsing. ## -## --------------- ## - -# In order to add your own option parsing hooks, you must accept the -# full positional parameter list from your hook function. You may remove -# or edit any options that you action, and then pass back the remaining -# unprocessed options in '_result', escaped -# suitably for 'eval'. -# -# The '_result' variable is automatically unset -# before your hook gets called; for best performance, only set the -# *_result variable when necessary (i.e. don't call the 'func_quote' -# function unnecessarily because it can be an expensive operation on some -# machines). -# -# Like this: -# -# my_options_prep () -# { -# $debug_cmd -# -# # Extend the existing usage message. -# usage_message=$usage_message' -# -s, --silent don'\''t print informational messages -# ' -# # No change in '$@' (ignored completely by this hook). Leave -# # my_options_prep_result variable intact. -# } -# func_add_hook func_options_prep my_options_prep -# -# -# my_silent_option () -# { -# $debug_cmd -# -# args_changed=false -# -# # Note that, for efficiency, we parse as many options as we can -# # recognise in a loop before passing the remainder back to the -# # caller on the first unrecognised argument we encounter. -# while test $# -gt 0; do -# opt=$1; shift -# case $opt in -# --silent|-s) opt_silent=: -# args_changed=: -# ;; -# # Separate non-argument short options: -# -s*) func_split_short_opt "$_G_opt" -# set dummy "$func_split_short_opt_name" \ -# "-$func_split_short_opt_arg" ${1+"$@"} -# shift -# args_changed=: -# ;; -# *) # Make sure the first unrecognised option "$_G_opt" -# # is added back to "$@" in case we need it later, -# # if $args_changed was set to 'true'. -# set dummy "$_G_opt" ${1+"$@"}; shift; break ;; -# esac -# done -# -# # Only call 'func_quote' here if we processed at least one argument. -# if $args_changed; then -# func_quote eval ${1+"$@"} -# my_silent_option_result=$func_quote_result -# fi -# } -# func_add_hook func_parse_options my_silent_option -# -# -# my_option_validation () -# { -# $debug_cmd -# -# $opt_silent && $opt_verbose && func_fatal_help "\ -# '--silent' and '--verbose' options are mutually exclusive." -# } -# func_add_hook func_validate_options my_option_validation -# -# You'll also need to manually amend $usage_message to reflect the extra -# options you parse. It's preferable to append if you can, so that -# multiple option parsing hooks can be added safely. - - -# func_options_finish [ARG]... -# ---------------------------- -# Finishing the option parse loop (call 'func_options' hooks ATM). -func_options_finish () -{ - $debug_cmd - - func_run_hooks func_options ${1+"$@"} - func_propagate_result func_run_hooks func_options_finish -} - - -# func_options [ARG]... -# --------------------- -# All the functions called inside func_options are hookable. See the -# individual implementations for details. -func_hookable func_options -func_options () -{ - $debug_cmd - - _G_options_quoted=false - - for my_func in options_prep parse_options validate_options options_finish - do - func_unset func_${my_func}_result - func_unset func_run_hooks_result - eval func_$my_func '${1+"$@"}' - func_propagate_result func_$my_func func_options - if $func_propagate_result_result; then - eval set dummy "$func_options_result"; shift - _G_options_quoted=: - fi - done - - $_G_options_quoted || { - # As we (func_options) are top-level options-parser function and - # nobody quoted "$@" for us yet, we need to do it explicitly for - # caller. - func_quote eval ${1+"$@"} - func_options_result=$func_quote_result - } -} - - -# func_options_prep [ARG]... -# -------------------------- -# All initialisations required before starting the option parse loop. -# Note that when calling hook functions, we pass through the list of -# positional parameters. If a hook function modifies that list, and -# needs to propagate that back to rest of this script, then the complete -# modified list must be put in 'func_run_hooks_result' before returning. -func_hookable func_options_prep -func_options_prep () -{ - $debug_cmd - - # Option defaults: - opt_verbose=false - opt_warning_types= - - func_run_hooks func_options_prep ${1+"$@"} - func_propagate_result func_run_hooks func_options_prep -} - - -# func_parse_options [ARG]... -# --------------------------- -# The main option parsing loop. -func_hookable func_parse_options -func_parse_options () -{ - $debug_cmd - - _G_parse_options_requote=false - # this just eases exit handling - while test $# -gt 0; do - # Defer to hook functions for initial option parsing, so they - # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - func_propagate_result func_run_hooks func_parse_options - if $func_propagate_result_result; then - eval set dummy "$func_parse_options_result"; shift - # Even though we may have changed "$@", we passed the "$@" array - # down into the hook and it quoted it for us (because we are in - # this if-branch). No need to quote it again. - _G_parse_options_requote=false - fi - - # Break out of the loop if we already parsed every option. - test $# -gt 0 || break - - # We expect that one of the options parsed in this function matches - # and thus we remove _G_opt from "$@" and need to re-quote. - _G_match_parse_options=: - _G_opt=$1 - shift - case $_G_opt in - --debug|-x) debug_cmd='set -x' - func_echo "enabling shell trace mode" >&2 - $debug_cmd - ;; - - --no-warnings|--no-warning|--no-warn) - set dummy --warnings none ${1+"$@"} - shift - ;; - - --warnings|--warning|-W) - if test $# = 0 && func_missing_arg $_G_opt; then - _G_parse_options_requote=: - break - fi - case " $warning_categories $1" in - *" $1 "*) - # trailing space prevents matching last $1 above - func_append_uniq opt_warning_types " $1" - ;; - *all) - opt_warning_types=$warning_categories - ;; - *none) - opt_warning_types=none - warning_func=: - ;; - *error) - opt_warning_types=$warning_categories - warning_func=func_fatal_error - ;; - *) - func_fatal_error \ - "unsupported warning category: '$1'" - ;; - esac - shift - ;; - - --verbose|-v) opt_verbose=: ;; - --version) func_version ;; - -\?|-h) func_usage ;; - --help) func_help ;; - - # Separate optargs to long options (plugins may need this): - --*=*) func_split_equals "$_G_opt" - set dummy "$func_split_equals_lhs" \ - "$func_split_equals_rhs" ${1+"$@"} - shift - ;; - - # Separate optargs to short options: - -W*) - func_split_short_opt "$_G_opt" - set dummy "$func_split_short_opt_name" \ - "$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - # Separate non-argument short options: - -\?*|-h*|-v*|-x*) - func_split_short_opt "$_G_opt" - set dummy "$func_split_short_opt_name" \ - "-$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - --) _G_parse_options_requote=: ; break ;; - -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; - *) set dummy "$_G_opt" ${1+"$@"}; shift - _G_match_parse_options=false - break - ;; - esac - - if $_G_match_parse_options; then - _G_parse_options_requote=: - fi - done - - if $_G_parse_options_requote; then - # save modified positional parameters for caller - func_quote eval ${1+"$@"} - func_parse_options_result=$func_quote_result - fi -} - - -# func_validate_options [ARG]... -# ------------------------------ -# Perform any sanity checks on option settings and/or unconsumed -# arguments. -func_hookable func_validate_options -func_validate_options () -{ - $debug_cmd - - # Display all warnings if -W was not given. - test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - - func_run_hooks func_validate_options ${1+"$@"} - func_propagate_result func_run_hooks func_validate_options - - # Bail if the options were screwed! - $exit_cmd $EXIT_FAILURE -} - - - -## ----------------- ## -## Helper functions. ## -## ----------------- ## - -# This section contains the helper functions used by the rest of the -# hookable option parser framework in ascii-betical order. - - -# func_fatal_help ARG... -# ---------------------- -# Echo program name prefixed message to standard error, followed by -# a help hint, and exit. -func_fatal_help () -{ - $debug_cmd - - eval \$ECHO \""Usage: $usage"\" - eval \$ECHO \""$fatal_help"\" - func_error ${1+"$@"} - exit $EXIT_FAILURE -} - - -# func_help -# --------- -# Echo long help message to standard output and exit. -func_help () -{ - $debug_cmd - - func_usage_message - $ECHO "$long_help_message" - exit 0 -} - - -# func_missing_arg ARGNAME -# ------------------------ -# Echo program name prefixed message to standard error and set global -# exit_cmd. -func_missing_arg () -{ - $debug_cmd - - func_error "Missing argument for '$1'." - exit_cmd=exit -} - - -# func_split_equals STRING -# ------------------------ -# Set func_split_equals_lhs and func_split_equals_rhs shell variables -# after splitting STRING at the '=' sign. -test -z "$_G_HAVE_XSI_OPS" \ - && (eval 'x=a/b/c; - test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ - && _G_HAVE_XSI_OPS=yes - -if test yes = "$_G_HAVE_XSI_OPS" -then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_split_equals () - { - $debug_cmd - - func_split_equals_lhs=${1%%=*} - func_split_equals_rhs=${1#*=} - if test "x$func_split_equals_lhs" = "x$1"; then - func_split_equals_rhs= - fi - }' -else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_split_equals () - { - $debug_cmd - - func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` - func_split_equals_rhs= - test "x$func_split_equals_lhs=" = "x$1" \ - || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` - } -fi #func_split_equals - - -# func_split_short_opt SHORTOPT -# ----------------------------- -# Set func_split_short_opt_name and func_split_short_opt_arg shell -# variables after splitting SHORTOPT after the 2nd character. -if test yes = "$_G_HAVE_XSI_OPS" -then - # This is an XSI compatible shell, allowing a faster implementation... - eval 'func_split_short_opt () - { - $debug_cmd - - func_split_short_opt_arg=${1#??} - func_split_short_opt_name=${1%"$func_split_short_opt_arg"} - }' -else - # ...otherwise fall back to using expr, which is often a shell builtin. - func_split_short_opt () - { - $debug_cmd - - func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'` - func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` - } -fi #func_split_short_opt - - -# func_usage -# ---------- -# Echo short help message to standard output and exit. -func_usage () -{ - $debug_cmd - - func_usage_message - $ECHO "Run '$progname --help |${PAGER-more}' for full usage" - exit 0 -} - - -# func_usage_message -# ------------------ -# Echo short help message to standard output. -func_usage_message () -{ - $debug_cmd - - eval \$ECHO \""Usage: $usage"\" - echo - $SED -n 's|^# || - /^Written by/{ - x;p;x - } - h - /^Written by/q' < "$progpath" - echo - eval \$ECHO \""$usage_message"\" -} - - -# func_version -# ------------ -# Echo version message to standard output and exit. -# The version message is extracted from the calling file's header -# comments, with leading '# ' stripped: -# 1. First display the progname and version -# 2. Followed by the header comment line matching /^# Written by / -# 3. Then a blank line followed by the first following line matching -# /^# Copyright / -# 4. Immediately followed by any lines between the previous matches, -# except lines preceding the intervening completely blank line. -# For example, see the header comments of this file. -func_version () -{ - $debug_cmd - - printf '%s\n' "$progname $scriptversion" - $SED -n ' - /^# Written by /!b - s|^# ||; p; n - - :fwd2blnk - /./ { - n - b fwd2blnk - } - p; n - - :holdwrnt - s|^# || - s|^# *$|| - /^Copyright /!{ - /./H - n - b holdwrnt - } - - s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| - G - s|\(\n\)\n*|\1|g - p; q' < "$progpath" - - exit $? -} - - -# Local variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) -# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" -# time-stamp-time-zone: "UTC" -# End: - -# Set a version string. -scriptversion='(GNU libtool) 2.4.7' - - -# func_echo ARG... -# ---------------- -# Libtool also displays the current mode in messages, so override -# funclib.sh func_echo with this custom definition. -func_echo () -{ - $debug_cmd - - _G_message=$* - - func_echo_IFS=$IFS - IFS=$nl - for _G_line in $_G_message; do - IFS=$func_echo_IFS - $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" - done - IFS=$func_echo_IFS -} - - -# func_warning ARG... -# ------------------- -# Libtool warnings are not categorized, so override funclib.sh -# func_warning with this simpler definition. -func_warning () -{ - $debug_cmd - - $warning_func ${1+"$@"} -} - - -## ---------------- ## -## Options parsing. ## -## ---------------- ## - -# Hook in the functions to make sure our own options are parsed during -# the option parsing loop. - -usage='$progpath [OPTION]... [MODE-ARG]...' - -# Short help message in response to '-h'. -usage_message="Options: - --config show all configuration variables - --debug enable verbose shell tracing - -n, --dry-run display commands without modifying any files - --features display basic configuration information and exit - --mode=MODE use operation mode MODE - --no-warnings equivalent to '-Wnone' - --preserve-dup-deps don't remove duplicate dependency libraries - --quiet, --silent don't print informational messages - --tag=TAG use configuration variables from tag TAG - -v, --verbose print more informational messages than default - --version print version information - -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] - -h, --help, --help-all print short, long, or detailed help message -" - -# Additional text appended to 'usage_message' in response to '--help'. -func_help () -{ - $debug_cmd - - func_usage_message - $ECHO "$long_help_message - -MODE must be one of the following: - - clean remove files from the build directory - compile compile a source file into a libtool object - execute automatically set library path, then run a program - finish complete the installation of libtool libraries - install install libraries or executables - link create a library or an executable - uninstall remove libraries from an installed directory - -MODE-ARGS vary depending on the MODE. When passed as first option, -'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. -Try '$progname --help --mode=MODE' for a more detailed description of MODE. - -When reporting a bug, please describe a test case to reproduce it and -include the following information: - - host-triplet: $host - shell: $SHELL - compiler: $LTCC - compiler flags: $LTCFLAGS - linker: $LD (gnu? $with_gnu_ld) - version: $progname (GNU libtool) 2.4.7 - automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` - autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` - -Report bugs to . -GNU libtool home page: . -General help using GNU software: ." - exit 0 -} - - -# func_lo2o OBJECT-NAME -# --------------------- -# Transform OBJECT-NAME from a '.lo' suffix to the platform specific -# object suffix. - -lo2o=s/\\.lo\$/.$objext/ -o2lo=s/\\.$objext\$/.lo/ - -if test yes = "$_G_HAVE_XSI_OPS"; then - eval 'func_lo2o () - { - case $1 in - *.lo) func_lo2o_result=${1%.lo}.$objext ;; - * ) func_lo2o_result=$1 ;; - esac - }' - - # func_xform LIBOBJ-OR-SOURCE - # --------------------------- - # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) - # suffix to a '.lo' libtool-object suffix. - eval 'func_xform () - { - func_xform_result=${1%.*}.lo - }' -else - # ...otherwise fall back to using sed. - func_lo2o () - { - func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` - } - - func_xform () - { - func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` - } -fi - - -# func_fatal_configuration ARG... -# ------------------------------- -# Echo program name prefixed message to standard error, followed by -# a configuration failure hint, and exit. -func_fatal_configuration () -{ - func_fatal_error ${1+"$@"} \ - "See the $PACKAGE documentation for more information." \ - "Fatal configuration error." -} - - -# func_config -# ----------- -# Display the configuration for all the tags in this script. -func_config () -{ - re_begincf='^# ### BEGIN LIBTOOL' - re_endcf='^# ### END LIBTOOL' - - # Default configuration. - $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" - - # Now print the configurations for the tags. - for tagname in $taglist; do - $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" - done - - exit $? -} - - -# func_features -# ------------- -# Display the features supported by this script. -func_features () -{ - echo "host: $host" - if test yes = "$build_libtool_libs"; then - echo "enable shared libraries" - else - echo "disable shared libraries" - fi - if test yes = "$build_old_libs"; then - echo "enable static libraries" - else - echo "disable static libraries" - fi - - exit $? -} - - -# func_enable_tag TAGNAME -# ----------------------- -# Verify that TAGNAME is valid, and either flag an error and exit, or -# enable the TAGNAME tag. We also add TAGNAME to the global $taglist -# variable here. -func_enable_tag () -{ - # Global variable: - tagname=$1 - - re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" - re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" - sed_extractcf=/$re_begincf/,/$re_endcf/p - - # Validate tagname. - case $tagname in - *[!-_A-Za-z0-9,/]*) - func_fatal_error "invalid tag name: $tagname" - ;; - esac - - # Don't test for the "default" C tag, as we know it's - # there but not specially marked. - case $tagname in - CC) ;; - *) - if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then - taglist="$taglist $tagname" - - # Evaluate the configuration. Be careful to quote the path - # and the sed script, to avoid splitting on whitespace, but - # also don't use non-portable quotes within backquotes within - # quotes we have to do it in 2 steps: - extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` - eval "$extractedcf" - else - func_error "ignoring unknown tag $tagname" - fi - ;; - esac -} - - -# func_check_version_match -# ------------------------ -# Ensure that we are using m4 macros, and libtool script from the same -# release of libtool. -func_check_version_match () -{ - if test "$package_revision" != "$macro_revision"; then - if test "$VERSION" != "$macro_version"; then - if test -z "$macro_version"; then - cat >&2 <<_LT_EOF -$progname: Version mismatch error. This is $PACKAGE $VERSION, but the -$progname: definition of this LT_INIT comes from an older release. -$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION -$progname: and run autoconf again. -_LT_EOF - else - cat >&2 <<_LT_EOF -$progname: Version mismatch error. This is $PACKAGE $VERSION, but the -$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. -$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION -$progname: and run autoconf again. -_LT_EOF - fi - else - cat >&2 <<_LT_EOF -$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, -$progname: but the definition of this LT_INIT comes from revision $macro_revision. -$progname: You should recreate aclocal.m4 with macros from revision $package_revision -$progname: of $PACKAGE $VERSION and run autoconf again. -_LT_EOF - fi - - exit $EXIT_MISMATCH - fi -} - - -# libtool_options_prep [ARG]... -# ----------------------------- -# Preparation for options parsed by libtool. -libtool_options_prep () -{ - $debug_mode - - # Option defaults: - opt_config=false - opt_dlopen= - opt_dry_run=false - opt_help=false - opt_mode= - opt_preserve_dup_deps=false - opt_quiet=false - - nonopt= - preserve_args= - - _G_rc_lt_options_prep=: - - # Shorthand for --mode=foo, only valid as the first argument - case $1 in - clean|clea|cle|cl) - shift; set dummy --mode clean ${1+"$@"}; shift - ;; - compile|compil|compi|comp|com|co|c) - shift; set dummy --mode compile ${1+"$@"}; shift - ;; - execute|execut|execu|exec|exe|ex|e) - shift; set dummy --mode execute ${1+"$@"}; shift - ;; - finish|finis|fini|fin|fi|f) - shift; set dummy --mode finish ${1+"$@"}; shift - ;; - install|instal|insta|inst|ins|in|i) - shift; set dummy --mode install ${1+"$@"}; shift - ;; - link|lin|li|l) - shift; set dummy --mode link ${1+"$@"}; shift - ;; - uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) - shift; set dummy --mode uninstall ${1+"$@"}; shift - ;; - *) - _G_rc_lt_options_prep=false - ;; - esac - - if $_G_rc_lt_options_prep; then - # Pass back the list of options. - func_quote eval ${1+"$@"} - libtool_options_prep_result=$func_quote_result - fi -} -func_add_hook func_options_prep libtool_options_prep - - -# libtool_parse_options [ARG]... -# --------------------------------- -# Provide handling for libtool specific options. -libtool_parse_options () -{ - $debug_cmd - - _G_rc_lt_parse_options=false - - # Perform our own loop to consume as many options as possible in - # each iteration. - while test $# -gt 0; do - _G_match_lt_parse_options=: - _G_opt=$1 - shift - case $_G_opt in - --dry-run|--dryrun|-n) - opt_dry_run=: - ;; - - --config) func_config ;; - - --dlopen|-dlopen) - opt_dlopen="${opt_dlopen+$opt_dlopen -}$1" - shift - ;; - - --preserve-dup-deps) - opt_preserve_dup_deps=: ;; - - --features) func_features ;; - - --finish) set dummy --mode finish ${1+"$@"}; shift ;; - - --help) opt_help=: ;; - - --help-all) opt_help=': help-all' ;; - - --mode) test $# = 0 && func_missing_arg $_G_opt && break - opt_mode=$1 - case $1 in - # Valid mode arguments: - clean|compile|execute|finish|install|link|relink|uninstall) ;; - - # Catch anything else as an error - *) func_error "invalid argument for $_G_opt" - exit_cmd=exit - break - ;; - esac - shift - ;; - - --no-silent|--no-quiet) - opt_quiet=false - func_append preserve_args " $_G_opt" - ;; - - --no-warnings|--no-warning|--no-warn) - opt_warning=false - func_append preserve_args " $_G_opt" - ;; - - --no-verbose) - opt_verbose=false - func_append preserve_args " $_G_opt" - ;; - - --silent|--quiet) - opt_quiet=: - opt_verbose=false - func_append preserve_args " $_G_opt" - ;; - - --tag) test $# = 0 && func_missing_arg $_G_opt && break - opt_tag=$1 - func_append preserve_args " $_G_opt $1" - func_enable_tag "$1" - shift - ;; - - --verbose|-v) opt_quiet=false - opt_verbose=: - func_append preserve_args " $_G_opt" - ;; - - # An option not handled by this hook function: - *) set dummy "$_G_opt" ${1+"$@"} ; shift - _G_match_lt_parse_options=false - break - ;; - esac - $_G_match_lt_parse_options && _G_rc_lt_parse_options=: - done - - if $_G_rc_lt_parse_options; then - # save modified positional parameters for caller - func_quote eval ${1+"$@"} - libtool_parse_options_result=$func_quote_result - fi -} -func_add_hook func_parse_options libtool_parse_options - - - -# libtool_validate_options [ARG]... -# --------------------------------- -# Perform any sanity checks on option settings and/or unconsumed -# arguments. -libtool_validate_options () -{ - # save first non-option argument - if test 0 -lt $#; then - nonopt=$1 - shift - fi - - # preserve --debug - test : = "$debug_cmd" || func_append preserve_args " --debug" - - case $host in - # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 - # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 - *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) - # don't eliminate duplications in $postdeps and $predeps - opt_duplicate_compiler_generated_deps=: - ;; - *) - opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps - ;; - esac - - $opt_help || { - # Sanity checks first: - func_check_version_match - - test yes != "$build_libtool_libs" \ - && test yes != "$build_old_libs" \ - && func_fatal_configuration "not configured to build any kind of library" - - # Darwin sucks - eval std_shrext=\"$shrext_cmds\" - - # Only execute mode is allowed to have -dlopen flags. - if test -n "$opt_dlopen" && test execute != "$opt_mode"; then - func_error "unrecognized option '-dlopen'" - $ECHO "$help" 1>&2 - exit $EXIT_FAILURE - fi - - # Change the help message to a mode-specific one. - generic_help=$help - help="Try '$progname --help --mode=$opt_mode' for more information." - } - - # Pass back the unparsed argument list - func_quote eval ${1+"$@"} - libtool_validate_options_result=$func_quote_result -} -func_add_hook func_validate_options libtool_validate_options - - -# Process options as early as possible so that --help and --version -# can return quickly. -func_options ${1+"$@"} -eval set dummy "$func_options_result"; shift - - - -## ----------- ## -## Main. ## -## ----------- ## - -magic='%%%MAGIC variable%%%' -magic_exe='%%%MAGIC EXE variable%%%' - -# Global variables. -extracted_archives= -extracted_serial=0 - -# If this variable is set in any of the actions, the command in it -# will be execed at the end. This prevents here-documents from being -# left over by shells. -exec_cmd= - - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -$1 -_LTECHO_EOF' -} - -# func_generated_by_libtool -# True iff stdin has been generated by Libtool. This function is only -# a basic sanity check; it will hardly flush out determined imposters. -func_generated_by_libtool_p () -{ - $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 -} - -# func_lalib_p file -# True iff FILE is a libtool '.la' library or '.lo' object file. -# This function is only a basic sanity check; it will hardly flush out -# determined imposters. -func_lalib_p () -{ - test -f "$1" && - $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p -} - -# func_lalib_unsafe_p file -# True iff FILE is a libtool '.la' library or '.lo' object file. -# This function implements the same check as func_lalib_p without -# resorting to external programs. To this end, it redirects stdin and -# closes it afterwards, without saving the original file descriptor. -# As a safety measure, use it only where a negative result would be -# fatal anyway. Works if 'file' does not exist. -func_lalib_unsafe_p () -{ - lalib_p=no - if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then - for lalib_p_l in 1 2 3 4 - do - read lalib_p_line - case $lalib_p_line in - \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; - esac - done - exec 0<&5 5<&- - fi - test yes = "$lalib_p" -} - -# func_ltwrapper_script_p file -# True iff FILE is a libtool wrapper script -# This function is only a basic sanity check; it will hardly flush out -# determined imposters. -func_ltwrapper_script_p () -{ - test -f "$1" && - $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p -} - -# func_ltwrapper_executable_p file -# True iff FILE is a libtool wrapper executable -# This function is only a basic sanity check; it will hardly flush out -# determined imposters. -func_ltwrapper_executable_p () -{ - func_ltwrapper_exec_suffix= - case $1 in - *.exe) ;; - *) func_ltwrapper_exec_suffix=.exe ;; - esac - $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 -} - -# func_ltwrapper_scriptname file -# Assumes file is an ltwrapper_executable -# uses $file to determine the appropriate filename for a -# temporary ltwrapper_script. -func_ltwrapper_scriptname () -{ - func_dirname_and_basename "$1" "" "." - func_stripname '' '.exe' "$func_basename_result" - func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper -} - -# func_ltwrapper_p file -# True iff FILE is a libtool wrapper script or wrapper executable -# This function is only a basic sanity check; it will hardly flush out -# determined imposters. -func_ltwrapper_p () -{ - func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" -} - - -# func_execute_cmds commands fail_cmd -# Execute tilde-delimited COMMANDS. -# If FAIL_CMD is given, eval that upon failure. -# FAIL_CMD may read-access the current command in variable CMD! -func_execute_cmds () -{ - $debug_cmd - - save_ifs=$IFS; IFS='~' - for cmd in $1; do - IFS=$sp$nl - eval cmd=\"$cmd\" - IFS=$save_ifs - func_show_eval "$cmd" "${2-:}" - done - IFS=$save_ifs -} - - -# func_source file -# Source FILE, adding directory component if necessary. -# Note that it is not necessary on cygwin/mingw to append a dot to -# FILE even if both FILE and FILE.exe exist: automatic-append-.exe -# behavior happens only for exec(3), not for open(2)! Also, sourcing -# 'FILE.' does not work on cygwin managed mounts. -func_source () -{ - $debug_cmd - - case $1 in - */* | *\\*) . "$1" ;; - *) . "./$1" ;; - esac -} - - -# func_resolve_sysroot PATH -# Replace a leading = in PATH with a sysroot. Store the result into -# func_resolve_sysroot_result -func_resolve_sysroot () -{ - func_resolve_sysroot_result=$1 - case $func_resolve_sysroot_result in - =*) - func_stripname '=' '' "$func_resolve_sysroot_result" - func_resolve_sysroot_result=$lt_sysroot$func_stripname_result - ;; - esac -} - -# func_replace_sysroot PATH -# If PATH begins with the sysroot, replace it with = and -# store the result into func_replace_sysroot_result. -func_replace_sysroot () -{ - case $lt_sysroot:$1 in - ?*:"$lt_sysroot"*) - func_stripname "$lt_sysroot" '' "$1" - func_replace_sysroot_result='='$func_stripname_result - ;; - *) - # Including no sysroot. - func_replace_sysroot_result=$1 - ;; - esac -} - -# func_infer_tag arg -# Infer tagged configuration to use if any are available and -# if one wasn't chosen via the "--tag" command line option. -# Only attempt this if the compiler in the base compile -# command doesn't match the default compiler. -# arg is usually of the form 'gcc ...' -func_infer_tag () -{ - $debug_cmd - - if test -n "$available_tags" && test -z "$tagname"; then - CC_quoted= - for arg in $CC; do - func_append_quoted CC_quoted "$arg" - done - CC_expanded=`func_echo_all $CC` - CC_quoted_expanded=`func_echo_all $CC_quoted` - case $@ in - # Blanks in the command may have been stripped by the calling shell, - # but not from the CC environment variable when configure was run. - " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ - " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; - # Blanks at the start of $base_compile will cause this to fail - # if we don't check for them as well. - *) - for z in $available_tags; do - if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then - # Evaluate the configuration. - eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" - CC_quoted= - for arg in $CC; do - # Double-quote args containing other shell metacharacters. - func_append_quoted CC_quoted "$arg" - done - CC_expanded=`func_echo_all $CC` - CC_quoted_expanded=`func_echo_all $CC_quoted` - case "$@ " in - " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ - " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) - # The compiler in the base compile command matches - # the one in the tagged configuration. - # Assume this is the tagged configuration we want. - tagname=$z - break - ;; - esac - fi - done - # If $tagname still isn't set, then no tagged configuration - # was found and let the user know that the "--tag" command - # line option must be used. - if test -z "$tagname"; then - func_echo "unable to infer tagged configuration" - func_fatal_error "specify a tag with '--tag'" -# else -# func_verbose "using $tagname tagged configuration" - fi - ;; - esac - fi -} - - - -# func_write_libtool_object output_name pic_name nonpic_name -# Create a libtool object file (analogous to a ".la" file), -# but don't create it if we're doing a dry run. -func_write_libtool_object () -{ - write_libobj=$1 - if test yes = "$build_libtool_libs"; then - write_lobj=\'$2\' - else - write_lobj=none - fi - - if test yes = "$build_old_libs"; then - write_oldobj=\'$3\' - else - write_oldobj=none - fi - - $opt_dry_run || { - cat >${write_libobj}T </dev/null` - if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then - func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | - $SED -e "$sed_naive_backslashify"` - else - func_convert_core_file_wine_to_w32_result= - fi - fi -} -# end: func_convert_core_file_wine_to_w32 - - -# func_convert_core_path_wine_to_w32 ARG -# Helper function used by path conversion functions when $build is *nix, and -# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly -# configured wine environment available, with the winepath program in $build's -# $PATH. Assumes ARG has no leading or trailing path separator characters. -# -# ARG is path to be converted from $build format to win32. -# Result is available in $func_convert_core_path_wine_to_w32_result. -# Unconvertible file (directory) names in ARG are skipped; if no directory names -# are convertible, then the result may be empty. -func_convert_core_path_wine_to_w32 () -{ - $debug_cmd - - # unfortunately, winepath doesn't convert paths, only file names - func_convert_core_path_wine_to_w32_result= - if test -n "$1"; then - oldIFS=$IFS - IFS=: - for func_convert_core_path_wine_to_w32_f in $1; do - IFS=$oldIFS - func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" - if test -n "$func_convert_core_file_wine_to_w32_result"; then - if test -z "$func_convert_core_path_wine_to_w32_result"; then - func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result - else - func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" - fi - fi - done - IFS=$oldIFS - fi -} -# end: func_convert_core_path_wine_to_w32 - - -# func_cygpath ARGS... -# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when -# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) -# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or -# (2), returns the Cygwin file name or path in func_cygpath_result (input -# file name or path is assumed to be in w32 format, as previously converted -# from $build's *nix or MSYS format). In case (3), returns the w32 file name -# or path in func_cygpath_result (input file name or path is assumed to be in -# Cygwin format). Returns an empty string on error. -# -# ARGS are passed to cygpath, with the last one being the file name or path to -# be converted. -# -# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH -# environment variable; do not put it in $PATH. -func_cygpath () -{ - $debug_cmd - - if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then - func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` - if test "$?" -ne 0; then - # on failure, ensure result is empty - func_cygpath_result= - fi - else - func_cygpath_result= - func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" - fi -} -#end: func_cygpath - - -# func_convert_core_msys_to_w32 ARG -# Convert file name or path ARG from MSYS format to w32 format. Return -# result in func_convert_core_msys_to_w32_result. -func_convert_core_msys_to_w32 () -{ - $debug_cmd - - # awkward: cmd appends spaces to result - func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | - $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` -} -#end: func_convert_core_msys_to_w32 - - -# func_convert_file_check ARG1 ARG2 -# Verify that ARG1 (a file name in $build format) was converted to $host -# format in ARG2. Otherwise, emit an error message, but continue (resetting -# func_to_host_file_result to ARG1). -func_convert_file_check () -{ - $debug_cmd - - if test -z "$2" && test -n "$1"; then - func_error "Could not determine host file name corresponding to" - func_error " '$1'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback: - func_to_host_file_result=$1 - fi -} -# end func_convert_file_check - - -# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH -# Verify that FROM_PATH (a path in $build format) was converted to $host -# format in TO_PATH. Otherwise, emit an error message, but continue, resetting -# func_to_host_file_result to a simplistic fallback value (see below). -func_convert_path_check () -{ - $debug_cmd - - if test -z "$4" && test -n "$3"; then - func_error "Could not determine the host path corresponding to" - func_error " '$3'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback. This is a deliberately simplistic "conversion" and - # should not be "improved". See libtool.info. - if test "x$1" != "x$2"; then - lt_replace_pathsep_chars="s|$1|$2|g" - func_to_host_path_result=`echo "$3" | - $SED -e "$lt_replace_pathsep_chars"` - else - func_to_host_path_result=$3 - fi - fi -} -# end func_convert_path_check - - -# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG -# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT -# and appending REPL if ORIG matches BACKPAT. -func_convert_path_front_back_pathsep () -{ - $debug_cmd - - case $4 in - $1 ) func_to_host_path_result=$3$func_to_host_path_result - ;; - esac - case $4 in - $2 ) func_append func_to_host_path_result "$3" - ;; - esac -} -# end func_convert_path_front_back_pathsep - - -################################################## -# $build to $host FILE NAME CONVERSION FUNCTIONS # -################################################## -# invoked via '$to_host_file_cmd ARG' -# -# In each case, ARG is the path to be converted from $build to $host format. -# Result will be available in $func_to_host_file_result. - - -# func_to_host_file ARG -# Converts the file name ARG from $build format to $host format. Return result -# in func_to_host_file_result. -func_to_host_file () -{ - $debug_cmd - - $to_host_file_cmd "$1" -} -# end func_to_host_file - - -# func_to_tool_file ARG LAZY -# converts the file name ARG from $build format to toolchain format. Return -# result in func_to_tool_file_result. If the conversion in use is listed -# in (the comma separated) LAZY, no conversion takes place. -func_to_tool_file () -{ - $debug_cmd - - case ,$2, in - *,"$to_tool_file_cmd",*) - func_to_tool_file_result=$1 - ;; - *) - $to_tool_file_cmd "$1" - func_to_tool_file_result=$func_to_host_file_result - ;; - esac -} -# end func_to_tool_file - - -# func_convert_file_noop ARG -# Copy ARG to func_to_host_file_result. -func_convert_file_noop () -{ - func_to_host_file_result=$1 -} -# end func_convert_file_noop - - -# func_convert_file_msys_to_w32 ARG -# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic -# conversion to w32 is not available inside the cwrapper. Returns result in -# func_to_host_file_result. -func_convert_file_msys_to_w32 () -{ - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_msys_to_w32 "$1" - func_to_host_file_result=$func_convert_core_msys_to_w32_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" -} -# end func_convert_file_msys_to_w32 - - -# func_convert_file_cygwin_to_w32 ARG -# Convert file name ARG from Cygwin to w32 format. Returns result in -# func_to_host_file_result. -func_convert_file_cygwin_to_w32 () -{ - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - # because $build is cygwin, we call "the" cygpath in $PATH; no need to use - # LT_CYGPATH in this case. - func_to_host_file_result=`cygpath -m "$1"` - fi - func_convert_file_check "$1" "$func_to_host_file_result" -} -# end func_convert_file_cygwin_to_w32 - - -# func_convert_file_nix_to_w32 ARG -# Convert file name ARG from *nix to w32 format. Requires a wine environment -# and a working winepath. Returns result in func_to_host_file_result. -func_convert_file_nix_to_w32 () -{ - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_file_wine_to_w32 "$1" - func_to_host_file_result=$func_convert_core_file_wine_to_w32_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" -} -# end func_convert_file_nix_to_w32 - - -# func_convert_file_msys_to_cygwin ARG -# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. -# Returns result in func_to_host_file_result. -func_convert_file_msys_to_cygwin () -{ - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - func_convert_core_msys_to_w32 "$1" - func_cygpath -u "$func_convert_core_msys_to_w32_result" - func_to_host_file_result=$func_cygpath_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" -} -# end func_convert_file_msys_to_cygwin - - -# func_convert_file_nix_to_cygwin ARG -# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed -# in a wine environment, working winepath, and LT_CYGPATH set. Returns result -# in func_to_host_file_result. -func_convert_file_nix_to_cygwin () -{ - $debug_cmd - - func_to_host_file_result=$1 - if test -n "$1"; then - # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. - func_convert_core_file_wine_to_w32 "$1" - func_cygpath -u "$func_convert_core_file_wine_to_w32_result" - func_to_host_file_result=$func_cygpath_result - fi - func_convert_file_check "$1" "$func_to_host_file_result" -} -# end func_convert_file_nix_to_cygwin - - -############################################# -# $build to $host PATH CONVERSION FUNCTIONS # -############################################# -# invoked via '$to_host_path_cmd ARG' -# -# In each case, ARG is the path to be converted from $build to $host format. -# The result will be available in $func_to_host_path_result. -# -# Path separators are also converted from $build format to $host format. If -# ARG begins or ends with a path separator character, it is preserved (but -# converted to $host format) on output. -# -# All path conversion functions are named using the following convention: -# file name conversion function : func_convert_file_X_to_Y () -# path conversion function : func_convert_path_X_to_Y () -# where, for any given $build/$host combination the 'X_to_Y' value is the -# same. If conversion functions are added for new $build/$host combinations, -# the two new functions must follow this pattern, or func_init_to_host_path_cmd -# will break. - - -# func_init_to_host_path_cmd -# Ensures that function "pointer" variable $to_host_path_cmd is set to the -# appropriate value, based on the value of $to_host_file_cmd. -to_host_path_cmd= -func_init_to_host_path_cmd () -{ - $debug_cmd - - if test -z "$to_host_path_cmd"; then - func_stripname 'func_convert_file_' '' "$to_host_file_cmd" - to_host_path_cmd=func_convert_path_$func_stripname_result - fi -} - - -# func_to_host_path ARG -# Converts the path ARG from $build format to $host format. Return result -# in func_to_host_path_result. -func_to_host_path () -{ - $debug_cmd - - func_init_to_host_path_cmd - $to_host_path_cmd "$1" -} -# end func_to_host_path - - -# func_convert_path_noop ARG -# Copy ARG to func_to_host_path_result. -func_convert_path_noop () -{ - func_to_host_path_result=$1 -} -# end func_convert_path_noop - - -# func_convert_path_msys_to_w32 ARG -# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic -# conversion to w32 is not available inside the cwrapper. Returns result in -# func_to_host_path_result. -func_convert_path_msys_to_w32 () -{ - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # Remove leading and trailing path separator characters from ARG. MSYS - # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; - # and winepath ignores them completely. - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result=$func_convert_core_msys_to_w32_result - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi -} -# end func_convert_path_msys_to_w32 - - -# func_convert_path_cygwin_to_w32 ARG -# Convert path ARG from Cygwin to w32 format. Returns result in -# func_to_host_file_result. -func_convert_path_cygwin_to_w32 () -{ - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi -} -# end func_convert_path_cygwin_to_w32 - - -# func_convert_path_nix_to_w32 ARG -# Convert path ARG from *nix to w32 format. Requires a wine environment and -# a working winepath. Returns result in func_to_host_file_result. -func_convert_path_nix_to_w32 () -{ - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result=$func_convert_core_path_wine_to_w32_result - func_convert_path_check : ";" \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" - fi -} -# end func_convert_path_nix_to_w32 - - -# func_convert_path_msys_to_cygwin ARG -# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. -# Returns result in func_to_host_file_result. -func_convert_path_msys_to_cygwin () -{ - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # See func_convert_path_msys_to_w32: - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_cygpath -u -p "$func_convert_core_msys_to_w32_result" - func_to_host_path_result=$func_cygpath_result - func_convert_path_check : : \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" : "$1" - fi -} -# end func_convert_path_msys_to_cygwin - - -# func_convert_path_nix_to_cygwin ARG -# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a -# a wine environment, working winepath, and LT_CYGPATH set. Returns result in -# func_to_host_file_result. -func_convert_path_nix_to_cygwin () -{ - $debug_cmd - - func_to_host_path_result=$1 - if test -n "$1"; then - # Remove leading and trailing path separator characters from - # ARG. msys behavior is inconsistent here, cygpath turns them - # into '.;' and ';.', and winepath ignores them completely. - func_stripname : : "$1" - func_to_host_path_tmp1=$func_stripname_result - func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" - func_to_host_path_result=$func_cygpath_result - func_convert_path_check : : \ - "$func_to_host_path_tmp1" "$func_to_host_path_result" - func_convert_path_front_back_pathsep ":*" "*:" : "$1" - fi -} -# end func_convert_path_nix_to_cygwin - - -# func_dll_def_p FILE -# True iff FILE is a Windows DLL '.def' file. -# Keep in sync with _LT_DLL_DEF_P in libtool.m4 -func_dll_def_p () -{ - $debug_cmd - - func_dll_def_p_tmp=`$SED -n \ - -e 's/^[ ]*//' \ - -e '/^\(;.*\)*$/d' \ - -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ - -e q \ - "$1"` - test DEF = "$func_dll_def_p_tmp" -} - - -# func_mode_compile arg... -func_mode_compile () -{ - $debug_cmd - - # Get the compilation command and the source file. - base_compile= - srcfile=$nonopt # always keep a non-empty value in "srcfile" - suppress_opt=yes - suppress_output= - arg_mode=normal - libobj= - later= - pie_flag= - - for arg - do - case $arg_mode in - arg ) - # do not "continue". Instead, add this to base_compile - lastarg=$arg - arg_mode=normal - ;; - - target ) - libobj=$arg - arg_mode=normal - continue - ;; - - normal ) - # Accept any command-line options. - case $arg in - -o) - test -n "$libobj" && \ - func_fatal_error "you cannot specify '-o' more than once" - arg_mode=target - continue - ;; - - -pie | -fpie | -fPIE) - func_append pie_flag " $arg" - continue - ;; - - -shared | -static | -prefer-pic | -prefer-non-pic) - func_append later " $arg" - continue - ;; - - -no-suppress) - suppress_opt=no - continue - ;; - - -Xcompiler) - arg_mode=arg # the next one goes into the "base_compile" arg list - continue # The current "srcfile" will either be retained or - ;; # replaced later. I would guess that would be a bug. - - -Wc,*) - func_stripname '-Wc,' '' "$arg" - args=$func_stripname_result - lastarg= - save_ifs=$IFS; IFS=, - for arg in $args; do - IFS=$save_ifs - func_append_quoted lastarg "$arg" - done - IFS=$save_ifs - func_stripname ' ' '' "$lastarg" - lastarg=$func_stripname_result - - # Add the arguments to base_compile. - func_append base_compile " $lastarg" - continue - ;; - - *) - # Accept the current argument as the source file. - # The previous "srcfile" becomes the current argument. - # - lastarg=$srcfile - srcfile=$arg - ;; - esac # case $arg - ;; - esac # case $arg_mode - - # Aesthetically quote the previous argument. - func_append_quoted base_compile "$lastarg" - done # for arg - - case $arg_mode in - arg) - func_fatal_error "you must specify an argument for -Xcompile" - ;; - target) - func_fatal_error "you must specify a target with '-o'" - ;; - *) - # Get the name of the library object. - test -z "$libobj" && { - func_basename "$srcfile" - libobj=$func_basename_result - } - ;; - esac - - # Recognize several different file suffixes. - # If the user specifies -o file.o, it is replaced with file.lo - case $libobj in - *.[cCFSifmso] | \ - *.ada | *.adb | *.ads | *.asm | \ - *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) - func_xform "$libobj" - libobj=$func_xform_result - ;; - esac - - case $libobj in - *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; - *) - func_fatal_error "cannot determine name of library object from '$libobj'" - ;; - esac - - func_infer_tag $base_compile - - for arg in $later; do - case $arg in - -shared) - test yes = "$build_libtool_libs" \ - || func_fatal_configuration "cannot build a shared library" - build_old_libs=no - continue - ;; - - -static) - build_libtool_libs=no - build_old_libs=yes - continue - ;; - - -prefer-pic) - pic_mode=yes - continue - ;; - - -prefer-non-pic) - pic_mode=no - continue - ;; - esac - done - - func_quote_arg pretty "$libobj" - test "X$libobj" != "X$func_quote_arg_result" \ - && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ - && func_warning "libobj name '$libobj' may not contain shell special characters." - func_dirname_and_basename "$obj" "/" "" - objname=$func_basename_result - xdir=$func_dirname_result - lobj=$xdir$objdir/$objname - - test -z "$base_compile" && \ - func_fatal_help "you must specify a compilation command" - - # Delete any leftover library objects. - if test yes = "$build_old_libs"; then - removelist="$obj $lobj $libobj ${libobj}T" - else - removelist="$lobj $libobj ${libobj}T" - fi - - # On Cygwin there's no "real" PIC flag so we must build both object types - case $host_os in - cygwin* | mingw* | pw32* | os2* | cegcc*) - pic_mode=default - ;; - esac - if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then - # non-PIC code in shared libraries is not supported - pic_mode=default - fi - - # Calculate the filename of the output object if compiler does - # not support -o with -c - if test no = "$compiler_c_o"; then - output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext - lockfile=$output_obj.lock - else - output_obj= - need_locks=no - lockfile= - fi - - # Lock this critical section if it is needed - # We use this script file to make the link, it avoids creating a new file - if test yes = "$need_locks"; then - until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do - func_echo "Waiting for $lockfile to be removed" - sleep 2 - done - elif test warn = "$need_locks"; then - if test -f "$lockfile"; then - $ECHO "\ -*** ERROR, $lockfile exists and contains: -`cat $lockfile 2>/dev/null` - -This indicates that another process is trying to use the same -temporary object file, and libtool could not work around it because -your compiler does not support '-c' and '-o' together. If you -repeat this compilation, it may succeed, by chance, but you had better -avoid parallel builds (make -j) in this platform, or get a better -compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - func_append removelist " $output_obj" - $ECHO "$srcfile" > "$lockfile" - fi - - $opt_dry_run || $RM $removelist - func_append removelist " $lockfile" - trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 - - func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 - srcfile=$func_to_tool_file_result - func_quote_arg pretty "$srcfile" - qsrcfile=$func_quote_arg_result - - # Only build a PIC object if we are building libtool libraries. - if test yes = "$build_libtool_libs"; then - # Without this assignment, base_compile gets emptied. - fbsd_hideous_sh_bug=$base_compile - - if test no != "$pic_mode"; then - command="$base_compile $qsrcfile $pic_flag" - else - # Don't build PIC code - command="$base_compile $qsrcfile" - fi - - func_mkdir_p "$xdir$objdir" - - if test -z "$output_obj"; then - # Place PIC objects in $objdir - func_append command " -o $lobj" - fi - - func_show_eval_locale "$command" \ - 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' - - if test warn = "$need_locks" && - test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then - $ECHO "\ -*** ERROR, $lockfile contains: -`cat $lockfile 2>/dev/null` - -but it should contain: -$srcfile - -This indicates that another process is trying to use the same -temporary object file, and libtool could not work around it because -your compiler does not support '-c' and '-o' together. If you -repeat this compilation, it may succeed, by chance, but you had better -avoid parallel builds (make -j) in this platform, or get a better -compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - - # Just move the object if needed, then go on to compile the next one - if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then - func_show_eval '$MV "$output_obj" "$lobj"' \ - 'error=$?; $opt_dry_run || $RM $removelist; exit $error' - fi - - # Allow error messages only from the first compilation. - if test yes = "$suppress_opt"; then - suppress_output=' >/dev/null 2>&1' - fi - fi - - # Only build a position-dependent object if we build old libraries. - if test yes = "$build_old_libs"; then - if test yes != "$pic_mode"; then - # Don't build PIC code - command="$base_compile $qsrcfile$pie_flag" - else - command="$base_compile $qsrcfile $pic_flag" - fi - if test yes = "$compiler_c_o"; then - func_append command " -o $obj" - fi - - # Suppress compiler output if we already did a PIC compilation. - func_append command "$suppress_output" - func_show_eval_locale "$command" \ - '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' - - if test warn = "$need_locks" && - test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then - $ECHO "\ -*** ERROR, $lockfile contains: -`cat $lockfile 2>/dev/null` - -but it should contain: -$srcfile - -This indicates that another process is trying to use the same -temporary object file, and libtool could not work around it because -your compiler does not support '-c' and '-o' together. If you -repeat this compilation, it may succeed, by chance, but you had better -avoid parallel builds (make -j) in this platform, or get a better -compiler." - - $opt_dry_run || $RM $removelist - exit $EXIT_FAILURE - fi - - # Just move the object if needed - if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then - func_show_eval '$MV "$output_obj" "$obj"' \ - 'error=$?; $opt_dry_run || $RM $removelist; exit $error' - fi - fi - - $opt_dry_run || { - func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" - - # Unlock the critical section if it was locked - if test no != "$need_locks"; then - removelist=$lockfile - $RM "$lockfile" - fi - } - - exit $EXIT_SUCCESS -} - -$opt_help || { - test compile = "$opt_mode" && func_mode_compile ${1+"$@"} -} - -func_mode_help () -{ - # We need to display help for each of the modes. - case $opt_mode in - "") - # Generic help is extracted from the usage comments - # at the start of this file. - func_help - ;; - - clean) - $ECHO \ -"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... - -Remove files from the build directory. - -RM is the name of the program to use to delete files associated with each FILE -(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed -to RM. - -If FILE is a libtool library, object or program, all the files associated -with it are deleted. Otherwise, only FILE itself is deleted using RM." - ;; - - compile) - $ECHO \ -"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE - -Compile a source file into a libtool library object. - -This mode accepts the following additional options: - - -o OUTPUT-FILE set the output file name to OUTPUT-FILE - -no-suppress do not suppress compiler output for multiple passes - -prefer-pic try to build PIC objects only - -prefer-non-pic try to build non-PIC objects only - -shared do not build a '.o' file suitable for static linking - -static only build a '.o' file suitable for static linking - -Wc,FLAG - -Xcompiler FLAG pass FLAG directly to the compiler - -COMPILE-COMMAND is a command to be used in creating a 'standard' object file -from the given SOURCEFILE. - -The output file name is determined by removing the directory component from -SOURCEFILE, then substituting the C source code suffix '.c' with the -library object suffix, '.lo'." - ;; - - execute) - $ECHO \ -"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... - -Automatically set library path, then run a program. - -This mode accepts the following additional options: - - -dlopen FILE add the directory containing FILE to the library path - -This mode sets the library path environment variable according to '-dlopen' -flags. - -If any of the ARGS are libtool executable wrappers, then they are translated -into their corresponding uninstalled binary, and any of their required library -directories are added to the library path. - -Then, COMMAND is executed, with ARGS as arguments." - ;; - - finish) - $ECHO \ -"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... - -Complete the installation of libtool libraries. - -Each LIBDIR is a directory that contains libtool libraries. - -The commands that this mode executes may require superuser privileges. Use -the '--dry-run' option if you just want to see what would be executed." - ;; - - install) - $ECHO \ -"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... - -Install executables or libraries. - -INSTALL-COMMAND is the installation command. The first component should be -either the 'install' or 'cp' program. - -The following components of INSTALL-COMMAND are treated specially: - - -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation - -The rest of the components are interpreted as arguments to that command (only -BSD-compatible install options are recognized)." - ;; - - link) - $ECHO \ -"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... - -Link object files or libraries together to form another library, or to -create an executable program. - -LINK-COMMAND is a command using the C compiler that you would use to create -a program from several object files. - -The following components of LINK-COMMAND are treated specially: - - -all-static do not do any dynamic linking at all - -avoid-version do not add a version suffix if possible - -bindir BINDIR specify path to binaries directory (for systems where - libraries must be found in the PATH setting at runtime) - -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime - -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols - -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) - -export-symbols SYMFILE - try to export only the symbols listed in SYMFILE - -export-symbols-regex REGEX - try to export only the symbols matching REGEX - -LLIBDIR search LIBDIR for required installed libraries - -lNAME OUTPUT-FILE requires the installed library libNAME - -module build a library that can dlopened - -no-fast-install disable the fast-install mode - -no-install link a not-installable executable - -no-undefined declare that a library does not refer to external symbols - -o OUTPUT-FILE create OUTPUT-FILE from the specified objects - -objectlist FILE use a list of object files found in FILE to specify objects - -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) - -precious-files-regex REGEX - don't remove output files matching REGEX - -release RELEASE specify package release information - -rpath LIBDIR the created library will eventually be installed in LIBDIR - -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries - -shared only do dynamic linking of libtool libraries - -shrext SUFFIX override the standard shared library file extension - -static do not do any dynamic linking of uninstalled libtool libraries - -static-libtool-libs - do not do any dynamic linking of libtool libraries - -version-info CURRENT[:REVISION[:AGE]] - specify library version info [each variable defaults to 0] - -weak LIBNAME declare that the target provides the LIBNAME interface - -Wc,FLAG - -Xcompiler FLAG pass linker-specific FLAG directly to the compiler - -Wa,FLAG - -Xassembler FLAG pass linker-specific FLAG directly to the assembler - -Wl,FLAG - -Xlinker FLAG pass linker-specific FLAG directly to the linker - -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) - -All other options (arguments beginning with '-') are ignored. - -Every other argument is treated as a filename. Files ending in '.la' are -treated as uninstalled libtool libraries, other files are standard or library -object files. - -If the OUTPUT-FILE ends in '.la', then a libtool library is created, -only library objects ('.lo' files) may be specified, and '-rpath' is -required, except when creating a convenience library. - -If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created -using 'ar' and 'ranlib', or on Windows using 'lib'. - -If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file -is created, otherwise an executable program is created." - ;; - - uninstall) - $ECHO \ -"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... - -Remove libraries from an installation directory. - -RM is the name of the program to use to delete files associated with each FILE -(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed -to RM. - -If FILE is a libtool library, all the files associated with it are deleted. -Otherwise, only FILE itself is deleted using RM." - ;; - - *) - func_fatal_help "invalid operation mode '$opt_mode'" - ;; - esac - - echo - $ECHO "Try '$progname --help' for more information about other modes." -} - -# Now that we've collected a possible --mode arg, show help if necessary -if $opt_help; then - if test : = "$opt_help"; then - func_mode_help - else - { - func_help noexit - for opt_mode in compile link execute install finish uninstall clean; do - func_mode_help - done - } | $SED -n '1p; 2,$s/^Usage:/ or: /p' - { - func_help noexit - for opt_mode in compile link execute install finish uninstall clean; do - echo - func_mode_help - done - } | - $SED '1d - /^When reporting/,/^Report/{ - H - d - } - $x - /information about other modes/d - /more detailed .*MODE/d - s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' - fi - exit $? -fi - - -# func_mode_execute arg... -func_mode_execute () -{ - $debug_cmd - - # The first argument is the command name. - cmd=$nonopt - test -z "$cmd" && \ - func_fatal_help "you must specify a COMMAND" - - # Handle -dlopen flags immediately. - for file in $opt_dlopen; do - test -f "$file" \ - || func_fatal_help "'$file' is not a file" - - dir= - case $file in - *.la) - func_resolve_sysroot "$file" - file=$func_resolve_sysroot_result - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$file" \ - || func_fatal_help "'$lib' is not a valid libtool archive" - - # Read the libtool library. - dlname= - library_names= - func_source "$file" - - # Skip this library if it cannot be dlopened. - if test -z "$dlname"; then - # Warn if it was a shared library. - test -n "$library_names" && \ - func_warning "'$file' was not linked with '-export-dynamic'" - continue - fi - - func_dirname "$file" "" "." - dir=$func_dirname_result - - if test -f "$dir/$objdir/$dlname"; then - func_append dir "/$objdir" - else - if test ! -f "$dir/$dlname"; then - func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" - fi - fi - ;; - - *.lo) - # Just add the directory containing the .lo file. - func_dirname "$file" "" "." - dir=$func_dirname_result - ;; - - *) - func_warning "'-dlopen' is ignored for non-libtool libraries and objects" - continue - ;; - esac - - # Get the absolute pathname. - absdir=`cd "$dir" && pwd` - test -n "$absdir" && dir=$absdir - - # Now add the directory to shlibpath_var. - if eval "test -z \"\$$shlibpath_var\""; then - eval "$shlibpath_var=\"\$dir\"" - else - eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" - fi - done - - # This variable tells wrapper scripts just to set shlibpath_var - # rather than running their programs. - libtool_execute_magic=$magic - - # Check if any of the arguments is a wrapper script. - args= - for file - do - case $file in - -* | *.la | *.lo ) ;; - *) - # Do a test to see if this is really a libtool program. - if func_ltwrapper_script_p "$file"; then - func_source "$file" - # Transform arg to wrapped name. - file=$progdir/$program - elif func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - func_source "$func_ltwrapper_scriptname_result" - # Transform arg to wrapped name. - file=$progdir/$program - fi - ;; - esac - # Quote arguments (to preserve shell metacharacters). - func_append_quoted args "$file" - done - - if $opt_dry_run; then - # Display what would be done. - if test -n "$shlibpath_var"; then - eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" - echo "export $shlibpath_var" - fi - $ECHO "$cmd$args" - exit $EXIT_SUCCESS - else - if test -n "$shlibpath_var"; then - # Export the shlibpath_var. - eval "export $shlibpath_var" - fi - - # Restore saved environment variables - for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES - do - eval "if test \"\${save_$lt_var+set}\" = set; then - $lt_var=\$save_$lt_var; export $lt_var - else - $lt_unset $lt_var - fi" - done - - # Now prepare to actually exec the command. - exec_cmd=\$cmd$args - fi -} - -test execute = "$opt_mode" && func_mode_execute ${1+"$@"} - - -# func_mode_finish arg... -func_mode_finish () -{ - $debug_cmd - - libs= - libdirs= - admincmds= - - for opt in "$nonopt" ${1+"$@"} - do - if test -d "$opt"; then - func_append libdirs " $opt" - - elif test -f "$opt"; then - if func_lalib_unsafe_p "$opt"; then - func_append libs " $opt" - else - func_warning "'$opt' is not a valid libtool archive" - fi - - else - func_fatal_error "invalid argument '$opt'" - fi - done - - if test -n "$libs"; then - if test -n "$lt_sysroot"; then - sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` - sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" - else - sysroot_cmd= - fi - - # Remove sysroot references - if $opt_dry_run; then - for lib in $libs; do - echo "removing references to $lt_sysroot and '=' prefixes from $lib" - done - else - tmpdir=`func_mktempdir` - for lib in $libs; do - $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ - > $tmpdir/tmp-la - mv -f $tmpdir/tmp-la $lib - done - ${RM}r "$tmpdir" - fi - fi - - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - for libdir in $libdirs; do - if test -n "$finish_cmds"; then - # Do each command in the finish commands. - func_execute_cmds "$finish_cmds" 'admincmds="$admincmds -'"$cmd"'"' - fi - if test -n "$finish_eval"; then - # Do the single finish_eval. - eval cmds=\"$finish_eval\" - $opt_dry_run || eval "$cmds" || func_append admincmds " - $cmds" - fi - done - fi - - # Exit here if they wanted silent mode. - $opt_quiet && exit $EXIT_SUCCESS - - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - echo "----------------------------------------------------------------------" - echo "Libraries have been installed in:" - for libdir in $libdirs; do - $ECHO " $libdir" - done - echo - echo "If you ever happen to want to link against installed libraries" - echo "in a given directory, LIBDIR, you must either use libtool, and" - echo "specify the full pathname of the library, or use the '-LLIBDIR'" - echo "flag during linking and do at least one of the following:" - if test -n "$shlibpath_var"; then - echo " - add LIBDIR to the '$shlibpath_var' environment variable" - echo " during execution" - fi - if test -n "$runpath_var"; then - echo " - add LIBDIR to the '$runpath_var' environment variable" - echo " during linking" - fi - if test -n "$hardcode_libdir_flag_spec"; then - libdir=LIBDIR - eval flag=\"$hardcode_libdir_flag_spec\" - - $ECHO " - use the '$flag' linker flag" - fi - if test -n "$admincmds"; then - $ECHO " - have your system administrator run these commands:$admincmds" - fi - if test -f /etc/ld.so.conf; then - echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" - fi - echo - - echo "See any operating system documentation about shared libraries for" - case $host in - solaris2.[6789]|solaris2.1[0-9]) - echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" - echo "pages." - ;; - *) - echo "more information, such as the ld(1) and ld.so(8) manual pages." - ;; - esac - echo "----------------------------------------------------------------------" - fi - exit $EXIT_SUCCESS -} - -test finish = "$opt_mode" && func_mode_finish ${1+"$@"} - - -# func_mode_install arg... -func_mode_install () -{ - $debug_cmd - - # There may be an optional sh(1) argument at the beginning of - # install_prog (especially on Windows NT). - if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || - # Allow the use of GNU shtool's install command. - case $nonopt in *shtool*) :;; *) false;; esac - then - # Aesthetically quote it. - func_quote_arg pretty "$nonopt" - install_prog="$func_quote_arg_result " - arg=$1 - shift - else - install_prog= - arg=$nonopt - fi - - # The real first argument should be the name of the installation program. - # Aesthetically quote it. - func_quote_arg pretty "$arg" - func_append install_prog "$func_quote_arg_result" - install_shared_prog=$install_prog - case " $install_prog " in - *[\\\ /]cp\ *) install_cp=: ;; - *) install_cp=false ;; - esac - - # We need to accept at least all the BSD install flags. - dest= - files= - opts= - prev= - install_type= - isdir=false - stripme= - no_mode=: - for arg - do - arg2= - if test -n "$dest"; then - func_append files " $dest" - dest=$arg - continue - fi - - case $arg in - -d) isdir=: ;; - -f) - if $install_cp; then :; else - prev=$arg - fi - ;; - -g | -m | -o) - prev=$arg - ;; - -s) - stripme=" -s" - continue - ;; - -*) - ;; - *) - # If the previous option needed an argument, then skip it. - if test -n "$prev"; then - if test X-m = "X$prev" && test -n "$install_override_mode"; then - arg2=$install_override_mode - no_mode=false - fi - prev= - else - dest=$arg - continue - fi - ;; - esac - - # Aesthetically quote the argument. - func_quote_arg pretty "$arg" - func_append install_prog " $func_quote_arg_result" - if test -n "$arg2"; then - func_quote_arg pretty "$arg2" - fi - func_append install_shared_prog " $func_quote_arg_result" - done - - test -z "$install_prog" && \ - func_fatal_help "you must specify an install program" - - test -n "$prev" && \ - func_fatal_help "the '$prev' option requires an argument" - - if test -n "$install_override_mode" && $no_mode; then - if $install_cp; then :; else - func_quote_arg pretty "$install_override_mode" - func_append install_shared_prog " -m $func_quote_arg_result" - fi - fi - - if test -z "$files"; then - if test -z "$dest"; then - func_fatal_help "no file or destination specified" - else - func_fatal_help "you must specify a destination" - fi - fi - - # Strip any trailing slash from the destination. - func_stripname '' '/' "$dest" - dest=$func_stripname_result - - # Check to see that the destination is a directory. - test -d "$dest" && isdir=: - if $isdir; then - destdir=$dest - destname= - else - func_dirname_and_basename "$dest" "" "." - destdir=$func_dirname_result - destname=$func_basename_result - - # Not a directory, so check to see that there is only one file specified. - set dummy $files; shift - test "$#" -gt 1 && \ - func_fatal_help "'$dest' is not a directory" - fi - case $destdir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - for file in $files; do - case $file in - *.lo) ;; - *) - func_fatal_help "'$destdir' must be an absolute directory name" - ;; - esac - done - ;; - esac - - # This variable tells wrapper scripts just to set variables rather - # than running their programs. - libtool_install_magic=$magic - - staticlibs= - future_libdirs= - current_libdirs= - for file in $files; do - - # Do each installation. - case $file in - *.$libext) - # Do the static libraries later. - func_append staticlibs " $file" - ;; - - *.la) - func_resolve_sysroot "$file" - file=$func_resolve_sysroot_result - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$file" \ - || func_fatal_help "'$file' is not a valid libtool archive" - - library_names= - old_library= - relink_command= - func_source "$file" - - # Add the libdir to current_libdirs if it is the destination. - if test "X$destdir" = "X$libdir"; then - case "$current_libdirs " in - *" $libdir "*) ;; - *) func_append current_libdirs " $libdir" ;; - esac - else - # Note the libdir as a future libdir. - case "$future_libdirs " in - *" $libdir "*) ;; - *) func_append future_libdirs " $libdir" ;; - esac - fi - - func_dirname "$file" "/" "" - dir=$func_dirname_result - func_append dir "$objdir" - - if test -n "$relink_command"; then - # Determine the prefix the user has applied to our future dir. - inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` - - # Don't allow the user to place us outside of our expected - # location b/c this prevents finding dependent libraries that - # are installed to the same prefix. - # At present, this check doesn't affect windows .dll's that - # are installed into $libdir/../bin (currently, that works fine) - # but it's something to keep an eye on. - test "$inst_prefix_dir" = "$destdir" && \ - func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" - - if test -n "$inst_prefix_dir"; then - # Stick the inst_prefix_dir data into the link command. - relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` - else - relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` - fi - - func_warning "relinking '$file'" - func_show_eval "$relink_command" \ - 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' - fi - - # See the names of the shared library. - set dummy $library_names; shift - if test -n "$1"; then - realname=$1 - shift - - srcname=$realname - test -n "$relink_command" && srcname=${realname}T - - # Install the shared library and build the symlinks. - func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ - 'exit $?' - tstripme=$stripme - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - case $realname in - *.dll.a) - tstripme= - ;; - esac - ;; - os2*) - case $realname in - *_dll.a) - tstripme= - ;; - esac - ;; - esac - if test -n "$tstripme" && test -n "$striplib"; then - func_show_eval "$striplib $destdir/$realname" 'exit $?' - fi - - if test "$#" -gt 0; then - # Delete the old symlinks, and create new ones. - # Try 'ln -sf' first, because the 'ln' binary might depend on - # the symlink we replace! Solaris /bin/ln does not understand -f, - # so we also need to try rm && ln -s. - for linkname - do - test "$linkname" != "$realname" \ - && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" - done - fi - - # Do each command in the postinstall commands. - lib=$destdir/$realname - func_execute_cmds "$postinstall_cmds" 'exit $?' - fi - - # Install the pseudo-library for information purposes. - func_basename "$file" - name=$func_basename_result - instname=$dir/${name}i - func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' - - # Maybe install the static library, too. - test -n "$old_library" && func_append staticlibs " $dir/$old_library" - ;; - - *.lo) - # Install (i.e. copy) a libtool object. - - # Figure out destination file name, if it wasn't already specified. - if test -n "$destname"; then - destfile=$destdir/$destname - else - func_basename "$file" - destfile=$func_basename_result - destfile=$destdir/$destfile - fi - - # Deduce the name of the destination old-style object file. - case $destfile in - *.lo) - func_lo2o "$destfile" - staticdest=$func_lo2o_result - ;; - *.$objext) - staticdest=$destfile - destfile= - ;; - *) - func_fatal_help "cannot copy a libtool object to '$destfile'" - ;; - esac - - # Install the libtool object if requested. - test -n "$destfile" && \ - func_show_eval "$install_prog $file $destfile" 'exit $?' - - # Install the old object if enabled. - if test yes = "$build_old_libs"; then - # Deduce the name of the old-style object file. - func_lo2o "$file" - staticobj=$func_lo2o_result - func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' - fi - exit $EXIT_SUCCESS - ;; - - *) - # Figure out destination file name, if it wasn't already specified. - if test -n "$destname"; then - destfile=$destdir/$destname - else - func_basename "$file" - destfile=$func_basename_result - destfile=$destdir/$destfile - fi - - # If the file is missing, and there is a .exe on the end, strip it - # because it is most likely a libtool script we actually want to - # install - stripped_ext= - case $file in - *.exe) - if test ! -f "$file"; then - func_stripname '' '.exe' "$file" - file=$func_stripname_result - stripped_ext=.exe - fi - ;; - esac - - # Do a test to see if this is really a libtool program. - case $host in - *cygwin* | *mingw*) - if func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - wrapper=$func_ltwrapper_scriptname_result - else - func_stripname '' '.exe' "$file" - wrapper=$func_stripname_result - fi - ;; - *) - wrapper=$file - ;; - esac - if func_ltwrapper_script_p "$wrapper"; then - notinst_deplibs= - relink_command= - - func_source "$wrapper" - - # Check the variables that should have been set. - test -z "$generated_by_libtool_version" && \ - func_fatal_error "invalid libtool wrapper script '$wrapper'" - - finalize=: - for lib in $notinst_deplibs; do - # Check to see that each library is installed. - libdir= - if test -f "$lib"; then - func_source "$lib" - fi - libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` - if test -n "$libdir" && test ! -f "$libfile"; then - func_warning "'$lib' has not been installed in '$libdir'" - finalize=false - fi - done - - relink_command= - func_source "$wrapper" - - outputname= - if test no = "$fast_install" && test -n "$relink_command"; then - $opt_dry_run || { - if $finalize; then - tmpdir=`func_mktempdir` - func_basename "$file$stripped_ext" - file=$func_basename_result - outputname=$tmpdir/$file - # Replace the output file specification. - relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` - - $opt_quiet || { - func_quote_arg expand,pretty "$relink_command" - eval "func_echo $func_quote_arg_result" - } - if eval "$relink_command"; then : - else - func_error "error: relink '$file' with the above command before installing it" - $opt_dry_run || ${RM}r "$tmpdir" - continue - fi - file=$outputname - else - func_warning "cannot relink '$file'" - fi - } - else - # Install the binary that we compiled earlier. - file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` - fi - fi - - # remove .exe since cygwin /usr/bin/install will append another - # one anyway - case $install_prog,$host in - */usr/bin/install*,*cygwin*) - case $file:$destfile in - *.exe:*.exe) - # this is ok - ;; - *.exe:*) - destfile=$destfile.exe - ;; - *:*.exe) - func_stripname '' '.exe' "$destfile" - destfile=$func_stripname_result - ;; - esac - ;; - esac - func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' - $opt_dry_run || if test -n "$outputname"; then - ${RM}r "$tmpdir" - fi - ;; - esac - done - - for file in $staticlibs; do - func_basename "$file" - name=$func_basename_result - - # Set up the ranlib parameters. - oldlib=$destdir/$name - func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 - tool_oldlib=$func_to_tool_file_result - - func_show_eval "$install_prog \$file \$oldlib" 'exit $?' - - if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $tool_oldlib" 'exit $?' - fi - - # Do each command in the postinstall commands. - func_execute_cmds "$old_postinstall_cmds" 'exit $?' - done - - test -n "$future_libdirs" && \ - func_warning "remember to run '$progname --finish$future_libdirs'" - - if test -n "$current_libdirs"; then - # Maybe just do a dry run. - $opt_dry_run && current_libdirs=" -n$current_libdirs" - exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' - else - exit $EXIT_SUCCESS - fi -} - -test install = "$opt_mode" && func_mode_install ${1+"$@"} - - -# func_generate_dlsyms outputname originator pic_p -# Extract symbols from dlprefiles and create ${outputname}S.o with -# a dlpreopen symbol table. -func_generate_dlsyms () -{ - $debug_cmd - - my_outputname=$1 - my_originator=$2 - my_pic_p=${3-false} - my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` - my_dlsyms= - - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - if test -n "$NM" && test -n "$global_symbol_pipe"; then - my_dlsyms=${my_outputname}S.c - else - func_error "not configured to extract global symbols from dlpreopened files" - fi - fi - - if test -n "$my_dlsyms"; then - case $my_dlsyms in - "") ;; - *.c) - # Discover the nlist of each of the dlfiles. - nlist=$output_objdir/$my_outputname.nm - - func_show_eval "$RM $nlist ${nlist}S ${nlist}T" - - # Parse the name list into a source file. - func_verbose "creating $output_objdir/$my_dlsyms" - - $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ -/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ -/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ - -#ifdef __cplusplus -extern \"C\" { -#endif - -#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) -#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" -#endif - -/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE -/* DATA imports from DLLs on WIN32 can't be const, because runtime - relocations are performed -- see ld's documentation on pseudo-relocs. */ -# define LT_DLSYM_CONST -#elif defined __osf__ -/* This system does not cope well with relocations in const data. */ -# define LT_DLSYM_CONST -#else -# define LT_DLSYM_CONST const -#endif - -#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) - -/* External symbol declarations for the compiler. */\ -" - - if test yes = "$dlself"; then - func_verbose "generating symbol list for '$output'" - - $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" - - # Add our own program objects to the symbol list. - progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` - for progfile in $progfiles; do - func_to_tool_file "$progfile" func_convert_file_msys_to_w32 - func_verbose "extracting global C symbols from '$func_to_tool_file_result'" - $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" - done - - if test -n "$exclude_expsyms"; then - $opt_dry_run || { - eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - } - fi - - if test -n "$export_symbols_regex"; then - $opt_dry_run || { - eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - } - fi - - # Prepare the list of exported symbols - if test -z "$export_symbols"; then - export_symbols=$output_objdir/$outputname.exp - $opt_dry_run || { - $RM $export_symbols - eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' - case $host in - *cygwin* | *mingw* | *cegcc* ) - eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' - eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' - ;; - esac - } - else - $opt_dry_run || { - eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' - eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' - eval '$MV "$nlist"T "$nlist"' - case $host in - *cygwin* | *mingw* | *cegcc* ) - eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' - eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' - ;; - esac - } - fi - fi - - for dlprefile in $dlprefiles; do - func_verbose "extracting global C symbols from '$dlprefile'" - func_basename "$dlprefile" - name=$func_basename_result - case $host in - *cygwin* | *mingw* | *cegcc* ) - # if an import library, we need to obtain dlname - if func_win32_import_lib_p "$dlprefile"; then - func_tr_sh "$dlprefile" - eval "curr_lafile=\$libfile_$func_tr_sh_result" - dlprefile_dlbasename= - if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then - # Use subshell, to avoid clobbering current variable values - dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` - if test -n "$dlprefile_dlname"; then - func_basename "$dlprefile_dlname" - dlprefile_dlbasename=$func_basename_result - else - # no lafile. user explicitly requested -dlpreopen . - $sharedlib_from_linklib_cmd "$dlprefile" - dlprefile_dlbasename=$sharedlib_from_linklib_result - fi - fi - $opt_dry_run || { - if test -n "$dlprefile_dlbasename"; then - eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' - else - func_warning "Could not compute DLL name from $name" - eval '$ECHO ": $name " >> "$nlist"' - fi - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | - $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" - } - else # not an import lib - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } - fi - ;; - *) - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 - eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } - ;; - esac - done - - $opt_dry_run || { - # Make sure we have at least an empty file. - test -f "$nlist" || : > "$nlist" - - if test -n "$exclude_expsyms"; then - $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T - $MV "$nlist"T "$nlist" - fi - - # Try sorting and uniquifying the output. - if $GREP -v "^: " < "$nlist" | - if sort -k 3 /dev/null 2>&1; then - sort -k 3 - else - sort +2 - fi | - uniq > "$nlist"S; then - : - else - $GREP -v "^: " < "$nlist" > "$nlist"S - fi - - if test -f "$nlist"S; then - eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' - else - echo '/* NONE */' >> "$output_objdir/$my_dlsyms" - fi - - func_show_eval '$RM "${nlist}I"' - if test -n "$global_symbol_to_import"; then - eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' - fi - - echo >> "$output_objdir/$my_dlsyms" "\ - -/* The mapping between symbol names and symbols. */ -typedef struct { - const char *name; - void *address; -} lt_dlsymlist; -extern LT_DLSYM_CONST lt_dlsymlist -lt_${my_prefix}_LTX_preloaded_symbols[];\ -" - - if test -s "$nlist"I; then - echo >> "$output_objdir/$my_dlsyms" "\ -static void lt_syminit(void) -{ - LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; - for (; symbol->name; ++symbol) - {" - $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" - echo >> "$output_objdir/$my_dlsyms" "\ - } -}" - fi - echo >> "$output_objdir/$my_dlsyms" "\ -LT_DLSYM_CONST lt_dlsymlist -lt_${my_prefix}_LTX_preloaded_symbols[] = -{ {\"$my_originator\", (void *) 0}," - - if test -s "$nlist"I; then - echo >> "$output_objdir/$my_dlsyms" "\ - {\"@INIT@\", (void *) <_syminit}," - fi - - case $need_lib_prefix in - no) - eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" - ;; - *) - eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" - ;; - esac - echo >> "$output_objdir/$my_dlsyms" "\ - {0, (void *) 0} -}; - -/* This works around a problem in FreeBSD linker */ -#ifdef FREEBSD_WORKAROUND -static const void *lt_preloaded_setup() { - return lt_${my_prefix}_LTX_preloaded_symbols; -} -#endif - -#ifdef __cplusplus -} -#endif\ -" - } # !$opt_dry_run - - pic_flag_for_symtable= - case "$compile_command " in - *" -static "*) ;; - *) - case $host in - # compiling the symbol table file with pic_flag works around - # a FreeBSD bug that causes programs to crash when -lm is - # linked before any other PIC object. But we must not use - # pic_flag when linking with -static. The problem exists in - # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) - pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; - *-*-hpux*) - pic_flag_for_symtable=" $pic_flag" ;; - *) - $my_pic_p && pic_flag_for_symtable=" $pic_flag" - ;; - esac - ;; - esac - symtab_cflags= - for arg in $LTCFLAGS; do - case $arg in - -pie | -fpie | -fPIE) ;; - *) func_append symtab_cflags " $arg" ;; - esac - done - - # Now compile the dynamic symbol file. - func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' - - # Clean up the generated files. - func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' - - # Transform the symbol file into the correct name. - symfileobj=$output_objdir/${my_outputname}S.$objext - case $host in - *cygwin* | *mingw* | *cegcc* ) - if test -f "$output_objdir/$my_outputname.def"; then - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - else - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` - fi - ;; - *) - compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` - ;; - esac - ;; - *) - func_fatal_error "unknown suffix for '$my_dlsyms'" - ;; - esac - else - # We keep going just in case the user didn't refer to - # lt_preloaded_symbols. The linker will fail if global_symbol_pipe - # really was required. - - # Nullify the symbol file. - compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` - finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` - fi -} - -# func_cygming_gnu_implib_p ARG -# This predicate returns with zero status (TRUE) if -# ARG is a GNU/binutils-style import library. Returns -# with nonzero status (FALSE) otherwise. -func_cygming_gnu_implib_p () -{ - $debug_cmd - - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` - test -n "$func_cygming_gnu_implib_tmp" -} - -# func_cygming_ms_implib_p ARG -# This predicate returns with zero status (TRUE) if -# ARG is an MS-style import library. Returns -# with nonzero status (FALSE) otherwise. -func_cygming_ms_implib_p () -{ - $debug_cmd - - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` - test -n "$func_cygming_ms_implib_tmp" -} - -# func_win32_libid arg -# return the library type of file 'arg' -# -# Need a lot of goo to handle *both* DLLs and import libs -# Has to be a shell function in order to 'eat' the argument -# that is supplied when $file_magic_command is called. -# Despite the name, also deal with 64 bit binaries. -func_win32_libid () -{ - $debug_cmd - - win32_libid_type=unknown - win32_fileres=`file -L $1 2>/dev/null` - case $win32_fileres in - *ar\ archive\ import\ library*) # definitely import - win32_libid_type="x86 archive import" - ;; - *ar\ archive*) # could be an import, or static - # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. - if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | - $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then - case $nm_interface in - "MS dumpbin") - if func_cygming_ms_implib_p "$1" || - func_cygming_gnu_implib_p "$1" - then - win32_nmres=import - else - win32_nmres= - fi - ;; - *) - func_to_tool_file "$1" func_convert_file_msys_to_w32 - win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | - $SED -n -e ' - 1,100{ - / I /{ - s|.*|import| - p - q - } - }'` - ;; - esac - case $win32_nmres in - import*) win32_libid_type="x86 archive import";; - *) win32_libid_type="x86 archive static";; - esac - fi - ;; - *DLL*) - win32_libid_type="x86 DLL" - ;; - *executable*) # but shell scripts are "executable" too... - case $win32_fileres in - *MS\ Windows\ PE\ Intel*) - win32_libid_type="x86 DLL" - ;; - esac - ;; - esac - $ECHO "$win32_libid_type" -} - -# func_cygming_dll_for_implib ARG -# -# Platform-specific function to extract the -# name of the DLL associated with the specified -# import library ARG. -# Invoked by eval'ing the libtool variable -# $sharedlib_from_linklib_cmd -# Result is available in the variable -# $sharedlib_from_linklib_result -func_cygming_dll_for_implib () -{ - $debug_cmd - - sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` -} - -# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs -# -# The is the core of a fallback implementation of a -# platform-specific function to extract the name of the -# DLL associated with the specified import library LIBNAME. -# -# SECTION_NAME is either .idata$6 or .idata$7, depending -# on the platform and compiler that created the implib. -# -# Echos the name of the DLL associated with the -# specified import library. -func_cygming_dll_for_implib_fallback_core () -{ - $debug_cmd - - match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` - $OBJDUMP -s --section "$1" "$2" 2>/dev/null | - $SED '/^Contents of section '"$match_literal"':/{ - # Place marker at beginning of archive member dllname section - s/.*/====MARK====/ - p - d - } - # These lines can sometimes be longer than 43 characters, but - # are always uninteresting - /:[ ]*file format pe[i]\{,1\}-/d - /^In archive [^:]*:/d - # Ensure marker is printed - /^====MARK====/p - # Remove all lines with less than 43 characters - /^.\{43\}/!d - # From remaining lines, remove first 43 characters - s/^.\{43\}//' | - $SED -n ' - # Join marker and all lines until next marker into a single line - /^====MARK====/ b para - H - $ b para - b - :para - x - s/\n//g - # Remove the marker - s/^====MARK====// - # Remove trailing dots and whitespace - s/[\. \t]*$// - # Print - /./p' | - # we now have a list, one entry per line, of the stringified - # contents of the appropriate section of all members of the - # archive that possess that section. Heuristic: eliminate - # all those that have a first or second character that is - # a '.' (that is, objdump's representation of an unprintable - # character.) This should work for all archives with less than - # 0x302f exports -- but will fail for DLLs whose name actually - # begins with a literal '.' or a single character followed by - # a '.'. - # - # Of those that remain, print the first one. - $SED -e '/^\./d;/^.\./d;q' -} - -# func_cygming_dll_for_implib_fallback ARG -# Platform-specific function to extract the -# name of the DLL associated with the specified -# import library ARG. -# -# This fallback implementation is for use when $DLLTOOL -# does not support the --identify-strict option. -# Invoked by eval'ing the libtool variable -# $sharedlib_from_linklib_cmd -# Result is available in the variable -# $sharedlib_from_linklib_result -func_cygming_dll_for_implib_fallback () -{ - $debug_cmd - - if func_cygming_gnu_implib_p "$1"; then - # binutils import library - sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` - elif func_cygming_ms_implib_p "$1"; then - # ms-generated import library - sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` - else - # unknown - sharedlib_from_linklib_result= - fi -} - - -# func_extract_an_archive dir oldlib -func_extract_an_archive () -{ - $debug_cmd - - f_ex_an_ar_dir=$1; shift - f_ex_an_ar_oldlib=$1 - if test yes = "$lock_old_archive_extraction"; then - lockfile=$f_ex_an_ar_oldlib.lock - until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do - func_echo "Waiting for $lockfile to be removed" - sleep 2 - done - fi - func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ - 'stat=$?; rm -f "$lockfile"; exit $stat' - if test yes = "$lock_old_archive_extraction"; then - $opt_dry_run || rm -f "$lockfile" - fi - if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then - : - else - func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" - fi -} - - -# func_extract_archives gentop oldlib ... -func_extract_archives () -{ - $debug_cmd - - my_gentop=$1; shift - my_oldlibs=${1+"$@"} - my_oldobjs= - my_xlib= - my_xabs= - my_xdir= - - for my_xlib in $my_oldlibs; do - # Extract the objects. - case $my_xlib in - [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; - *) my_xabs=`pwd`"/$my_xlib" ;; - esac - func_basename "$my_xlib" - my_xlib=$func_basename_result - my_xlib_u=$my_xlib - while :; do - case " $extracted_archives " in - *" $my_xlib_u "*) - func_arith $extracted_serial + 1 - extracted_serial=$func_arith_result - my_xlib_u=lt$extracted_serial-$my_xlib ;; - *) break ;; - esac - done - extracted_archives="$extracted_archives $my_xlib_u" - my_xdir=$my_gentop/$my_xlib_u - - func_mkdir_p "$my_xdir" - - case $host in - *-darwin*) - func_verbose "Extracting $my_xabs" - # Do not bother doing anything if just a dry run - $opt_dry_run || { - darwin_orig_dir=`pwd` - cd $my_xdir || exit $? - darwin_archive=$my_xabs - darwin_curdir=`pwd` - func_basename "$darwin_archive" - darwin_base_archive=$func_basename_result - darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` - if test -n "$darwin_arches"; then - darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` - darwin_arch= - func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" - for darwin_arch in $darwin_arches; do - func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" - $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" - cd "unfat-$$/$darwin_base_archive-$darwin_arch" - func_extract_an_archive "`pwd`" "$darwin_base_archive" - cd "$darwin_curdir" - $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" - done # $darwin_arches - ## Okay now we've a bunch of thin objects, gotta fatten them up :) - darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` - darwin_file= - darwin_files= - for darwin_file in $darwin_filelist; do - darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` - $LIPO -create -output "$darwin_file" $darwin_files - done # $darwin_filelist - $RM -rf unfat-$$ - cd "$darwin_orig_dir" - else - cd $darwin_orig_dir - func_extract_an_archive "$my_xdir" "$my_xabs" - fi # $darwin_arches - } # !$opt_dry_run - ;; - *) - func_extract_an_archive "$my_xdir" "$my_xabs" - ;; - esac - my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` - done - - func_extract_archives_result=$my_oldobjs -} - - -# func_emit_wrapper [arg=no] -# -# Emit a libtool wrapper script on stdout. -# Don't directly open a file because we may want to -# incorporate the script contents within a cygwin/mingw -# wrapper executable. Must ONLY be called from within -# func_mode_link because it depends on a number of variables -# set therein. -# -# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR -# variable will take. If 'yes', then the emitted script -# will assume that the directory where it is stored is -# the $objdir directory. This is a cygwin/mingw-specific -# behavior. -func_emit_wrapper () -{ - func_emit_wrapper_arg1=${1-no} - - $ECHO "\ -#! $SHELL - -# $output - temporary wrapper script for $objdir/$outputname -# Generated by $PROGRAM (GNU $PACKAGE) $VERSION -# -# The $output program cannot be directly executed until all the libtool -# libraries that it depends on are installed. -# -# This wrapper script should never be moved out of the build directory. -# If it is, it will not operate correctly. - -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='$sed_quote_subst' - -# Be Bourne compatible -if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which - # is contrary to our usage. Disable this feature. - alias -g '\${1+\"\$@\"}'='\"\$@\"' - setopt NO_GLOB_SUBST -else - case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac -fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -relink_command=\"$relink_command\" - -# This environment variable determines our operation mode. -if test \"\$libtool_install_magic\" = \"$magic\"; then - # install mode needs the following variables: - generated_by_libtool_version='$macro_version' - notinst_deplibs='$notinst_deplibs' -else - # When we are sourced in execute mode, \$file and \$ECHO are already set. - if test \"\$libtool_execute_magic\" != \"$magic\"; then - file=\"\$0\"" - - func_quote_arg pretty "$ECHO" - qECHO=$func_quote_arg_result - $ECHO "\ - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -\$1 -_LTECHO_EOF' -} - ECHO=$qECHO - fi - -# Very basic option parsing. These options are (a) specific to -# the libtool wrapper, (b) are identical between the wrapper -# /script/ and the wrapper /executable/ that is used only on -# windows platforms, and (c) all begin with the string "--lt-" -# (application programs are unlikely to have options that match -# this pattern). -# -# There are only two supported options: --lt-debug and -# --lt-dump-script. There is, deliberately, no --lt-help. -# -# The first argument to this parsing function should be the -# script's $0 value, followed by "$@". -lt_option_debug= -func_parse_lt_options () -{ - lt_script_arg0=\$0 - shift - for lt_opt - do - case \"\$lt_opt\" in - --lt-debug) lt_option_debug=1 ;; - --lt-dump-script) - lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` - test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. - lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` - cat \"\$lt_dump_D/\$lt_dump_F\" - exit 0 - ;; - --lt-*) - \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 - exit 1 - ;; - esac - done - - # Print the debug banner immediately: - if test -n \"\$lt_option_debug\"; then - echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 - fi -} - -# Used when --lt-debug. Prints its arguments to stdout -# (redirection is the responsibility of the caller) -func_lt_dump_args () -{ - lt_dump_args_N=1; - for lt_arg - do - \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" - lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` - done -} - -# Core function for launching the target application -func_exec_program_core () -{ -" - case $host in - # Backslashes separate directories on plain windows - *-*-mingw | *-*-os2* | *-cegcc*) - $ECHO "\ - if test -n \"\$lt_option_debug\"; then - \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 - func_lt_dump_args \${1+\"\$@\"} 1>&2 - fi - exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} -" - ;; - - *) - $ECHO "\ - if test -n \"\$lt_option_debug\"; then - \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 - func_lt_dump_args \${1+\"\$@\"} 1>&2 - fi - exec \"\$progdir/\$program\" \${1+\"\$@\"} -" - ;; - esac - $ECHO "\ - \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 - exit 1 -} - -# A function to encapsulate launching the target application -# Strips options in the --lt-* namespace from \$@ and -# launches target application with the remaining arguments. -func_exec_program () -{ - case \" \$* \" in - *\\ --lt-*) - for lt_wr_arg - do - case \$lt_wr_arg in - --lt-*) ;; - *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; - esac - shift - done ;; - esac - func_exec_program_core \${1+\"\$@\"} -} - - # Parse options - func_parse_lt_options \"\$0\" \${1+\"\$@\"} - - # Find the directory that this script lives in. - thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` - test \"x\$thisdir\" = \"x\$file\" && thisdir=. - - # Follow symbolic links until we get to the real thisdir. - file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` - while test -n \"\$file\"; do - destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` - - # If there was a directory component, then change thisdir. - if test \"x\$destdir\" != \"x\$file\"; then - case \"\$destdir\" in - [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; - *) thisdir=\"\$thisdir/\$destdir\" ;; - esac - fi - - file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` - file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` - done - - # Usually 'no', except on cygwin/mingw when embedded into - # the cwrapper. - WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 - if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then - # special case for '.' - if test \"\$thisdir\" = \".\"; then - thisdir=\`pwd\` - fi - # remove .libs from thisdir - case \"\$thisdir\" in - *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; - $objdir ) thisdir=. ;; - esac - fi - - # Try to get the absolute directory name. - absdir=\`cd \"\$thisdir\" && pwd\` - test -n \"\$absdir\" && thisdir=\"\$absdir\" -" - - if test yes = "$fast_install"; then - $ECHO "\ - program=lt-'$outputname'$exeext - progdir=\"\$thisdir/$objdir\" - - if test ! -f \"\$progdir/\$program\" || - { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ - test \"X\$file\" != \"X\$progdir/\$program\"; }; then - - file=\"\$\$-\$program\" - - if test ! -d \"\$progdir\"; then - $MKDIR \"\$progdir\" - else - $RM \"\$progdir/\$file\" - fi" - - $ECHO "\ - - # relink executable if necessary - if test -n \"\$relink_command\"; then - if relink_command_output=\`eval \$relink_command 2>&1\`; then : - else - \$ECHO \"\$relink_command_output\" >&2 - $RM \"\$progdir/\$file\" - exit 1 - fi - fi - - $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || - { $RM \"\$progdir/\$program\"; - $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } - $RM \"\$progdir/\$file\" - fi" - else - $ECHO "\ - program='$outputname' - progdir=\"\$thisdir/$objdir\" -" - fi - - $ECHO "\ - - if test -f \"\$progdir/\$program\"; then" - - # fixup the dll searchpath if we need to. - # - # Fix the DLL searchpath if we need to. Do this before prepending - # to shlibpath, because on Windows, both are PATH and uninstalled - # libraries must come first. - if test -n "$dllsearchpath"; then - $ECHO "\ - # Add the dll search path components to the executable PATH - PATH=$dllsearchpath:\$PATH -" - fi - - # Export our shlibpath_var if we have one. - if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then - $ECHO "\ - # Add our own library path to $shlibpath_var - $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" - - # Some systems cannot cope with colon-terminated $shlibpath_var - # The second colon is a workaround for a bug in BeOS R4 sed - $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` - - export $shlibpath_var -" - fi - - $ECHO "\ - if test \"\$libtool_execute_magic\" != \"$magic\"; then - # Run the actual program with our arguments. - func_exec_program \${1+\"\$@\"} - fi - else - # The program doesn't exist. - \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 - \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 - \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 - exit 1 - fi -fi\ -" -} - - -# func_emit_cwrapperexe_src -# emit the source code for a wrapper executable on stdout -# Must ONLY be called from within func_mode_link because -# it depends on a number of variable set therein. -func_emit_cwrapperexe_src () -{ - cat < -#include -#ifdef _MSC_VER -# include -# include -# include -#else -# include -# include -# ifdef __CYGWIN__ -# include -# endif -#endif -#include -#include -#include -#include -#include -#include -#include -#include - -#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) - -/* declarations of non-ANSI functions */ -#if defined __MINGW32__ -# ifdef __STRICT_ANSI__ -int _putenv (const char *); -# endif -#elif defined __CYGWIN__ -# ifdef __STRICT_ANSI__ -char *realpath (const char *, char *); -int putenv (char *); -int setenv (const char *, const char *, int); -# endif -/* #elif defined other_platform || defined ... */ -#endif - -/* portability defines, excluding path handling macros */ -#if defined _MSC_VER -# define setmode _setmode -# define stat _stat -# define chmod _chmod -# define getcwd _getcwd -# define putenv _putenv -# define S_IXUSR _S_IEXEC -#elif defined __MINGW32__ -# define setmode _setmode -# define stat _stat -# define chmod _chmod -# define getcwd _getcwd -# define putenv _putenv -#elif defined __CYGWIN__ -# define HAVE_SETENV -# define FOPEN_WB "wb" -/* #elif defined other platforms ... */ -#endif - -#if defined PATH_MAX -# define LT_PATHMAX PATH_MAX -#elif defined MAXPATHLEN -# define LT_PATHMAX MAXPATHLEN -#else -# define LT_PATHMAX 1024 -#endif - -#ifndef S_IXOTH -# define S_IXOTH 0 -#endif -#ifndef S_IXGRP -# define S_IXGRP 0 -#endif - -/* path handling portability macros */ -#ifndef DIR_SEPARATOR -# define DIR_SEPARATOR '/' -# define PATH_SEPARATOR ':' -#endif - -#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ - defined __OS2__ -# define HAVE_DOS_BASED_FILE_SYSTEM -# define FOPEN_WB "wb" -# ifndef DIR_SEPARATOR_2 -# define DIR_SEPARATOR_2 '\\' -# endif -# ifndef PATH_SEPARATOR_2 -# define PATH_SEPARATOR_2 ';' -# endif -#endif - -#ifndef DIR_SEPARATOR_2 -# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) -#else /* DIR_SEPARATOR_2 */ -# define IS_DIR_SEPARATOR(ch) \ - (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) -#endif /* DIR_SEPARATOR_2 */ - -#ifndef PATH_SEPARATOR_2 -# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) -#else /* PATH_SEPARATOR_2 */ -# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) -#endif /* PATH_SEPARATOR_2 */ - -#ifndef FOPEN_WB -# define FOPEN_WB "w" -#endif -#ifndef _O_BINARY -# define _O_BINARY 0 -#endif - -#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) -#define XFREE(stale) do { \ - if (stale) { free (stale); stale = 0; } \ -} while (0) - -#if defined LT_DEBUGWRAPPER -static int lt_debug = 1; -#else -static int lt_debug = 0; -#endif - -const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ - -void *xmalloc (size_t num); -char *xstrdup (const char *string); -const char *base_name (const char *name); -char *find_executable (const char *wrapper); -char *chase_symlinks (const char *pathspec); -int make_executable (const char *path); -int check_executable (const char *path); -char *strendzap (char *str, const char *pat); -void lt_debugprintf (const char *file, int line, const char *fmt, ...); -void lt_fatal (const char *file, int line, const char *message, ...); -static const char *nonnull (const char *s); -static const char *nonempty (const char *s); -void lt_setenv (const char *name, const char *value); -char *lt_extend_str (const char *orig_value, const char *add, int to_end); -void lt_update_exe_path (const char *name, const char *value); -void lt_update_lib_path (const char *name, const char *value); -char **prepare_spawn (char **argv); -void lt_dump_script (FILE *f); -EOF - - cat <= 0) - && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) - return 1; - else - return 0; -} - -int -make_executable (const char *path) -{ - int rval = 0; - struct stat st; - - lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", - nonempty (path)); - if ((!path) || (!*path)) - return 0; - - if (stat (path, &st) >= 0) - { - rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); - } - return rval; -} - -/* Searches for the full path of the wrapper. Returns - newly allocated full path name if found, NULL otherwise - Does not chase symlinks, even on platforms that support them. -*/ -char * -find_executable (const char *wrapper) -{ - int has_slash = 0; - const char *p; - const char *p_next; - /* static buffer for getcwd */ - char tmp[LT_PATHMAX + 1]; - size_t tmp_len; - char *concat_name; - - lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", - nonempty (wrapper)); - - if ((wrapper == NULL) || (*wrapper == '\0')) - return NULL; - - /* Absolute path? */ -#if defined HAVE_DOS_BASED_FILE_SYSTEM - if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') - { - concat_name = xstrdup (wrapper); - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - else - { -#endif - if (IS_DIR_SEPARATOR (wrapper[0])) - { - concat_name = xstrdup (wrapper); - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } -#if defined HAVE_DOS_BASED_FILE_SYSTEM - } -#endif - - for (p = wrapper; *p; p++) - if (*p == '/') - { - has_slash = 1; - break; - } - if (!has_slash) - { - /* no slashes; search PATH */ - const char *path = getenv ("PATH"); - if (path != NULL) - { - for (p = path; *p; p = p_next) - { - const char *q; - size_t p_len; - for (q = p; *q; q++) - if (IS_PATH_SEPARATOR (*q)) - break; - p_len = (size_t) (q - p); - p_next = (*q == '\0' ? q : q + 1); - if (p_len == 0) - { - /* empty path: current directory */ - if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", - nonnull (strerror (errno))); - tmp_len = strlen (tmp); - concat_name = - XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, tmp, tmp_len); - concat_name[tmp_len] = '/'; - strcpy (concat_name + tmp_len + 1, wrapper); - } - else - { - concat_name = - XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, p, p_len); - concat_name[p_len] = '/'; - strcpy (concat_name + p_len + 1, wrapper); - } - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - } - } - /* not found in PATH; assume curdir */ - } - /* Relative path | not found in path: prepend cwd */ - if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", - nonnull (strerror (errno))); - tmp_len = strlen (tmp); - concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); - memcpy (concat_name, tmp, tmp_len); - concat_name[tmp_len] = '/'; - strcpy (concat_name + tmp_len + 1, wrapper); - - if (check_executable (concat_name)) - return concat_name; - XFREE (concat_name); - return NULL; -} - -char * -chase_symlinks (const char *pathspec) -{ -#ifndef S_ISLNK - return xstrdup (pathspec); -#else - char buf[LT_PATHMAX]; - struct stat s; - char *tmp_pathspec = xstrdup (pathspec); - char *p; - int has_symlinks = 0; - while (strlen (tmp_pathspec) && !has_symlinks) - { - lt_debugprintf (__FILE__, __LINE__, - "checking path component for symlinks: %s\n", - tmp_pathspec); - if (lstat (tmp_pathspec, &s) == 0) - { - if (S_ISLNK (s.st_mode) != 0) - { - has_symlinks = 1; - break; - } - - /* search backwards for last DIR_SEPARATOR */ - p = tmp_pathspec + strlen (tmp_pathspec) - 1; - while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) - p--; - if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) - { - /* no more DIR_SEPARATORS left */ - break; - } - *p = '\0'; - } - else - { - lt_fatal (__FILE__, __LINE__, - "error accessing file \"%s\": %s", - tmp_pathspec, nonnull (strerror (errno))); - } - } - XFREE (tmp_pathspec); - - if (!has_symlinks) - { - return xstrdup (pathspec); - } - - tmp_pathspec = realpath (pathspec, buf); - if (tmp_pathspec == 0) - { - lt_fatal (__FILE__, __LINE__, - "could not follow symlinks for %s", pathspec); - } - return xstrdup (tmp_pathspec); -#endif -} - -char * -strendzap (char *str, const char *pat) -{ - size_t len, patlen; - - assert (str != NULL); - assert (pat != NULL); - - len = strlen (str); - patlen = strlen (pat); - - if (patlen <= len) - { - str += len - patlen; - if (STREQ (str, pat)) - *str = '\0'; - } - return str; -} - -void -lt_debugprintf (const char *file, int line, const char *fmt, ...) -{ - va_list args; - if (lt_debug) - { - (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); - va_start (args, fmt); - (void) vfprintf (stderr, fmt, args); - va_end (args); - } -} - -static void -lt_error_core (int exit_status, const char *file, - int line, const char *mode, - const char *message, va_list ap) -{ - fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); - vfprintf (stderr, message, ap); - fprintf (stderr, ".\n"); - - if (exit_status >= 0) - exit (exit_status); -} - -void -lt_fatal (const char *file, int line, const char *message, ...) -{ - va_list ap; - va_start (ap, message); - lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); - va_end (ap); -} - -static const char * -nonnull (const char *s) -{ - return s ? s : "(null)"; -} - -static const char * -nonempty (const char *s) -{ - return (s && !*s) ? "(empty)" : nonnull (s); -} - -void -lt_setenv (const char *name, const char *value) -{ - lt_debugprintf (__FILE__, __LINE__, - "(lt_setenv) setting '%s' to '%s'\n", - nonnull (name), nonnull (value)); - { -#ifdef HAVE_SETENV - /* always make a copy, for consistency with !HAVE_SETENV */ - char *str = xstrdup (value); - setenv (name, str, 1); -#else - size_t len = strlen (name) + 1 + strlen (value) + 1; - char *str = XMALLOC (char, len); - sprintf (str, "%s=%s", name, value); - if (putenv (str) != EXIT_SUCCESS) - { - XFREE (str); - } -#endif - } -} - -char * -lt_extend_str (const char *orig_value, const char *add, int to_end) -{ - char *new_value; - if (orig_value && *orig_value) - { - size_t orig_value_len = strlen (orig_value); - size_t add_len = strlen (add); - new_value = XMALLOC (char, add_len + orig_value_len + 1); - if (to_end) - { - strcpy (new_value, orig_value); - strcpy (new_value + orig_value_len, add); - } - else - { - strcpy (new_value, add); - strcpy (new_value + add_len, orig_value); - } - } - else - { - new_value = xstrdup (add); - } - return new_value; -} - -void -lt_update_exe_path (const char *name, const char *value) -{ - lt_debugprintf (__FILE__, __LINE__, - "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", - nonnull (name), nonnull (value)); - - if (name && *name && value && *value) - { - char *new_value = lt_extend_str (getenv (name), value, 0); - /* some systems can't cope with a ':'-terminated path #' */ - size_t len = strlen (new_value); - while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) - { - new_value[--len] = '\0'; - } - lt_setenv (name, new_value); - XFREE (new_value); - } -} - -void -lt_update_lib_path (const char *name, const char *value) -{ - lt_debugprintf (__FILE__, __LINE__, - "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", - nonnull (name), nonnull (value)); - - if (name && *name && value && *value) - { - char *new_value = lt_extend_str (getenv (name), value, 0); - lt_setenv (name, new_value); - XFREE (new_value); - } -} - -EOF - case $host_os in - mingw*) - cat <<"EOF" - -/* Prepares an argument vector before calling spawn(). - Note that spawn() does not by itself call the command interpreter - (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : - ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); - GetVersionEx(&v); - v.dwPlatformId == VER_PLATFORM_WIN32_NT; - }) ? "cmd.exe" : "command.com"). - Instead it simply concatenates the arguments, separated by ' ', and calls - CreateProcess(). We must quote the arguments since Win32 CreateProcess() - interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a - special way: - - Space and tab are interpreted as delimiters. They are not treated as - delimiters if they are surrounded by double quotes: "...". - - Unescaped double quotes are removed from the input. Their only effect is - that within double quotes, space and tab are treated like normal - characters. - - Backslashes not followed by double quotes are not special. - - But 2*n+1 backslashes followed by a double quote become - n backslashes followed by a double quote (n >= 0): - \" -> " - \\\" -> \" - \\\\\" -> \\" - */ -#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" -#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" -char ** -prepare_spawn (char **argv) -{ - size_t argc; - char **new_argv; - size_t i; - - /* Count number of arguments. */ - for (argc = 0; argv[argc] != NULL; argc++) - ; - - /* Allocate new argument vector. */ - new_argv = XMALLOC (char *, argc + 1); - - /* Put quoted arguments into the new argument vector. */ - for (i = 0; i < argc; i++) - { - const char *string = argv[i]; - - if (string[0] == '\0') - new_argv[i] = xstrdup ("\"\""); - else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) - { - int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); - size_t length; - unsigned int backslashes; - const char *s; - char *quoted_string; - char *p; - - length = 0; - backslashes = 0; - if (quote_around) - length++; - for (s = string; *s != '\0'; s++) - { - char c = *s; - if (c == '"') - length += backslashes + 1; - length++; - if (c == '\\') - backslashes++; - else - backslashes = 0; - } - if (quote_around) - length += backslashes + 1; - - quoted_string = XMALLOC (char, length + 1); - - p = quoted_string; - backslashes = 0; - if (quote_around) - *p++ = '"'; - for (s = string; *s != '\0'; s++) - { - char c = *s; - if (c == '"') - { - unsigned int j; - for (j = backslashes + 1; j > 0; j--) - *p++ = '\\'; - } - *p++ = c; - if (c == '\\') - backslashes++; - else - backslashes = 0; - } - if (quote_around) - { - unsigned int j; - for (j = backslashes; j > 0; j--) - *p++ = '\\'; - *p++ = '"'; - } - *p = '\0'; - - new_argv[i] = quoted_string; - } - else - new_argv[i] = (char *) string; - } - new_argv[argc] = NULL; - - return new_argv; -} -EOF - ;; - esac - - cat <<"EOF" -void lt_dump_script (FILE* f) -{ -EOF - func_emit_wrapper yes | - $SED -n -e ' -s/^\(.\{79\}\)\(..*\)/\1\ -\2/ -h -s/\([\\"]\)/\\\1/g -s/$/\\n/ -s/\([^\n]*\).*/ fputs ("\1", f);/p -g -D' - cat <<"EOF" -} -EOF -} -# end: func_emit_cwrapperexe_src - -# func_win32_import_lib_p ARG -# True if ARG is an import lib, as indicated by $file_magic_cmd -func_win32_import_lib_p () -{ - $debug_cmd - - case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in - *import*) : ;; - *) false ;; - esac -} - -# func_suncc_cstd_abi -# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! -# Several compiler flags select an ABI that is incompatible with the -# Cstd library. Avoid specifying it if any are in CXXFLAGS. -func_suncc_cstd_abi () -{ - $debug_cmd - - case " $compile_command " in - *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) - suncc_use_cstd_abi=no - ;; - *) - suncc_use_cstd_abi=yes - ;; - esac -} - -# func_mode_link arg... -func_mode_link () -{ - $debug_cmd - - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - # It is impossible to link a dll without this setting, and - # we shouldn't force the makefile maintainer to figure out - # what system we are compiling for in order to pass an extra - # flag for every libtool invocation. - # allow_undefined=no - - # FIXME: Unfortunately, there are problems with the above when trying - # to make a dll that has undefined symbols, in which case not - # even a static library is built. For now, we need to specify - # -no-undefined on the libtool link line when we can be certain - # that all symbols are satisfied, otherwise we get a static library. - allow_undefined=yes - ;; - *) - allow_undefined=yes - ;; - esac - libtool_args=$nonopt - base_compile="$nonopt $@" - compile_command=$nonopt - finalize_command=$nonopt - - compile_rpath= - finalize_rpath= - compile_shlibpath= - finalize_shlibpath= - convenience= - old_convenience= - deplibs= - old_deplibs= - compiler_flags= - linker_flags= - dllsearchpath= - lib_search_path=`pwd` - inst_prefix_dir= - new_inherited_linker_flags= - - avoid_version=no - bindir= - dlfiles= - dlprefiles= - dlself=no - export_dynamic=no - export_symbols= - export_symbols_regex= - generated= - libobjs= - ltlibs= - module=no - no_install=no - objs= - os2dllname= - non_pic_objects= - precious_files_regex= - prefer_static_libs=no - preload=false - prev= - prevarg= - release= - rpath= - xrpath= - perm_rpath= - temp_rpath= - thread_safe=no - vinfo= - vinfo_number=no - weak_libs= - single_module=$wl-single_module - func_infer_tag $base_compile - - # We need to know -static, to get the right output filenames. - for arg - do - case $arg in - -shared) - test yes != "$build_libtool_libs" \ - && func_fatal_configuration "cannot build a shared library" - build_old_libs=no - break - ;; - -all-static | -static | -static-libtool-libs) - case $arg in - -all-static) - if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then - func_warning "complete static linking is impossible in this configuration" - fi - if test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=yes - ;; - -static) - if test -z "$pic_flag" && test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=built - ;; - -static-libtool-libs) - if test -z "$pic_flag" && test -n "$link_static_flag"; then - dlopen_self=$dlopen_self_static - fi - prefer_static_libs=yes - ;; - esac - build_libtool_libs=no - build_old_libs=yes - break - ;; - esac - done - - # See if our shared archives depend on static archives. - test -n "$old_archive_from_new_cmds" && build_old_libs=yes - - # Go through the arguments, transforming them on the way. - while test "$#" -gt 0; do - arg=$1 - shift - func_quote_arg pretty,unquoted "$arg" - qarg=$func_quote_arg_unquoted_result - func_append libtool_args " $func_quote_arg_result" - - # If the previous option needs an argument, assign it. - if test -n "$prev"; then - case $prev in - output) - func_append compile_command " @OUTPUT@" - func_append finalize_command " @OUTPUT@" - ;; - esac - - case $prev in - bindir) - bindir=$arg - prev= - continue - ;; - dlfiles|dlprefiles) - $preload || { - # Add the symbol object into the linking commands. - func_append compile_command " @SYMFILE@" - func_append finalize_command " @SYMFILE@" - preload=: - } - case $arg in - *.la | *.lo) ;; # We handle these cases below. - force) - if test no = "$dlself"; then - dlself=needless - export_dynamic=yes - fi - prev= - continue - ;; - self) - if test dlprefiles = "$prev"; then - dlself=yes - elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then - dlself=yes - else - dlself=needless - export_dynamic=yes - fi - prev= - continue - ;; - *) - if test dlfiles = "$prev"; then - func_append dlfiles " $arg" - else - func_append dlprefiles " $arg" - fi - prev= - continue - ;; - esac - ;; - expsyms) - export_symbols=$arg - test -f "$arg" \ - || func_fatal_error "symbol file '$arg' does not exist" - prev= - continue - ;; - expsyms_regex) - export_symbols_regex=$arg - prev= - continue - ;; - framework) - case $host in - *-*-darwin*) - case "$deplibs " in - *" $qarg.ltframework "*) ;; - *) func_append deplibs " $qarg.ltframework" # this is fixed later - ;; - esac - ;; - esac - prev= - continue - ;; - inst_prefix) - inst_prefix_dir=$arg - prev= - continue - ;; - mllvm) - # Clang does not use LLVM to link, so we can simply discard any - # '-mllvm $arg' options when doing the link step. - prev= - continue - ;; - objectlist) - if test -f "$arg"; then - save_arg=$arg - moreargs= - for fil in `cat "$save_arg"` - do -# func_append moreargs " $fil" - arg=$fil - # A libtool-controlled object. - - # Check to see that this really is a libtool object. - if func_lalib_unsafe_p "$arg"; then - pic_object= - non_pic_object= - - # Read the .lo file - func_source "$arg" - - if test -z "$pic_object" || - test -z "$non_pic_object" || - test none = "$pic_object" && - test none = "$non_pic_object"; then - func_fatal_error "cannot find name of object for '$arg'" - fi - - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - if test none != "$pic_object"; then - # Prepend the subdirectory the object is found in. - pic_object=$xdir$pic_object - - if test dlfiles = "$prev"; then - if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then - func_append dlfiles " $pic_object" - prev= - continue - else - # If libtool objects are unsupported, then we need to preload. - prev=dlprefiles - fi - fi - - # CHECK ME: I think I busted this. -Ossama - if test dlprefiles = "$prev"; then - # Preload the old-style object. - func_append dlprefiles " $pic_object" - prev= - fi - - # A PIC object. - func_append libobjs " $pic_object" - arg=$pic_object - fi - - # Non-PIC object. - if test none != "$non_pic_object"; then - # Prepend the subdirectory the object is found in. - non_pic_object=$xdir$non_pic_object - - # A standard non-PIC object - func_append non_pic_objects " $non_pic_object" - if test -z "$pic_object" || test none = "$pic_object"; then - arg=$non_pic_object - fi - else - # If the PIC object exists, use it instead. - # $xdir was prepended to $pic_object above. - non_pic_object=$pic_object - func_append non_pic_objects " $non_pic_object" - fi - else - # Only an error if not doing a dry-run. - if $opt_dry_run; then - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - func_lo2o "$arg" - pic_object=$xdir$objdir/$func_lo2o_result - non_pic_object=$xdir$func_lo2o_result - func_append libobjs " $pic_object" - func_append non_pic_objects " $non_pic_object" - else - func_fatal_error "'$arg' is not a valid libtool object" - fi - fi - done - else - func_fatal_error "link input file '$arg' does not exist" - fi - arg=$save_arg - prev= - continue - ;; - os2dllname) - os2dllname=$arg - prev= - continue - ;; - precious_regex) - precious_files_regex=$arg - prev= - continue - ;; - release) - release=-$arg - prev= - continue - ;; - rpath | xrpath) - # We need an absolute path. - case $arg in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - func_fatal_error "only absolute run-paths are allowed" - ;; - esac - if test rpath = "$prev"; then - case "$rpath " in - *" $arg "*) ;; - *) func_append rpath " $arg" ;; - esac - else - case "$xrpath " in - *" $arg "*) ;; - *) func_append xrpath " $arg" ;; - esac - fi - prev= - continue - ;; - shrext) - shrext_cmds=$arg - prev= - continue - ;; - weak) - func_append weak_libs " $arg" - prev= - continue - ;; - xassembler) - func_append compiler_flags " -Xassembler $qarg" - prev= - func_append compile_command " -Xassembler $qarg" - func_append finalize_command " -Xassembler $qarg" - continue - ;; - xcclinker) - func_append linker_flags " $qarg" - func_append compiler_flags " $qarg" - prev= - func_append compile_command " $qarg" - func_append finalize_command " $qarg" - continue - ;; - xcompiler) - func_append compiler_flags " $qarg" - prev= - func_append compile_command " $qarg" - func_append finalize_command " $qarg" - continue - ;; - xlinker) - func_append linker_flags " $qarg" - func_append compiler_flags " $wl$qarg" - prev= - func_append compile_command " $wl$qarg" - func_append finalize_command " $wl$qarg" - continue - ;; - *) - eval "$prev=\"\$arg\"" - prev= - continue - ;; - esac - fi # test -n "$prev" - - prevarg=$arg - - case $arg in - -all-static) - if test -n "$link_static_flag"; then - # See comment for -static flag below, for more details. - func_append compile_command " $link_static_flag" - func_append finalize_command " $link_static_flag" - fi - continue - ;; - - -allow-undefined) - # FIXME: remove this flag sometime in the future. - func_fatal_error "'-allow-undefined' must not be used because it is the default" - ;; - - -avoid-version) - avoid_version=yes - continue - ;; - - -bindir) - prev=bindir - continue - ;; - - -dlopen) - prev=dlfiles - continue - ;; - - -dlpreopen) - prev=dlprefiles - continue - ;; - - -export-dynamic) - export_dynamic=yes - continue - ;; - - -export-symbols | -export-symbols-regex) - if test -n "$export_symbols" || test -n "$export_symbols_regex"; then - func_fatal_error "more than one -exported-symbols argument is not allowed" - fi - if test X-export-symbols = "X$arg"; then - prev=expsyms - else - prev=expsyms_regex - fi - continue - ;; - - -framework) - prev=framework - continue - ;; - - -inst-prefix-dir) - prev=inst_prefix - continue - ;; - - # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* - # so, if we see these flags be careful not to treat them like -L - -L[A-Z][A-Z]*:*) - case $with_gcc/$host in - no/*-*-irix* | /*-*-irix*) - func_append compile_command " $arg" - func_append finalize_command " $arg" - ;; - esac - continue - ;; - - -L*) - func_stripname "-L" '' "$arg" - if test -z "$func_stripname_result"; then - if test "$#" -gt 0; then - func_fatal_error "require no space between '-L' and '$1'" - else - func_fatal_error "need path for '-L' option" - fi - fi - func_resolve_sysroot "$func_stripname_result" - dir=$func_resolve_sysroot_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - *) - absdir=`cd "$dir" && pwd` - test -z "$absdir" && \ - func_fatal_error "cannot determine absolute directory name of '$dir'" - dir=$absdir - ;; - esac - case "$deplibs " in - *" -L$dir "* | *" $arg "*) - # Will only happen for absolute or sysroot arguments - ;; - *) - # Preserve sysroot, but never include relative directories - case $dir in - [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; - *) func_append deplibs " -L$dir" ;; - esac - func_append lib_search_path " $dir" - ;; - esac - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` - case :$dllsearchpath: in - *":$dir:"*) ;; - ::) dllsearchpath=$dir;; - *) func_append dllsearchpath ":$dir";; - esac - case :$dllsearchpath: in - *":$testbindir:"*) ;; - ::) dllsearchpath=$testbindir;; - *) func_append dllsearchpath ":$testbindir";; - esac - ;; - esac - continue - ;; - - -l*) - if test X-lc = "X$arg" || test X-lm = "X$arg"; then - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) - # These systems don't actually have a C or math library (as such) - continue - ;; - *-*-os2*) - # These systems don't actually have a C library (as such) - test X-lc = "X$arg" && continue - ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) - # Do not include libc due to us having libc/libc_r. - test X-lc = "X$arg" && continue - ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C and math libraries are in the System framework - func_append deplibs " System.ltframework" - continue - ;; - *-*-sco3.2v5* | *-*-sco5v6*) - # Causes problems with __ctype - test X-lc = "X$arg" && continue - ;; - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) - # Compiler inserts libc in the correct place for threads to work - test X-lc = "X$arg" && continue - ;; - esac - elif test X-lc_r = "X$arg"; then - case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; - esac - fi - func_append deplibs " $arg" - continue - ;; - - -mllvm) - prev=mllvm - continue - ;; - - -module) - module=yes - continue - ;; - - # Tru64 UNIX uses -model [arg] to determine the layout of C++ - # classes, name mangling, and exception handling. - # Darwin uses the -arch flag to determine output architecture. - -model|-arch|-isysroot|--sysroot) - func_append compiler_flags " $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - prev=xcompiler - continue - ;; - # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199. - -pthread) - case $host in - *solaris2*) ;; - *) - case "$new_inherited_linker_flags " in - *" $arg "*) ;; - * ) func_append new_inherited_linker_flags " $arg" ;; - esac - ;; - esac - continue - ;; - -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \ - |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - func_append compiler_flags " $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - case "$new_inherited_linker_flags " in - *" $arg "*) ;; - * ) func_append new_inherited_linker_flags " $arg" ;; - esac - continue - ;; - - -multi_module) - single_module=$wl-multi_module - continue - ;; - - -no-fast-install) - fast_install=no - continue - ;; - - -no-install) - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) - # The PATH hackery in wrapper scripts is required on Windows - # and Darwin in order for the loader to find any dlls it needs. - func_warning "'-no-install' is ignored for $host" - func_warning "assuming '-no-fast-install' instead" - fast_install=no - ;; - *) no_install=yes ;; - esac - continue - ;; - - -no-undefined) - allow_undefined=no - continue - ;; - - -objectlist) - prev=objectlist - continue - ;; - - -os2dllname) - prev=os2dllname - continue - ;; - - -o) prev=output ;; - - -precious-files-regex) - prev=precious_regex - continue - ;; - - -release) - prev=release - continue - ;; - - -rpath) - prev=rpath - continue - ;; - - -R) - prev=xrpath - continue - ;; - - -R*) - func_stripname '-R' '' "$arg" - dir=$func_stripname_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) ;; - =*) - func_stripname '=' '' "$dir" - dir=$lt_sysroot$func_stripname_result - ;; - *) - func_fatal_error "only absolute run-paths are allowed" - ;; - esac - case "$xrpath " in - *" $dir "*) ;; - *) func_append xrpath " $dir" ;; - esac - continue - ;; - - -shared) - # The effects of -shared are defined in a previous loop. - continue - ;; - - -shrext) - prev=shrext - continue - ;; - - -static | -static-libtool-libs) - # The effects of -static are defined in a previous loop. - # We used to do the same as -all-static on platforms that - # didn't have a PIC flag, but the assumption that the effects - # would be equivalent was wrong. It would break on at least - # Digital Unix and AIX. - continue - ;; - - -thread-safe) - thread_safe=yes - continue - ;; - - -version-info) - prev=vinfo - continue - ;; - - -version-number) - prev=vinfo - vinfo_number=yes - continue - ;; - - -weak) - prev=weak - continue - ;; - - -Wc,*) - func_stripname '-Wc,' '' "$arg" - args=$func_stripname_result - arg= - save_ifs=$IFS; IFS=, - for flag in $args; do - IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $func_quote_arg_result" - func_append compiler_flags " $func_quote_arg_result" - done - IFS=$save_ifs - func_stripname ' ' '' "$arg" - arg=$func_stripname_result - ;; - - -Wl,*) - func_stripname '-Wl,' '' "$arg" - args=$func_stripname_result - arg= - save_ifs=$IFS; IFS=, - for flag in $args; do - IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $wl$func_quote_arg_result" - func_append compiler_flags " $wl$func_quote_arg_result" - func_append linker_flags " $func_quote_arg_result" - done - IFS=$save_ifs - func_stripname ' ' '' "$arg" - arg=$func_stripname_result - ;; - - -Xassembler) - prev=xassembler - continue - ;; - - -Xcompiler) - prev=xcompiler - continue - ;; - - -Xlinker) - prev=xlinker - continue - ;; - - -XCClinker) - prev=xcclinker - continue - ;; - - # -msg_* for osf cc - -msg_*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result - ;; - - # Flags to be passed through unchanged, with rationale: - # -64, -mips[0-9] enable 64-bit mode for the SGI compiler - # -r[0-9][0-9]* specify processor for the SGI compiler - # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler - # +DA*, +DD* enable 64-bit mode for the HP compiler - # -q* compiler args for the IBM compiler - # -m*, -t[45]*, -txscale* architecture-specific flags for GCC - # -F/path path to uninstalled frameworks, gcc on darwin - # -p, -pg, --coverage, -fprofile-* profiling flags for GCC - # -fstack-protector* stack protector flags for GCC - # @file GCC response files - # -tp=* Portland pgcc target processor selection - # --sysroot=* for sysroot support - # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization - # -specs=* GCC specs files - # -stdlib=* select c++ std lib with clang - # -fsanitize=* Clang/GCC memory and address sanitizer - # -fuse-ld=* Linker select flags for GCC - # -Wa,* Pass flags directly to the assembler - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ - -specs=*|-fsanitize=*|-fuse-ld=*|-Wa,*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result - func_append compile_command " $arg" - func_append finalize_command " $arg" - func_append compiler_flags " $arg" - continue - ;; - - -Z*) - if test os2 = "`expr $host : '.*\(os2\)'`"; then - # OS/2 uses -Zxxx to specify OS/2-specific options - compiler_flags="$compiler_flags $arg" - func_append compile_command " $arg" - func_append finalize_command " $arg" - case $arg in - -Zlinker | -Zstack) - prev=xcompiler - ;; - esac - continue - else - # Otherwise treat like 'Some other compiler flag' below - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result - fi - ;; - - # Some other compiler flag. - -* | +*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result - ;; - - *.$objext) - # A standard object. - func_append objs " $arg" - ;; - - *.lo) - # A libtool-controlled object. - - # Check to see that this really is a libtool object. - if func_lalib_unsafe_p "$arg"; then - pic_object= - non_pic_object= - - # Read the .lo file - func_source "$arg" - - if test -z "$pic_object" || - test -z "$non_pic_object" || - test none = "$pic_object" && - test none = "$non_pic_object"; then - func_fatal_error "cannot find name of object for '$arg'" - fi - - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - test none = "$pic_object" || { - # Prepend the subdirectory the object is found in. - pic_object=$xdir$pic_object - - if test dlfiles = "$prev"; then - if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then - func_append dlfiles " $pic_object" - prev= - continue - else - # If libtool objects are unsupported, then we need to preload. - prev=dlprefiles - fi - fi - - # CHECK ME: I think I busted this. -Ossama - if test dlprefiles = "$prev"; then - # Preload the old-style object. - func_append dlprefiles " $pic_object" - prev= - fi - - # A PIC object. - func_append libobjs " $pic_object" - arg=$pic_object - } - - # Non-PIC object. - if test none != "$non_pic_object"; then - # Prepend the subdirectory the object is found in. - non_pic_object=$xdir$non_pic_object - - # A standard non-PIC object - func_append non_pic_objects " $non_pic_object" - if test -z "$pic_object" || test none = "$pic_object"; then - arg=$non_pic_object - fi - else - # If the PIC object exists, use it instead. - # $xdir was prepended to $pic_object above. - non_pic_object=$pic_object - func_append non_pic_objects " $non_pic_object" - fi - else - # Only an error if not doing a dry-run. - if $opt_dry_run; then - # Extract subdirectory from the argument. - func_dirname "$arg" "/" "" - xdir=$func_dirname_result - - func_lo2o "$arg" - pic_object=$xdir$objdir/$func_lo2o_result - non_pic_object=$xdir$func_lo2o_result - func_append libobjs " $pic_object" - func_append non_pic_objects " $non_pic_object" - else - func_fatal_error "'$arg' is not a valid libtool object" - fi - fi - ;; - - *.$libext) - # An archive. - func_append deplibs " $arg" - func_append old_deplibs " $arg" - continue - ;; - - *.la) - # A libtool-controlled library. - - func_resolve_sysroot "$arg" - if test dlfiles = "$prev"; then - # This library was specified with -dlopen. - func_append dlfiles " $func_resolve_sysroot_result" - prev= - elif test dlprefiles = "$prev"; then - # The library was specified with -dlpreopen. - func_append dlprefiles " $func_resolve_sysroot_result" - prev= - else - func_append deplibs " $func_resolve_sysroot_result" - fi - continue - ;; - - # Some other compiler argument. - *) - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result - ;; - esac # arg - - # Now actually substitute the argument into the commands. - if test -n "$arg"; then - func_append compile_command " $arg" - func_append finalize_command " $arg" - fi - done # argument parsing loop - - test -n "$prev" && \ - func_fatal_help "the '$prevarg' option requires an argument" - - if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then - eval arg=\"$export_dynamic_flag_spec\" - func_append compile_command " $arg" - func_append finalize_command " $arg" - fi - - oldlibs= - # calculate the name of the file, without its directory - func_basename "$output" - outputname=$func_basename_result - libobjs_save=$libobjs - - if test -n "$shlibpath_var"; then - # get the directories listed in $shlibpath_var - eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` - else - shlib_search_path= - fi - eval sys_lib_search_path=\"$sys_lib_search_path_spec\" - eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" - - # Definition is injected by LT_CONFIG during libtool generation. - func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" - - func_dirname "$output" "/" "" - output_objdir=$func_dirname_result$objdir - func_to_tool_file "$output_objdir/" - tool_output_objdir=$func_to_tool_file_result - # Create the object directory. - func_mkdir_p "$output_objdir" - - # Determine the type of output - case $output in - "") - func_fatal_help "you must specify an output file" - ;; - *.$libext) linkmode=oldlib ;; - *.lo | *.$objext) linkmode=obj ;; - *.la) linkmode=lib ;; - *) linkmode=prog ;; # Anything else should be a program. - esac - - specialdeplibs= - - libs= - # Find all interdependent deplibs by searching for libraries - # that are linked more than once (e.g. -la -lb -la) - for deplib in $deplibs; do - if $opt_preserve_dup_deps; then - case "$libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append libs " $deplib" - done - - if test lib = "$linkmode"; then - libs="$predeps $libs $compiler_lib_search_path $postdeps" - - # Compute libraries that are listed more than once in $predeps - # $postdeps and mark them as special (i.e., whose duplicates are - # not to be eliminated). - pre_post_deps= - if $opt_duplicate_compiler_generated_deps; then - for pre_post_dep in $predeps $postdeps; do - case "$pre_post_deps " in - *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; - esac - func_append pre_post_deps " $pre_post_dep" - done - fi - pre_post_deps= - fi - - deplibs= - newdependency_libs= - newlib_search_path= - need_relink=no # whether we're linking any uninstalled libtool libraries - notinst_deplibs= # not-installed libtool libraries - notinst_path= # paths that contain not-installed libtool libraries - - case $linkmode in - lib) - passes="conv dlpreopen link" - for file in $dlfiles $dlprefiles; do - case $file in - *.la) ;; - *) - func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" - ;; - esac - done - ;; - prog) - compile_deplibs= - finalize_deplibs= - alldeplibs=false - newdlfiles= - newdlprefiles= - passes="conv scan dlopen dlpreopen link" - ;; - *) passes="conv" - ;; - esac - - for pass in $passes; do - # The preopen pass in lib mode reverses $deplibs; put it back here - # so that -L comes before libs that need it for instance... - if test lib,link = "$linkmode,$pass"; then - ## FIXME: Find the place where the list is rebuilt in the wrong - ## order, and fix it there properly - tmp_deplibs= - for deplib in $deplibs; do - tmp_deplibs="$deplib $tmp_deplibs" - done - deplibs=$tmp_deplibs - fi - - if test lib,link = "$linkmode,$pass" || - test prog,scan = "$linkmode,$pass"; then - libs=$deplibs - deplibs= - fi - if test prog = "$linkmode"; then - case $pass in - dlopen) libs=$dlfiles ;; - dlpreopen) libs=$dlprefiles ;; - link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; - esac - fi - if test lib,dlpreopen = "$linkmode,$pass"; then - # Collect and forward deplibs of preopened libtool libs - for lib in $dlprefiles; do - # Ignore non-libtool-libs - dependency_libs= - func_resolve_sysroot "$lib" - case $lib in - *.la) func_source "$func_resolve_sysroot_result" ;; - esac - - # Collect preopened libtool deplibs, except any this library - # has declared as weak libs - for deplib in $dependency_libs; do - func_basename "$deplib" - deplib_base=$func_basename_result - case " $weak_libs " in - *" $deplib_base "*) ;; - *) func_append deplibs " $deplib" ;; - esac - done - done - libs=$dlprefiles - fi - if test dlopen = "$pass"; then - # Collect dlpreopened libraries - save_deplibs=$deplibs - deplibs= - fi - - for deplib in $libs; do - lib= - found=false - case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ - |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - func_append compiler_flags " $deplib" - if test lib = "$linkmode"; then - case "$new_inherited_linker_flags " in - *" $deplib "*) ;; - * ) func_append new_inherited_linker_flags " $deplib" ;; - esac - fi - fi - continue - ;; - -l*) - if test lib != "$linkmode" && test prog != "$linkmode"; then - func_warning "'-l' is ignored for archives/objects" - continue - fi - func_stripname '-l' '' "$deplib" - name=$func_stripname_result - if test lib = "$linkmode"; then - searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" - else - searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" - fi - for searchdir in $searchdirs; do - for search_ext in .la $std_shrext .so .a; do - # Search the libtool library - lib=$searchdir/lib$name$search_ext - if test -f "$lib"; then - if test .la = "$search_ext"; then - found=: - else - found=false - fi - break 2 - fi - done - done - if $found; then - # deplib is a libtool library - # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, - # We need to do some special things here, and not later. - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - case " $predeps $postdeps " in - *" $deplib "*) - if func_lalib_p "$lib"; then - library_names= - old_library= - func_source "$lib" - for l in $old_library $library_names; do - ll=$l - done - if test "X$ll" = "X$old_library"; then # only static version available - found=false - func_dirname "$lib" "" "." - ladir=$func_dirname_result - lib=$ladir/$old_library - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi - fi - ;; - *) ;; - esac - fi - else - # deplib doesn't seem to be a libtool library - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi - ;; # -l - *.ltframework) - if test prog,link = "$linkmode,$pass"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - if test lib = "$linkmode"; then - case "$new_inherited_linker_flags " in - *" $deplib "*) ;; - * ) func_append new_inherited_linker_flags " $deplib" ;; - esac - fi - fi - continue - ;; - -L*) - case $linkmode in - lib) - deplibs="$deplib $deplibs" - test conv = "$pass" && continue - newdependency_libs="$deplib $newdependency_libs" - func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - prog) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - continue - fi - if test scan = "$pass"; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - fi - func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - *) - func_warning "'-L' is ignored for archives/objects" - ;; - esac # linkmode - continue - ;; # -L - -R*) - if test link = "$pass"; then - func_stripname '-R' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - dir=$func_resolve_sysroot_result - # Make sure the xrpath contains only unique directories. - case "$xrpath " in - *" $dir "*) ;; - *) func_append xrpath " $dir" ;; - esac - fi - deplibs="$deplib $deplibs" - continue - ;; - *.la) - func_resolve_sysroot "$deplib" - lib=$func_resolve_sysroot_result - ;; - *.$libext) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - continue - fi - case $linkmode in - lib) - # Linking convenience modules into shared libraries is allowed, - # but linking other static libraries is non-portable. - case " $dlpreconveniencelibs " in - *" $deplib "*) ;; - *) - valid_a_lib=false - case $deplibs_check_method in - match_pattern*) - set dummy $deplibs_check_method; shift - match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ - | $EGREP "$match_pattern_regex" > /dev/null; then - valid_a_lib=: - fi - ;; - pass_all) - valid_a_lib=: - ;; - esac - if $valid_a_lib; then - echo - $ECHO "*** Warning: Linking the shared library $output against the" - $ECHO "*** static library $deplib is not portable!" - deplibs="$deplib $deplibs" - else - echo - $ECHO "*** Warning: Trying to link with static lib archive $deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because the file extensions .$libext of this argument makes me believe" - echo "*** that it is just a static archive that I should not use here." - fi - ;; - esac - continue - ;; - prog) - if test link != "$pass"; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - fi - continue - ;; - esac # linkmode - ;; # *.$libext - *.lo | *.$objext) - if test conv = "$pass"; then - deplibs="$deplib $deplibs" - elif test prog = "$linkmode"; then - if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then - # If there is no dlopen support or we're linking statically, - # we need to preload. - func_append newdlprefiles " $deplib" - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - func_append newdlfiles " $deplib" - fi - fi - continue - ;; - %DEPLIBS%) - alldeplibs=: - continue - ;; - esac # case $deplib - - $found || test -f "$lib" \ - || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" - - # Check to see that this really is a libtool archive. - func_lalib_unsafe_p "$lib" \ - || func_fatal_error "'$lib' is not a valid libtool archive" - - func_dirname "$lib" "" "." - ladir=$func_dirname_result - - dlname= - dlopen= - dlpreopen= - libdir= - library_names= - old_library= - inherited_linker_flags= - # If the library was installed with an old release of libtool, - # it will not redefine variables installed, or shouldnotlink - installed=yes - shouldnotlink=no - avoidtemprpath= - - - # Read the .la file - func_source "$lib" - - # Convert "-framework foo" to "foo.ltframework" - if test -n "$inherited_linker_flags"; then - tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` - for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do - case " $new_inherited_linker_flags " in - *" $tmp_inherited_linker_flag "*) ;; - *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; - esac - done - fi - dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - if test lib,link = "$linkmode,$pass" || - test prog,scan = "$linkmode,$pass" || - { test prog != "$linkmode" && test lib != "$linkmode"; }; then - test -n "$dlopen" && func_append dlfiles " $dlopen" - test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" - fi - - if test conv = "$pass"; then - # Only check for convenience libraries - deplibs="$lib $deplibs" - if test -z "$libdir"; then - if test -z "$old_library"; then - func_fatal_error "cannot find name of link library for '$lib'" - fi - # It is a libtool convenience library, so add in its objects. - func_append convenience " $ladir/$objdir/$old_library" - func_append old_convenience " $ladir/$objdir/$old_library" - elif test prog != "$linkmode" && test lib != "$linkmode"; then - func_fatal_error "'$lib' is not a convenience library" - fi - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done - continue - fi # $pass = conv - - - # Get the name of the library we link against. - linklib= - if test -n "$old_library" && - { test yes = "$prefer_static_libs" || - test built,no = "$prefer_static_libs,$installed"; }; then - linklib=$old_library - else - for l in $old_library $library_names; do - linklib=$l - done - fi - if test -z "$linklib"; then - func_fatal_error "cannot find name of link library for '$lib'" - fi - - # This library was specified with -dlopen. - if test dlopen = "$pass"; then - test -z "$libdir" \ - && func_fatal_error "cannot -dlopen a convenience library: '$lib'" - if test -z "$dlname" || - test yes != "$dlopen_support" || - test no = "$build_libtool_libs" - then - # If there is no dlname, no dlopen support or we're linking - # statically, we need to preload. We also need to preload any - # dependent libraries so libltdl's deplib preloader doesn't - # bomb out in the load deplibs phase. - func_append dlprefiles " $lib $dependency_libs" - else - func_append newdlfiles " $lib" - fi - continue - fi # $pass = dlopen - - # We need an absolute path. - case $ladir in - [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; - *) - abs_ladir=`cd "$ladir" && pwd` - if test -z "$abs_ladir"; then - func_warning "cannot determine absolute directory name of '$ladir'" - func_warning "passing it literally to the linker, although it might fail" - abs_ladir=$ladir - fi - ;; - esac - func_basename "$lib" - laname=$func_basename_result - - # Find the relevant object directory and library name. - if test yes = "$installed"; then - if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then - func_warning "library '$lib' was moved." - dir=$ladir - absdir=$abs_ladir - libdir=$abs_ladir - else - dir=$lt_sysroot$libdir - absdir=$lt_sysroot$libdir - fi - test yes = "$hardcode_automatic" && avoidtemprpath=yes - else - if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then - dir=$ladir - absdir=$abs_ladir - # Remove this search path later - func_append notinst_path " $abs_ladir" - else - dir=$ladir/$objdir - absdir=$abs_ladir/$objdir - # Remove this search path later - func_append notinst_path " $abs_ladir" - fi - fi # $installed = yes - func_stripname 'lib' '.la' "$laname" - name=$func_stripname_result - - # This library was specified with -dlpreopen. - if test dlpreopen = "$pass"; then - if test -z "$libdir" && test prog = "$linkmode"; then - func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" - fi - case $host in - # special handling for platforms with PE-DLLs. - *cygwin* | *mingw* | *cegcc* ) - # Linker will automatically link against shared library if both - # static and shared are present. Therefore, ensure we extract - # symbols from the import library if a shared library is present - # (otherwise, the dlopen module name will be incorrect). We do - # this by putting the import library name into $newdlprefiles. - # We recover the dlopen module name by 'saving' the la file - # name in a special purpose variable, and (later) extracting the - # dlname from the la file. - if test -n "$dlname"; then - func_tr_sh "$dir/$linklib" - eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" - func_append newdlprefiles " $dir/$linklib" - else - func_append newdlprefiles " $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - func_append dlpreconveniencelibs " $dir/$old_library" - fi - ;; - * ) - # Prefer using a static library (so that no silly _DYNAMIC symbols - # are required to link). - if test -n "$old_library"; then - func_append newdlprefiles " $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - func_append dlpreconveniencelibs " $dir/$old_library" - # Otherwise, use the dlname, so that lt_dlopen finds it. - elif test -n "$dlname"; then - func_append newdlprefiles " $dir/$dlname" - else - func_append newdlprefiles " $dir/$linklib" - fi - ;; - esac - fi # $pass = dlpreopen - - if test -z "$libdir"; then - # Link the convenience library - if test lib = "$linkmode"; then - deplibs="$dir/$old_library $deplibs" - elif test prog,link = "$linkmode,$pass"; then - compile_deplibs="$dir/$old_library $compile_deplibs" - finalize_deplibs="$dir/$old_library $finalize_deplibs" - else - deplibs="$lib $deplibs" # used for prog,scan pass - fi - continue - fi - - - if test prog = "$linkmode" && test link != "$pass"; then - func_append newlib_search_path " $ladir" - deplibs="$lib $deplibs" - - linkalldeplibs=false - if test no != "$link_all_deplibs" || test -z "$library_names" || - test no = "$build_libtool_libs"; then - linkalldeplibs=: - fi - - tmp_libs= - for deplib in $dependency_libs; do - case $deplib in - -L*) func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result" - func_append newlib_search_path " $func_resolve_sysroot_result" - ;; - esac - # Need to link against all dependency_libs? - if $linkalldeplibs; then - deplibs="$deplib $deplibs" - else - # Need to hardcode shared library paths - # or/and link against static libraries - newdependency_libs="$deplib $newdependency_libs" - fi - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done # for deplib - continue - fi # $linkmode = prog... - - if test prog,link = "$linkmode,$pass"; then - if test -n "$library_names" && - { { test no = "$prefer_static_libs" || - test built,yes = "$prefer_static_libs,$installed"; } || - test -z "$old_library"; }; then - # We need to hardcode the library path - if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then - # Make sure the rpath contains only unique directories. - case $temp_rpath: in - *"$absdir:"*) ;; - *) func_append temp_rpath "$absdir:" ;; - esac - fi - - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. - case " $sys_lib_dlsearch_path " in - *" $absdir "*) ;; - *) - case "$compile_rpath " in - *" $absdir "*) ;; - *) func_append compile_rpath " $absdir" ;; - esac - ;; - esac - case " $sys_lib_dlsearch_path " in - *" $libdir "*) ;; - *) - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - ;; - esac - fi # $linkmode,$pass = prog,link... - - if $alldeplibs && - { test pass_all = "$deplibs_check_method" || - { test yes = "$build_libtool_libs" && - test -n "$library_names"; }; }; then - # We only need to search for static libraries - continue - fi - fi - - link_static=no # Whether the deplib will be linked statically - use_static_libs=$prefer_static_libs - if test built = "$use_static_libs" && test yes = "$installed"; then - use_static_libs=no - fi - if test -n "$library_names" && - { test no = "$use_static_libs" || test -z "$old_library"; }; then - case $host in - *cygwin* | *mingw* | *cegcc* | *os2*) - # No point in relinking DLLs because paths are not encoded - func_append notinst_deplibs " $lib" - need_relink=no - ;; - *) - if test no = "$installed"; then - func_append notinst_deplibs " $lib" - need_relink=yes - fi - ;; - esac - # This is a shared library - - # Warn about portability, can't link against -module's on some - # systems (darwin). Don't bleat about dlopened modules though! - dlopenmodule= - for dlpremoduletest in $dlprefiles; do - if test "X$dlpremoduletest" = "X$lib"; then - dlopenmodule=$dlpremoduletest - break - fi - done - if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then - echo - if test prog = "$linkmode"; then - $ECHO "*** Warning: Linking the executable $output against the loadable module" - else - $ECHO "*** Warning: Linking the shared library $output against the loadable module" - fi - $ECHO "*** $linklib is not portable!" - fi - if test lib = "$linkmode" && - test yes = "$hardcode_into_libs"; then - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. - case " $sys_lib_dlsearch_path " in - *" $absdir "*) ;; - *) - case "$compile_rpath " in - *" $absdir "*) ;; - *) func_append compile_rpath " $absdir" ;; - esac - ;; - esac - case " $sys_lib_dlsearch_path " in - *" $libdir "*) ;; - *) - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - ;; - esac - fi - - if test -n "$old_archive_from_expsyms_cmds"; then - # figure out the soname - set dummy $library_names - shift - realname=$1 - shift - libname=`eval "\\$ECHO \"$libname_spec\""` - # use dlname if we got it. it's perfectly good, no? - if test -n "$dlname"; then - soname=$dlname - elif test -n "$soname_spec"; then - # bleh windows - case $host in - *cygwin* | mingw* | *cegcc* | *os2*) - func_arith $current - $age - major=$func_arith_result - versuffix=-$major - ;; - esac - eval soname=\"$soname_spec\" - else - soname=$realname - fi - - # Make a new name for the extract_expsyms_cmds to use - soroot=$soname - func_basename "$soroot" - soname=$func_basename_result - func_stripname 'lib' '.dll' "$soname" - newlib=libimp-$func_stripname_result.a - - # If the library has no export list, then create one now - if test -f "$output_objdir/$soname-def"; then : - else - func_verbose "extracting exported symbol list from '$soname'" - func_execute_cmds "$extract_expsyms_cmds" 'exit $?' - fi - - # Create $newlib - if test -f "$output_objdir/$newlib"; then :; else - func_verbose "generating import library for '$soname'" - func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' - fi - # make sure the library variables are pointing to the new library - dir=$output_objdir - linklib=$newlib - fi # test -n "$old_archive_from_expsyms_cmds" - - if test prog = "$linkmode" || test relink != "$opt_mode"; then - add_shlibpath= - add_dir= - add= - lib_linked=yes - case $hardcode_action in - immediate | unsupported) - if test no = "$hardcode_direct"; then - add=$dir/$linklib - case $host in - *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; - *-*-sysv4*uw2*) add_dir=-L$dir ;; - *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ - *-*-unixware7*) add_dir=-L$dir ;; - *-*-darwin* ) - # if the lib is a (non-dlopened) module then we cannot - # link against it, someone is ignoring the earlier warnings - if /usr/bin/file -L $add 2> /dev/null | - $GREP ": [^:]* bundle" >/dev/null; then - if test "X$dlopenmodule" != "X$lib"; then - $ECHO "*** Warning: lib $linklib is a module, not a shared library" - if test -z "$old_library"; then - echo - echo "*** And there doesn't seem to be a static archive available" - echo "*** The link will probably fail, sorry" - else - add=$dir/$old_library - fi - elif test -n "$old_library"; then - add=$dir/$old_library - fi - fi - esac - elif test no = "$hardcode_minus_L"; then - case $host in - *-*-sunos*) add_shlibpath=$dir ;; - esac - add_dir=-L$dir - add=-l$name - elif test no = "$hardcode_shlibpath_var"; then - add_shlibpath=$dir - add=-l$name - else - lib_linked=no - fi - ;; - relink) - if test yes = "$hardcode_direct" && - test no = "$hardcode_direct_absolute"; then - add=$dir/$linklib - elif test yes = "$hardcode_minus_L"; then - add_dir=-L$absdir - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in - [\\/]*) - func_append add_dir " -L$inst_prefix_dir$libdir" - ;; - esac - fi - add=-l$name - elif test yes = "$hardcode_shlibpath_var"; then - add_shlibpath=$dir - add=-l$name - else - lib_linked=no - fi - ;; - *) lib_linked=no ;; - esac - - if test yes != "$lib_linked"; then - func_fatal_configuration "unsupported hardcode properties" - fi - - if test -n "$add_shlibpath"; then - case :$compile_shlibpath: in - *":$add_shlibpath:"*) ;; - *) func_append compile_shlibpath "$add_shlibpath:" ;; - esac - fi - if test prog = "$linkmode"; then - test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" - test -n "$add" && compile_deplibs="$add $compile_deplibs" - else - test -n "$add_dir" && deplibs="$add_dir $deplibs" - test -n "$add" && deplibs="$add $deplibs" - if test yes != "$hardcode_direct" && - test yes != "$hardcode_minus_L" && - test yes = "$hardcode_shlibpath_var"; then - case :$finalize_shlibpath: in - *":$libdir:"*) ;; - *) func_append finalize_shlibpath "$libdir:" ;; - esac - fi - fi - fi - - if test prog = "$linkmode" || test relink = "$opt_mode"; then - add_shlibpath= - add_dir= - add= - # Finalize command for both is simple: just hardcode it. - if test yes = "$hardcode_direct" && - test no = "$hardcode_direct_absolute"; then - add=$libdir/$linklib - elif test yes = "$hardcode_minus_L"; then - add_dir=-L$libdir - add=-l$name - elif test yes = "$hardcode_shlibpath_var"; then - case :$finalize_shlibpath: in - *":$libdir:"*) ;; - *) func_append finalize_shlibpath "$libdir:" ;; - esac - add=-l$name - elif test yes = "$hardcode_automatic"; then - if test -n "$inst_prefix_dir" && - test -f "$inst_prefix_dir$libdir/$linklib"; then - add=$inst_prefix_dir$libdir/$linklib - else - add=$libdir/$linklib - fi - else - # We cannot seem to hardcode it, guess we'll fake it. - add_dir=-L$libdir - # Try looking first in the location we're being installed to. - if test -n "$inst_prefix_dir"; then - case $libdir in - [\\/]*) - func_append add_dir " -L$inst_prefix_dir$libdir" - ;; - esac - fi - add=-l$name - fi - - if test prog = "$linkmode"; then - test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" - test -n "$add" && finalize_deplibs="$add $finalize_deplibs" - else - test -n "$add_dir" && deplibs="$add_dir $deplibs" - test -n "$add" && deplibs="$add $deplibs" - fi - fi - elif test prog = "$linkmode"; then - # Here we assume that one of hardcode_direct or hardcode_minus_L - # is not unsupported. This is valid on all known static and - # shared platforms. - if test unsupported != "$hardcode_direct"; then - test -n "$old_library" && linklib=$old_library - compile_deplibs="$dir/$linklib $compile_deplibs" - finalize_deplibs="$dir/$linklib $finalize_deplibs" - else - compile_deplibs="-l$name -L$dir $compile_deplibs" - finalize_deplibs="-l$name -L$dir $finalize_deplibs" - fi - elif test yes = "$build_libtool_libs"; then - # Not a shared library - if test pass_all != "$deplibs_check_method"; then - # We're trying link a shared library against a static one - # but the system doesn't support it. - - # Just print a warning and add the library to dependency_libs so - # that the program can be linked against the static library. - echo - $ECHO "*** Warning: This system cannot link to static lib archive $lib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have." - if test yes = "$module"; then - echo "*** But as you try to build a module library, libtool will still create " - echo "*** a static module, that should work as long as the dlopening application" - echo "*** is linked with the -dlopen flag to resolve symbols at runtime." - if test -z "$global_symbol_pipe"; then - echo - echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using 'nm' or equivalent, but libtool could" - echo "*** not find such a program. So, this module is probably useless." - echo "*** 'nm' from GNU binutils and a full rebuild may help." - fi - if test no = "$build_old_libs"; then - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - fi - else - deplibs="$dir/$old_library $deplibs" - link_static=yes - fi - fi # link shared/static library? - - if test lib = "$linkmode"; then - if test -n "$dependency_libs" && - { test yes != "$hardcode_into_libs" || - test yes = "$build_old_libs" || - test yes = "$link_static"; }; then - # Extract -R from dependency_libs - temp_deplibs= - for libdir in $dependency_libs; do - case $libdir in - -R*) func_stripname '-R' '' "$libdir" - temp_xrpath=$func_stripname_result - case " $xrpath " in - *" $temp_xrpath "*) ;; - *) func_append xrpath " $temp_xrpath";; - esac;; - *) func_append temp_deplibs " $libdir";; - esac - done - dependency_libs=$temp_deplibs - fi - - func_append newlib_search_path " $absdir" - # Link against this library - test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" - # ... and its dependency_libs - tmp_libs= - for deplib in $dependency_libs; do - newdependency_libs="$deplib $newdependency_libs" - case $deplib in - -L*) func_stripname '-L' '' "$deplib" - func_resolve_sysroot "$func_stripname_result";; - *) func_resolve_sysroot "$deplib" ;; - esac - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $func_resolve_sysroot_result "*) - func_append specialdeplibs " $func_resolve_sysroot_result" ;; - esac - fi - func_append tmp_libs " $func_resolve_sysroot_result" - done - - if test no != "$link_all_deplibs"; then - # Add the search paths of all dependency libraries - for deplib in $dependency_libs; do - path= - case $deplib in - -L*) path=$deplib ;; - *.la) - func_resolve_sysroot "$deplib" - deplib=$func_resolve_sysroot_result - func_dirname "$deplib" "" "." - dir=$func_dirname_result - # We need an absolute path. - case $dir in - [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; - *) - absdir=`cd "$dir" && pwd` - if test -z "$absdir"; then - func_warning "cannot determine absolute directory name of '$dir'" - absdir=$dir - fi - ;; - esac - if $GREP "^installed=no" $deplib > /dev/null; then - case $host in - *-*-darwin*) - depdepl= - eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` - if test -n "$deplibrary_names"; then - for tmp in $deplibrary_names; do - depdepl=$tmp - done - if test -f "$absdir/$objdir/$depdepl"; then - depdepl=$absdir/$objdir/$depdepl - darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` - if test -z "$darwin_install_name"; then - darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` - fi - func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" - func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" - path= - fi - fi - ;; - *) - path=-L$absdir/$objdir - ;; - esac - else - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` - test -z "$libdir" && \ - func_fatal_error "'$deplib' is not a valid libtool archive" - test "$absdir" != "$libdir" && \ - func_warning "'$deplib' seems to be moved" - - path=-L$absdir - fi - ;; - esac - case " $deplibs " in - *" $path "*) ;; - *) deplibs="$path $deplibs" ;; - esac - done - fi # link_all_deplibs != no - fi # linkmode = lib - done # for deplib in $libs - if test link = "$pass"; then - if test prog = "$linkmode"; then - compile_deplibs="$new_inherited_linker_flags $compile_deplibs" - finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" - else - compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - fi - fi - dependency_libs=$newdependency_libs - if test dlpreopen = "$pass"; then - # Link the dlpreopened libraries before other libraries - for deplib in $save_deplibs; do - deplibs="$deplib $deplibs" - done - fi - if test dlopen != "$pass"; then - test conv = "$pass" || { - # Make sure lib_search_path contains only unique directories. - lib_search_path= - for dir in $newlib_search_path; do - case "$lib_search_path " in - *" $dir "*) ;; - *) func_append lib_search_path " $dir" ;; - esac - done - newlib_search_path= - } - - if test prog,link = "$linkmode,$pass"; then - vars="compile_deplibs finalize_deplibs" - else - vars=deplibs - fi - for var in $vars dependency_libs; do - # Add libraries to $var in reverse order - eval tmp_libs=\"\$$var\" - new_libs= - for deplib in $tmp_libs; do - # FIXME: Pedantically, this is the right thing to do, so - # that some nasty dependency loop isn't accidentally - # broken: - #new_libs="$deplib $new_libs" - # Pragmatically, this seems to cause very few problems in - # practice: - case $deplib in - -L*) new_libs="$deplib $new_libs" ;; - -R*) ;; - *) - # And here is the reason: when a library appears more - # than once as an explicit dependence of a library, or - # is implicitly linked in more than once by the - # compiler, it is considered special, and multiple - # occurrences thereof are not removed. Compare this - # with having the same library being listed as a - # dependency of multiple other libraries: in this case, - # we know (pedantically, we assume) the library does not - # need to be listed more than once, so we keep only the - # last copy. This is not always right, but it is rare - # enough that we require users that really mean to play - # such unportable linking tricks to link the library - # using -Wl,-lname, so that libtool does not consider it - # for duplicate removal. - case " $specialdeplibs " in - *" $deplib "*) new_libs="$deplib $new_libs" ;; - *) - case " $new_libs " in - *" $deplib "*) ;; - *) new_libs="$deplib $new_libs" ;; - esac - ;; - esac - ;; - esac - done - tmp_libs= - for deplib in $new_libs; do - case $deplib in - -L*) - case " $tmp_libs " in - *" $deplib "*) ;; - *) func_append tmp_libs " $deplib" ;; - esac - ;; - *) func_append tmp_libs " $deplib" ;; - esac - done - eval $var=\"$tmp_libs\" - done # for var - fi - - # Add Sun CC postdeps if required: - test CXX = "$tagname" && { - case $host_os in - linux*) - case `$CC -V 2>&1 | $SED 5q` in - *Sun\ C*) # Sun C++ 5.9 - func_suncc_cstd_abi - - if test no != "$suncc_use_cstd_abi"; then - func_append postdeps ' -library=Cstd -library=Crun' - fi - ;; - esac - ;; - - solaris*) - func_cc_basename "$CC" - case $func_cc_basename_result in - CC* | sunCC*) - func_suncc_cstd_abi - - if test no != "$suncc_use_cstd_abi"; then - func_append postdeps ' -library=Cstd -library=Crun' - fi - ;; - esac - ;; - esac - } - - # Last step: remove runtime libs from dependency_libs - # (they stay in deplibs) - tmp_libs= - for i in $dependency_libs; do - case " $predeps $postdeps $compiler_lib_search_path " in - *" $i "*) - i= - ;; - esac - if test -n "$i"; then - func_append tmp_libs " $i" - fi - done - dependency_libs=$tmp_libs - done # for pass - if test prog = "$linkmode"; then - dlfiles=$newdlfiles - fi - if test prog = "$linkmode" || test lib = "$linkmode"; then - dlprefiles=$newdlprefiles - fi - - case $linkmode in - oldlib) - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - func_warning "'-dlopen' is ignored for archives" - fi - - case " $deplibs" in - *\ -l* | *\ -L*) - func_warning "'-l' and '-L' are ignored for archives" ;; - esac - - test -n "$rpath" && \ - func_warning "'-rpath' is ignored for archives" - - test -n "$xrpath" && \ - func_warning "'-R' is ignored for archives" - - test -n "$vinfo" && \ - func_warning "'-version-info/-version-number' is ignored for archives" - - test -n "$release" && \ - func_warning "'-release' is ignored for archives" - - test -n "$export_symbols$export_symbols_regex" && \ - func_warning "'-export-symbols' is ignored for archives" - - # Now set the variables for building old libraries. - build_libtool_libs=no - oldlibs=$output - func_append objs "$old_deplibs" - ;; - - lib) - # Make sure we only generate libraries of the form 'libNAME.la'. - case $outputname in - lib*) - func_stripname 'lib' '.la' "$outputname" - name=$func_stripname_result - eval shared_ext=\"$shrext_cmds\" - eval libname=\"$libname_spec\" - ;; - *) - test no = "$module" \ - && func_fatal_help "libtool library '$output' must begin with 'lib'" - - if test no != "$need_lib_prefix"; then - # Add the "lib" prefix for modules if required - func_stripname '' '.la' "$outputname" - name=$func_stripname_result - eval shared_ext=\"$shrext_cmds\" - eval libname=\"$libname_spec\" - else - func_stripname '' '.la' "$outputname" - libname=$func_stripname_result - fi - ;; - esac - - if test -n "$objs"; then - if test pass_all != "$deplibs_check_method"; then - func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" - else - echo - $ECHO "*** Warning: Linking the shared library $output against the non-libtool" - $ECHO "*** objects $objs is not portable!" - func_append libobjs " $objs" - fi - fi - - test no = "$dlself" \ - || func_warning "'-dlopen self' is ignored for libtool libraries" - - set dummy $rpath - shift - test 1 -lt "$#" \ - && func_warning "ignoring multiple '-rpath's for a libtool library" - - install_libdir=$1 - - oldlibs= - if test -z "$rpath"; then - if test yes = "$build_libtool_libs"; then - # Building a libtool convenience library. - # Some compilers have problems with a '.al' extension so - # convenience libraries should have the same extension an - # archive normally would. - oldlibs="$output_objdir/$libname.$libext $oldlibs" - build_libtool_libs=convenience - build_old_libs=yes - fi - - test -n "$vinfo" && \ - func_warning "'-version-info/-version-number' is ignored for convenience libraries" - - test -n "$release" && \ - func_warning "'-release' is ignored for convenience libraries" - else - - # Parse the version information argument. - save_ifs=$IFS; IFS=: - set dummy $vinfo 0 0 0 - shift - IFS=$save_ifs - - test -n "$7" && \ - func_fatal_help "too many parameters to '-version-info'" - - # convert absolute version numbers to libtool ages - # this retains compatibility with .la files and attempts - # to make the code below a bit more comprehensible - - case $vinfo_number in - yes) - number_major=$1 - number_minor=$2 - number_revision=$3 - # - # There are really only two kinds -- those that - # use the current revision as the major version - # and those that subtract age and use age as - # a minor version. But, then there is irix - # that has an extra 1 added just for fun - # - case $version_type in - # correct linux to gnu/linux during the next big refactor - darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none) - func_arith $number_major + $number_minor - current=$func_arith_result - age=$number_minor - revision=$number_revision - ;; - freebsd-aout|qnx|sunos) - current=$number_major - revision=$number_minor - age=0 - ;; - irix|nonstopux) - func_arith $number_major + $number_minor - current=$func_arith_result - age=$number_minor - revision=$number_minor - lt_irix_increment=no - ;; - esac - ;; - no) - current=$1 - revision=$2 - age=$3 - ;; - esac - - # Check that each of the things are valid numbers. - case $current in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "CURRENT '$current' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - case $revision in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "REVISION '$revision' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - case $age in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; - *) - func_error "AGE '$age' must be a nonnegative integer" - func_fatal_error "'$vinfo' is not valid version information" - ;; - esac - - if test "$age" -gt "$current"; then - func_error "AGE '$age' is greater than the current interface number '$current'" - func_fatal_error "'$vinfo' is not valid version information" - fi - - # Calculate the version variables. - major= - versuffix= - verstring= - case $version_type in - none) ;; - - darwin) - # Like Linux, but with the current version available in - # verstring for coding it into the library header - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - # Darwin ld doesn't like 0 for these options... - func_arith $current + 1 - minor_current=$func_arith_result - xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" - verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" - # On Darwin other compilers - case $CC in - nagfor*) - verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" - ;; - *) - verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" - ;; - esac - ;; - - freebsd-aout) - major=.$current - versuffix=.$current.$revision - ;; - - freebsd-elf | midnightbsd-elf) - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - ;; - - irix | nonstopux) - if test no = "$lt_irix_increment"; then - func_arith $current - $age - else - func_arith $current - $age + 1 - fi - major=$func_arith_result - - case $version_type in - nonstopux) verstring_prefix=nonstopux ;; - *) verstring_prefix=sgi ;; - esac - verstring=$verstring_prefix$major.$revision - - # Add in all the interfaces that we are compatible with. - loop=$revision - while test 0 -ne "$loop"; do - func_arith $revision - $loop - iface=$func_arith_result - func_arith $loop - 1 - loop=$func_arith_result - verstring=$verstring_prefix$major.$iface:$verstring - done - - # Before this point, $major must not contain '.'. - major=.$major - versuffix=$major.$revision - ;; - - linux) # correct to gnu/linux during the next big refactor - func_arith $current - $age - major=.$func_arith_result - versuffix=$major.$age.$revision - ;; - - osf) - func_arith $current - $age - major=.$func_arith_result - versuffix=.$current.$age.$revision - verstring=$current.$age.$revision - - # Add in all the interfaces that we are compatible with. - loop=$age - while test 0 -ne "$loop"; do - func_arith $current - $loop - iface=$func_arith_result - func_arith $loop - 1 - loop=$func_arith_result - verstring=$verstring:$iface.0 - done - - # Make executables depend on our current version. - func_append verstring ":$current.0" - ;; - - qnx) - major=.$current - versuffix=.$current - ;; - - sco) - major=.$current - versuffix=.$current - ;; - - sunos) - major=.$current - versuffix=.$current.$revision - ;; - - windows) - # Use '-' rather than '.', since we only want one - # extension on DOS 8.3 file systems. - func_arith $current - $age - major=$func_arith_result - versuffix=-$major - ;; - - *) - func_fatal_configuration "unknown library version type '$version_type'" - ;; - esac - - # Clear the version info if we defaulted, and they specified a release. - if test -z "$vinfo" && test -n "$release"; then - major= - case $version_type in - darwin) - # we can't check for "0.0" in archive_cmds due to quoting - # problems, so we reset it completely - verstring= - ;; - *) - verstring=0.0 - ;; - esac - if test no = "$need_version"; then - versuffix= - else - versuffix=.0.0 - fi - fi - - # Remove version info from name if versioning should be avoided - if test yes,no = "$avoid_version,$need_version"; then - major= - versuffix= - verstring= - fi - - # Check to see if the archive will have undefined symbols. - if test yes = "$allow_undefined"; then - if test unsupported = "$allow_undefined_flag"; then - if test yes = "$build_old_libs"; then - func_warning "undefined symbols not allowed in $host shared libraries; building static only" - build_libtool_libs=no - else - func_fatal_error "can't build $host shared library unless -no-undefined is specified" - fi - fi - else - # Don't allow undefined symbols. - allow_undefined_flag=$no_undefined_flag - fi - - fi - - func_generate_dlsyms "$libname" "$libname" : - func_append libobjs " $symfileobj" - test " " = "$libobjs" && libobjs= - - if test relink != "$opt_mode"; then - # Remove our outputs, but don't remove object files since they - # may have been created when compiling PIC objects. - removelist= - tempremovelist=`$ECHO "$output_objdir/*"` - for p in $tempremovelist; do - case $p in - *.$objext | *.gcno) - ;; - $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) - if test -n "$precious_files_regex"; then - if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 - then - continue - fi - fi - func_append removelist " $p" - ;; - *) ;; - esac - done - test -n "$removelist" && \ - func_show_eval "${RM}r \$removelist" - fi - - # Now set the variables for building old libraries. - if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then - func_append oldlibs " $output_objdir/$libname.$libext" - - # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` - fi - - # Eliminate all temporary directories. - #for path in $notinst_path; do - # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` - # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` - # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` - #done - - if test -n "$xrpath"; then - # If the user specified any rpath flags, then add them. - temp_xrpath= - for libdir in $xrpath; do - func_replace_sysroot "$libdir" - func_append temp_xrpath " -R$func_replace_sysroot_result" - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - done - if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then - dependency_libs="$temp_xrpath $dependency_libs" - fi - fi - - # Make sure dlfiles contains only unique files that won't be dlpreopened - old_dlfiles=$dlfiles - dlfiles= - for lib in $old_dlfiles; do - case " $dlprefiles $dlfiles " in - *" $lib "*) ;; - *) func_append dlfiles " $lib" ;; - esac - done - - # Make sure dlprefiles contains only unique files - old_dlprefiles=$dlprefiles - dlprefiles= - for lib in $old_dlprefiles; do - case "$dlprefiles " in - *" $lib "*) ;; - *) func_append dlprefiles " $lib" ;; - esac - done - - if test yes = "$build_libtool_libs"; then - if test -n "$rpath"; then - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) - # these systems don't actually have a c library (as such)! - ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C library is in the System framework - func_append deplibs " System.ltframework" - ;; - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *-*-sco3.2v5* | *-*-sco5v6*) - # Causes problems with __ctype - ;; - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) - # Compiler inserts libc in the correct place for threads to work - ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test yes = "$build_libtool_need_lc"; then - func_append deplibs " -lc" - fi - ;; - esac - fi - - # Transform deplibs into only deplibs that can be linked in shared. - name_save=$name - libname_save=$libname - release_save=$release - versuffix_save=$versuffix - major_save=$major - # I'm not sure if I'm treating the release correctly. I think - # release should show up in the -l (ie -lgmp5) so we don't want to - # add it in twice. Is that correct? - release= - versuffix= - major= - newdeplibs= - droppeddeps=no - case $deplibs_check_method in - pass_all) - # Don't check for shared/static. Everything works. - # This might be a little naive. We might want to check - # whether the library exists or not. But this is on - # osf3 & osf4 and I'm not really sure... Just - # implementing what was already the behavior. - newdeplibs=$deplibs - ;; - test_compile) - # This code stresses the "libraries are programs" paradigm to its - # limits. Maybe even breaks it. We compile a program, linking it - # against the deplibs as a proxy for the library. Then we can check - # whether they linked in statically or dynamically with ldd. - $opt_dry_run || $RM conftest.c - cat > conftest.c </dev/null` - $nocaseglob - else - potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` - fi - for potent_lib in $potential_libs; do - # Follow soft links. - if ls -lLd "$potent_lib" 2>/dev/null | - $GREP " -> " >/dev/null; then - continue - fi - # The statement above tries to avoid entering an - # endless loop below, in case of cyclic links. - # We might still enter an endless loop, since a link - # loop can be closed while we follow links, - # but so what? - potlib=$potent_lib - while test -h "$potlib" 2>/dev/null; do - potliblink=`ls -ld $potlib | $SED 's/.* -> //'` - case $potliblink in - [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; - *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; - esac - done - if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | - $SED -e 10q | - $EGREP "$file_magic_regex" > /dev/null; then - func_append newdeplibs " $a_deplib" - a_deplib= - break 2 - fi - done - done - fi - if test -n "$a_deplib"; then - droppeddeps=yes - echo - $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib"; then - $ECHO "*** with $libname but no candidates were found. (...for file magic test)" - else - $ECHO "*** with $libname and none of the candidates passed a file format test" - $ECHO "*** using a file magic. Last file checked: $potlib" - fi - fi - ;; - *) - # Add a -L argument. - func_append newdeplibs " $a_deplib" - ;; - esac - done # Gone through all deplibs. - ;; - match_pattern*) - set dummy $deplibs_check_method; shift - match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - for a_deplib in $deplibs; do - case $a_deplib in - -l*) - func_stripname -l '' "$a_deplib" - name=$func_stripname_result - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - case " $predeps $postdeps " in - *" $a_deplib "*) - func_append newdeplibs " $a_deplib" - a_deplib= - ;; - esac - fi - if test -n "$a_deplib"; then - libname=`eval "\\$ECHO \"$libname_spec\""` - for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do - potential_libs=`ls $i/$libname[.-]* 2>/dev/null` - for potent_lib in $potential_libs; do - potlib=$potent_lib # see symlink-check above in file_magic test - if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ - $EGREP "$match_pattern_regex" > /dev/null; then - func_append newdeplibs " $a_deplib" - a_deplib= - break 2 - fi - done - done - fi - if test -n "$a_deplib"; then - droppeddeps=yes - echo - $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - echo "*** I have the capability to make that library automatically link in when" - echo "*** you link to this library. But I can only do this if you have a" - echo "*** shared version of the library, which you do not appear to have" - echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib"; then - $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" - else - $ECHO "*** with $libname and none of the candidates passed a file format test" - $ECHO "*** using a regex pattern. Last file checked: $potlib" - fi - fi - ;; - *) - # Add a -L argument. - func_append newdeplibs " $a_deplib" - ;; - esac - done # Gone through all deplibs. - ;; - none | unknown | *) - newdeplibs= - tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` - if test yes = "$allow_libtool_libs_with_static_runtimes"; then - for i in $predeps $postdeps; do - # can't use Xsed below, because $i might contain '/' - tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` - done - fi - case $tmp_deplibs in - *[!\ \ ]*) - echo - if test none = "$deplibs_check_method"; then - echo "*** Warning: inter-library dependencies are not supported in this platform." - else - echo "*** Warning: inter-library dependencies are not known to be supported." - fi - echo "*** All declared inter-library dependencies are being dropped." - droppeddeps=yes - ;; - esac - ;; - esac - versuffix=$versuffix_save - major=$major_save - release=$release_save - libname=$libname_save - name=$name_save - - case $host in - *-*-rhapsody* | *-*-darwin1.[012]) - # On Rhapsody replace the C library with the System framework - newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` - ;; - esac - - if test yes = "$droppeddeps"; then - if test yes = "$module"; then - echo - echo "*** Warning: libtool could not satisfy all declared inter-library" - $ECHO "*** dependencies of module $libname. Therefore, libtool will create" - echo "*** a static module, that should work as long as the dlopening" - echo "*** application is linked with the -dlopen flag." - if test -z "$global_symbol_pipe"; then - echo - echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using 'nm' or equivalent, but libtool could" - echo "*** not find such a program. So, this module is probably useless." - echo "*** 'nm' from GNU binutils and a full rebuild may help." - fi - if test no = "$build_old_libs"; then - oldlibs=$output_objdir/$libname.$libext - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - else - echo "*** The inter-library dependencies that have been dropped here will be" - echo "*** automatically added whenever a program is linked with this library" - echo "*** or is declared to -dlopen it." - - if test no = "$allow_undefined"; then - echo - echo "*** Since this library must not contain undefined symbols," - echo "*** because either the platform does not support them or" - echo "*** it was explicitly requested with -no-undefined," - echo "*** libtool will only create a static version of it." - if test no = "$build_old_libs"; then - oldlibs=$output_objdir/$libname.$libext - build_libtool_libs=module - build_old_libs=yes - else - build_libtool_libs=no - fi - fi - fi - fi - # Done checking deplibs! - deplibs=$newdeplibs - fi - # Time to change all our "foo.ltframework" stuff back to "-framework foo" - case $host in - *-*-darwin*) - newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - ;; - esac - - # move library search paths that coincide with paths to not yet - # installed libraries to the beginning of the library search list - new_libs= - for path in $notinst_path; do - case " $new_libs " in - *" -L$path/$objdir "*) ;; - *) - case " $deplibs " in - *" -L$path/$objdir "*) - func_append new_libs " -L$path/$objdir" ;; - esac - ;; - esac - done - for deplib in $deplibs; do - case $deplib in - -L*) - case " $new_libs " in - *" $deplib "*) ;; - *) func_append new_libs " $deplib" ;; - esac - ;; - *) func_append new_libs " $deplib" ;; - esac - done - deplibs=$new_libs - - # All the library-specific variables (install_libdir is set above). - library_names= - old_library= - dlname= - - # Test again, we may have decided not to build it any more - if test yes = "$build_libtool_libs"; then - # Remove $wl instances when linking with ld. - # FIXME: should test the right _cmds variable. - case $archive_cmds in - *\$LD\ *) wl= ;; - esac - if test yes = "$hardcode_into_libs"; then - # Hardcode the library paths - hardcode_libdirs= - dep_rpath= - rpath=$finalize_rpath - test relink = "$opt_mode" || rpath=$compile_rpath$rpath - for libdir in $rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - func_replace_sysroot "$libdir" - libdir=$func_replace_sysroot_result - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append dep_rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; - *) func_append perm_rpath " $libdir" ;; - esac - fi - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" - fi - if test -n "$runpath_var" && test -n "$perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $perm_rpath; do - func_append rpath "$dir:" - done - eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" - fi - test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" - fi - - shlibpath=$finalize_shlibpath - test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath - if test -n "$shlibpath"; then - eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" - fi - - # Get the real and link names of the library. - eval shared_ext=\"$shrext_cmds\" - eval library_names=\"$library_names_spec\" - set dummy $library_names - shift - realname=$1 - shift - - if test -n "$soname_spec"; then - eval soname=\"$soname_spec\" - else - soname=$realname - fi - if test -z "$dlname"; then - dlname=$soname - fi - - lib=$output_objdir/$realname - linknames= - for link - do - func_append linknames " $link" - done - - # Use standard objects if they are pic - test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` - test "X$libobjs" = "X " && libobjs= - - delfiles= - if test -n "$export_symbols" && test -n "$include_expsyms"; then - $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" - export_symbols=$output_objdir/$libname.uexp - func_append delfiles " $export_symbols" - fi - - orig_export_symbols= - case $host_os in - cygwin* | mingw* | cegcc*) - if test -n "$export_symbols" && test -z "$export_symbols_regex"; then - # exporting using user supplied symfile - func_dll_def_p "$export_symbols" || { - # and it's NOT already a .def file. Must figure out - # which of the given symbols are data symbols and tag - # them as such. So, trigger use of export_symbols_cmds. - # export_symbols gets reassigned inside the "prepare - # the list of exported symbols" if statement, so the - # include_expsyms logic still works. - orig_export_symbols=$export_symbols - export_symbols= - always_export_symbols=yes - } - fi - ;; - esac - - # Prepare the list of exported symbols - if test -z "$export_symbols"; then - if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then - func_verbose "generating symbol list for '$libname.la'" - export_symbols=$output_objdir/$libname.exp - $opt_dry_run || $RM $export_symbols - cmds=$export_symbols_cmds - save_ifs=$IFS; IFS='~' - for cmd1 in $cmds; do - IFS=$save_ifs - # Take the normal branch if the nm_file_list_spec branch - # doesn't work or if tool conversion is not needed. - case $nm_file_list_spec~$to_tool_file_cmd in - *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) - try_normal_branch=yes - eval cmd=\"$cmd1\" - func_len " $cmd" - len=$func_len_result - ;; - *) - try_normal_branch=no - ;; - esac - if test yes = "$try_normal_branch" \ - && { test "$len" -lt "$max_cmd_len" \ - || test "$max_cmd_len" -le -1; } - then - func_show_eval "$cmd" 'exit $?' - skipped_export=false - elif test -n "$nm_file_list_spec"; then - func_basename "$output" - output_la=$func_basename_result - save_libobjs=$libobjs - save_output=$output - output=$output_objdir/$output_la.nm - func_to_tool_file "$output" - libobjs=$nm_file_list_spec$func_to_tool_file_result - func_append delfiles " $output" - func_verbose "creating $NM input file list: $output" - for obj in $save_libobjs; do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" - done > "$output" - eval cmd=\"$cmd1\" - func_show_eval "$cmd" 'exit $?' - output=$save_output - libobjs=$save_libobjs - skipped_export=false - else - # The command line is too long to execute in one step. - func_verbose "using reloadable object file for export list..." - skipped_export=: - # Break out early, otherwise skipped_export may be - # set to false by a later but shorter cmd. - break - fi - done - IFS=$save_ifs - if test -n "$export_symbols_regex" && test : != "$skipped_export"; then - func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' - func_show_eval '$MV "${export_symbols}T" "$export_symbols"' - fi - fi - fi - - if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols=$export_symbols - test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols - $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' - fi - - if test : != "$skipped_export" && test -n "$orig_export_symbols"; then - # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for '$libname.la' to tag DATA exports" - # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands, which not all seds can handle. GNU sed should be fine - # though. Also, the filter scales superlinearly with the number of - # global variables. join(1) would be nice here, but unfortunately - # isn't a blessed tool. - $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - func_append delfiles " $export_symbols $output_objdir/$libname.filter" - export_symbols=$output_objdir/$libname.def - $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols - fi - - tmp_deplibs= - for test_deplib in $deplibs; do - case " $convenience " in - *" $test_deplib "*) ;; - *) - func_append tmp_deplibs " $test_deplib" - ;; - esac - done - deplibs=$tmp_deplibs - - if test -n "$convenience"; then - if test -n "$whole_archive_flag_spec" && - test yes = "$compiler_needs_object" && - test -z "$libobjs"; then - # extract the archives, so we have objects to list. - # TODO: could optimize this to just extract one archive. - whole_archive_flag_spec= - fi - if test -n "$whole_archive_flag_spec"; then - save_libobjs=$libobjs - eval libobjs=\"\$libobjs $whole_archive_flag_spec\" - test "X$libobjs" = "X " && libobjs= - else - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $convenience - func_append libobjs " $func_extract_archives_result" - test "X$libobjs" = "X " && libobjs= - fi - fi - - if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then - eval flag=\"$thread_safe_flag_spec\" - func_append linker_flags " $flag" - fi - - # Make a backup of the uninstalled library when relinking - if test relink = "$opt_mode"; then - $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? - fi - - # Do each of the archive commands. - if test yes = "$module" && test -n "$module_cmds"; then - if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then - eval test_cmds=\"$module_expsym_cmds\" - cmds=$module_expsym_cmds - else - eval test_cmds=\"$module_cmds\" - cmds=$module_cmds - fi - else - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - eval test_cmds=\"$archive_expsym_cmds\" - cmds=$archive_expsym_cmds - else - eval test_cmds=\"$archive_cmds\" - cmds=$archive_cmds - fi - fi - - if test : != "$skipped_export" && - func_len " $test_cmds" && - len=$func_len_result && - test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then - : - else - # The command line is too long to link in one step, link piecewise - # or, if using GNU ld and skipped_export is not :, use a linker - # script. - - # Save the value of $output and $libobjs because we want to - # use them later. If we have whole_archive_flag_spec, we - # want to use save_libobjs as it was before - # whole_archive_flag_spec was expanded, because we can't - # assume the linker understands whole_archive_flag_spec. - # This may have to be revisited, in case too many - # convenience libraries get linked in and end up exceeding - # the spec. - if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then - save_libobjs=$libobjs - fi - save_output=$output - func_basename "$output" - output_la=$func_basename_result - - # Clear the reloadable object creation command queue and - # initialize k to one. - test_cmds= - concat_cmds= - objlist= - last_robj= - k=1 - - if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then - output=$output_objdir/$output_la.lnkscript - func_verbose "creating GNU ld script: $output" - echo 'INPUT (' > $output - for obj in $save_libobjs - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" >> $output - done - echo ')' >> $output - func_append delfiles " $output" - func_to_tool_file "$output" - output=$func_to_tool_file_result - elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then - output=$output_objdir/$output_la.lnk - func_verbose "creating linker input file list: $output" - : > $output - set x $save_libobjs - shift - firstobj= - if test yes = "$compiler_needs_object"; then - firstobj="$1 " - shift - fi - for obj - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" >> $output - done - func_append delfiles " $output" - func_to_tool_file "$output" - output=$firstobj\"$file_list_spec$func_to_tool_file_result\" - else - if test -n "$save_libobjs"; then - func_verbose "creating reloadable object files..." - output=$output_objdir/$output_la-$k.$objext - eval test_cmds=\"$reload_cmds\" - func_len " $test_cmds" - len0=$func_len_result - len=$len0 - - # Loop over the list of objects to be linked. - for obj in $save_libobjs - do - func_len " $obj" - func_arith $len + $func_len_result - len=$func_arith_result - if test -z "$objlist" || - test "$len" -lt "$max_cmd_len"; then - func_append objlist " $obj" - else - # The command $test_cmds is almost too long, add a - # command to the queue. - if test 1 -eq "$k"; then - # The first file doesn't have a previous command to add. - reload_objs=$objlist - eval concat_cmds=\"$reload_cmds\" - else - # All subsequent reloadable object files will link in - # the last one created. - reload_objs="$objlist $last_robj" - eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" - fi - last_robj=$output_objdir/$output_la-$k.$objext - func_arith $k + 1 - k=$func_arith_result - output=$output_objdir/$output_la-$k.$objext - objlist=" $obj" - func_len " $last_robj" - func_arith $len0 + $func_len_result - len=$func_arith_result - fi - done - # Handle the remaining objects by creating one last - # reloadable object file. All subsequent reloadable object - # files will link in the last one created. - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - reload_objs="$objlist $last_robj" - eval concat_cmds=\"\$concat_cmds$reload_cmds\" - if test -n "$last_robj"; then - eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" - fi - func_append delfiles " $output" - - else - output= - fi - - ${skipped_export-false} && { - func_verbose "generating symbol list for '$libname.la'" - export_symbols=$output_objdir/$libname.exp - $opt_dry_run || $RM $export_symbols - libobjs=$output - # Append the command to create the export file. - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" - if test -n "$last_robj"; then - eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" - fi - } - - test -n "$save_libobjs" && - func_verbose "creating a temporary reloadable object file: $output" - - # Loop through the commands generated above and execute them. - save_ifs=$IFS; IFS='~' - for cmd in $concat_cmds; do - IFS=$save_ifs - $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" - } - $opt_dry_run || eval "$cmd" || { - lt_exit=$? - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - ( cd "$output_objdir" && \ - $RM "${realname}T" && \ - $MV "${realname}U" "$realname" ) - fi - - exit $lt_exit - } - done - IFS=$save_ifs - - if test -n "$export_symbols_regex" && ${skipped_export-false}; then - func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' - func_show_eval '$MV "${export_symbols}T" "$export_symbols"' - fi - fi - - ${skipped_export-false} && { - if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols=$export_symbols - test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols - $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' - fi - - if test -n "$orig_export_symbols"; then - # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for '$libname.la' to tag DATA exports" - # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands, which not all seds can handle. GNU sed should be fine - # though. Also, the filter scales superlinearly with the number of - # global variables. join(1) would be nice here, but unfortunately - # isn't a blessed tool. - $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - func_append delfiles " $export_symbols $output_objdir/$libname.filter" - export_symbols=$output_objdir/$libname.def - $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols - fi - } - - libobjs=$output - # Restore the value of output. - output=$save_output - - if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then - eval libobjs=\"\$libobjs $whole_archive_flag_spec\" - test "X$libobjs" = "X " && libobjs= - fi - # Expand the library linking commands again to reset the - # value of $libobjs for piecewise linking. - - # Do each of the archive commands. - if test yes = "$module" && test -n "$module_cmds"; then - if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then - cmds=$module_expsym_cmds - else - cmds=$module_cmds - fi - else - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - cmds=$archive_expsym_cmds - else - cmds=$archive_cmds - fi - fi - fi - - if test -n "$delfiles"; then - # Append the command to remove temporary files to $cmds. - eval cmds=\"\$cmds~\$RM $delfiles\" - fi - - # Add any objects from preloaded convenience libraries - if test -n "$dlprefiles"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $dlprefiles - func_append libobjs " $func_extract_archives_result" - test "X$libobjs" = "X " && libobjs= - fi - - save_ifs=$IFS; IFS='~' - for cmd in $cmds; do - IFS=$sp$nl - eval cmd=\"$cmd\" - IFS=$save_ifs - $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" - } - $opt_dry_run || eval "$cmd" || { - lt_exit=$? - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - ( cd "$output_objdir" && \ - $RM "${realname}T" && \ - $MV "${realname}U" "$realname" ) - fi - - exit $lt_exit - } - done - IFS=$save_ifs - - # Restore the uninstalled library and exit - if test relink = "$opt_mode"; then - $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? - - if test -n "$convenience"; then - if test -z "$whole_archive_flag_spec"; then - func_show_eval '${RM}r "$gentop"' - fi - fi - - exit $EXIT_SUCCESS - fi - - # Create links to the real library. - for linkname in $linknames; do - if test "$realname" != "$linkname"; then - func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' - fi - done - - # If -module or -export-dynamic was specified, set the dlname. - if test yes = "$module" || test yes = "$export_dynamic"; then - # On all known operating systems, these are identical. - dlname=$soname - fi - fi - ;; - - obj) - if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then - func_warning "'-dlopen' is ignored for objects" - fi - - case " $deplibs" in - *\ -l* | *\ -L*) - func_warning "'-l' and '-L' are ignored for objects" ;; - esac - - test -n "$rpath" && \ - func_warning "'-rpath' is ignored for objects" - - test -n "$xrpath" && \ - func_warning "'-R' is ignored for objects" - - test -n "$vinfo" && \ - func_warning "'-version-info' is ignored for objects" - - test -n "$release" && \ - func_warning "'-release' is ignored for objects" - - case $output in - *.lo) - test -n "$objs$old_deplibs" && \ - func_fatal_error "cannot build library object '$output' from non-libtool objects" - - libobj=$output - func_lo2o "$libobj" - obj=$func_lo2o_result - ;; - *) - libobj= - obj=$output - ;; - esac - - # Delete the old objects. - $opt_dry_run || $RM $obj $libobj - - # Objects from convenience libraries. This assumes - # single-version convenience libraries. Whenever we create - # different ones for PIC/non-PIC, this we'll have to duplicate - # the extraction. - reload_conv_objs= - gentop= - # if reload_cmds runs $LD directly, get rid of -Wl from - # whole_archive_flag_spec and hope we can get by with turning comma - # into space. - case $reload_cmds in - *\$LD[\ \$]*) wl= ;; - esac - if test -n "$convenience"; then - if test -n "$whole_archive_flag_spec"; then - eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" - test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` - reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags - else - gentop=$output_objdir/${obj}x - func_append generated " $gentop" - - func_extract_archives $gentop $convenience - reload_conv_objs="$reload_objs $func_extract_archives_result" - fi - fi - - # If we're not building shared, we need to use non_pic_objs - test yes = "$build_libtool_libs" || libobjs=$non_pic_objects - - # Create the old-style object. - reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs - - output=$obj - func_execute_cmds "$reload_cmds" 'exit $?' - - # Exit if we aren't doing a library object file. - if test -z "$libobj"; then - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - exit $EXIT_SUCCESS - fi - - test yes = "$build_libtool_libs" || { - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - # Create an invalid libtool object if no PIC, so that we don't - # accidentally link it into a program. - # $show "echo timestamp > $libobj" - # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? - exit $EXIT_SUCCESS - } - - if test -n "$pic_flag" || test default != "$pic_mode"; then - # Only do commands if we really have different PIC objects. - reload_objs="$libobjs $reload_conv_objs" - output=$libobj - func_execute_cmds "$reload_cmds" 'exit $?' - fi - - if test -n "$gentop"; then - func_show_eval '${RM}r "$gentop"' - fi - - exit $EXIT_SUCCESS - ;; - - prog) - case $host in - *cygwin*) func_stripname '' '.exe' "$output" - output=$func_stripname_result.exe;; - esac - test -n "$vinfo" && \ - func_warning "'-version-info' is ignored for programs" - - test -n "$release" && \ - func_warning "'-release' is ignored for programs" - - $preload \ - && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ - && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." - - case $host in - *-*-rhapsody* | *-*-darwin1.[012]) - # On Rhapsody replace the C library is the System framework - compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` - finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` - ;; - esac - - case $host in - *-*-darwin*) - # Don't allow lazy linking, it breaks C++ global constructors - # But is supposedly fixed on 10.4 or later (yay!). - if test CXX = "$tagname"; then - case ${MACOSX_DEPLOYMENT_TARGET-10.0} in - 10.[0123]) - func_append compile_command " $wl-bind_at_load" - func_append finalize_command " $wl-bind_at_load" - ;; - esac - fi - # Time to change all our "foo.ltframework" stuff back to "-framework foo" - compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - ;; - esac - - - # move library search paths that coincide with paths to not yet - # installed libraries to the beginning of the library search list - new_libs= - for path in $notinst_path; do - case " $new_libs " in - *" -L$path/$objdir "*) ;; - *) - case " $compile_deplibs " in - *" -L$path/$objdir "*) - func_append new_libs " -L$path/$objdir" ;; - esac - ;; - esac - done - for deplib in $compile_deplibs; do - case $deplib in - -L*) - case " $new_libs " in - *" $deplib "*) ;; - *) func_append new_libs " $deplib" ;; - esac - ;; - *) func_append new_libs " $deplib" ;; - esac - done - compile_deplibs=$new_libs - - - func_append compile_command " $compile_deplibs" - func_append finalize_command " $finalize_deplibs" - - if test -n "$rpath$xrpath"; then - # If the user specified any rpath flags, then add them. - for libdir in $rpath $xrpath; do - # This is the magic to use -rpath. - case "$finalize_rpath " in - *" $libdir "*) ;; - *) func_append finalize_rpath " $libdir" ;; - esac - done - fi - - # Now hardcode the library paths - rpath= - hardcode_libdirs= - for libdir in $compile_rpath $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; - *) func_append perm_rpath " $libdir" ;; - esac - fi - case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` - case :$dllsearchpath: in - *":$libdir:"*) ;; - ::) dllsearchpath=$libdir;; - *) func_append dllsearchpath ":$libdir";; - esac - case :$dllsearchpath: in - *":$testbindir:"*) ;; - ::) dllsearchpath=$testbindir;; - *) func_append dllsearchpath ":$testbindir";; - esac - ;; - esac - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval rpath=\" $hardcode_libdir_flag_spec\" - fi - compile_rpath=$rpath - - rpath= - hardcode_libdirs= - for libdir in $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs=$libdir - else - # Just accumulate the unique libdirs. - case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in - *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) - ;; - *) - func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" - ;; - esac - fi - else - eval flag=\"$hardcode_libdir_flag_spec\" - func_append rpath " $flag" - fi - elif test -n "$runpath_var"; then - case "$finalize_perm_rpath " in - *" $libdir "*) ;; - *) func_append finalize_perm_rpath " $libdir" ;; - esac - fi - done - # Substitute the hardcoded libdirs into the rpath. - if test -n "$hardcode_libdir_separator" && - test -n "$hardcode_libdirs"; then - libdir=$hardcode_libdirs - eval rpath=\" $hardcode_libdir_flag_spec\" - fi - finalize_rpath=$rpath - - if test -n "$libobjs" && test yes = "$build_old_libs"; then - # Transform all the library objects into standard objects. - compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` - finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` - fi - - func_generate_dlsyms "$outputname" "@PROGRAM@" false - - # template prelinking step - if test -n "$prelink_cmds"; then - func_execute_cmds "$prelink_cmds" 'exit $?' - fi - - wrappers_required=: - case $host in - *cegcc* | *mingw32ce*) - # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. - wrappers_required=false - ;; - *cygwin* | *mingw* ) - test yes = "$build_libtool_libs" || wrappers_required=false - ;; - *) - if test no = "$need_relink" || test yes != "$build_libtool_libs"; then - wrappers_required=false - fi - ;; - esac - $wrappers_required || { - # Replace the output file specification. - compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - link_command=$compile_command$compile_rpath - - # We have no uninstalled library dependencies, so finalize right now. - exit_status=0 - func_show_eval "$link_command" 'exit_status=$?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - # Delete the generated files. - if test -f "$output_objdir/${outputname}S.$objext"; then - func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' - fi - - exit $exit_status - } - - if test -n "$compile_shlibpath$finalize_shlibpath"; then - compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" - fi - if test -n "$finalize_shlibpath"; then - finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" - fi - - compile_var= - finalize_var= - if test -n "$runpath_var"; then - if test -n "$perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $perm_rpath; do - func_append rpath "$dir:" - done - compile_var="$runpath_var=\"$rpath\$$runpath_var\" " - fi - if test -n "$finalize_perm_rpath"; then - # We should set the runpath_var. - rpath= - for dir in $finalize_perm_rpath; do - func_append rpath "$dir:" - done - finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " - fi - fi - - if test yes = "$no_install"; then - # We don't need to create a wrapper script. - link_command=$compile_var$compile_command$compile_rpath - # Replace the output file specification. - link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - # Delete the old output file. - $opt_dry_run || $RM $output - # Link the executable and exit - func_show_eval "$link_command" 'exit $?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - exit $EXIT_SUCCESS - fi - - case $hardcode_action,$fast_install in - relink,*) - # Fast installation is not supported - link_command=$compile_var$compile_command$compile_rpath - relink_command=$finalize_var$finalize_command$finalize_rpath - - func_warning "this platform does not like uninstalled shared libraries" - func_warning "'$output' will be relinked during installation" - ;; - *,yes) - link_command=$finalize_var$compile_command$finalize_rpath - relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` - ;; - *,no) - link_command=$compile_var$compile_command$compile_rpath - relink_command=$finalize_var$finalize_command$finalize_rpath - ;; - *,needless) - link_command=$finalize_var$compile_command$finalize_rpath - relink_command= - ;; - esac - - # Replace the output file specification. - link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` - - # Delete the old output files. - $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname - - func_show_eval "$link_command" 'exit $?' - - if test -n "$postlink_cmds"; then - func_to_tool_file "$output_objdir/$outputname" - postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` - func_execute_cmds "$postlink_cmds" 'exit $?' - fi - - # Now create the wrapper script. - func_verbose "creating $output" - - # Quote the relink command for shipping. - if test -n "$relink_command"; then - # Preserve any variables that may affect compiler behavior - for var in $variables_saved_for_relink; do - if eval test -z \"\${$var+set}\"; then - relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" - elif eval var_value=\$$var; test -z "$var_value"; then - relink_command="$var=; export $var; $relink_command" - else - func_quote_arg pretty "$var_value" - relink_command="$var=$func_quote_arg_result; export $var; $relink_command" - fi - done - func_quote eval cd "`pwd`" - func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" - relink_command=$func_quote_arg_unquoted_result - fi - - # Only actually do things if not in dry run mode. - $opt_dry_run || { - # win32 will think the script is a binary if it has - # a .exe suffix, so we strip it off here. - case $output in - *.exe) func_stripname '' '.exe' "$output" - output=$func_stripname_result ;; - esac - # test for cygwin because mv fails w/o .exe extensions - case $host in - *cygwin*) - exeext=.exe - func_stripname '' '.exe' "$outputname" - outputname=$func_stripname_result ;; - *) exeext= ;; - esac - case $host in - *cygwin* | *mingw* ) - func_dirname_and_basename "$output" "" "." - output_name=$func_basename_result - output_path=$func_dirname_result - cwrappersource=$output_path/$objdir/lt-$output_name.c - cwrapper=$output_path/$output_name.exe - $RM $cwrappersource $cwrapper - trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 - - func_emit_cwrapperexe_src > $cwrappersource - - # The wrapper executable is built using the $host compiler, - # because it contains $host paths and files. If cross- - # compiling, it, like the target executable, must be - # executed on the $host or under an emulation environment. - $opt_dry_run || { - $LTCC $LTCFLAGS -o $cwrapper $cwrappersource - $STRIP $cwrapper - } - - # Now, create the wrapper script for func_source use: - func_ltwrapper_scriptname $cwrapper - $RM $func_ltwrapper_scriptname_result - trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 - $opt_dry_run || { - # note: this script will not be executed, so do not chmod. - if test "x$build" = "x$host"; then - $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result - else - func_emit_wrapper no > $func_ltwrapper_scriptname_result - fi - } - ;; - * ) - $RM $output - trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 - - func_emit_wrapper no > $output - chmod +x $output - ;; - esac - } - exit $EXIT_SUCCESS - ;; - esac - - # See if we need to build an old-fashioned archive. - for oldlib in $oldlibs; do - - case $build_libtool_libs in - convenience) - oldobjs="$libobjs_save $symfileobj" - addlibs=$convenience - build_libtool_libs=no - ;; - module) - oldobjs=$libobjs_save - addlibs=$old_convenience - build_libtool_libs=no - ;; - *) - oldobjs="$old_deplibs $non_pic_objects" - $preload && test -f "$symfileobj" \ - && func_append oldobjs " $symfileobj" - addlibs=$old_convenience - ;; - esac - - if test -n "$addlibs"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $addlibs - func_append oldobjs " $func_extract_archives_result" - fi - - # Do each command in the archive commands. - if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then - cmds=$old_archive_from_new_cmds - else - - # Add any objects from preloaded convenience libraries - if test -n "$dlprefiles"; then - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - - func_extract_archives $gentop $dlprefiles - func_append oldobjs " $func_extract_archives_result" - fi - - # POSIX demands no paths to be encoded in archives. We have - # to avoid creating archives with duplicate basenames if we - # might have to extract them afterwards, e.g., when creating a - # static archive out of a convenience library, or when linking - # the entirety of a libtool archive into another (currently - # not supported by libtool). - if (for obj in $oldobjs - do - func_basename "$obj" - $ECHO "$func_basename_result" - done | sort | sort -uc >/dev/null 2>&1); then - : - else - echo "copying selected object files to avoid basename conflicts..." - gentop=$output_objdir/${outputname}x - func_append generated " $gentop" - func_mkdir_p "$gentop" - save_oldobjs=$oldobjs - oldobjs= - counter=1 - for obj in $save_oldobjs - do - func_basename "$obj" - objbase=$func_basename_result - case " $oldobjs " in - " ") oldobjs=$obj ;; - *[\ /]"$objbase "*) - while :; do - # Make sure we don't pick an alternate name that also - # overlaps. - newobj=lt$counter-$objbase - func_arith $counter + 1 - counter=$func_arith_result - case " $oldobjs " in - *[\ /]"$newobj "*) ;; - *) if test ! -f "$gentop/$newobj"; then break; fi ;; - esac - done - func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" - func_append oldobjs " $gentop/$newobj" - ;; - *) func_append oldobjs " $obj" ;; - esac - done - fi - func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 - tool_oldlib=$func_to_tool_file_result - eval cmds=\"$old_archive_cmds\" - - func_len " $cmds" - len=$func_len_result - if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then - cmds=$old_archive_cmds - elif test -n "$archiver_list_spec"; then - func_verbose "using command file archive linking..." - for obj in $oldobjs - do - func_to_tool_file "$obj" - $ECHO "$func_to_tool_file_result" - done > $output_objdir/$libname.libcmd - func_to_tool_file "$output_objdir/$libname.libcmd" - oldobjs=" $archiver_list_spec$func_to_tool_file_result" - cmds=$old_archive_cmds - else - # the command line is too long to link in one step, link in parts - func_verbose "using piecewise archive linking..." - save_RANLIB=$RANLIB - RANLIB=: - objlist= - concat_cmds= - save_oldobjs=$oldobjs - oldobjs= - # Is there a better way of finding the last object in the list? - for obj in $save_oldobjs - do - last_oldobj=$obj - done - eval test_cmds=\"$old_archive_cmds\" - func_len " $test_cmds" - len0=$func_len_result - len=$len0 - for obj in $save_oldobjs - do - func_len " $obj" - func_arith $len + $func_len_result - len=$func_arith_result - func_append objlist " $obj" - if test "$len" -lt "$max_cmd_len"; then - : - else - # the above command should be used before it gets too long - oldobjs=$objlist - if test "$obj" = "$last_oldobj"; then - RANLIB=$save_RANLIB - fi - test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" - objlist= - len=$len0 - fi - done - RANLIB=$save_RANLIB - oldobjs=$objlist - if test -z "$oldobjs"; then - eval cmds=\"\$concat_cmds\" - else - eval cmds=\"\$concat_cmds~\$old_archive_cmds\" - fi - fi - fi - func_execute_cmds "$cmds" 'exit $?' - done - - test -n "$generated" && \ - func_show_eval "${RM}r$generated" - - # Now create the libtool archive. - case $output in - *.la) - old_library= - test yes = "$build_old_libs" && old_library=$libname.$libext - func_verbose "creating $output" - - # Preserve any variables that may affect compiler behavior - for var in $variables_saved_for_relink; do - if eval test -z \"\${$var+set}\"; then - relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" - elif eval var_value=\$$var; test -z "$var_value"; then - relink_command="$var=; export $var; $relink_command" - else - func_quote_arg pretty,unquoted "$var_value" - relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" - fi - done - # Quote the link command for shipping. - func_quote eval cd "`pwd`" - relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - func_quote_arg pretty,unquoted "$relink_command" - relink_command=$func_quote_arg_unquoted_result - if test yes = "$hardcode_automatic"; then - relink_command= - fi - - # Only create the output if not a dry run. - $opt_dry_run || { - for installed in no yes; do - if test yes = "$installed"; then - if test -z "$install_libdir"; then - break - fi - output=$output_objdir/${outputname}i - # Replace all uninstalled libtool libraries with the installed ones - newdependency_libs= - for deplib in $dependency_libs; do - case $deplib in - *.la) - func_basename "$deplib" - name=$func_basename_result - func_resolve_sysroot "$deplib" - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` - test -z "$libdir" && \ - func_fatal_error "'$deplib' is not a valid libtool archive" - func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" - ;; - -L*) - func_stripname -L '' "$deplib" - func_replace_sysroot "$func_stripname_result" - func_append newdependency_libs " -L$func_replace_sysroot_result" - ;; - -R*) - func_stripname -R '' "$deplib" - func_replace_sysroot "$func_stripname_result" - func_append newdependency_libs " -R$func_replace_sysroot_result" - ;; - *) func_append newdependency_libs " $deplib" ;; - esac - done - dependency_libs=$newdependency_libs - newdlfiles= - - for lib in $dlfiles; do - case $lib in - *.la) - func_basename "$lib" - name=$func_basename_result - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` - test -z "$libdir" && \ - func_fatal_error "'$lib' is not a valid libtool archive" - func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" - ;; - *) func_append newdlfiles " $lib" ;; - esac - done - dlfiles=$newdlfiles - newdlprefiles= - for lib in $dlprefiles; do - case $lib in - *.la) - # Only pass preopened files to the pseudo-archive (for - # eventual linking with the app. that links it) if we - # didn't already link the preopened objects directly into - # the library: - func_basename "$lib" - name=$func_basename_result - eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` - test -z "$libdir" && \ - func_fatal_error "'$lib' is not a valid libtool archive" - func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" - ;; - esac - done - dlprefiles=$newdlprefiles - else - newdlfiles= - for lib in $dlfiles; do - case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; - *) abs=`pwd`"/$lib" ;; - esac - func_append newdlfiles " $abs" - done - dlfiles=$newdlfiles - newdlprefiles= - for lib in $dlprefiles; do - case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; - *) abs=`pwd`"/$lib" ;; - esac - func_append newdlprefiles " $abs" - done - dlprefiles=$newdlprefiles - fi - $RM $output - # place dlname in correct position for cygwin - # In fact, it would be nice if we could use this code for all target - # systems that can't hard-code library paths into their executables - # and that have no shared library path variable independent of PATH, - # but it turns out we can't easily determine that from inspecting - # libtool variables, so we have to hard-code the OSs to which it - # applies here; at the moment, that means platforms that use the PE - # object format with DLL files. See the long comment at the top of - # tests/bindir.at for full details. - tdlname=$dlname - case $host,$output,$installed,$module,$dlname in - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) - # If a -bindir argument was supplied, place the dll there. - if test -n "$bindir"; then - func_relative_path "$install_libdir" "$bindir" - tdlname=$func_relative_path_result/$dlname - else - # Otherwise fall back on heuristic. - tdlname=../bin/$dlname - fi - ;; - esac - $ECHO > $output "\ -# $outputname - a libtool library file -# Generated by $PROGRAM (GNU $PACKAGE) $VERSION -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='$tdlname' - -# Names of this library. -library_names='$library_names' - -# The name of the static archive. -old_library='$old_library' - -# Linker flags that cannot go in dependency_libs. -inherited_linker_flags='$new_inherited_linker_flags' - -# Libraries that this one depends upon. -dependency_libs='$dependency_libs' - -# Names of additional weak libraries provided by this library -weak_library_names='$weak_libs' - -# Version information for $libname. -current=$current -age=$age -revision=$revision - -# Is this an already installed library? -installed=$installed - -# Should we warn about portability when linking against -modules? -shouldnotlink=$module - -# Files to dlopen/dlpreopen -dlopen='$dlfiles' -dlpreopen='$dlprefiles' - -# Directory that this library needs to be installed in: -libdir='$install_libdir'" - if test no,yes = "$installed,$need_relink"; then - $ECHO >> $output "\ -relink_command=\"$relink_command\"" - fi - done - } - - # Do a symbolic link so that the libtool archive can be found in - # LD_LIBRARY_PATH before the program is installed. - func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' - ;; - esac - exit $EXIT_SUCCESS -} - -if test link = "$opt_mode" || test relink = "$opt_mode"; then - func_mode_link ${1+"$@"} -fi - - -# func_mode_uninstall arg... -func_mode_uninstall () -{ - $debug_cmd - - RM=$nonopt - files= - rmforce=false - exit_status=0 - - # This variable tells wrapper scripts just to set variables rather - # than running their programs. - libtool_install_magic=$magic - - for arg - do - case $arg in - -f) func_append RM " $arg"; rmforce=: ;; - -*) func_append RM " $arg" ;; - *) func_append files " $arg" ;; - esac - done - - test -z "$RM" && \ - func_fatal_help "you must specify an RM program" - - rmdirs= - - for file in $files; do - func_dirname "$file" "" "." - dir=$func_dirname_result - if test . = "$dir"; then - odir=$objdir - else - odir=$dir/$objdir - fi - func_basename "$file" - name=$func_basename_result - test uninstall = "$opt_mode" && odir=$dir - - # Remember odir for removal later, being careful to avoid duplicates - if test clean = "$opt_mode"; then - case " $rmdirs " in - *" $odir "*) ;; - *) func_append rmdirs " $odir" ;; - esac - fi - - # Don't error if the file doesn't exist and rm -f was used. - if { test -L "$file"; } >/dev/null 2>&1 || - { test -h "$file"; } >/dev/null 2>&1 || - test -f "$file"; then - : - elif test -d "$file"; then - exit_status=1 - continue - elif $rmforce; then - continue - fi - - rmfiles=$file - - case $name in - *.la) - # Possibly a libtool archive, so verify it. - if func_lalib_p "$file"; then - func_source $dir/$name - - # Delete the libtool libraries and symlinks. - for n in $library_names; do - func_append rmfiles " $odir/$n" - done - test -n "$old_library" && func_append rmfiles " $odir/$old_library" - - case $opt_mode in - clean) - case " $library_names " in - *" $dlname "*) ;; - *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; - esac - test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" - ;; - uninstall) - if test -n "$library_names"; then - # Do each command in the postuninstall commands. - func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' - fi - - if test -n "$old_library"; then - # Do each command in the old_postuninstall commands. - func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' - fi - # FIXME: should reinstall the best remaining shared library. - ;; - esac - fi - ;; - - *.lo) - # Possibly a libtool object, so verify it. - if func_lalib_p "$file"; then - - # Read the .lo file - func_source $dir/$name - - # Add PIC object to the list of files to remove. - if test -n "$pic_object" && test none != "$pic_object"; then - func_append rmfiles " $dir/$pic_object" - fi - - # Add non-PIC object to the list of files to remove. - if test -n "$non_pic_object" && test none != "$non_pic_object"; then - func_append rmfiles " $dir/$non_pic_object" - fi - fi - ;; - - *) - if test clean = "$opt_mode"; then - noexename=$name - case $file in - *.exe) - func_stripname '' '.exe' "$file" - file=$func_stripname_result - func_stripname '' '.exe' "$name" - noexename=$func_stripname_result - # $file with .exe has already been added to rmfiles, - # add $file without .exe - func_append rmfiles " $file" - ;; - esac - # Do a test to see if this is a libtool program. - if func_ltwrapper_p "$file"; then - if func_ltwrapper_executable_p "$file"; then - func_ltwrapper_scriptname "$file" - relink_command= - func_source $func_ltwrapper_scriptname_result - func_append rmfiles " $func_ltwrapper_scriptname_result" - else - relink_command= - func_source $dir/$noexename - fi - - # note $name still contains .exe if it was in $file originally - # as does the version of $file that was added into $rmfiles - func_append rmfiles " $odir/$name $odir/${name}S.$objext" - if test yes = "$fast_install" && test -n "$relink_command"; then - func_append rmfiles " $odir/lt-$name" - fi - if test "X$noexename" != "X$name"; then - func_append rmfiles " $odir/lt-$noexename.c" - fi - fi - fi - ;; - esac - func_show_eval "$RM $rmfiles" 'exit_status=1' - done - - # Try to remove the $objdir's in the directories where we deleted files - for dir in $rmdirs; do - if test -d "$dir"; then - func_show_eval "rmdir $dir >/dev/null 2>&1" - fi - done - - exit $exit_status -} - -if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then - func_mode_uninstall ${1+"$@"} -fi - -test -z "$opt_mode" && { - help=$generic_help - func_fatal_help "you must specify a MODE" -} - -test -z "$exec_cmd" && \ - func_fatal_help "invalid operation mode '$opt_mode'" - -if test -n "$exec_cmd"; then - eval exec "$exec_cmd" - exit $EXIT_FAILURE -fi - -exit $exit_status - - -# The TAGs below are defined such that we never get into a situation -# where we disable both kinds of libraries. Given conflicting -# choices, we go for a static library, that is the most portable, -# since we can't tell whether shared libraries were disabled because -# the user asked for that or because the platform doesn't support -# them. This is particularly important on AIX, because we don't -# support having both static and shared libraries enabled at the same -# time on that platform, so we default to a shared-only configuration. -# If a disable-shared tag is given, we'll fallback to a static-only -# configuration. But we'll never go from static-only to shared-only. - -# ### BEGIN LIBTOOL TAG CONFIG: disable-shared -build_libtool_libs=no -build_old_libs=yes -# ### END LIBTOOL TAG CONFIG: disable-shared - -# ### BEGIN LIBTOOL TAG CONFIG: disable-static -build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` -# ### END LIBTOOL TAG CONFIG: disable-static - -# Local Variables: -# mode:shell-script -# sh-indentation:2 -# End: - -# ### BEGIN LIBTOOL TAG CONFIG: CXX - -# The linker used to build libraries. -LD="/usr/bin/ld -m elf_x86_64" - -# How to create reloadable object files. -reload_flag=" -r" -reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" - -# Commands used to build an old-style archive. -old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" - -# A language specific compiler. -CC="g++" - -# Is the compiler the GNU compiler? -with_gcc=yes - -# Compiler flag to turn off builtin functions. -no_builtin_flag=" -fno-builtin" - -# Additional compiler flags for building library objects. -pic_flag=" -fPIC -DPIC" - -# How to pass a linker flag through the compiler. -wl="-Wl," - -# Compiler flag to prevent dynamic linking. -link_static_flag="-static" - -# Does compiler simultaneously support -c and -o options? -compiler_c_o="yes" - -# Whether or not to add -lc for building shared libraries. -build_libtool_need_lc=no - -# Whether or not to disallow shared libs when runtime libs are static. -allow_libtool_libs_with_static_runtimes=no - -# Compiler flag to allow reflexive dlopens. -export_dynamic_flag_spec="\$wl--export-dynamic" - -# Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive" - -# Whether the compiler copes with passing no objects directly. -compiler_needs_object="no" - -# Create an old-style archive from a shared archive. -old_archive_from_new_cmds="" - -# Create a temporary old-style archive to link instead of a shared archive. -old_archive_from_expsyms_cmds="" - -# Commands used to build a shared archive. -archive_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \$wl-soname \$wl\$soname -o \$lib" -archive_expsym_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \$wl-soname \$wl\$soname \$wl-retain-symbols-file \$wl\$export_symbols -o \$lib" - -# Commands used to build a loadable module if different from building -# a shared archive. -module_cmds="" -module_expsym_cmds="" - -# Whether we are building with GNU ld or not. -with_gnu_ld="yes" - -# Flag that allows shared libraries with undefined symbols to be built. -allow_undefined_flag="" - -# Flag that enforces no undefined symbols. -no_undefined_flag="" - -# Flag to hardcode $libdir into a binary during linking. -# This must work even if $libdir does not exist -hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir" - -# Whether we need a single "-rpath" flag with a separated argument. -hardcode_libdir_separator="" - -# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes -# DIR into the resulting binary. -hardcode_direct=no - -# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes -# DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting $shlibpath_var if the -# library is relocated. -hardcode_direct_absolute=no - -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR -# into the resulting binary. -hardcode_minus_L=no - -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -# into the resulting binary. -hardcode_shlibpath_var=unsupported - -# Set to "yes" if building a shared library automatically hardcodes DIR -# into the library and all subsequent libraries and executables linked -# against it. -hardcode_automatic=no - -# Set to yes if linker adds runtime paths of dependent libraries -# to runtime path list. -inherit_rpath=no - -# Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=unknown - -# Set to "yes" if exported symbols are required. -always_export_symbols=no - -# The commands to list exported symbols. -export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" - -# Symbols that should not be listed in the preloaded symbols. -exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*" - -# Symbols that must always be exported. -include_expsyms="" - -# Commands necessary for linking programs (against libraries) with templates. -prelink_cmds="" - -# Commands necessary for finishing linking programs. -postlink_cmds="" - -# Specify filename containing input files. -file_list_spec="" - -# How to hardcode a shared library path into an executable. -hardcode_action=immediate - -# The directories searched by this compiler when creating a shared library. -compiler_lib_search_dirs="/usr/lib/gcc/x86_64-linux-gnu/9 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/9/../../.." - -# Dependencies to place before and after the objects being linked to -# create a shared library. -predep_objects="/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o" -postdep_objects="/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o" -predeps="" -postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s" - -# The library search path used internally by the compiler when linking -# a shared library. -compiler_lib_search_path="-L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.." - -# ### END LIBTOOL TAG CONFIG: CXX diff --git a/nc-config b/nc-config deleted file mode 100644 index 990d544..0000000 --- a/nc-config +++ /dev/null @@ -1,283 +0,0 @@ -#! /bin/sh -# -# This forms the basis for the nc-config utility, which tells you -# various things about the netCDF installation. This code was -# contributed by netCDF user Arlindo DaSilva. Thanks Arlindo! - -prefix=/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -plugindir=no - -if test "no" = "no" ; then - plugindir="" -fi - -cc="gcc" -cflags="-I${includedir} -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include" -libs="-L${libdir} -lnetcdf" -libsprivate="-lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl " - - -has_dap="yes" -has_dap4="yes" -has_nc2="yes" -has_nc4="yes" -has_hdf4="no" -has_pnetcdf="no" -has_hdf5="yes" -has_logging="no" -has_cdf5="yes" -has_szlib="yes" -has_parallel="no" -has_parallel4="no" -has_nczarr="yes" -has_zstd="no" -has_benchmarks="no" -has_multifilters="yes" -has_quantize="yes" -has_stdfilters="deflate bz2" -version="netCDF 4.9.2" -HAS_STATIC="" - -usage() -{ - cat < $cc" - echo " --cflags -> $cflags" - echo " --libs -> $libs" - echo " --static -> $libsprivate" - echo " --has-dap -> $has_dap" - echo " --has-dap2 -> $has_dap" - echo " --has-dap4 -> $has_dap4" - echo " --has-nc2 -> $has_nc2" - echo " --has-nc4 -> $has_nc4" - echo " --has-hdf5 -> $has_hdf5" - echo " --has-hdf4 -> $has_hdf4" - echo " --has-logging -> $has_logging" - echo " --has-pnetcdf -> $has_pnetcdf" - echo " --has-szlib -> $has_szlib" - echo " --has-cdf5 -> $has_cdf5" - echo " --has-parallel4 -> $has_parallel4" - echo " --has-parallel -> $has_parallel" - echo " --has-nczarr -> $has_nczarr" - echo " --has-zstd -> $has_zstd" - echo " --has-benchmarks -> $has_benchmarks" - echo " --has-multifilters -> $has_multifilters" - echo " --has-stdfilters -> deflate bz2" - echo " --has-quantize -> $has_quantize" - echo - echo " --prefix -> $prefix" - echo " --includedir -> $includedir" - echo " --libdir -> $libdir" - echo " --plugindir -> $plugindir" - echo " --version -> $version" - echo -} - -if test $# -eq 0; then - usage 1 -fi - -for i in "$@"; do - case $i in - --static) - HAS_STATIC="TRUE" - ;; - *) - ;; - esac -done - - -while test $# -gt 0; do - case "$1" in - # this deals with options in the style - # --option=value and extracts the value part - # [not currently used] - -*=*) value=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; - *) value= ;; - esac - - case "$1" in - - --help) - usage 0 - ;; - - --all) - all - ;; - - --cc) - echo $cc - ;; - - --cflags) - echo $cflags - ;; - - --plugindir) - echo $plugindir - ;; - - --has-dap) - echo $has_dap - ;; - - --has-dap2) - echo $has_dap - ;; - - --has-dap4) - echo $has_dap4 - ;; - - --has-nc2) - echo $has_nc2 - ;; - - --has-nc4) - echo $has_nc4 - ;; - - --has-hdf5) - echo $has_hdf5 - ;; - - --has-hdf4) - echo $has_hdf4 - ;; - - --has-logging) - echo $has_logging - ;; - - --has-pnetcdf) - echo $has_pnetcdf - ;; - - --has-szlib) - echo $has_szlib - ;; - - --has-cdf5) - echo $has_cdf5 - ;; - - --has-parallel4) - echo $has_parallel4 - ;; - - --has-parallel) - echo $has_parallel - ;; - - --has-nczarr) - echo $has_nczarr - ;; - - --has-zstd) - echo $has_zstd - ;; - - --has-benchmarks) - echo $has_benchmarks - ;; - - --has-multifilters) - echo $has_multifilters - ;; - - --has-stdfilters) - echo deflate bz2 - ;; - - --has_quantize) - echo $has_quantize - ;; - - --libs) - if [ "x$HAS_STATIC" = "xTRUE" ]; then - echo $libs $libsprivate - else - echo $libs - fi - ;; - --static) - - ;; - - --prefix) - echo "${prefix}" - ;; - - --includedir) - echo "${includedir}" - ;; - - --libdir) - echo "${libdir}" - ;; - - --version) - echo $version - ;; - - *) - echo "unknown option: $1" - usage 1 - ;; - esac - shift -done - -exit 0 diff --git a/nc_perf/Makefile b/nc_perf/Makefile deleted file mode 100644 index 24cd2ce..0000000 --- a/nc_perf/Makefile +++ /dev/null @@ -1,1631 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# nc_perf/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of the netCDF package. Copyright 2005-2019 University -# Corporation for Atmospheric Research/Unidata See COPYRIGHT file for -# conditions of use. -# -# This directory holds performance tests for netCDF-4. It is only -# built for netCDF-4 builds that use the --enable-benchmarks configure -# option. -# -# Ed Hartnett 3/18/19 - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = tst_create_files$(EXEEXT) bm_file$(EXEEXT) \ - tst_chunks3$(EXEEXT) tst_ar4$(EXEEXT) tst_ar4_3d$(EXEEXT) \ - tst_ar4_4d$(EXEEXT) bm_many_objs$(EXEEXT) \ - tst_h_many_atts$(EXEEXT) bm_many_atts$(EXEEXT) \ - tst_files2$(EXEEXT) tst_files3$(EXEEXT) tst_mem$(EXEEXT) \ - tst_mem1$(EXEEXT) tst_knmi$(EXEEXT) bm_netcdf4_recs$(EXEEXT) \ - tst_wrf_reads$(EXEEXT) tst_attsperf$(EXEEXT) bigmeta$(EXEEXT) \ - openbigmeta$(EXEEXT) tst_bm_rando$(EXEEXT) \ - tst_compress$(EXEEXT) $(am__EXEEXT_1) -TESTS = tst_ar4_3d$(EXEEXT) tst_create_files$(EXEEXT) \ - tst_files3$(EXEEXT) tst_mem$(EXEEXT) tst_wrf_reads$(EXEEXT) \ - tst_attsperf$(EXEEXT) perftest.sh run_tst_chunks.sh \ - run_bm_elena.sh tst_bm_rando$(EXEEXT) tst_compress$(EXEEXT) \ - $(am__append_5) $(am__append_7) -am__append_5 = run_bm_test1.sh run_bm_test2.sh - -# This will run parallel I/O benchmarks for parallel builds. -#am__append_6 = tst_compress_par -#am__append_7 = run_par_bm_test.sh run_gfs_test.sh -subdir = nc_perf -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = run_par_bm_test.sh run_gfs_test.sh -CONFIG_CLEAN_VPATH_FILES = -#am__EXEEXT_1 = tst_compress_par$(EXEEXT) -bigmeta_SOURCES = bigmeta.c -bigmeta_OBJECTS = bigmeta.$(OBJEXT) -bigmeta_LDADD = $(LDADD) -bigmeta_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am_bm_file_OBJECTS = bm_file.$(OBJEXT) tst_utils.$(OBJEXT) -bm_file_OBJECTS = $(am_bm_file_OBJECTS) -bm_file_LDADD = $(LDADD) -bm_file_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -bm_file_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(bm_file_LDFLAGS) $(LDFLAGS) -o $@ -am_bm_many_atts_OBJECTS = bm_many_atts.$(OBJEXT) tst_utils.$(OBJEXT) -bm_many_atts_OBJECTS = $(am_bm_many_atts_OBJECTS) -bm_many_atts_LDADD = $(LDADD) -bm_many_atts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_bm_many_objs_OBJECTS = bm_many_objs.$(OBJEXT) tst_utils.$(OBJEXT) -bm_many_objs_OBJECTS = $(am_bm_many_objs_OBJECTS) -bm_many_objs_LDADD = $(LDADD) -bm_many_objs_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_bm_netcdf4_recs_OBJECTS = bm_netcdf4_recs.$(OBJEXT) \ - tst_utils.$(OBJEXT) -bm_netcdf4_recs_OBJECTS = $(am_bm_netcdf4_recs_OBJECTS) -bm_netcdf4_recs_LDADD = $(LDADD) -bm_netcdf4_recs_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -openbigmeta_SOURCES = openbigmeta.c -openbigmeta_OBJECTS = openbigmeta.$(OBJEXT) -openbigmeta_LDADD = $(LDADD) -openbigmeta_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_ar4_OBJECTS = tst_ar4.$(OBJEXT) tst_utils.$(OBJEXT) -tst_ar4_OBJECTS = $(am_tst_ar4_OBJECTS) -tst_ar4_LDADD = $(LDADD) -tst_ar4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_ar4_3d_OBJECTS = tst_ar4_3d.$(OBJEXT) tst_utils.$(OBJEXT) -tst_ar4_3d_OBJECTS = $(am_tst_ar4_3d_OBJECTS) -tst_ar4_3d_LDADD = $(LDADD) -tst_ar4_3d_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_ar4_4d_OBJECTS = tst_ar4_4d.$(OBJEXT) tst_utils.$(OBJEXT) -tst_ar4_4d_OBJECTS = $(am_tst_ar4_4d_OBJECTS) -tst_ar4_4d_LDADD = $(LDADD) -tst_ar4_4d_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_attsperf_SOURCES = tst_attsperf.c -tst_attsperf_OBJECTS = tst_attsperf.$(OBJEXT) -tst_attsperf_LDADD = $(LDADD) -tst_attsperf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_bm_rando_OBJECTS = tst_bm_rando.$(OBJEXT) tst_utils.$(OBJEXT) -tst_bm_rando_OBJECTS = $(am_tst_bm_rando_OBJECTS) -tst_bm_rando_LDADD = $(LDADD) -tst_bm_rando_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_chunks3_SOURCES = tst_chunks3.c -tst_chunks3_OBJECTS = tst_chunks3.$(OBJEXT) -tst_chunks3_LDADD = $(LDADD) -tst_chunks3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_compress_OBJECTS = tst_compress.$(OBJEXT) tst_utils.$(OBJEXT) -tst_compress_OBJECTS = $(am_tst_compress_OBJECTS) -tst_compress_LDADD = $(LDADD) -tst_compress_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_compress_par_SOURCES = tst_compress_par.c -tst_compress_par_OBJECTS = tst_compress_par.$(OBJEXT) -tst_compress_par_LDADD = $(LDADD) -tst_compress_par_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_compress_par_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(tst_compress_par_LDFLAGS) $(LDFLAGS) \ - -o $@ -tst_create_files_SOURCES = tst_create_files.c -tst_create_files_OBJECTS = tst_create_files.$(OBJEXT) -tst_create_files_LDADD = $(LDADD) -tst_create_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_files2_OBJECTS = tst_files2.$(OBJEXT) tst_utils.$(OBJEXT) -tst_files2_OBJECTS = $(am_tst_files2_OBJECTS) -tst_files2_LDADD = $(LDADD) -tst_files2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_files3_SOURCES = tst_files3.c -tst_files3_OBJECTS = tst_files3.$(OBJEXT) -tst_files3_LDADD = $(LDADD) -tst_files3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_h_many_atts_OBJECTS = tst_h_many_atts.$(OBJEXT) \ - tst_utils.$(OBJEXT) -tst_h_many_atts_OBJECTS = $(am_tst_h_many_atts_OBJECTS) -tst_h_many_atts_LDADD = $(LDADD) -tst_h_many_atts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_knmi_OBJECTS = tst_knmi.$(OBJEXT) tst_utils.$(OBJEXT) -tst_knmi_OBJECTS = $(am_tst_knmi_OBJECTS) -tst_knmi_LDADD = $(LDADD) -tst_knmi_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_mem_SOURCES = tst_mem.c -tst_mem_OBJECTS = tst_mem.$(OBJEXT) -tst_mem_LDADD = $(LDADD) -tst_mem_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_mem1_SOURCES = tst_mem1.c -tst_mem1_OBJECTS = tst_mem1.$(OBJEXT) -tst_mem1_LDADD = $(LDADD) -tst_mem1_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_wrf_reads_OBJECTS = tst_wrf_reads.$(OBJEXT) tst_utils.$(OBJEXT) -tst_wrf_reads_OBJECTS = $(am_tst_wrf_reads_OBJECTS) -tst_wrf_reads_LDADD = $(LDADD) -tst_wrf_reads_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/bigmeta.Po ./$(DEPDIR)/bm_file.Po \ - ./$(DEPDIR)/bm_many_atts.Po ./$(DEPDIR)/bm_many_objs.Po \ - ./$(DEPDIR)/bm_netcdf4_recs.Po ./$(DEPDIR)/openbigmeta.Po \ - ./$(DEPDIR)/tst_ar4.Po ./$(DEPDIR)/tst_ar4_3d.Po \ - ./$(DEPDIR)/tst_ar4_4d.Po ./$(DEPDIR)/tst_attsperf.Po \ - ./$(DEPDIR)/tst_bm_rando.Po ./$(DEPDIR)/tst_chunks3.Po \ - ./$(DEPDIR)/tst_compress.Po ./$(DEPDIR)/tst_compress_par.Po \ - ./$(DEPDIR)/tst_create_files.Po ./$(DEPDIR)/tst_files2.Po \ - ./$(DEPDIR)/tst_files3.Po ./$(DEPDIR)/tst_h_many_atts.Po \ - ./$(DEPDIR)/tst_knmi.Po ./$(DEPDIR)/tst_mem.Po \ - ./$(DEPDIR)/tst_mem1.Po ./$(DEPDIR)/tst_utils.Po \ - ./$(DEPDIR)/tst_wrf_reads.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = bigmeta.c $(bm_file_SOURCES) $(bm_many_atts_SOURCES) \ - $(bm_many_objs_SOURCES) $(bm_netcdf4_recs_SOURCES) \ - openbigmeta.c $(tst_ar4_SOURCES) $(tst_ar4_3d_SOURCES) \ - $(tst_ar4_4d_SOURCES) tst_attsperf.c $(tst_bm_rando_SOURCES) \ - tst_chunks3.c $(tst_compress_SOURCES) tst_compress_par.c \ - tst_create_files.c $(tst_files2_SOURCES) tst_files3.c \ - $(tst_h_many_atts_SOURCES) $(tst_knmi_SOURCES) tst_mem.c \ - tst_mem1.c $(tst_wrf_reads_SOURCES) -DIST_SOURCES = bigmeta.c $(bm_file_SOURCES) $(bm_many_atts_SOURCES) \ - $(bm_many_objs_SOURCES) $(bm_netcdf4_recs_SOURCES) \ - openbigmeta.c $(tst_ar4_SOURCES) $(tst_ar4_3d_SOURCES) \ - $(tst_ar4_4d_SOURCES) tst_attsperf.c $(tst_bm_rando_SOURCES) \ - tst_chunks3.c $(tst_compress_SOURCES) tst_compress_par.c \ - tst_create_files.c $(tst_files2_SOURCES) tst_files3.c \ - $(tst_h_many_atts_SOURCES) $(tst_knmi_SOURCES) tst_mem.c \ - tst_mem1.c $(tst_wrf_reads_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/run_gfs_test.sh.in \ - $(srcdir)/run_par_bm_test.sh.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 - -# Link to our assembled library. -AM_LDFLAGS = $(am__append_3) $(am__append_4) \ - ${top_builddir}/liblib/libnetcdf.la -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_perf -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_perf -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -TEST_EXTENSIONS = .sh -LDADD = ${top_builddir}/liblib/libnetcdf.la -bm_file_SOURCES = bm_file.c tst_utils.c -bm_file_LDFLAGS = -no-install -bm_netcdf4_recs_SOURCES = bm_netcdf4_recs.c tst_utils.c -bm_many_atts_SOURCES = bm_many_atts.c tst_utils.c -bm_many_objs_SOURCES = bm_many_objs.c tst_utils.c -tst_ar4_3d_SOURCES = tst_ar4_3d.c tst_utils.c -tst_ar4_4d_SOURCES = tst_ar4_4d.c tst_utils.c -tst_files2_SOURCES = tst_files2.c tst_utils.c -tst_ar4_SOURCES = tst_ar4.c tst_utils.c -tst_h_many_atts_SOURCES = tst_h_many_atts.c tst_utils.c -tst_knmi_SOURCES = tst_knmi.c tst_utils.c -tst_wrf_reads_SOURCES = tst_wrf_reads.c tst_utils.c -tst_bm_rando_SOURCES = tst_bm_rando.c tst_utils.c -tst_compress_SOURCES = tst_compress.c tst_utils.c -#tst_compress_par_LDFLAGS = -no-install - -# Extra files for the dist. Note that parallel tests end in .in, -# because configure substitute in the launcher (usually mpiexec). -EXTRA_DIST = run_knmi_bm.sh perftest.sh run_bm_test1.sh \ -run_bm_test2.sh run_tst_chunks.sh run_bm_elena.sh CMakeLists.txt \ -run_gfs_test.sh.in run_par_bm_test.sh.in gfs_sample.cdl - -CLEANFILES = tst_*.nc bigmeta.nc bigvars.nc floats*.nc floats*.cdl \ -shorts*.nc shorts*.cdl ints*.nc ints*.cdl tst_*.cdl - -DISTCLEANFILES = run_par_bm_test.sh MSGCPP_CWP_NC*.nc run_gfs_test.sh -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nc_perf/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign nc_perf/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -run_par_bm_test.sh: $(top_builddir)/config.status $(srcdir)/run_par_bm_test.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -run_gfs_test.sh: $(top_builddir)/config.status $(srcdir)/run_gfs_test.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -bigmeta$(EXEEXT): $(bigmeta_OBJECTS) $(bigmeta_DEPENDENCIES) $(EXTRA_bigmeta_DEPENDENCIES) - @rm -f bigmeta$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(bigmeta_OBJECTS) $(bigmeta_LDADD) $(LIBS) - -bm_file$(EXEEXT): $(bm_file_OBJECTS) $(bm_file_DEPENDENCIES) $(EXTRA_bm_file_DEPENDENCIES) - @rm -f bm_file$(EXEEXT) - $(AM_V_CCLD)$(bm_file_LINK) $(bm_file_OBJECTS) $(bm_file_LDADD) $(LIBS) - -bm_many_atts$(EXEEXT): $(bm_many_atts_OBJECTS) $(bm_many_atts_DEPENDENCIES) $(EXTRA_bm_many_atts_DEPENDENCIES) - @rm -f bm_many_atts$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(bm_many_atts_OBJECTS) $(bm_many_atts_LDADD) $(LIBS) - -bm_many_objs$(EXEEXT): $(bm_many_objs_OBJECTS) $(bm_many_objs_DEPENDENCIES) $(EXTRA_bm_many_objs_DEPENDENCIES) - @rm -f bm_many_objs$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(bm_many_objs_OBJECTS) $(bm_many_objs_LDADD) $(LIBS) - -bm_netcdf4_recs$(EXEEXT): $(bm_netcdf4_recs_OBJECTS) $(bm_netcdf4_recs_DEPENDENCIES) $(EXTRA_bm_netcdf4_recs_DEPENDENCIES) - @rm -f bm_netcdf4_recs$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(bm_netcdf4_recs_OBJECTS) $(bm_netcdf4_recs_LDADD) $(LIBS) - -openbigmeta$(EXEEXT): $(openbigmeta_OBJECTS) $(openbigmeta_DEPENDENCIES) $(EXTRA_openbigmeta_DEPENDENCIES) - @rm -f openbigmeta$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(openbigmeta_OBJECTS) $(openbigmeta_LDADD) $(LIBS) - -tst_ar4$(EXEEXT): $(tst_ar4_OBJECTS) $(tst_ar4_DEPENDENCIES) $(EXTRA_tst_ar4_DEPENDENCIES) - @rm -f tst_ar4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_ar4_OBJECTS) $(tst_ar4_LDADD) $(LIBS) - -tst_ar4_3d$(EXEEXT): $(tst_ar4_3d_OBJECTS) $(tst_ar4_3d_DEPENDENCIES) $(EXTRA_tst_ar4_3d_DEPENDENCIES) - @rm -f tst_ar4_3d$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_ar4_3d_OBJECTS) $(tst_ar4_3d_LDADD) $(LIBS) - -tst_ar4_4d$(EXEEXT): $(tst_ar4_4d_OBJECTS) $(tst_ar4_4d_DEPENDENCIES) $(EXTRA_tst_ar4_4d_DEPENDENCIES) - @rm -f tst_ar4_4d$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_ar4_4d_OBJECTS) $(tst_ar4_4d_LDADD) $(LIBS) - -tst_attsperf$(EXEEXT): $(tst_attsperf_OBJECTS) $(tst_attsperf_DEPENDENCIES) $(EXTRA_tst_attsperf_DEPENDENCIES) - @rm -f tst_attsperf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_attsperf_OBJECTS) $(tst_attsperf_LDADD) $(LIBS) - -tst_bm_rando$(EXEEXT): $(tst_bm_rando_OBJECTS) $(tst_bm_rando_DEPENDENCIES) $(EXTRA_tst_bm_rando_DEPENDENCIES) - @rm -f tst_bm_rando$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_bm_rando_OBJECTS) $(tst_bm_rando_LDADD) $(LIBS) - -tst_chunks3$(EXEEXT): $(tst_chunks3_OBJECTS) $(tst_chunks3_DEPENDENCIES) $(EXTRA_tst_chunks3_DEPENDENCIES) - @rm -f tst_chunks3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_chunks3_OBJECTS) $(tst_chunks3_LDADD) $(LIBS) - -tst_compress$(EXEEXT): $(tst_compress_OBJECTS) $(tst_compress_DEPENDENCIES) $(EXTRA_tst_compress_DEPENDENCIES) - @rm -f tst_compress$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_compress_OBJECTS) $(tst_compress_LDADD) $(LIBS) - -tst_compress_par$(EXEEXT): $(tst_compress_par_OBJECTS) $(tst_compress_par_DEPENDENCIES) $(EXTRA_tst_compress_par_DEPENDENCIES) - @rm -f tst_compress_par$(EXEEXT) - $(AM_V_CCLD)$(tst_compress_par_LINK) $(tst_compress_par_OBJECTS) $(tst_compress_par_LDADD) $(LIBS) - -tst_create_files$(EXEEXT): $(tst_create_files_OBJECTS) $(tst_create_files_DEPENDENCIES) $(EXTRA_tst_create_files_DEPENDENCIES) - @rm -f tst_create_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_create_files_OBJECTS) $(tst_create_files_LDADD) $(LIBS) - -tst_files2$(EXEEXT): $(tst_files2_OBJECTS) $(tst_files2_DEPENDENCIES) $(EXTRA_tst_files2_DEPENDENCIES) - @rm -f tst_files2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_files2_OBJECTS) $(tst_files2_LDADD) $(LIBS) - -tst_files3$(EXEEXT): $(tst_files3_OBJECTS) $(tst_files3_DEPENDENCIES) $(EXTRA_tst_files3_DEPENDENCIES) - @rm -f tst_files3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_files3_OBJECTS) $(tst_files3_LDADD) $(LIBS) - -tst_h_many_atts$(EXEEXT): $(tst_h_many_atts_OBJECTS) $(tst_h_many_atts_DEPENDENCIES) $(EXTRA_tst_h_many_atts_DEPENDENCIES) - @rm -f tst_h_many_atts$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_many_atts_OBJECTS) $(tst_h_many_atts_LDADD) $(LIBS) - -tst_knmi$(EXEEXT): $(tst_knmi_OBJECTS) $(tst_knmi_DEPENDENCIES) $(EXTRA_tst_knmi_DEPENDENCIES) - @rm -f tst_knmi$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_knmi_OBJECTS) $(tst_knmi_LDADD) $(LIBS) - -tst_mem$(EXEEXT): $(tst_mem_OBJECTS) $(tst_mem_DEPENDENCIES) $(EXTRA_tst_mem_DEPENDENCIES) - @rm -f tst_mem$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_mem_OBJECTS) $(tst_mem_LDADD) $(LIBS) - -tst_mem1$(EXEEXT): $(tst_mem1_OBJECTS) $(tst_mem1_DEPENDENCIES) $(EXTRA_tst_mem1_DEPENDENCIES) - @rm -f tst_mem1$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_mem1_OBJECTS) $(tst_mem1_LDADD) $(LIBS) - -tst_wrf_reads$(EXEEXT): $(tst_wrf_reads_OBJECTS) $(tst_wrf_reads_DEPENDENCIES) $(EXTRA_tst_wrf_reads_DEPENDENCIES) - @rm -f tst_wrf_reads$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_wrf_reads_OBJECTS) $(tst_wrf_reads_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/bigmeta.Po # am--include-marker -include ./$(DEPDIR)/bm_file.Po # am--include-marker -include ./$(DEPDIR)/bm_many_atts.Po # am--include-marker -include ./$(DEPDIR)/bm_many_objs.Po # am--include-marker -include ./$(DEPDIR)/bm_netcdf4_recs.Po # am--include-marker -include ./$(DEPDIR)/openbigmeta.Po # am--include-marker -include ./$(DEPDIR)/tst_ar4.Po # am--include-marker -include ./$(DEPDIR)/tst_ar4_3d.Po # am--include-marker -include ./$(DEPDIR)/tst_ar4_4d.Po # am--include-marker -include ./$(DEPDIR)/tst_attsperf.Po # am--include-marker -include ./$(DEPDIR)/tst_bm_rando.Po # am--include-marker -include ./$(DEPDIR)/tst_chunks3.Po # am--include-marker -include ./$(DEPDIR)/tst_compress.Po # am--include-marker -include ./$(DEPDIR)/tst_compress_par.Po # am--include-marker -include ./$(DEPDIR)/tst_create_files.Po # am--include-marker -include ./$(DEPDIR)/tst_files2.Po # am--include-marker -include ./$(DEPDIR)/tst_files3.Po # am--include-marker -include ./$(DEPDIR)/tst_h_many_atts.Po # am--include-marker -include ./$(DEPDIR)/tst_knmi.Po # am--include-marker -include ./$(DEPDIR)/tst_mem.Po # am--include-marker -include ./$(DEPDIR)/tst_mem1.Po # am--include-marker -include ./$(DEPDIR)/tst_utils.Po # am--include-marker -include ./$(DEPDIR)/tst_wrf_reads.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -tst_ar4_3d.log: tst_ar4_3d$(EXEEXT) - @p='tst_ar4_3d$(EXEEXT)'; \ - b='tst_ar4_3d'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_create_files.log: tst_create_files$(EXEEXT) - @p='tst_create_files$(EXEEXT)'; \ - b='tst_create_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_files3.log: tst_files3$(EXEEXT) - @p='tst_files3$(EXEEXT)'; \ - b='tst_files3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_mem.log: tst_mem$(EXEEXT) - @p='tst_mem$(EXEEXT)'; \ - b='tst_mem'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_wrf_reads.log: tst_wrf_reads$(EXEEXT) - @p='tst_wrf_reads$(EXEEXT)'; \ - b='tst_wrf_reads'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_attsperf.log: tst_attsperf$(EXEEXT) - @p='tst_attsperf$(EXEEXT)'; \ - b='tst_attsperf'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_bm_rando.log: tst_bm_rando$(EXEEXT) - @p='tst_bm_rando$(EXEEXT)'; \ - b='tst_bm_rando'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_compress.log: tst_compress$(EXEEXT) - @p='tst_compress$(EXEEXT)'; \ - b='tst_compress'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/bigmeta.Po - -rm -f ./$(DEPDIR)/bm_file.Po - -rm -f ./$(DEPDIR)/bm_many_atts.Po - -rm -f ./$(DEPDIR)/bm_many_objs.Po - -rm -f ./$(DEPDIR)/bm_netcdf4_recs.Po - -rm -f ./$(DEPDIR)/openbigmeta.Po - -rm -f ./$(DEPDIR)/tst_ar4.Po - -rm -f ./$(DEPDIR)/tst_ar4_3d.Po - -rm -f ./$(DEPDIR)/tst_ar4_4d.Po - -rm -f ./$(DEPDIR)/tst_attsperf.Po - -rm -f ./$(DEPDIR)/tst_bm_rando.Po - -rm -f ./$(DEPDIR)/tst_chunks3.Po - -rm -f ./$(DEPDIR)/tst_compress.Po - -rm -f ./$(DEPDIR)/tst_compress_par.Po - -rm -f ./$(DEPDIR)/tst_create_files.Po - -rm -f ./$(DEPDIR)/tst_files2.Po - -rm -f ./$(DEPDIR)/tst_files3.Po - -rm -f ./$(DEPDIR)/tst_h_many_atts.Po - -rm -f ./$(DEPDIR)/tst_knmi.Po - -rm -f ./$(DEPDIR)/tst_mem.Po - -rm -f ./$(DEPDIR)/tst_mem1.Po - -rm -f ./$(DEPDIR)/tst_utils.Po - -rm -f ./$(DEPDIR)/tst_wrf_reads.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/bigmeta.Po - -rm -f ./$(DEPDIR)/bm_file.Po - -rm -f ./$(DEPDIR)/bm_many_atts.Po - -rm -f ./$(DEPDIR)/bm_many_objs.Po - -rm -f ./$(DEPDIR)/bm_netcdf4_recs.Po - -rm -f ./$(DEPDIR)/openbigmeta.Po - -rm -f ./$(DEPDIR)/tst_ar4.Po - -rm -f ./$(DEPDIR)/tst_ar4_3d.Po - -rm -f ./$(DEPDIR)/tst_ar4_4d.Po - -rm -f ./$(DEPDIR)/tst_attsperf.Po - -rm -f ./$(DEPDIR)/tst_bm_rando.Po - -rm -f ./$(DEPDIR)/tst_chunks3.Po - -rm -f ./$(DEPDIR)/tst_compress.Po - -rm -f ./$(DEPDIR)/tst_compress_par.Po - -rm -f ./$(DEPDIR)/tst_create_files.Po - -rm -f ./$(DEPDIR)/tst_files2.Po - -rm -f ./$(DEPDIR)/tst_files3.Po - -rm -f ./$(DEPDIR)/tst_h_many_atts.Po - -rm -f ./$(DEPDIR)/tst_knmi.Po - -rm -f ./$(DEPDIR)/tst_mem.Po - -rm -f ./$(DEPDIR)/tst_mem1.Po - -rm -f ./$(DEPDIR)/tst_utils.Po - -rm -f ./$(DEPDIR)/tst_wrf_reads.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# Running these performance tests at the same time is meaningless, -# since that will saturate I/O channels. Running all benchmarks in -# parallel can also be really slow on a less-powerful workstation, -# causing timeouts. -.NOTPARALLEL: - -run_bm_elena.log: tst_create_files.log - -# tst_create_files creates files for other tests. -run_bm_test1.log: tst_create_files.log -run_bm_test2.log: tst_create_files.log -#run_par_bm_test.log: tst_create_files.log run_bm_test1.log - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: diff --git a/nc_perf/run_gfs_test.sh b/nc_perf/run_gfs_test.sh deleted file mode 100644 index e1b64ab..0000000 --- a/nc_perf/run_gfs_test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# This shell file tests the GFS tests parallel I/O. -# Ed Hartnett, 6/30/20 - -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ../test_common.sh - -echo "*** Running tst_gfs_1..." -mpiexec -n 4 ./tst_compress_par - -exit 0 diff --git a/nc_perf/run_par_bm_test.sh b/nc_perf/run_par_bm_test.sh deleted file mode 100644 index 14dcf68..0000000 --- a/nc_perf/run_par_bm_test.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -# This shell file tests the bm_file program for parallel I/O. -# Ed Hartnett - -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ../test_common.sh - -echo "" -for type_name in floats ints shorts -do - echo "*** Running bm_file for parallel access on simple ${type_name} test files, 1D to 6D..." - header="-h" - for i in 1 2 3 - do - test $i = 1 && chunksizes="100000" - test $i = 2 && chunksizes="316:316" - test $i = 3 && chunksizes="46:46:46" - for numproc in 1 4 16 - do - mpiexec -n $numproc ./bm_file -p -d ${header} -s ${numproc} -f 4 -o p_${type_name}2_${i}D_3.nc -c 0:-1:0:${chunksizes} ${type_name}2_${i}D_3.nc - ${NCDUMP} -n tst_${type_name}2_${i}D p_${type_name}2_${i}D_3.nc > p_${type_name}2_${i}D.cdl - diff tst_${type_name}2_${i}D.cdl p_${type_name}2_${i}D.cdl &> /dev/null - header= - done - done - echo '*** SUCCESS!!!' -done - -exit 0 diff --git a/nc_test/Makefile b/nc_test/Makefile deleted file mode 100644 index 591c00c..0000000 --- a/nc_test/Makefile +++ /dev/null @@ -1,2117 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# nc_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This file builds and runs the nc_test program, which tests the -# netCDF-3 API for all formats. - -# Ed Hartnett, Dennis Heimbigner, Ward Fisher - -# Un comment to use a more verbose test driver -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = t_nc$(EXEEXT) tst_atts3$(EXEEXT) tst_nofill$(EXEEXT) \ - nc_test$(EXEEXT) tst_small$(EXEEXT) $(am__EXEEXT_1) \ - $(am__EXEEXT_2) $(am__EXEEXT_7) tst_diskless$(EXEEXT) \ - tst_diskless3$(EXEEXT) tst_diskless4$(EXEEXT) \ - tst_diskless5$(EXEEXT) tst_inmemory$(EXEEXT) \ - tst_open_mem$(EXEEXT) $(am__EXEEXT_8) $(am__EXEEXT_9) \ - $(am__EXEEXT_10) - -# These tests are only run if pnetcdf is enabled. -#am__append_5 = tst_parallel2 tst_pnetcdf tst_addvar \ -#tst_formatx_pnetcdf tst_default_format_pnetcdf - -#am__append_6 = tst_cdf5format - -# If the user asked for large file tests, then add them. -#am__append_7 = quick_large_files tst_big_var6 tst_big_var2 \ -#tst_big_rvar tst_big_var tst_large large_files - -#am__append_8 = testnc3perf -am__append_9 = tst_diskless6 -am__append_10 = tst_diskless2 -TESTS = $(am__EXEEXT_7) $(am__append_12) $(am__append_13) \ - $(am__append_14) $(am__append_15) $(am__append_16) \ - $(am__EXEEXT_11) $(am__append_18) -#am__append_11 = tst_byterange -#am__append_12 = test_byterange.sh -am__append_13 = run_diskless.sh run_diskless5.sh run_inmemory.sh -#am__append_14 = run_diskless2.sh -#am__append_15 = run_mmap.sh - -# If pnetcdf is enabled, these tests are run by a test -# script. Otherwise, the are run by automake in the usual way. -#am__append_16 = run_pnetcdf_tests.sh -am__append_17 = t_nc tst_atts3 tst_nofill nc_test tst_small -am__append_18 = run_cdf5.sh -am__append_19 = tst_open_cdf5 -#am__append_20 = tst_large_cdf5 tst_cdf5_begin -subdir = nc_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = run_pnetcdf_tests.sh -CONFIG_CLEAN_VPATH_FILES = -#am__EXEEXT_1 = tst_parallel2$(EXEEXT) \ -# tst_pnetcdf$(EXEEXT) tst_addvar$(EXEEXT) \ -# tst_formatx_pnetcdf$(EXEEXT) \ -# tst_default_format_pnetcdf$(EXEEXT) -#am__EXEEXT_2 = \ -# tst_cdf5format$(EXEEXT) -#am__EXEEXT_3 = quick_large_files$(EXEEXT) \ -# tst_big_var6$(EXEEXT) \ -# tst_big_var2$(EXEEXT) \ -# tst_big_rvar$(EXEEXT) \ -# tst_big_var$(EXEEXT) tst_large$(EXEEXT) \ -# large_files$(EXEEXT) -#am__EXEEXT_4 = testnc3perf$(EXEEXT) -am__EXEEXT_5 = tst_diskless6$(EXEEXT) -#am__EXEEXT_6 = tst_large_cdf5$(EXEEXT) \ -# tst_cdf5_begin$(EXEEXT) -am__EXEEXT_7 = tst_names$(EXEEXT) tst_nofill2$(EXEEXT) \ - tst_nofill3$(EXEEXT) tst_meta$(EXEEXT) tst_inq_type$(EXEEXT) \ - tst_utf8_validate$(EXEEXT) tst_utf8_phrases$(EXEEXT) \ - tst_global_fillval$(EXEEXT) tst_max_var_dims$(EXEEXT) \ - tst_formats$(EXEEXT) tst_def_var_fill$(EXEEXT) \ - tst_err_enddef$(EXEEXT) tst_default_format$(EXEEXT) \ - $(am__EXEEXT_3) $(am__EXEEXT_4) $(am__EXEEXT_5) \ - $(am__EXEEXT_6) -am__EXEEXT_8 = tst_diskless2$(EXEEXT) -#am__EXEEXT_9 = tst_byterange$(EXEEXT) -am__EXEEXT_10 = tst_open_cdf5$(EXEEXT) -large_files_SOURCES = large_files.c -large_files_OBJECTS = large_files.$(OBJEXT) -large_files_LDADD = $(LDADD) -large_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am_nc_test_OBJECTS = nc_test.$(OBJEXT) error.$(OBJEXT) \ - test_get.$(OBJEXT) test_put.$(OBJEXT) test_read.$(OBJEXT) \ - test_write.$(OBJEXT) util.$(OBJEXT) -nc_test_OBJECTS = $(am_nc_test_OBJECTS) -nc_test_LDADD = $(LDADD) -nc_test_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -quick_large_files_SOURCES = quick_large_files.c -quick_large_files_OBJECTS = quick_large_files.$(OBJEXT) -quick_large_files_LDADD = $(LDADD) -quick_large_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -t_nc_SOURCES = t_nc.c -t_nc_OBJECTS = t_nc.$(OBJEXT) -t_nc_LDADD = $(LDADD) -t_nc_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -testnc3perf_SOURCES = testnc3perf.c -testnc3perf_OBJECTS = testnc3perf.$(OBJEXT) -testnc3perf_LDADD = $(LDADD) -testnc3perf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_addvar_SOURCES = tst_addvar.c -tst_addvar_OBJECTS = tst_addvar.$(OBJEXT) -tst_addvar_LDADD = $(LDADD) -tst_addvar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_atts3_SOURCES = tst_atts3.c -tst_atts3_OBJECTS = tst_atts3.$(OBJEXT) -tst_atts3_LDADD = $(LDADD) -tst_atts3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_big_rvar_SOURCES = tst_big_rvar.c -tst_big_rvar_OBJECTS = tst_big_rvar.$(OBJEXT) -tst_big_rvar_LDADD = $(LDADD) -tst_big_rvar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_big_var_SOURCES = tst_big_var.c -tst_big_var_OBJECTS = tst_big_var.$(OBJEXT) -tst_big_var_LDADD = $(LDADD) -tst_big_var_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_big_var2_SOURCES = tst_big_var2.c -tst_big_var2_OBJECTS = tst_big_var2.$(OBJEXT) -tst_big_var2_LDADD = $(LDADD) -tst_big_var2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_big_var6_SOURCES = tst_big_var6.c -tst_big_var6_OBJECTS = tst_big_var6.$(OBJEXT) -tst_big_var6_LDADD = $(LDADD) -tst_big_var6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__tst_byterange_SOURCES_DIST = tst_byterange.c -#am_tst_byterange_OBJECTS = tst_byterange.$(OBJEXT) -tst_byterange_OBJECTS = $(am_tst_byterange_OBJECTS) -tst_byterange_LDADD = $(LDADD) -tst_byterange_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_cdf5_begin_SOURCES = tst_cdf5_begin.c -tst_cdf5_begin_OBJECTS = tst_cdf5_begin.$(OBJEXT) -tst_cdf5_begin_LDADD = $(LDADD) -tst_cdf5_begin_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_cdf5format_SOURCES = tst_cdf5format.c -tst_cdf5format_OBJECTS = tst_cdf5format.$(OBJEXT) -tst_cdf5format_LDADD = $(LDADD) -tst_cdf5format_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_def_var_fill_SOURCES = tst_def_var_fill.c -tst_def_var_fill_OBJECTS = tst_def_var_fill.$(OBJEXT) -tst_def_var_fill_LDADD = $(LDADD) -tst_def_var_fill_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_default_format_SOURCES = tst_default_format.c -tst_default_format_OBJECTS = tst_default_format.$(OBJEXT) -tst_default_format_LDADD = $(LDADD) -tst_default_format_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_default_format_pnetcdf_SOURCES = tst_default_format_pnetcdf.c -tst_default_format_pnetcdf_OBJECTS = \ - tst_default_format_pnetcdf.$(OBJEXT) -tst_default_format_pnetcdf_LDADD = $(LDADD) -tst_default_format_pnetcdf_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_diskless_SOURCES = tst_diskless.c -tst_diskless_OBJECTS = tst_diskless.$(OBJEXT) -tst_diskless_LDADD = $(LDADD) -tst_diskless_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_diskless2_SOURCES = tst_diskless2.c -tst_diskless2_OBJECTS = tst_diskless2.$(OBJEXT) -tst_diskless2_LDADD = $(LDADD) -tst_diskless2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_diskless3_SOURCES = tst_diskless3.c -tst_diskless3_OBJECTS = tst_diskless3.$(OBJEXT) -tst_diskless3_LDADD = $(LDADD) -tst_diskless3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_diskless4_SOURCES = tst_diskless4.c -tst_diskless4_OBJECTS = tst_diskless4.$(OBJEXT) -tst_diskless4_LDADD = $(LDADD) -tst_diskless4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_diskless5_SOURCES = tst_diskless5.c -tst_diskless5_OBJECTS = tst_diskless5.$(OBJEXT) -tst_diskless5_LDADD = $(LDADD) -tst_diskless5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_diskless6_SOURCES = tst_diskless6.c -tst_diskless6_OBJECTS = tst_diskless6.$(OBJEXT) -tst_diskless6_LDADD = $(LDADD) -tst_diskless6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_err_enddef_SOURCES = tst_err_enddef.c -tst_err_enddef_OBJECTS = tst_err_enddef.$(OBJEXT) -tst_err_enddef_LDADD = $(LDADD) -tst_err_enddef_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_formats_SOURCES = tst_formats.c -tst_formats_OBJECTS = tst_formats.$(OBJEXT) -tst_formats_LDADD = $(LDADD) -tst_formats_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_formatx_pnetcdf_SOURCES = tst_formatx_pnetcdf.c -tst_formatx_pnetcdf_OBJECTS = tst_formatx_pnetcdf.$(OBJEXT) -tst_formatx_pnetcdf_LDADD = $(LDADD) -tst_formatx_pnetcdf_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_global_fillval_SOURCES = tst_global_fillval.c -tst_global_fillval_OBJECTS = tst_global_fillval.$(OBJEXT) -tst_global_fillval_LDADD = $(LDADD) -tst_global_fillval_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_inmemory_SOURCES = tst_inmemory.c -tst_inmemory_OBJECTS = tst_inmemory.$(OBJEXT) -tst_inmemory_LDADD = $(LDADD) -tst_inmemory_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_inq_type_SOURCES = tst_inq_type.c -tst_inq_type_OBJECTS = tst_inq_type.$(OBJEXT) -tst_inq_type_LDADD = $(LDADD) -tst_inq_type_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_large_SOURCES = tst_large.c -tst_large_OBJECTS = tst_large.$(OBJEXT) -tst_large_LDADD = $(LDADD) -tst_large_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_large_cdf5_SOURCES = tst_large_cdf5.c -tst_large_cdf5_OBJECTS = tst_large_cdf5.$(OBJEXT) -tst_large_cdf5_LDADD = $(LDADD) -tst_large_cdf5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_max_var_dims_SOURCES = tst_max_var_dims.c -tst_max_var_dims_OBJECTS = tst_max_var_dims.$(OBJEXT) -tst_max_var_dims_LDADD = $(LDADD) -tst_max_var_dims_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_meta_SOURCES = tst_meta.c -tst_meta_OBJECTS = tst_meta.$(OBJEXT) -tst_meta_LDADD = $(LDADD) -tst_meta_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_names_SOURCES = tst_names.c -tst_names_OBJECTS = tst_names.$(OBJEXT) -tst_names_LDADD = $(LDADD) -tst_names_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nofill_SOURCES = tst_nofill.c -tst_nofill_OBJECTS = tst_nofill.$(OBJEXT) -tst_nofill_LDADD = $(LDADD) -tst_nofill_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nofill2_SOURCES = tst_nofill2.c -tst_nofill2_OBJECTS = tst_nofill2.$(OBJEXT) -tst_nofill2_LDADD = $(LDADD) -tst_nofill2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nofill3_SOURCES = tst_nofill3.c -tst_nofill3_OBJECTS = tst_nofill3.$(OBJEXT) -tst_nofill3_LDADD = $(LDADD) -tst_nofill3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_open_cdf5_SOURCES = tst_open_cdf5.c -tst_open_cdf5_OBJECTS = tst_open_cdf5.$(OBJEXT) -tst_open_cdf5_LDADD = $(LDADD) -tst_open_cdf5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_open_mem_SOURCES = tst_open_mem.c -tst_open_mem_OBJECTS = tst_open_mem.$(OBJEXT) -tst_open_mem_LDADD = $(LDADD) -tst_open_mem_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel2_SOURCES = tst_parallel2.c -tst_parallel2_OBJECTS = tst_parallel2.$(OBJEXT) -tst_parallel2_LDADD = $(LDADD) -tst_parallel2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_pnetcdf_SOURCES = tst_pnetcdf.c -tst_pnetcdf_OBJECTS = tst_pnetcdf.$(OBJEXT) -tst_pnetcdf_LDADD = $(LDADD) -tst_pnetcdf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_small_SOURCES = tst_small.c -tst_small_OBJECTS = tst_small.$(OBJEXT) -tst_small_LDADD = $(LDADD) -tst_small_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_utf8_phrases_SOURCES = tst_utf8_phrases.c -tst_utf8_phrases_OBJECTS = tst_utf8_phrases.$(OBJEXT) -tst_utf8_phrases_LDADD = $(LDADD) -tst_utf8_phrases_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_utf8_validate_SOURCES = tst_utf8_validate.c -tst_utf8_validate_OBJECTS = tst_utf8_validate.$(OBJEXT) -tst_utf8_validate_LDADD = $(LDADD) -tst_utf8_validate_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/error.Po ./$(DEPDIR)/large_files.Po \ - ./$(DEPDIR)/nc_test.Po ./$(DEPDIR)/quick_large_files.Po \ - ./$(DEPDIR)/t_nc.Po ./$(DEPDIR)/test_get.Po \ - ./$(DEPDIR)/test_put.Po ./$(DEPDIR)/test_read.Po \ - ./$(DEPDIR)/test_write.Po ./$(DEPDIR)/testnc3perf.Po \ - ./$(DEPDIR)/tst_addvar.Po ./$(DEPDIR)/tst_atts3.Po \ - ./$(DEPDIR)/tst_big_rvar.Po ./$(DEPDIR)/tst_big_var.Po \ - ./$(DEPDIR)/tst_big_var2.Po ./$(DEPDIR)/tst_big_var6.Po \ - ./$(DEPDIR)/tst_byterange.Po ./$(DEPDIR)/tst_cdf5_begin.Po \ - ./$(DEPDIR)/tst_cdf5format.Po ./$(DEPDIR)/tst_def_var_fill.Po \ - ./$(DEPDIR)/tst_default_format.Po \ - ./$(DEPDIR)/tst_default_format_pnetcdf.Po \ - ./$(DEPDIR)/tst_diskless.Po ./$(DEPDIR)/tst_diskless2.Po \ - ./$(DEPDIR)/tst_diskless3.Po ./$(DEPDIR)/tst_diskless4.Po \ - ./$(DEPDIR)/tst_diskless5.Po ./$(DEPDIR)/tst_diskless6.Po \ - ./$(DEPDIR)/tst_err_enddef.Po ./$(DEPDIR)/tst_formats.Po \ - ./$(DEPDIR)/tst_formatx_pnetcdf.Po \ - ./$(DEPDIR)/tst_global_fillval.Po ./$(DEPDIR)/tst_inmemory.Po \ - ./$(DEPDIR)/tst_inq_type.Po ./$(DEPDIR)/tst_large.Po \ - ./$(DEPDIR)/tst_large_cdf5.Po ./$(DEPDIR)/tst_max_var_dims.Po \ - ./$(DEPDIR)/tst_meta.Po ./$(DEPDIR)/tst_names.Po \ - ./$(DEPDIR)/tst_nofill.Po ./$(DEPDIR)/tst_nofill2.Po \ - ./$(DEPDIR)/tst_nofill3.Po ./$(DEPDIR)/tst_open_cdf5.Po \ - ./$(DEPDIR)/tst_open_mem.Po ./$(DEPDIR)/tst_parallel2.Po \ - ./$(DEPDIR)/tst_pnetcdf.Po ./$(DEPDIR)/tst_small.Po \ - ./$(DEPDIR)/tst_utf8_phrases.Po \ - ./$(DEPDIR)/tst_utf8_validate.Po ./$(DEPDIR)/util.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = large_files.c $(nc_test_SOURCES) quick_large_files.c t_nc.c \ - testnc3perf.c tst_addvar.c tst_atts3.c tst_big_rvar.c \ - tst_big_var.c tst_big_var2.c tst_big_var6.c \ - $(tst_byterange_SOURCES) tst_cdf5_begin.c tst_cdf5format.c \ - tst_def_var_fill.c tst_default_format.c \ - tst_default_format_pnetcdf.c tst_diskless.c tst_diskless2.c \ - tst_diskless3.c tst_diskless4.c tst_diskless5.c \ - tst_diskless6.c tst_err_enddef.c tst_formats.c \ - tst_formatx_pnetcdf.c tst_global_fillval.c tst_inmemory.c \ - tst_inq_type.c tst_large.c tst_large_cdf5.c tst_max_var_dims.c \ - tst_meta.c tst_names.c tst_nofill.c tst_nofill2.c \ - tst_nofill3.c tst_open_cdf5.c tst_open_mem.c tst_parallel2.c \ - tst_pnetcdf.c tst_small.c tst_utf8_phrases.c \ - tst_utf8_validate.c -DIST_SOURCES = large_files.c $(nc_test_SOURCES) quick_large_files.c \ - t_nc.c testnc3perf.c tst_addvar.c tst_atts3.c tst_big_rvar.c \ - tst_big_var.c tst_big_var2.c tst_big_var6.c \ - $(am__tst_byterange_SOURCES_DIST) tst_cdf5_begin.c \ - tst_cdf5format.c tst_def_var_fill.c tst_default_format.c \ - tst_default_format_pnetcdf.c tst_diskless.c tst_diskless2.c \ - tst_diskless3.c tst_diskless4.c tst_diskless5.c \ - tst_diskless6.c tst_err_enddef.c tst_formats.c \ - tst_formatx_pnetcdf.c tst_global_fillval.c tst_inmemory.c \ - tst_inq_type.c tst_large.c tst_large_cdf5.c tst_max_var_dims.c \ - tst_meta.c tst_names.c tst_nofill.c tst_nofill2.c \ - tst_nofill3.c tst_open_cdf5.c tst_open_mem.c tst_parallel2.c \ - tst_pnetcdf.c tst_small.c tst_utf8_phrases.c \ - tst_utf8_validate.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -am__EXEEXT_11 = \ - t_nc$(EXEEXT) \ - tst_atts3$(EXEEXT) \ - tst_nofill$(EXEEXT) \ - nc_test$(EXEEXT) \ - tst_small$(EXEEXT) -TEST_SUITE_LOG = test-suite.log -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(srcdir)/run_pnetcdf_tests.sh.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -I$(top_srcdir)/libsrc \ - -DTOPSRCDIR=${abs_top_srcdir} -DTOPBINDIR=${abs_top_builddir} \ - -I$(top_builddir)/liblib -I$(top_builddir)/include \ - -I$(top_srcdir)/libsrc -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; -LDADD = ${top_builddir}/liblib/libnetcdf.la -TEST_EXTENSIONS = .sh - -# These are the tests which are always run. -TESTPROGRAMS = tst_names tst_nofill2 tst_nofill3 tst_meta tst_inq_type \ - tst_utf8_validate tst_utf8_phrases tst_global_fillval \ - tst_max_var_dims tst_formats tst_def_var_fill tst_err_enddef \ - tst_default_format $(am__append_7) $(am__append_8) \ - $(am__append_9) $(am__append_20) - -# These are the source files for the main workhorse test program, -# nc_test. If you pass nc_test, you are doing well. -nc_test_SOURCES = nc_test.c error.c test_get.c test_put.c test_read.c \ -test_write.c util.c error.h tests.h - -#tst_byterange_SOURCES = tst_byterange.c - -# The .c files that are generated with m4 are already distributed, but -# we also include the original m4 files, plus test scripts data. -EXTRA_DIST = test_get.m4 test_put.m4 run_diskless.sh run_diskless2.sh \ - run_diskless5.sh run_mmap.sh test_read.m4 test_write.m4 \ - ref_tst_diskless2.cdl tst_diskless5.cdl \ - ref_tst_diskless3_create.cdl ref_tst_diskless3_open.cdl \ - run_inmemory.sh run_mmap.sh f03tst_open_mem.nc \ - test_byterange.sh ref_tst_http_nc3.cdl ref_tst_http_nc4a.cdl \ - ref_tst_http_nc4b.cdl ref_tst_http_nc4c.cdl CMakeLists.txt \ - run_pnetcdf_tests.sh.in tst_misc.c tst_norm.c \ - ref_tst_http_nc4e.cdl ref_tst_http_nc4f.cdl bad_cdf5_begin.nc \ - run_cdf5.sh nc_enddef.cdl - -# These files are created by the tests. -CLEANFILES = nc_test_*.nc tst_*.nc t_nc.nc large_files.nc \ -quick_large_files.nc tst_diskless3_file.cdl \ -tst_diskless4.cdl ref_tst_diskless4.cdl benchmark.nc \ -tst_http_nc3.cdl tst_http_nc4?.cdl tmp*.cdl tmp*.nc - - -# Only clean these on maintainer-clean, because they require m4 to -# regenerate. -MAINTAINERCLEANFILES = test_get.c test_put.c -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .m4 .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nc_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign nc_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -run_pnetcdf_tests.sh: $(top_builddir)/config.status $(srcdir)/run_pnetcdf_tests.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -large_files$(EXEEXT): $(large_files_OBJECTS) $(large_files_DEPENDENCIES) $(EXTRA_large_files_DEPENDENCIES) - @rm -f large_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(large_files_OBJECTS) $(large_files_LDADD) $(LIBS) - -nc_test$(EXEEXT): $(nc_test_OBJECTS) $(nc_test_DEPENDENCIES) $(EXTRA_nc_test_DEPENDENCIES) - @rm -f nc_test$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(nc_test_OBJECTS) $(nc_test_LDADD) $(LIBS) - -quick_large_files$(EXEEXT): $(quick_large_files_OBJECTS) $(quick_large_files_DEPENDENCIES) $(EXTRA_quick_large_files_DEPENDENCIES) - @rm -f quick_large_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(quick_large_files_OBJECTS) $(quick_large_files_LDADD) $(LIBS) - -t_nc$(EXEEXT): $(t_nc_OBJECTS) $(t_nc_DEPENDENCIES) $(EXTRA_t_nc_DEPENDENCIES) - @rm -f t_nc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(t_nc_OBJECTS) $(t_nc_LDADD) $(LIBS) - -testnc3perf$(EXEEXT): $(testnc3perf_OBJECTS) $(testnc3perf_DEPENDENCIES) $(EXTRA_testnc3perf_DEPENDENCIES) - @rm -f testnc3perf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testnc3perf_OBJECTS) $(testnc3perf_LDADD) $(LIBS) - -tst_addvar$(EXEEXT): $(tst_addvar_OBJECTS) $(tst_addvar_DEPENDENCIES) $(EXTRA_tst_addvar_DEPENDENCIES) - @rm -f tst_addvar$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_addvar_OBJECTS) $(tst_addvar_LDADD) $(LIBS) - -tst_atts3$(EXEEXT): $(tst_atts3_OBJECTS) $(tst_atts3_DEPENDENCIES) $(EXTRA_tst_atts3_DEPENDENCIES) - @rm -f tst_atts3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_atts3_OBJECTS) $(tst_atts3_LDADD) $(LIBS) - -tst_big_rvar$(EXEEXT): $(tst_big_rvar_OBJECTS) $(tst_big_rvar_DEPENDENCIES) $(EXTRA_tst_big_rvar_DEPENDENCIES) - @rm -f tst_big_rvar$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_big_rvar_OBJECTS) $(tst_big_rvar_LDADD) $(LIBS) - -tst_big_var$(EXEEXT): $(tst_big_var_OBJECTS) $(tst_big_var_DEPENDENCIES) $(EXTRA_tst_big_var_DEPENDENCIES) - @rm -f tst_big_var$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_big_var_OBJECTS) $(tst_big_var_LDADD) $(LIBS) - -tst_big_var2$(EXEEXT): $(tst_big_var2_OBJECTS) $(tst_big_var2_DEPENDENCIES) $(EXTRA_tst_big_var2_DEPENDENCIES) - @rm -f tst_big_var2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_big_var2_OBJECTS) $(tst_big_var2_LDADD) $(LIBS) - -tst_big_var6$(EXEEXT): $(tst_big_var6_OBJECTS) $(tst_big_var6_DEPENDENCIES) $(EXTRA_tst_big_var6_DEPENDENCIES) - @rm -f tst_big_var6$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_big_var6_OBJECTS) $(tst_big_var6_LDADD) $(LIBS) - -tst_byterange$(EXEEXT): $(tst_byterange_OBJECTS) $(tst_byterange_DEPENDENCIES) $(EXTRA_tst_byterange_DEPENDENCIES) - @rm -f tst_byterange$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_byterange_OBJECTS) $(tst_byterange_LDADD) $(LIBS) - -tst_cdf5_begin$(EXEEXT): $(tst_cdf5_begin_OBJECTS) $(tst_cdf5_begin_DEPENDENCIES) $(EXTRA_tst_cdf5_begin_DEPENDENCIES) - @rm -f tst_cdf5_begin$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_cdf5_begin_OBJECTS) $(tst_cdf5_begin_LDADD) $(LIBS) - -tst_cdf5format$(EXEEXT): $(tst_cdf5format_OBJECTS) $(tst_cdf5format_DEPENDENCIES) $(EXTRA_tst_cdf5format_DEPENDENCIES) - @rm -f tst_cdf5format$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_cdf5format_OBJECTS) $(tst_cdf5format_LDADD) $(LIBS) - -tst_def_var_fill$(EXEEXT): $(tst_def_var_fill_OBJECTS) $(tst_def_var_fill_DEPENDENCIES) $(EXTRA_tst_def_var_fill_DEPENDENCIES) - @rm -f tst_def_var_fill$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_def_var_fill_OBJECTS) $(tst_def_var_fill_LDADD) $(LIBS) - -tst_default_format$(EXEEXT): $(tst_default_format_OBJECTS) $(tst_default_format_DEPENDENCIES) $(EXTRA_tst_default_format_DEPENDENCIES) - @rm -f tst_default_format$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_default_format_OBJECTS) $(tst_default_format_LDADD) $(LIBS) - -tst_default_format_pnetcdf$(EXEEXT): $(tst_default_format_pnetcdf_OBJECTS) $(tst_default_format_pnetcdf_DEPENDENCIES) $(EXTRA_tst_default_format_pnetcdf_DEPENDENCIES) - @rm -f tst_default_format_pnetcdf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_default_format_pnetcdf_OBJECTS) $(tst_default_format_pnetcdf_LDADD) $(LIBS) - -tst_diskless$(EXEEXT): $(tst_diskless_OBJECTS) $(tst_diskless_DEPENDENCIES) $(EXTRA_tst_diskless_DEPENDENCIES) - @rm -f tst_diskless$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_diskless_OBJECTS) $(tst_diskless_LDADD) $(LIBS) - -tst_diskless2$(EXEEXT): $(tst_diskless2_OBJECTS) $(tst_diskless2_DEPENDENCIES) $(EXTRA_tst_diskless2_DEPENDENCIES) - @rm -f tst_diskless2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_diskless2_OBJECTS) $(tst_diskless2_LDADD) $(LIBS) - -tst_diskless3$(EXEEXT): $(tst_diskless3_OBJECTS) $(tst_diskless3_DEPENDENCIES) $(EXTRA_tst_diskless3_DEPENDENCIES) - @rm -f tst_diskless3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_diskless3_OBJECTS) $(tst_diskless3_LDADD) $(LIBS) - -tst_diskless4$(EXEEXT): $(tst_diskless4_OBJECTS) $(tst_diskless4_DEPENDENCIES) $(EXTRA_tst_diskless4_DEPENDENCIES) - @rm -f tst_diskless4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_diskless4_OBJECTS) $(tst_diskless4_LDADD) $(LIBS) - -tst_diskless5$(EXEEXT): $(tst_diskless5_OBJECTS) $(tst_diskless5_DEPENDENCIES) $(EXTRA_tst_diskless5_DEPENDENCIES) - @rm -f tst_diskless5$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_diskless5_OBJECTS) $(tst_diskless5_LDADD) $(LIBS) - -tst_diskless6$(EXEEXT): $(tst_diskless6_OBJECTS) $(tst_diskless6_DEPENDENCIES) $(EXTRA_tst_diskless6_DEPENDENCIES) - @rm -f tst_diskless6$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_diskless6_OBJECTS) $(tst_diskless6_LDADD) $(LIBS) - -tst_err_enddef$(EXEEXT): $(tst_err_enddef_OBJECTS) $(tst_err_enddef_DEPENDENCIES) $(EXTRA_tst_err_enddef_DEPENDENCIES) - @rm -f tst_err_enddef$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_err_enddef_OBJECTS) $(tst_err_enddef_LDADD) $(LIBS) - -tst_formats$(EXEEXT): $(tst_formats_OBJECTS) $(tst_formats_DEPENDENCIES) $(EXTRA_tst_formats_DEPENDENCIES) - @rm -f tst_formats$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_formats_OBJECTS) $(tst_formats_LDADD) $(LIBS) - -tst_formatx_pnetcdf$(EXEEXT): $(tst_formatx_pnetcdf_OBJECTS) $(tst_formatx_pnetcdf_DEPENDENCIES) $(EXTRA_tst_formatx_pnetcdf_DEPENDENCIES) - @rm -f tst_formatx_pnetcdf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_formatx_pnetcdf_OBJECTS) $(tst_formatx_pnetcdf_LDADD) $(LIBS) - -tst_global_fillval$(EXEEXT): $(tst_global_fillval_OBJECTS) $(tst_global_fillval_DEPENDENCIES) $(EXTRA_tst_global_fillval_DEPENDENCIES) - @rm -f tst_global_fillval$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_global_fillval_OBJECTS) $(tst_global_fillval_LDADD) $(LIBS) - -tst_inmemory$(EXEEXT): $(tst_inmemory_OBJECTS) $(tst_inmemory_DEPENDENCIES) $(EXTRA_tst_inmemory_DEPENDENCIES) - @rm -f tst_inmemory$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_inmemory_OBJECTS) $(tst_inmemory_LDADD) $(LIBS) - -tst_inq_type$(EXEEXT): $(tst_inq_type_OBJECTS) $(tst_inq_type_DEPENDENCIES) $(EXTRA_tst_inq_type_DEPENDENCIES) - @rm -f tst_inq_type$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_inq_type_OBJECTS) $(tst_inq_type_LDADD) $(LIBS) - -tst_large$(EXEEXT): $(tst_large_OBJECTS) $(tst_large_DEPENDENCIES) $(EXTRA_tst_large_DEPENDENCIES) - @rm -f tst_large$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_large_OBJECTS) $(tst_large_LDADD) $(LIBS) - -tst_large_cdf5$(EXEEXT): $(tst_large_cdf5_OBJECTS) $(tst_large_cdf5_DEPENDENCIES) $(EXTRA_tst_large_cdf5_DEPENDENCIES) - @rm -f tst_large_cdf5$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_large_cdf5_OBJECTS) $(tst_large_cdf5_LDADD) $(LIBS) - -tst_max_var_dims$(EXEEXT): $(tst_max_var_dims_OBJECTS) $(tst_max_var_dims_DEPENDENCIES) $(EXTRA_tst_max_var_dims_DEPENDENCIES) - @rm -f tst_max_var_dims$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_max_var_dims_OBJECTS) $(tst_max_var_dims_LDADD) $(LIBS) - -tst_meta$(EXEEXT): $(tst_meta_OBJECTS) $(tst_meta_DEPENDENCIES) $(EXTRA_tst_meta_DEPENDENCIES) - @rm -f tst_meta$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_meta_OBJECTS) $(tst_meta_LDADD) $(LIBS) - -tst_names$(EXEEXT): $(tst_names_OBJECTS) $(tst_names_DEPENDENCIES) $(EXTRA_tst_names_DEPENDENCIES) - @rm -f tst_names$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_names_OBJECTS) $(tst_names_LDADD) $(LIBS) - -tst_nofill$(EXEEXT): $(tst_nofill_OBJECTS) $(tst_nofill_DEPENDENCIES) $(EXTRA_tst_nofill_DEPENDENCIES) - @rm -f tst_nofill$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nofill_OBJECTS) $(tst_nofill_LDADD) $(LIBS) - -tst_nofill2$(EXEEXT): $(tst_nofill2_OBJECTS) $(tst_nofill2_DEPENDENCIES) $(EXTRA_tst_nofill2_DEPENDENCIES) - @rm -f tst_nofill2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nofill2_OBJECTS) $(tst_nofill2_LDADD) $(LIBS) - -tst_nofill3$(EXEEXT): $(tst_nofill3_OBJECTS) $(tst_nofill3_DEPENDENCIES) $(EXTRA_tst_nofill3_DEPENDENCIES) - @rm -f tst_nofill3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nofill3_OBJECTS) $(tst_nofill3_LDADD) $(LIBS) - -tst_open_cdf5$(EXEEXT): $(tst_open_cdf5_OBJECTS) $(tst_open_cdf5_DEPENDENCIES) $(EXTRA_tst_open_cdf5_DEPENDENCIES) - @rm -f tst_open_cdf5$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_open_cdf5_OBJECTS) $(tst_open_cdf5_LDADD) $(LIBS) - -tst_open_mem$(EXEEXT): $(tst_open_mem_OBJECTS) $(tst_open_mem_DEPENDENCIES) $(EXTRA_tst_open_mem_DEPENDENCIES) - @rm -f tst_open_mem$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_open_mem_OBJECTS) $(tst_open_mem_LDADD) $(LIBS) - -tst_parallel2$(EXEEXT): $(tst_parallel2_OBJECTS) $(tst_parallel2_DEPENDENCIES) $(EXTRA_tst_parallel2_DEPENDENCIES) - @rm -f tst_parallel2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel2_OBJECTS) $(tst_parallel2_LDADD) $(LIBS) - -tst_pnetcdf$(EXEEXT): $(tst_pnetcdf_OBJECTS) $(tst_pnetcdf_DEPENDENCIES) $(EXTRA_tst_pnetcdf_DEPENDENCIES) - @rm -f tst_pnetcdf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_pnetcdf_OBJECTS) $(tst_pnetcdf_LDADD) $(LIBS) - -tst_small$(EXEEXT): $(tst_small_OBJECTS) $(tst_small_DEPENDENCIES) $(EXTRA_tst_small_DEPENDENCIES) - @rm -f tst_small$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_small_OBJECTS) $(tst_small_LDADD) $(LIBS) - -tst_utf8_phrases$(EXEEXT): $(tst_utf8_phrases_OBJECTS) $(tst_utf8_phrases_DEPENDENCIES) $(EXTRA_tst_utf8_phrases_DEPENDENCIES) - @rm -f tst_utf8_phrases$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_utf8_phrases_OBJECTS) $(tst_utf8_phrases_LDADD) $(LIBS) - -tst_utf8_validate$(EXEEXT): $(tst_utf8_validate_OBJECTS) $(tst_utf8_validate_DEPENDENCIES) $(EXTRA_tst_utf8_validate_DEPENDENCIES) - @rm -f tst_utf8_validate$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_utf8_validate_OBJECTS) $(tst_utf8_validate_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/error.Po # am--include-marker -include ./$(DEPDIR)/large_files.Po # am--include-marker -include ./$(DEPDIR)/nc_test.Po # am--include-marker -include ./$(DEPDIR)/quick_large_files.Po # am--include-marker -include ./$(DEPDIR)/t_nc.Po # am--include-marker -include ./$(DEPDIR)/test_get.Po # am--include-marker -include ./$(DEPDIR)/test_put.Po # am--include-marker -include ./$(DEPDIR)/test_read.Po # am--include-marker -include ./$(DEPDIR)/test_write.Po # am--include-marker -include ./$(DEPDIR)/testnc3perf.Po # am--include-marker -include ./$(DEPDIR)/tst_addvar.Po # am--include-marker -include ./$(DEPDIR)/tst_atts3.Po # am--include-marker -include ./$(DEPDIR)/tst_big_rvar.Po # am--include-marker -include ./$(DEPDIR)/tst_big_var.Po # am--include-marker -include ./$(DEPDIR)/tst_big_var2.Po # am--include-marker -include ./$(DEPDIR)/tst_big_var6.Po # am--include-marker -include ./$(DEPDIR)/tst_byterange.Po # am--include-marker -include ./$(DEPDIR)/tst_cdf5_begin.Po # am--include-marker -include ./$(DEPDIR)/tst_cdf5format.Po # am--include-marker -include ./$(DEPDIR)/tst_def_var_fill.Po # am--include-marker -include ./$(DEPDIR)/tst_default_format.Po # am--include-marker -include ./$(DEPDIR)/tst_default_format_pnetcdf.Po # am--include-marker -include ./$(DEPDIR)/tst_diskless.Po # am--include-marker -include ./$(DEPDIR)/tst_diskless2.Po # am--include-marker -include ./$(DEPDIR)/tst_diskless3.Po # am--include-marker -include ./$(DEPDIR)/tst_diskless4.Po # am--include-marker -include ./$(DEPDIR)/tst_diskless5.Po # am--include-marker -include ./$(DEPDIR)/tst_diskless6.Po # am--include-marker -include ./$(DEPDIR)/tst_err_enddef.Po # am--include-marker -include ./$(DEPDIR)/tst_formats.Po # am--include-marker -include ./$(DEPDIR)/tst_formatx_pnetcdf.Po # am--include-marker -include ./$(DEPDIR)/tst_global_fillval.Po # am--include-marker -include ./$(DEPDIR)/tst_inmemory.Po # am--include-marker -include ./$(DEPDIR)/tst_inq_type.Po # am--include-marker -include ./$(DEPDIR)/tst_large.Po # am--include-marker -include ./$(DEPDIR)/tst_large_cdf5.Po # am--include-marker -include ./$(DEPDIR)/tst_max_var_dims.Po # am--include-marker -include ./$(DEPDIR)/tst_meta.Po # am--include-marker -include ./$(DEPDIR)/tst_names.Po # am--include-marker -include ./$(DEPDIR)/tst_nofill.Po # am--include-marker -include ./$(DEPDIR)/tst_nofill2.Po # am--include-marker -include ./$(DEPDIR)/tst_nofill3.Po # am--include-marker -include ./$(DEPDIR)/tst_open_cdf5.Po # am--include-marker -include ./$(DEPDIR)/tst_open_mem.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel2.Po # am--include-marker -include ./$(DEPDIR)/tst_pnetcdf.Po # am--include-marker -include ./$(DEPDIR)/tst_small.Po # am--include-marker -include ./$(DEPDIR)/tst_utf8_phrases.Po # am--include-marker -include ./$(DEPDIR)/tst_utf8_validate.Po # am--include-marker -include ./$(DEPDIR)/util.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -tst_names.log: tst_names$(EXEEXT) - @p='tst_names$(EXEEXT)'; \ - b='tst_names'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_nofill2.log: tst_nofill2$(EXEEXT) - @p='tst_nofill2$(EXEEXT)'; \ - b='tst_nofill2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_nofill3.log: tst_nofill3$(EXEEXT) - @p='tst_nofill3$(EXEEXT)'; \ - b='tst_nofill3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_meta.log: tst_meta$(EXEEXT) - @p='tst_meta$(EXEEXT)'; \ - b='tst_meta'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_inq_type.log: tst_inq_type$(EXEEXT) - @p='tst_inq_type$(EXEEXT)'; \ - b='tst_inq_type'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_utf8_validate.log: tst_utf8_validate$(EXEEXT) - @p='tst_utf8_validate$(EXEEXT)'; \ - b='tst_utf8_validate'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_utf8_phrases.log: tst_utf8_phrases$(EXEEXT) - @p='tst_utf8_phrases$(EXEEXT)'; \ - b='tst_utf8_phrases'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_global_fillval.log: tst_global_fillval$(EXEEXT) - @p='tst_global_fillval$(EXEEXT)'; \ - b='tst_global_fillval'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_max_var_dims.log: tst_max_var_dims$(EXEEXT) - @p='tst_max_var_dims$(EXEEXT)'; \ - b='tst_max_var_dims'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_formats.log: tst_formats$(EXEEXT) - @p='tst_formats$(EXEEXT)'; \ - b='tst_formats'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_def_var_fill.log: tst_def_var_fill$(EXEEXT) - @p='tst_def_var_fill$(EXEEXT)'; \ - b='tst_def_var_fill'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_err_enddef.log: tst_err_enddef$(EXEEXT) - @p='tst_err_enddef$(EXEEXT)'; \ - b='tst_err_enddef'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_default_format.log: tst_default_format$(EXEEXT) - @p='tst_default_format$(EXEEXT)'; \ - b='tst_default_format'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -quick_large_files.log: quick_large_files$(EXEEXT) - @p='quick_large_files$(EXEEXT)'; \ - b='quick_large_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_big_var6.log: tst_big_var6$(EXEEXT) - @p='tst_big_var6$(EXEEXT)'; \ - b='tst_big_var6'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_big_var2.log: tst_big_var2$(EXEEXT) - @p='tst_big_var2$(EXEEXT)'; \ - b='tst_big_var2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_big_rvar.log: tst_big_rvar$(EXEEXT) - @p='tst_big_rvar$(EXEEXT)'; \ - b='tst_big_rvar'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_big_var.log: tst_big_var$(EXEEXT) - @p='tst_big_var$(EXEEXT)'; \ - b='tst_big_var'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_large.log: tst_large$(EXEEXT) - @p='tst_large$(EXEEXT)'; \ - b='tst_large'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -large_files.log: large_files$(EXEEXT) - @p='large_files$(EXEEXT)'; \ - b='large_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -testnc3perf.log: testnc3perf$(EXEEXT) - @p='testnc3perf$(EXEEXT)'; \ - b='testnc3perf'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_diskless6.log: tst_diskless6$(EXEEXT) - @p='tst_diskless6$(EXEEXT)'; \ - b='tst_diskless6'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_large_cdf5.log: tst_large_cdf5$(EXEEXT) - @p='tst_large_cdf5$(EXEEXT)'; \ - b='tst_large_cdf5'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_cdf5_begin.log: tst_cdf5_begin$(EXEEXT) - @p='tst_cdf5_begin$(EXEEXT)'; \ - b='tst_cdf5_begin'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -t_nc.log: t_nc$(EXEEXT) - @p='t_nc$(EXEEXT)'; \ - b='t_nc'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_atts3.log: tst_atts3$(EXEEXT) - @p='tst_atts3$(EXEEXT)'; \ - b='tst_atts3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_nofill.log: tst_nofill$(EXEEXT) - @p='tst_nofill$(EXEEXT)'; \ - b='tst_nofill'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -nc_test.log: nc_test$(EXEEXT) - @p='nc_test$(EXEEXT)'; \ - b='nc_test'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_small.log: tst_small$(EXEEXT) - @p='tst_small$(EXEEXT)'; \ - b='tst_small'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/error.Po - -rm -f ./$(DEPDIR)/large_files.Po - -rm -f ./$(DEPDIR)/nc_test.Po - -rm -f ./$(DEPDIR)/quick_large_files.Po - -rm -f ./$(DEPDIR)/t_nc.Po - -rm -f ./$(DEPDIR)/test_get.Po - -rm -f ./$(DEPDIR)/test_put.Po - -rm -f ./$(DEPDIR)/test_read.Po - -rm -f ./$(DEPDIR)/test_write.Po - -rm -f ./$(DEPDIR)/testnc3perf.Po - -rm -f ./$(DEPDIR)/tst_addvar.Po - -rm -f ./$(DEPDIR)/tst_atts3.Po - -rm -f ./$(DEPDIR)/tst_big_rvar.Po - -rm -f ./$(DEPDIR)/tst_big_var.Po - -rm -f ./$(DEPDIR)/tst_big_var2.Po - -rm -f ./$(DEPDIR)/tst_big_var6.Po - -rm -f ./$(DEPDIR)/tst_byterange.Po - -rm -f ./$(DEPDIR)/tst_cdf5_begin.Po - -rm -f ./$(DEPDIR)/tst_cdf5format.Po - -rm -f ./$(DEPDIR)/tst_def_var_fill.Po - -rm -f ./$(DEPDIR)/tst_default_format.Po - -rm -f ./$(DEPDIR)/tst_default_format_pnetcdf.Po - -rm -f ./$(DEPDIR)/tst_diskless.Po - -rm -f ./$(DEPDIR)/tst_diskless2.Po - -rm -f ./$(DEPDIR)/tst_diskless3.Po - -rm -f ./$(DEPDIR)/tst_diskless4.Po - -rm -f ./$(DEPDIR)/tst_diskless5.Po - -rm -f ./$(DEPDIR)/tst_diskless6.Po - -rm -f ./$(DEPDIR)/tst_err_enddef.Po - -rm -f ./$(DEPDIR)/tst_formats.Po - -rm -f ./$(DEPDIR)/tst_formatx_pnetcdf.Po - -rm -f ./$(DEPDIR)/tst_global_fillval.Po - -rm -f ./$(DEPDIR)/tst_inmemory.Po - -rm -f ./$(DEPDIR)/tst_inq_type.Po - -rm -f ./$(DEPDIR)/tst_large.Po - -rm -f ./$(DEPDIR)/tst_large_cdf5.Po - -rm -f ./$(DEPDIR)/tst_max_var_dims.Po - -rm -f ./$(DEPDIR)/tst_meta.Po - -rm -f ./$(DEPDIR)/tst_names.Po - -rm -f ./$(DEPDIR)/tst_nofill.Po - -rm -f ./$(DEPDIR)/tst_nofill2.Po - -rm -f ./$(DEPDIR)/tst_nofill3.Po - -rm -f ./$(DEPDIR)/tst_open_cdf5.Po - -rm -f ./$(DEPDIR)/tst_open_mem.Po - -rm -f ./$(DEPDIR)/tst_parallel2.Po - -rm -f ./$(DEPDIR)/tst_pnetcdf.Po - -rm -f ./$(DEPDIR)/tst_small.Po - -rm -f ./$(DEPDIR)/tst_utf8_phrases.Po - -rm -f ./$(DEPDIR)/tst_utf8_validate.Po - -rm -f ./$(DEPDIR)/util.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/error.Po - -rm -f ./$(DEPDIR)/large_files.Po - -rm -f ./$(DEPDIR)/nc_test.Po - -rm -f ./$(DEPDIR)/quick_large_files.Po - -rm -f ./$(DEPDIR)/t_nc.Po - -rm -f ./$(DEPDIR)/test_get.Po - -rm -f ./$(DEPDIR)/test_put.Po - -rm -f ./$(DEPDIR)/test_read.Po - -rm -f ./$(DEPDIR)/test_write.Po - -rm -f ./$(DEPDIR)/testnc3perf.Po - -rm -f ./$(DEPDIR)/tst_addvar.Po - -rm -f ./$(DEPDIR)/tst_atts3.Po - -rm -f ./$(DEPDIR)/tst_big_rvar.Po - -rm -f ./$(DEPDIR)/tst_big_var.Po - -rm -f ./$(DEPDIR)/tst_big_var2.Po - -rm -f ./$(DEPDIR)/tst_big_var6.Po - -rm -f ./$(DEPDIR)/tst_byterange.Po - -rm -f ./$(DEPDIR)/tst_cdf5_begin.Po - -rm -f ./$(DEPDIR)/tst_cdf5format.Po - -rm -f ./$(DEPDIR)/tst_def_var_fill.Po - -rm -f ./$(DEPDIR)/tst_default_format.Po - -rm -f ./$(DEPDIR)/tst_default_format_pnetcdf.Po - -rm -f ./$(DEPDIR)/tst_diskless.Po - -rm -f ./$(DEPDIR)/tst_diskless2.Po - -rm -f ./$(DEPDIR)/tst_diskless3.Po - -rm -f ./$(DEPDIR)/tst_diskless4.Po - -rm -f ./$(DEPDIR)/tst_diskless5.Po - -rm -f ./$(DEPDIR)/tst_diskless6.Po - -rm -f ./$(DEPDIR)/tst_err_enddef.Po - -rm -f ./$(DEPDIR)/tst_formats.Po - -rm -f ./$(DEPDIR)/tst_formatx_pnetcdf.Po - -rm -f ./$(DEPDIR)/tst_global_fillval.Po - -rm -f ./$(DEPDIR)/tst_inmemory.Po - -rm -f ./$(DEPDIR)/tst_inq_type.Po - -rm -f ./$(DEPDIR)/tst_large.Po - -rm -f ./$(DEPDIR)/tst_large_cdf5.Po - -rm -f ./$(DEPDIR)/tst_max_var_dims.Po - -rm -f ./$(DEPDIR)/tst_meta.Po - -rm -f ./$(DEPDIR)/tst_names.Po - -rm -f ./$(DEPDIR)/tst_nofill.Po - -rm -f ./$(DEPDIR)/tst_nofill2.Po - -rm -f ./$(DEPDIR)/tst_nofill3.Po - -rm -f ./$(DEPDIR)/tst_open_cdf5.Po - -rm -f ./$(DEPDIR)/tst_open_mem.Po - -rm -f ./$(DEPDIR)/tst_parallel2.Po - -rm -f ./$(DEPDIR)/tst_pnetcdf.Po - -rm -f ./$(DEPDIR)/tst_small.Po - -rm -f ./$(DEPDIR)/tst_utf8_phrases.Po - -rm -f ./$(DEPDIR)/tst_utf8_validate.Po - -rm -f ./$(DEPDIR)/util.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - -#run_mmap.log: run_diskless.log - # bad_cdf5_begin.nc is a corrupted CDF-5 file with bad variable starting - # file offsets. It is to be used by tst_open_cdf5.c to check if it can - # detect and report error code NC_ENOTNC. - -# This rule tells make how to turn our .m4 files into .c files. -.m4.c: - m4 $(AM_M4FLAGS) $(M4FLAGS) $< >$@ - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: diff --git a/nc_test/run_pnetcdf_tests.sh b/nc_test/run_pnetcdf_tests.sh deleted file mode 100644 index 3d049be..0000000 --- a/nc_test/run_pnetcdf_tests.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -# This script runs some PnetCDF I/O tests - -set -e - -echo -echo "Testing file created with PnetCDF is modifiable with netCDF..." -./tst_pnetcdf - -echo "Testing file created with PnetCDF works when adding variables..." -./tst_addvar tst_pnetcdf.nc - -# We assume a min of at least 2 processors is available -mpiexec -n 2 ./tst_parallel2 - -# These tests work in either serial or parallel builds. -mpiexec -n 1 ./t_nc -mpiexec -n 1 ./tst_atts3 -mpiexec -n 1 ./tst_nofill -mpiexec -n 1 ./nc_test -mpiexec -n 1 ./tst_default_format_pnetcdf -mpiexec -n 1 ./tst_small -mpiexec -n 1 ./tst_formatx_pnetcdf -mpiexec -n 1 ./tst_cdf5format - - diff --git a/nc_test4/Makefile b/nc_test4/Makefile deleted file mode 100644 index e349fa3..0000000 --- a/nc_test4/Makefile +++ /dev/null @@ -1,3154 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# nc_test4/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is part of the netCDF package. Copyright 2005-2019 University -# Corporation for Atmospheric Research/Unidata See COPYRIGHT file for -# conditions of use. -# -# This directory holds tests for netCDF-4. It is skipped if netCDF-4 -# is not enabled. -# -# Ed Hartnett, Ward Fisher - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -am__append_5 = tst_alignment -check_PROGRAMS = $(am__EXEEXT_2) tst_empty_vlen_unlim$(EXEEXT) \ - tst_charvlenbug$(EXEEXT) tst_vlenstr$(EXEEXT) $(am__EXEEXT_3) \ - $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ - $(am__EXEEXT_7) $(am__EXEEXT_8) build_fixedstring$(EXEEXT) -TESTS = $(am__EXEEXT_2) run_empty_vlen_test.sh $(am__EXEEXT_3) \ - $(am__EXEEXT_4) $(am__append_11) $(am__append_13) \ - $(am__append_15) $(am__append_18) - -# Add these if large file tests are turned on. -#am__append_6 = tst_large tst_large2 -#am__append_7 = tst_large tst_large2 - -# If the v2 API was built, add its test program. -am__append_8 = tst_v2 -am__append_9 = tst_v2 - -# The rest of the tests require ncgen/ncdump. -am__append_10 = renamegroup tst_fillonly - -# H5 and nczarr Fixed string support -am__append_11 = run_grp_rename.sh tst_misc.sh \ - test_fillonly.sh tst_fixedstring.sh - -# Szip Tests (requires ncdump) -#am__append_12 = test_szip h5testszip -#am__append_13 = tst_szip.sh -am__append_14 = test_filter \ - test_filter_misc \ - test_filter_order \ - test_filter_repeat \ - test_filter_vlen \ - tst_multifilter \ - tst_filter_avail -am__append_15 = tst_filter.sh \ - tst_specific_filters.sh \ - tst_bloscfail.sh -#am__append_16 = tst_filter.sh -# This test is too dangerous to run in a parallel make environment. -# It causes race conditions. So suppress and only test by hand. -#TESTS += tst_unknown.sh - -# This are extra tests that will only be run if netcdf-4 is configured -# with --enable-parallel-tests. -#am__append_17 = tst_mpi_parallel tst_parallel tst_parallel3 \ -#tst_parallel4 tst_parallel5 tst_nc4perf tst_mode tst_simplerw_coll_r \ -#tst_mode tst_parallel_zlib tst_parallel_compress tst_quantize_par \ -#tst_parallel6 - -#am__append_18 = run_par_test.sh -subdir = nc_test4 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = findplugin.sh run_par_test.sh -CONFIG_CLEAN_VPATH_FILES = ref_hdf5_compat1.nc ref_hdf5_compat2.nc \ - ref_hdf5_compat3.nc -am__EXEEXT_1 = tst_alignment$(EXEEXT) -am__EXEEXT_2 = tst_dims$(EXEEXT) tst_dims2$(EXEEXT) tst_dims3$(EXEEXT) \ - tst_files$(EXEEXT) tst_files4$(EXEEXT) tst_vars$(EXEEXT) \ - tst_varms$(EXEEXT) tst_unlim_vars$(EXEEXT) \ - tst_converts$(EXEEXT) tst_converts2$(EXEEXT) tst_grps$(EXEEXT) \ - tst_grps2$(EXEEXT) tst_compounds$(EXEEXT) \ - tst_compounds2$(EXEEXT) tst_compounds3$(EXEEXT) \ - tst_opaques$(EXEEXT) tst_strings$(EXEEXT) \ - tst_strings2$(EXEEXT) tst_interops$(EXEEXT) \ - tst_interops4$(EXEEXT) tst_interops5$(EXEEXT) \ - tst_interops6$(EXEEXT) tst_interops_dims$(EXEEXT) \ - tst_enums$(EXEEXT) tst_coords$(EXEEXT) tst_coords2$(EXEEXT) \ - tst_coords3$(EXEEXT) tst_vars3$(EXEEXT) tst_vars4$(EXEEXT) \ - tst_chunks$(EXEEXT) tst_chunks2$(EXEEXT) tst_utf8$(EXEEXT) \ - tst_fills$(EXEEXT) tst_fills2$(EXEEXT) tst_fillbug$(EXEEXT) \ - tst_xplatform$(EXEEXT) tst_xplatform2$(EXEEXT) \ - tst_endian_fill$(EXEEXT) tst_atts$(EXEEXT) t_type$(EXEEXT) \ - cdm_sea_soundings$(EXEEXT) tst_camrun$(EXEEXT) tst_vl$(EXEEXT) \ - tst_atts1$(EXEEXT) tst_atts2$(EXEEXT) tst_vars2$(EXEEXT) \ - tst_files5$(EXEEXT) tst_files6$(EXEEXT) tst_sync$(EXEEXT) \ - tst_h_scalar$(EXEEXT) tst_rename$(EXEEXT) tst_rename2$(EXEEXT) \ - tst_rename3$(EXEEXT) tst_h5_endians$(EXEEXT) \ - tst_atts_string_rewrite$(EXEEXT) tst_hdf5_file_compat$(EXEEXT) \ - tst_fill_attr_vanish$(EXEEXT) tst_rehash$(EXEEXT) \ - tst_filterparser$(EXEEXT) tst_bug324$(EXEEXT) \ - tst_types$(EXEEXT) tst_atts3$(EXEEXT) tst_put_vars$(EXEEXT) \ - tst_elatefill$(EXEEXT) tst_udf$(EXEEXT) \ - tst_put_vars_two_unlim_dim$(EXEEXT) tst_bug1442$(EXEEXT) \ - tst_quantize$(EXEEXT) $(am__EXEEXT_1) tst_h_strbug$(EXEEXT) \ - tst_h_refs$(EXEEXT) -#am__EXEEXT_3 = tst_large$(EXEEXT) \ -# tst_large2$(EXEEXT) -am__EXEEXT_4 = tst_v2$(EXEEXT) -am__EXEEXT_5 = renamegroup$(EXEEXT) \ - tst_fillonly$(EXEEXT) -#am__EXEEXT_6 = \ -# test_szip$(EXEEXT) \ -# h5testszip$(EXEEXT) -am__EXEEXT_7 = test_filter$(EXEEXT) \ - test_filter_misc$(EXEEXT) \ - test_filter_order$(EXEEXT) \ - test_filter_repeat$(EXEEXT) \ - test_filter_vlen$(EXEEXT) \ - tst_multifilter$(EXEEXT) \ - tst_filter_avail$(EXEEXT) -#am__EXEEXT_8 = tst_mpi_parallel$(EXEEXT) \ -# tst_parallel$(EXEEXT) \ -# tst_parallel3$(EXEEXT) \ -# tst_parallel4$(EXEEXT) \ -# tst_parallel5$(EXEEXT) \ -# tst_nc4perf$(EXEEXT) tst_mode$(EXEEXT) \ -# tst_simplerw_coll_r$(EXEEXT) \ -# tst_mode$(EXEEXT) \ -# tst_parallel_zlib$(EXEEXT) \ -# tst_parallel_compress$(EXEEXT) \ -# tst_quantize_par$(EXEEXT) \ -# tst_parallel6$(EXEEXT) -build_fixedstring_SOURCES = build_fixedstring.c -build_fixedstring_OBJECTS = build_fixedstring.$(OBJEXT) -build_fixedstring_LDADD = $(LDADD) -build_fixedstring_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -cdm_sea_soundings_SOURCES = cdm_sea_soundings.c -cdm_sea_soundings_OBJECTS = cdm_sea_soundings.$(OBJEXT) -cdm_sea_soundings_LDADD = $(LDADD) -cdm_sea_soundings_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -h5testszip_SOURCES = h5testszip.c -h5testszip_OBJECTS = h5testszip.$(OBJEXT) -h5testszip_LDADD = $(LDADD) -h5testszip_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -renamegroup_SOURCES = renamegroup.c -renamegroup_OBJECTS = renamegroup.$(OBJEXT) -renamegroup_LDADD = $(LDADD) -renamegroup_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -t_type_SOURCES = t_type.c -t_type_OBJECTS = t_type.$(OBJEXT) -t_type_LDADD = $(LDADD) -t_type_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_filter_SOURCES = test_filter.c -test_filter_OBJECTS = test_filter.$(OBJEXT) -test_filter_LDADD = $(LDADD) -test_filter_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_filter_misc_SOURCES = test_filter_misc.c -test_filter_misc_OBJECTS = test_filter_misc.$(OBJEXT) -test_filter_misc_LDADD = $(LDADD) -test_filter_misc_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_filter_order_SOURCES = test_filter_order.c -test_filter_order_OBJECTS = test_filter_order.$(OBJEXT) -test_filter_order_LDADD = $(LDADD) -test_filter_order_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_filter_repeat_SOURCES = test_filter_repeat.c -test_filter_repeat_OBJECTS = test_filter_repeat.$(OBJEXT) -test_filter_repeat_LDADD = $(LDADD) -test_filter_repeat_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_filter_vlen_SOURCES = test_filter_vlen.c -test_filter_vlen_OBJECTS = test_filter_vlen.$(OBJEXT) -test_filter_vlen_LDADD = $(LDADD) -test_filter_vlen_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_szip_SOURCES = test_szip.c -test_szip_OBJECTS = test_szip.$(OBJEXT) -test_szip_LDADD = $(LDADD) -test_szip_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_alignment_SOURCES = tst_alignment.c -tst_alignment_OBJECTS = tst_alignment.$(OBJEXT) -tst_alignment_LDADD = $(LDADD) -tst_alignment_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_atts_SOURCES = tst_atts.c -tst_atts_OBJECTS = tst_atts.$(OBJEXT) -tst_atts_LDADD = $(LDADD) -tst_atts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_atts1_SOURCES = tst_atts1.c -tst_atts1_OBJECTS = tst_atts1.$(OBJEXT) -tst_atts1_LDADD = $(LDADD) -tst_atts1_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_atts2_SOURCES = tst_atts2.c -tst_atts2_OBJECTS = tst_atts2.$(OBJEXT) -tst_atts2_LDADD = $(LDADD) -tst_atts2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_atts3_SOURCES = tst_atts3.c -tst_atts3_OBJECTS = tst_atts3.$(OBJEXT) -tst_atts3_LDADD = $(LDADD) -tst_atts3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_atts_string_rewrite_SOURCES = tst_atts_string_rewrite.c -tst_atts_string_rewrite_OBJECTS = tst_atts_string_rewrite.$(OBJEXT) -tst_atts_string_rewrite_LDADD = $(LDADD) -tst_atts_string_rewrite_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_bug1442_SOURCES = tst_bug1442.c -tst_bug1442_OBJECTS = tst_bug1442.$(OBJEXT) -tst_bug1442_LDADD = $(LDADD) -tst_bug1442_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_bug324_SOURCES = tst_bug324.c -tst_bug324_OBJECTS = tst_bug324.$(OBJEXT) -tst_bug324_LDADD = $(LDADD) -tst_bug324_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_camrun_SOURCES = tst_camrun.c -tst_camrun_OBJECTS = tst_camrun.$(OBJEXT) -tst_camrun_LDADD = $(LDADD) -tst_camrun_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_charvlenbug_SOURCES = tst_charvlenbug.c -tst_charvlenbug_OBJECTS = tst_charvlenbug.$(OBJEXT) -tst_charvlenbug_LDADD = $(LDADD) -tst_charvlenbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_chunks_SOURCES = tst_chunks.c -tst_chunks_OBJECTS = tst_chunks.$(OBJEXT) -tst_chunks_LDADD = $(LDADD) -tst_chunks_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_chunks2_SOURCES = tst_chunks2.c -tst_chunks2_OBJECTS = tst_chunks2.$(OBJEXT) -tst_chunks2_LDADD = $(LDADD) -tst_chunks2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_compounds_SOURCES = tst_compounds.c -tst_compounds_OBJECTS = tst_compounds.$(OBJEXT) -tst_compounds_LDADD = $(LDADD) -tst_compounds_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_compounds2_SOURCES = tst_compounds2.c -tst_compounds2_OBJECTS = tst_compounds2.$(OBJEXT) -tst_compounds2_LDADD = $(LDADD) -tst_compounds2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_compounds3_SOURCES = tst_compounds3.c -tst_compounds3_OBJECTS = tst_compounds3.$(OBJEXT) -tst_compounds3_LDADD = $(LDADD) -tst_compounds3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_converts_SOURCES = tst_converts.c -tst_converts_OBJECTS = tst_converts.$(OBJEXT) -tst_converts_LDADD = $(LDADD) -tst_converts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_converts2_SOURCES = tst_converts2.c -tst_converts2_OBJECTS = tst_converts2.$(OBJEXT) -tst_converts2_LDADD = $(LDADD) -tst_converts2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_coords_SOURCES = tst_coords.c -tst_coords_OBJECTS = tst_coords.$(OBJEXT) -tst_coords_LDADD = $(LDADD) -tst_coords_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_coords2_SOURCES = tst_coords2.c -tst_coords2_OBJECTS = tst_coords2.$(OBJEXT) -tst_coords2_LDADD = $(LDADD) -tst_coords2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_coords3_SOURCES = tst_coords3.c -tst_coords3_OBJECTS = tst_coords3.$(OBJEXT) -tst_coords3_LDADD = $(LDADD) -tst_coords3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_dims_SOURCES = tst_dims.c -tst_dims_OBJECTS = tst_dims.$(OBJEXT) -tst_dims_LDADD = $(LDADD) -tst_dims_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_dims2_SOURCES = tst_dims2.c -tst_dims2_OBJECTS = tst_dims2.$(OBJEXT) -tst_dims2_LDADD = $(LDADD) -tst_dims2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_dims3_SOURCES = tst_dims3.c -tst_dims3_OBJECTS = tst_dims3.$(OBJEXT) -tst_dims3_LDADD = $(LDADD) -tst_dims3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_elatefill_SOURCES = tst_elatefill.c -tst_elatefill_OBJECTS = tst_elatefill.$(OBJEXT) -tst_elatefill_LDADD = $(LDADD) -tst_elatefill_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_empty_vlen_unlim_SOURCES = tst_empty_vlen_unlim.c -tst_empty_vlen_unlim_OBJECTS = tst_empty_vlen_unlim.$(OBJEXT) -tst_empty_vlen_unlim_LDADD = $(LDADD) -tst_empty_vlen_unlim_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_endian_fill_SOURCES = tst_endian_fill.c -tst_endian_fill_OBJECTS = tst_endian_fill.$(OBJEXT) -tst_endian_fill_LDADD = $(LDADD) -tst_endian_fill_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_enums_SOURCES = tst_enums.c -tst_enums_OBJECTS = tst_enums.$(OBJEXT) -tst_enums_LDADD = $(LDADD) -tst_enums_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_files_SOURCES = tst_files.c -tst_files_OBJECTS = tst_files.$(OBJEXT) -tst_files_LDADD = $(LDADD) -tst_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_files4_SOURCES = tst_files4.c -tst_files4_OBJECTS = tst_files4.$(OBJEXT) -tst_files4_LDADD = $(LDADD) -tst_files4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_files5_SOURCES = tst_files5.c -tst_files5_OBJECTS = tst_files5.$(OBJEXT) -tst_files5_LDADD = $(LDADD) -tst_files5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_files6_SOURCES = tst_files6.c -tst_files6_OBJECTS = tst_files6.$(OBJEXT) -tst_files6_LDADD = $(LDADD) -tst_files6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_fill_attr_vanish_SOURCES = tst_fill_attr_vanish.c -tst_fill_attr_vanish_OBJECTS = tst_fill_attr_vanish.$(OBJEXT) -tst_fill_attr_vanish_LDADD = $(LDADD) -tst_fill_attr_vanish_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_fillbug_SOURCES = tst_fillbug.c -tst_fillbug_OBJECTS = tst_fillbug.$(OBJEXT) -tst_fillbug_LDADD = $(LDADD) -tst_fillbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_fillonly_SOURCES = tst_fillonly.c -tst_fillonly_OBJECTS = tst_fillonly.$(OBJEXT) -tst_fillonly_LDADD = $(LDADD) -tst_fillonly_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_fills_SOURCES = tst_fills.c -tst_fills_OBJECTS = tst_fills.$(OBJEXT) -tst_fills_LDADD = $(LDADD) -tst_fills_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_fills2_SOURCES = tst_fills2.c -tst_fills2_OBJECTS = tst_fills2.$(OBJEXT) -tst_fills2_LDADD = $(LDADD) -tst_fills2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_filter_avail_SOURCES = tst_filter_avail.c -tst_filter_avail_OBJECTS = tst_filter_avail.$(OBJEXT) -tst_filter_avail_LDADD = $(LDADD) -tst_filter_avail_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_filterparser_SOURCES = tst_filterparser.c -tst_filterparser_OBJECTS = tst_filterparser.$(OBJEXT) -tst_filterparser_LDADD = $(LDADD) -tst_filterparser_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_grps_SOURCES = tst_grps.c -tst_grps_OBJECTS = tst_grps.$(OBJEXT) -tst_grps_LDADD = $(LDADD) -tst_grps_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_grps2_SOURCES = tst_grps2.c -tst_grps2_OBJECTS = tst_grps2.$(OBJEXT) -tst_grps2_LDADD = $(LDADD) -tst_grps2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_h5_endians_SOURCES = tst_h5_endians.c -tst_h5_endians_OBJECTS = tst_h5_endians.$(OBJEXT) -tst_h5_endians_LDADD = $(LDADD) -tst_h5_endians_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_h_refs_SOURCES = tst_h_refs.c -tst_h_refs_OBJECTS = tst_h_refs.$(OBJEXT) -tst_h_refs_LDADD = $(LDADD) -tst_h_refs_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_h_scalar_SOURCES = tst_h_scalar.c -tst_h_scalar_OBJECTS = tst_h_scalar.$(OBJEXT) -tst_h_scalar_LDADD = $(LDADD) -tst_h_scalar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_h_strbug_SOURCES = tst_h_strbug.c -tst_h_strbug_OBJECTS = tst_h_strbug.$(OBJEXT) -tst_h_strbug_LDADD = $(LDADD) -tst_h_strbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_hdf5_file_compat_SOURCES = tst_hdf5_file_compat.c -tst_hdf5_file_compat_OBJECTS = tst_hdf5_file_compat.$(OBJEXT) -tst_hdf5_file_compat_LDADD = $(LDADD) -tst_hdf5_file_compat_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_interops_SOURCES = tst_interops.c -tst_interops_OBJECTS = tst_interops.$(OBJEXT) -tst_interops_LDADD = $(LDADD) -tst_interops_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_interops4_SOURCES = tst_interops4.c -tst_interops4_OBJECTS = tst_interops4.$(OBJEXT) -tst_interops4_LDADD = $(LDADD) -tst_interops4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_interops5_SOURCES = tst_interops5.c -tst_interops5_OBJECTS = tst_interops5.$(OBJEXT) -tst_interops5_LDADD = $(LDADD) -tst_interops5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_interops6_SOURCES = tst_interops6.c -tst_interops6_OBJECTS = tst_interops6.$(OBJEXT) -tst_interops6_LDADD = $(LDADD) -tst_interops6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_interops_dims_SOURCES = tst_interops_dims.c -tst_interops_dims_OBJECTS = tst_interops_dims.$(OBJEXT) -tst_interops_dims_LDADD = $(LDADD) -tst_interops_dims_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_large_SOURCES = tst_large.c -tst_large_OBJECTS = tst_large.$(OBJEXT) -tst_large_LDADD = $(LDADD) -tst_large_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_large2_SOURCES = tst_large2.c -tst_large2_OBJECTS = tst_large2.$(OBJEXT) -tst_large2_LDADD = $(LDADD) -tst_large2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_mode_SOURCES = tst_mode.c -tst_mode_OBJECTS = tst_mode.$(OBJEXT) -tst_mode_LDADD = $(LDADD) -tst_mode_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_mpi_parallel_SOURCES = tst_mpi_parallel.c -tst_mpi_parallel_OBJECTS = tst_mpi_parallel.$(OBJEXT) -tst_mpi_parallel_LDADD = $(LDADD) -tst_mpi_parallel_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_multifilter_SOURCES = tst_multifilter.c -tst_multifilter_OBJECTS = tst_multifilter.$(OBJEXT) -tst_multifilter_LDADD = $(LDADD) -tst_multifilter_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nc4perf_SOURCES = tst_nc4perf.c -tst_nc4perf_OBJECTS = tst_nc4perf.$(OBJEXT) -tst_nc4perf_LDADD = $(LDADD) -tst_nc4perf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_opaques_SOURCES = tst_opaques.c -tst_opaques_OBJECTS = tst_opaques.$(OBJEXT) -tst_opaques_LDADD = $(LDADD) -tst_opaques_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel_SOURCES = tst_parallel.c -tst_parallel_OBJECTS = tst_parallel.$(OBJEXT) -tst_parallel_LDADD = $(LDADD) -tst_parallel_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel3_SOURCES = tst_parallel3.c -tst_parallel3_OBJECTS = tst_parallel3.$(OBJEXT) -tst_parallel3_LDADD = $(LDADD) -tst_parallel3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel4_SOURCES = tst_parallel4.c -tst_parallel4_OBJECTS = tst_parallel4.$(OBJEXT) -tst_parallel4_LDADD = $(LDADD) -tst_parallel4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel5_SOURCES = tst_parallel5.c -tst_parallel5_OBJECTS = tst_parallel5.$(OBJEXT) -tst_parallel5_LDADD = $(LDADD) -tst_parallel5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel6_SOURCES = tst_parallel6.c -tst_parallel6_OBJECTS = tst_parallel6.$(OBJEXT) -tst_parallel6_LDADD = $(LDADD) -tst_parallel6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_parallel_compress_SOURCES = tst_parallel_compress.c -tst_parallel_compress_OBJECTS = tst_parallel_compress.$(OBJEXT) -tst_parallel_compress_LDADD = $(LDADD) -tst_parallel_compress_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_parallel_zlib_SOURCES = tst_parallel_zlib.c -tst_parallel_zlib_OBJECTS = tst_parallel_zlib.$(OBJEXT) -tst_parallel_zlib_LDADD = $(LDADD) -tst_parallel_zlib_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_put_vars_SOURCES = tst_put_vars.c -tst_put_vars_OBJECTS = tst_put_vars.$(OBJEXT) -tst_put_vars_LDADD = $(LDADD) -tst_put_vars_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_put_vars_two_unlim_dim_SOURCES = tst_put_vars_two_unlim_dim.c -tst_put_vars_two_unlim_dim_OBJECTS = \ - tst_put_vars_two_unlim_dim.$(OBJEXT) -tst_put_vars_two_unlim_dim_LDADD = $(LDADD) -tst_put_vars_two_unlim_dim_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_quantize_SOURCES = tst_quantize.c -tst_quantize_OBJECTS = tst_quantize.$(OBJEXT) -tst_quantize_LDADD = $(LDADD) -tst_quantize_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_quantize_par_SOURCES = tst_quantize_par.c -tst_quantize_par_OBJECTS = tst_quantize_par.$(OBJEXT) -tst_quantize_par_LDADD = $(LDADD) -tst_quantize_par_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_rehash_SOURCES = tst_rehash.c -tst_rehash_OBJECTS = tst_rehash.$(OBJEXT) -tst_rehash_LDADD = $(LDADD) -tst_rehash_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_rename_SOURCES = tst_rename.c -tst_rename_OBJECTS = tst_rename.$(OBJEXT) -tst_rename_LDADD = $(LDADD) -tst_rename_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_rename2_SOURCES = tst_rename2.c -tst_rename2_OBJECTS = tst_rename2.$(OBJEXT) -tst_rename2_LDADD = $(LDADD) -tst_rename2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_rename3_SOURCES = tst_rename3.c -tst_rename3_OBJECTS = tst_rename3.$(OBJEXT) -tst_rename3_LDADD = $(LDADD) -tst_rename3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_simplerw_coll_r_SOURCES = tst_simplerw_coll_r.c -tst_simplerw_coll_r_OBJECTS = tst_simplerw_coll_r.$(OBJEXT) -tst_simplerw_coll_r_LDADD = $(LDADD) -tst_simplerw_coll_r_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -tst_strings_SOURCES = tst_strings.c -tst_strings_OBJECTS = tst_strings.$(OBJEXT) -tst_strings_LDADD = $(LDADD) -tst_strings_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_strings2_SOURCES = tst_strings2.c -tst_strings2_OBJECTS = tst_strings2.$(OBJEXT) -tst_strings2_LDADD = $(LDADD) -tst_strings2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_sync_SOURCES = tst_sync.c -tst_sync_OBJECTS = tst_sync.$(OBJEXT) -tst_sync_LDADD = $(LDADD) -tst_sync_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_types_SOURCES = tst_types.c -tst_types_OBJECTS = tst_types.$(OBJEXT) -tst_types_LDADD = $(LDADD) -tst_types_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_udf_SOURCES = tst_udf.c -tst_udf_OBJECTS = tst_udf.$(OBJEXT) -tst_udf_LDADD = $(LDADD) -tst_udf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_unlim_vars_SOURCES = tst_unlim_vars.c -tst_unlim_vars_OBJECTS = tst_unlim_vars.$(OBJEXT) -tst_unlim_vars_LDADD = $(LDADD) -tst_unlim_vars_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_utf8_SOURCES = tst_utf8.c -tst_utf8_OBJECTS = tst_utf8.$(OBJEXT) -tst_utf8_LDADD = $(LDADD) -tst_utf8_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_v2_SOURCES = tst_v2.c -tst_v2_OBJECTS = tst_v2.$(OBJEXT) -tst_v2_LDADD = $(LDADD) -tst_v2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_varms_SOURCES = tst_varms.c -tst_varms_OBJECTS = tst_varms.$(OBJEXT) -tst_varms_LDADD = $(LDADD) -tst_varms_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vars_SOURCES = tst_vars.c -tst_vars_OBJECTS = tst_vars.$(OBJEXT) -tst_vars_LDADD = $(LDADD) -tst_vars_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vars2_SOURCES = tst_vars2.c -tst_vars2_OBJECTS = tst_vars2.$(OBJEXT) -tst_vars2_LDADD = $(LDADD) -tst_vars2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vars3_SOURCES = tst_vars3.c -tst_vars3_OBJECTS = tst_vars3.$(OBJEXT) -tst_vars3_LDADD = $(LDADD) -tst_vars3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vars4_SOURCES = tst_vars4.c -tst_vars4_OBJECTS = tst_vars4.$(OBJEXT) -tst_vars4_LDADD = $(LDADD) -tst_vars4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vl_SOURCES = tst_vl.c -tst_vl_OBJECTS = tst_vl.$(OBJEXT) -tst_vl_LDADD = $(LDADD) -tst_vl_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vlenstr_SOURCES = tst_vlenstr.c -tst_vlenstr_OBJECTS = tst_vlenstr.$(OBJEXT) -tst_vlenstr_LDADD = $(LDADD) -tst_vlenstr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_xplatform_SOURCES = tst_xplatform.c -tst_xplatform_OBJECTS = tst_xplatform.$(OBJEXT) -tst_xplatform_LDADD = $(LDADD) -tst_xplatform_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_xplatform2_SOURCES = tst_xplatform2.c -tst_xplatform2_OBJECTS = tst_xplatform2.$(OBJEXT) -tst_xplatform2_LDADD = $(LDADD) -tst_xplatform2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/build_fixedstring.Po \ - ./$(DEPDIR)/cdm_sea_soundings.Po ./$(DEPDIR)/h5testszip.Po \ - ./$(DEPDIR)/renamegroup.Po ./$(DEPDIR)/t_type.Po \ - ./$(DEPDIR)/test_filter.Po ./$(DEPDIR)/test_filter_misc.Po \ - ./$(DEPDIR)/test_filter_order.Po \ - ./$(DEPDIR)/test_filter_repeat.Po \ - ./$(DEPDIR)/test_filter_vlen.Po ./$(DEPDIR)/test_szip.Po \ - ./$(DEPDIR)/tst_alignment.Po ./$(DEPDIR)/tst_atts.Po \ - ./$(DEPDIR)/tst_atts1.Po ./$(DEPDIR)/tst_atts2.Po \ - ./$(DEPDIR)/tst_atts3.Po \ - ./$(DEPDIR)/tst_atts_string_rewrite.Po \ - ./$(DEPDIR)/tst_bug1442.Po ./$(DEPDIR)/tst_bug324.Po \ - ./$(DEPDIR)/tst_camrun.Po ./$(DEPDIR)/tst_charvlenbug.Po \ - ./$(DEPDIR)/tst_chunks.Po ./$(DEPDIR)/tst_chunks2.Po \ - ./$(DEPDIR)/tst_compounds.Po ./$(DEPDIR)/tst_compounds2.Po \ - ./$(DEPDIR)/tst_compounds3.Po ./$(DEPDIR)/tst_converts.Po \ - ./$(DEPDIR)/tst_converts2.Po ./$(DEPDIR)/tst_coords.Po \ - ./$(DEPDIR)/tst_coords2.Po ./$(DEPDIR)/tst_coords3.Po \ - ./$(DEPDIR)/tst_dims.Po ./$(DEPDIR)/tst_dims2.Po \ - ./$(DEPDIR)/tst_dims3.Po ./$(DEPDIR)/tst_elatefill.Po \ - ./$(DEPDIR)/tst_empty_vlen_unlim.Po \ - ./$(DEPDIR)/tst_endian_fill.Po ./$(DEPDIR)/tst_enums.Po \ - ./$(DEPDIR)/tst_files.Po ./$(DEPDIR)/tst_files4.Po \ - ./$(DEPDIR)/tst_files5.Po ./$(DEPDIR)/tst_files6.Po \ - ./$(DEPDIR)/tst_fill_attr_vanish.Po ./$(DEPDIR)/tst_fillbug.Po \ - ./$(DEPDIR)/tst_fillonly.Po ./$(DEPDIR)/tst_fills.Po \ - ./$(DEPDIR)/tst_fills2.Po ./$(DEPDIR)/tst_filter_avail.Po \ - ./$(DEPDIR)/tst_filterparser.Po ./$(DEPDIR)/tst_grps.Po \ - ./$(DEPDIR)/tst_grps2.Po ./$(DEPDIR)/tst_h5_endians.Po \ - ./$(DEPDIR)/tst_h_refs.Po ./$(DEPDIR)/tst_h_scalar.Po \ - ./$(DEPDIR)/tst_h_strbug.Po \ - ./$(DEPDIR)/tst_hdf5_file_compat.Po \ - ./$(DEPDIR)/tst_interops.Po ./$(DEPDIR)/tst_interops4.Po \ - ./$(DEPDIR)/tst_interops5.Po ./$(DEPDIR)/tst_interops6.Po \ - ./$(DEPDIR)/tst_interops_dims.Po ./$(DEPDIR)/tst_large.Po \ - ./$(DEPDIR)/tst_large2.Po ./$(DEPDIR)/tst_mode.Po \ - ./$(DEPDIR)/tst_mpi_parallel.Po ./$(DEPDIR)/tst_multifilter.Po \ - ./$(DEPDIR)/tst_nc4perf.Po ./$(DEPDIR)/tst_opaques.Po \ - ./$(DEPDIR)/tst_parallel.Po ./$(DEPDIR)/tst_parallel3.Po \ - ./$(DEPDIR)/tst_parallel4.Po ./$(DEPDIR)/tst_parallel5.Po \ - ./$(DEPDIR)/tst_parallel6.Po \ - ./$(DEPDIR)/tst_parallel_compress.Po \ - ./$(DEPDIR)/tst_parallel_zlib.Po ./$(DEPDIR)/tst_put_vars.Po \ - ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po \ - ./$(DEPDIR)/tst_quantize.Po ./$(DEPDIR)/tst_quantize_par.Po \ - ./$(DEPDIR)/tst_rehash.Po ./$(DEPDIR)/tst_rename.Po \ - ./$(DEPDIR)/tst_rename2.Po ./$(DEPDIR)/tst_rename3.Po \ - ./$(DEPDIR)/tst_simplerw_coll_r.Po ./$(DEPDIR)/tst_strings.Po \ - ./$(DEPDIR)/tst_strings2.Po ./$(DEPDIR)/tst_sync.Po \ - ./$(DEPDIR)/tst_types.Po ./$(DEPDIR)/tst_udf.Po \ - ./$(DEPDIR)/tst_unlim_vars.Po ./$(DEPDIR)/tst_utf8.Po \ - ./$(DEPDIR)/tst_v2.Po ./$(DEPDIR)/tst_varms.Po \ - ./$(DEPDIR)/tst_vars.Po ./$(DEPDIR)/tst_vars2.Po \ - ./$(DEPDIR)/tst_vars3.Po ./$(DEPDIR)/tst_vars4.Po \ - ./$(DEPDIR)/tst_vl.Po ./$(DEPDIR)/tst_vlenstr.Po \ - ./$(DEPDIR)/tst_xplatform.Po ./$(DEPDIR)/tst_xplatform2.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = build_fixedstring.c cdm_sea_soundings.c h5testszip.c \ - renamegroup.c t_type.c test_filter.c test_filter_misc.c \ - test_filter_order.c test_filter_repeat.c test_filter_vlen.c \ - test_szip.c tst_alignment.c tst_atts.c tst_atts1.c tst_atts2.c \ - tst_atts3.c tst_atts_string_rewrite.c tst_bug1442.c \ - tst_bug324.c tst_camrun.c tst_charvlenbug.c tst_chunks.c \ - tst_chunks2.c tst_compounds.c tst_compounds2.c \ - tst_compounds3.c tst_converts.c tst_converts2.c tst_coords.c \ - tst_coords2.c tst_coords3.c tst_dims.c tst_dims2.c tst_dims3.c \ - tst_elatefill.c tst_empty_vlen_unlim.c tst_endian_fill.c \ - tst_enums.c tst_files.c tst_files4.c tst_files5.c tst_files6.c \ - tst_fill_attr_vanish.c tst_fillbug.c tst_fillonly.c \ - tst_fills.c tst_fills2.c tst_filter_avail.c tst_filterparser.c \ - tst_grps.c tst_grps2.c tst_h5_endians.c tst_h_refs.c \ - tst_h_scalar.c tst_h_strbug.c tst_hdf5_file_compat.c \ - tst_interops.c tst_interops4.c tst_interops5.c tst_interops6.c \ - tst_interops_dims.c tst_large.c tst_large2.c tst_mode.c \ - tst_mpi_parallel.c tst_multifilter.c tst_nc4perf.c \ - tst_opaques.c tst_parallel.c tst_parallel3.c tst_parallel4.c \ - tst_parallel5.c tst_parallel6.c tst_parallel_compress.c \ - tst_parallel_zlib.c tst_put_vars.c \ - tst_put_vars_two_unlim_dim.c tst_quantize.c tst_quantize_par.c \ - tst_rehash.c tst_rename.c tst_rename2.c tst_rename3.c \ - tst_simplerw_coll_r.c tst_strings.c tst_strings2.c tst_sync.c \ - tst_types.c tst_udf.c tst_unlim_vars.c tst_utf8.c tst_v2.c \ - tst_varms.c tst_vars.c tst_vars2.c tst_vars3.c tst_vars4.c \ - tst_vl.c tst_vlenstr.c tst_xplatform.c tst_xplatform2.c -DIST_SOURCES = build_fixedstring.c cdm_sea_soundings.c h5testszip.c \ - renamegroup.c t_type.c test_filter.c test_filter_misc.c \ - test_filter_order.c test_filter_repeat.c test_filter_vlen.c \ - test_szip.c tst_alignment.c tst_atts.c tst_atts1.c tst_atts2.c \ - tst_atts3.c tst_atts_string_rewrite.c tst_bug1442.c \ - tst_bug324.c tst_camrun.c tst_charvlenbug.c tst_chunks.c \ - tst_chunks2.c tst_compounds.c tst_compounds2.c \ - tst_compounds3.c tst_converts.c tst_converts2.c tst_coords.c \ - tst_coords2.c tst_coords3.c tst_dims.c tst_dims2.c tst_dims3.c \ - tst_elatefill.c tst_empty_vlen_unlim.c tst_endian_fill.c \ - tst_enums.c tst_files.c tst_files4.c tst_files5.c tst_files6.c \ - tst_fill_attr_vanish.c tst_fillbug.c tst_fillonly.c \ - tst_fills.c tst_fills2.c tst_filter_avail.c tst_filterparser.c \ - tst_grps.c tst_grps2.c tst_h5_endians.c tst_h_refs.c \ - tst_h_scalar.c tst_h_strbug.c tst_hdf5_file_compat.c \ - tst_interops.c tst_interops4.c tst_interops5.c tst_interops6.c \ - tst_interops_dims.c tst_large.c tst_large2.c tst_mode.c \ - tst_mpi_parallel.c tst_multifilter.c tst_nc4perf.c \ - tst_opaques.c tst_parallel.c tst_parallel3.c tst_parallel4.c \ - tst_parallel5.c tst_parallel6.c tst_parallel_compress.c \ - tst_parallel_zlib.c tst_put_vars.c \ - tst_put_vars_two_unlim_dim.c tst_quantize.c tst_quantize_par.c \ - tst_rehash.c tst_rename.c tst_rename2.c tst_rename3.c \ - tst_simplerw_coll_r.c tst_strings.c tst_strings2.c tst_sync.c \ - tst_types.c tst_udf.c tst_unlim_vars.c tst_utf8.c tst_v2.c \ - tst_varms.c tst_vars.c tst_vars2.c tst_vars3.c tst_vars4.c \ - tst_vl.c tst_vlenstr.c tst_xplatform.c tst_xplatform2.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/findplugin.in \ - $(srcdir)/ref_hdf5_compat1.nc $(srcdir)/ref_hdf5_compat2.nc \ - $(srcdir)/ref_hdf5_compat3.nc $(srcdir)/run_par_test.sh.in \ - $(top_srcdir)/depcomp $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_test4 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_test4 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# Un comment to use a more verbose test driver -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; -TEST_EXTENSIONS = .sh - -# Link to our assembled library. -LDADD = ${top_builddir}/liblib/libnetcdf.la - -# These are netCDF-4 C test programs which are built and run. -NC4_TESTS = tst_dims tst_dims2 tst_dims3 tst_files tst_files4 tst_vars \ - tst_varms tst_unlim_vars tst_converts tst_converts2 tst_grps \ - tst_grps2 tst_compounds tst_compounds2 tst_compounds3 \ - tst_opaques tst_strings tst_strings2 tst_interops \ - tst_interops4 tst_interops5 tst_interops6 tst_interops_dims \ - tst_enums tst_coords tst_coords2 tst_coords3 tst_vars3 \ - tst_vars4 tst_chunks tst_chunks2 tst_utf8 tst_fills tst_fills2 \ - tst_fillbug tst_xplatform tst_xplatform2 tst_endian_fill \ - tst_atts t_type cdm_sea_soundings tst_camrun tst_vl tst_atts1 \ - tst_atts2 tst_vars2 tst_files5 tst_files6 tst_sync \ - tst_h_scalar tst_rename tst_rename2 tst_rename3 tst_h5_endians \ - tst_atts_string_rewrite tst_hdf5_file_compat \ - tst_fill_attr_vanish tst_rehash tst_filterparser tst_bug324 \ - tst_types tst_atts3 tst_put_vars tst_elatefill tst_udf \ - tst_put_vars_two_unlim_dim tst_bug1442 tst_quantize \ - $(am__append_5) tst_h_strbug tst_h_refs -XFAIL_TESTS = $(am__append_16) - -# Filter Tests (requires ncdump and ncgen and HDF5) -extradir = - -# The tst_filterinstall test can only be run after an install -# occurred with --with-plugin-dir enabled. So there is no point -#in running it via make check. It is kept here so it can be -# manually invoked if desired -EXTRA_DIST = run_par_test.sh.in ref_tst_compounds.nc \ - ref_tst_xplatform2_1.nc ref_tst_xplatform2_2.nc \ - ref_tst_dims.nc ref_tst_interops4.nc CMakeLists.txt \ - run_grp_rename.sh run_empty_vlen_test.sh ref_hdf5_compat1.nc \ - ref_hdf5_compat2.nc ref_hdf5_compat3.nc tst_misc.sh tdset.h5 \ - tst_szip.sh ref_szip.h5 ref_szip.cdl tst_filter.sh bzip2.cdl \ - noop.cdl ref_filtered.cdl ref_unfiltered.cdl ref_bzip2.c \ - findplugin.in ref_unfilteredvv.cdl ref_filteredvv.cdl \ - ref_multi.cdl ref_ncgenF.cdl ref_nccopyF.cdl \ - ref_filter_repeat.txt ref_fillonly.cdl test_fillonly.sh \ - ref_filter_order_create.txt ref_filter_order_read.txt \ - ref_any.cdl tst_specific_filters.sh tst_unknown.sh \ - tst_virtual_datasets.c noop1.cdl unknown.cdl \ - tst_broken_files.c ref_bloscx.cdl tst_bloscfail.sh \ - tst_fixedstring.sh ref_fixedstring.h5 ref_fixedstring.cdl \ - tst_filterinstall.sh -CLEANFILES = tst_mpi_parallel.bin cdm_sea_soundings.nc bm_chunking.nc \ -tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_*.nc tmp_*.txt \ -tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl \ -tst_simple*.cdl tst_chunks.cdl pr_A1.* tauu_A1.* usi_01.* thetau_01.* \ -tst_*.h5 tst_grp_rename.cdl tst_grp_rename.dmp ref_grp_rename.cdl \ -foo1.nc tst_*.h4 test.nc testszip.nc test.h5 szip_dump.cdl \ -perftest.txt bigmeta.nc bigvars.nc *.gz MSGCPP_*.nc \ -floats*.nc floats*.cdl shorts*.nc shorts*.cdl ints*.nc ints*.cdl \ -testfilter_reg.nc filterrepeat.txt tmp_fillonly.nc \ -testfilter_order.nc crfilterorder.txt rdfilterorder.txt 1 \ -tmp_*.txt tmp_*.nc tmp*.dump tmp*.cdl tmp*.txt tmp*.tmp \ -tmp_bzip2.c bzip2.nc noop.nc tmp_*.dmp tmp_*.cdl - -DISTCLEANFILES = findplugin.sh run_par_test.sh -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nc_test4/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign nc_test4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -findplugin.sh: $(top_builddir)/config.status $(srcdir)/findplugin.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -run_par_test.sh: $(top_builddir)/config.status $(srcdir)/run_par_test.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -build_fixedstring$(EXEEXT): $(build_fixedstring_OBJECTS) $(build_fixedstring_DEPENDENCIES) $(EXTRA_build_fixedstring_DEPENDENCIES) - @rm -f build_fixedstring$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(build_fixedstring_OBJECTS) $(build_fixedstring_LDADD) $(LIBS) - -cdm_sea_soundings$(EXEEXT): $(cdm_sea_soundings_OBJECTS) $(cdm_sea_soundings_DEPENDENCIES) $(EXTRA_cdm_sea_soundings_DEPENDENCIES) - @rm -f cdm_sea_soundings$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(cdm_sea_soundings_OBJECTS) $(cdm_sea_soundings_LDADD) $(LIBS) - -h5testszip$(EXEEXT): $(h5testszip_OBJECTS) $(h5testszip_DEPENDENCIES) $(EXTRA_h5testszip_DEPENDENCIES) - @rm -f h5testszip$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(h5testszip_OBJECTS) $(h5testszip_LDADD) $(LIBS) - -renamegroup$(EXEEXT): $(renamegroup_OBJECTS) $(renamegroup_DEPENDENCIES) $(EXTRA_renamegroup_DEPENDENCIES) - @rm -f renamegroup$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(renamegroup_OBJECTS) $(renamegroup_LDADD) $(LIBS) - -t_type$(EXEEXT): $(t_type_OBJECTS) $(t_type_DEPENDENCIES) $(EXTRA_t_type_DEPENDENCIES) - @rm -f t_type$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(t_type_OBJECTS) $(t_type_LDADD) $(LIBS) - -test_filter$(EXEEXT): $(test_filter_OBJECTS) $(test_filter_DEPENDENCIES) $(EXTRA_test_filter_DEPENDENCIES) - @rm -f test_filter$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_filter_OBJECTS) $(test_filter_LDADD) $(LIBS) - -test_filter_misc$(EXEEXT): $(test_filter_misc_OBJECTS) $(test_filter_misc_DEPENDENCIES) $(EXTRA_test_filter_misc_DEPENDENCIES) - @rm -f test_filter_misc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_filter_misc_OBJECTS) $(test_filter_misc_LDADD) $(LIBS) - -test_filter_order$(EXEEXT): $(test_filter_order_OBJECTS) $(test_filter_order_DEPENDENCIES) $(EXTRA_test_filter_order_DEPENDENCIES) - @rm -f test_filter_order$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_filter_order_OBJECTS) $(test_filter_order_LDADD) $(LIBS) - -test_filter_repeat$(EXEEXT): $(test_filter_repeat_OBJECTS) $(test_filter_repeat_DEPENDENCIES) $(EXTRA_test_filter_repeat_DEPENDENCIES) - @rm -f test_filter_repeat$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_filter_repeat_OBJECTS) $(test_filter_repeat_LDADD) $(LIBS) - -test_filter_vlen$(EXEEXT): $(test_filter_vlen_OBJECTS) $(test_filter_vlen_DEPENDENCIES) $(EXTRA_test_filter_vlen_DEPENDENCIES) - @rm -f test_filter_vlen$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_filter_vlen_OBJECTS) $(test_filter_vlen_LDADD) $(LIBS) - -test_szip$(EXEEXT): $(test_szip_OBJECTS) $(test_szip_DEPENDENCIES) $(EXTRA_test_szip_DEPENDENCIES) - @rm -f test_szip$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_szip_OBJECTS) $(test_szip_LDADD) $(LIBS) - -tst_alignment$(EXEEXT): $(tst_alignment_OBJECTS) $(tst_alignment_DEPENDENCIES) $(EXTRA_tst_alignment_DEPENDENCIES) - @rm -f tst_alignment$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_alignment_OBJECTS) $(tst_alignment_LDADD) $(LIBS) - -tst_atts$(EXEEXT): $(tst_atts_OBJECTS) $(tst_atts_DEPENDENCIES) $(EXTRA_tst_atts_DEPENDENCIES) - @rm -f tst_atts$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_atts_OBJECTS) $(tst_atts_LDADD) $(LIBS) - -tst_atts1$(EXEEXT): $(tst_atts1_OBJECTS) $(tst_atts1_DEPENDENCIES) $(EXTRA_tst_atts1_DEPENDENCIES) - @rm -f tst_atts1$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_atts1_OBJECTS) $(tst_atts1_LDADD) $(LIBS) - -tst_atts2$(EXEEXT): $(tst_atts2_OBJECTS) $(tst_atts2_DEPENDENCIES) $(EXTRA_tst_atts2_DEPENDENCIES) - @rm -f tst_atts2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_atts2_OBJECTS) $(tst_atts2_LDADD) $(LIBS) - -tst_atts3$(EXEEXT): $(tst_atts3_OBJECTS) $(tst_atts3_DEPENDENCIES) $(EXTRA_tst_atts3_DEPENDENCIES) - @rm -f tst_atts3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_atts3_OBJECTS) $(tst_atts3_LDADD) $(LIBS) - -tst_atts_string_rewrite$(EXEEXT): $(tst_atts_string_rewrite_OBJECTS) $(tst_atts_string_rewrite_DEPENDENCIES) $(EXTRA_tst_atts_string_rewrite_DEPENDENCIES) - @rm -f tst_atts_string_rewrite$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_atts_string_rewrite_OBJECTS) $(tst_atts_string_rewrite_LDADD) $(LIBS) - -tst_bug1442$(EXEEXT): $(tst_bug1442_OBJECTS) $(tst_bug1442_DEPENDENCIES) $(EXTRA_tst_bug1442_DEPENDENCIES) - @rm -f tst_bug1442$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_bug1442_OBJECTS) $(tst_bug1442_LDADD) $(LIBS) - -tst_bug324$(EXEEXT): $(tst_bug324_OBJECTS) $(tst_bug324_DEPENDENCIES) $(EXTRA_tst_bug324_DEPENDENCIES) - @rm -f tst_bug324$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_bug324_OBJECTS) $(tst_bug324_LDADD) $(LIBS) - -tst_camrun$(EXEEXT): $(tst_camrun_OBJECTS) $(tst_camrun_DEPENDENCIES) $(EXTRA_tst_camrun_DEPENDENCIES) - @rm -f tst_camrun$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_camrun_OBJECTS) $(tst_camrun_LDADD) $(LIBS) - -tst_charvlenbug$(EXEEXT): $(tst_charvlenbug_OBJECTS) $(tst_charvlenbug_DEPENDENCIES) $(EXTRA_tst_charvlenbug_DEPENDENCIES) - @rm -f tst_charvlenbug$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_charvlenbug_OBJECTS) $(tst_charvlenbug_LDADD) $(LIBS) - -tst_chunks$(EXEEXT): $(tst_chunks_OBJECTS) $(tst_chunks_DEPENDENCIES) $(EXTRA_tst_chunks_DEPENDENCIES) - @rm -f tst_chunks$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_chunks_OBJECTS) $(tst_chunks_LDADD) $(LIBS) - -tst_chunks2$(EXEEXT): $(tst_chunks2_OBJECTS) $(tst_chunks2_DEPENDENCIES) $(EXTRA_tst_chunks2_DEPENDENCIES) - @rm -f tst_chunks2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_chunks2_OBJECTS) $(tst_chunks2_LDADD) $(LIBS) - -tst_compounds$(EXEEXT): $(tst_compounds_OBJECTS) $(tst_compounds_DEPENDENCIES) $(EXTRA_tst_compounds_DEPENDENCIES) - @rm -f tst_compounds$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_compounds_OBJECTS) $(tst_compounds_LDADD) $(LIBS) - -tst_compounds2$(EXEEXT): $(tst_compounds2_OBJECTS) $(tst_compounds2_DEPENDENCIES) $(EXTRA_tst_compounds2_DEPENDENCIES) - @rm -f tst_compounds2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_compounds2_OBJECTS) $(tst_compounds2_LDADD) $(LIBS) - -tst_compounds3$(EXEEXT): $(tst_compounds3_OBJECTS) $(tst_compounds3_DEPENDENCIES) $(EXTRA_tst_compounds3_DEPENDENCIES) - @rm -f tst_compounds3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_compounds3_OBJECTS) $(tst_compounds3_LDADD) $(LIBS) - -tst_converts$(EXEEXT): $(tst_converts_OBJECTS) $(tst_converts_DEPENDENCIES) $(EXTRA_tst_converts_DEPENDENCIES) - @rm -f tst_converts$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_converts_OBJECTS) $(tst_converts_LDADD) $(LIBS) - -tst_converts2$(EXEEXT): $(tst_converts2_OBJECTS) $(tst_converts2_DEPENDENCIES) $(EXTRA_tst_converts2_DEPENDENCIES) - @rm -f tst_converts2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_converts2_OBJECTS) $(tst_converts2_LDADD) $(LIBS) - -tst_coords$(EXEEXT): $(tst_coords_OBJECTS) $(tst_coords_DEPENDENCIES) $(EXTRA_tst_coords_DEPENDENCIES) - @rm -f tst_coords$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_coords_OBJECTS) $(tst_coords_LDADD) $(LIBS) - -tst_coords2$(EXEEXT): $(tst_coords2_OBJECTS) $(tst_coords2_DEPENDENCIES) $(EXTRA_tst_coords2_DEPENDENCIES) - @rm -f tst_coords2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_coords2_OBJECTS) $(tst_coords2_LDADD) $(LIBS) - -tst_coords3$(EXEEXT): $(tst_coords3_OBJECTS) $(tst_coords3_DEPENDENCIES) $(EXTRA_tst_coords3_DEPENDENCIES) - @rm -f tst_coords3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_coords3_OBJECTS) $(tst_coords3_LDADD) $(LIBS) - -tst_dims$(EXEEXT): $(tst_dims_OBJECTS) $(tst_dims_DEPENDENCIES) $(EXTRA_tst_dims_DEPENDENCIES) - @rm -f tst_dims$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_dims_OBJECTS) $(tst_dims_LDADD) $(LIBS) - -tst_dims2$(EXEEXT): $(tst_dims2_OBJECTS) $(tst_dims2_DEPENDENCIES) $(EXTRA_tst_dims2_DEPENDENCIES) - @rm -f tst_dims2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_dims2_OBJECTS) $(tst_dims2_LDADD) $(LIBS) - -tst_dims3$(EXEEXT): $(tst_dims3_OBJECTS) $(tst_dims3_DEPENDENCIES) $(EXTRA_tst_dims3_DEPENDENCIES) - @rm -f tst_dims3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_dims3_OBJECTS) $(tst_dims3_LDADD) $(LIBS) - -tst_elatefill$(EXEEXT): $(tst_elatefill_OBJECTS) $(tst_elatefill_DEPENDENCIES) $(EXTRA_tst_elatefill_DEPENDENCIES) - @rm -f tst_elatefill$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_elatefill_OBJECTS) $(tst_elatefill_LDADD) $(LIBS) - -tst_empty_vlen_unlim$(EXEEXT): $(tst_empty_vlen_unlim_OBJECTS) $(tst_empty_vlen_unlim_DEPENDENCIES) $(EXTRA_tst_empty_vlen_unlim_DEPENDENCIES) - @rm -f tst_empty_vlen_unlim$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_empty_vlen_unlim_OBJECTS) $(tst_empty_vlen_unlim_LDADD) $(LIBS) - -tst_endian_fill$(EXEEXT): $(tst_endian_fill_OBJECTS) $(tst_endian_fill_DEPENDENCIES) $(EXTRA_tst_endian_fill_DEPENDENCIES) - @rm -f tst_endian_fill$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_endian_fill_OBJECTS) $(tst_endian_fill_LDADD) $(LIBS) - -tst_enums$(EXEEXT): $(tst_enums_OBJECTS) $(tst_enums_DEPENDENCIES) $(EXTRA_tst_enums_DEPENDENCIES) - @rm -f tst_enums$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_enums_OBJECTS) $(tst_enums_LDADD) $(LIBS) - -tst_files$(EXEEXT): $(tst_files_OBJECTS) $(tst_files_DEPENDENCIES) $(EXTRA_tst_files_DEPENDENCIES) - @rm -f tst_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_files_OBJECTS) $(tst_files_LDADD) $(LIBS) - -tst_files4$(EXEEXT): $(tst_files4_OBJECTS) $(tst_files4_DEPENDENCIES) $(EXTRA_tst_files4_DEPENDENCIES) - @rm -f tst_files4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_files4_OBJECTS) $(tst_files4_LDADD) $(LIBS) - -tst_files5$(EXEEXT): $(tst_files5_OBJECTS) $(tst_files5_DEPENDENCIES) $(EXTRA_tst_files5_DEPENDENCIES) - @rm -f tst_files5$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_files5_OBJECTS) $(tst_files5_LDADD) $(LIBS) - -tst_files6$(EXEEXT): $(tst_files6_OBJECTS) $(tst_files6_DEPENDENCIES) $(EXTRA_tst_files6_DEPENDENCIES) - @rm -f tst_files6$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_files6_OBJECTS) $(tst_files6_LDADD) $(LIBS) - -tst_fill_attr_vanish$(EXEEXT): $(tst_fill_attr_vanish_OBJECTS) $(tst_fill_attr_vanish_DEPENDENCIES) $(EXTRA_tst_fill_attr_vanish_DEPENDENCIES) - @rm -f tst_fill_attr_vanish$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fill_attr_vanish_OBJECTS) $(tst_fill_attr_vanish_LDADD) $(LIBS) - -tst_fillbug$(EXEEXT): $(tst_fillbug_OBJECTS) $(tst_fillbug_DEPENDENCIES) $(EXTRA_tst_fillbug_DEPENDENCIES) - @rm -f tst_fillbug$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fillbug_OBJECTS) $(tst_fillbug_LDADD) $(LIBS) - -tst_fillonly$(EXEEXT): $(tst_fillonly_OBJECTS) $(tst_fillonly_DEPENDENCIES) $(EXTRA_tst_fillonly_DEPENDENCIES) - @rm -f tst_fillonly$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fillonly_OBJECTS) $(tst_fillonly_LDADD) $(LIBS) - -tst_fills$(EXEEXT): $(tst_fills_OBJECTS) $(tst_fills_DEPENDENCIES) $(EXTRA_tst_fills_DEPENDENCIES) - @rm -f tst_fills$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fills_OBJECTS) $(tst_fills_LDADD) $(LIBS) - -tst_fills2$(EXEEXT): $(tst_fills2_OBJECTS) $(tst_fills2_DEPENDENCIES) $(EXTRA_tst_fills2_DEPENDENCIES) - @rm -f tst_fills2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fills2_OBJECTS) $(tst_fills2_LDADD) $(LIBS) - -tst_filter_avail$(EXEEXT): $(tst_filter_avail_OBJECTS) $(tst_filter_avail_DEPENDENCIES) $(EXTRA_tst_filter_avail_DEPENDENCIES) - @rm -f tst_filter_avail$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_filter_avail_OBJECTS) $(tst_filter_avail_LDADD) $(LIBS) - -tst_filterparser$(EXEEXT): $(tst_filterparser_OBJECTS) $(tst_filterparser_DEPENDENCIES) $(EXTRA_tst_filterparser_DEPENDENCIES) - @rm -f tst_filterparser$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_filterparser_OBJECTS) $(tst_filterparser_LDADD) $(LIBS) - -tst_grps$(EXEEXT): $(tst_grps_OBJECTS) $(tst_grps_DEPENDENCIES) $(EXTRA_tst_grps_DEPENDENCIES) - @rm -f tst_grps$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_grps_OBJECTS) $(tst_grps_LDADD) $(LIBS) - -tst_grps2$(EXEEXT): $(tst_grps2_OBJECTS) $(tst_grps2_DEPENDENCIES) $(EXTRA_tst_grps2_DEPENDENCIES) - @rm -f tst_grps2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_grps2_OBJECTS) $(tst_grps2_LDADD) $(LIBS) - -tst_h5_endians$(EXEEXT): $(tst_h5_endians_OBJECTS) $(tst_h5_endians_DEPENDENCIES) $(EXTRA_tst_h5_endians_DEPENDENCIES) - @rm -f tst_h5_endians$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h5_endians_OBJECTS) $(tst_h5_endians_LDADD) $(LIBS) - -tst_h_refs$(EXEEXT): $(tst_h_refs_OBJECTS) $(tst_h_refs_DEPENDENCIES) $(EXTRA_tst_h_refs_DEPENDENCIES) - @rm -f tst_h_refs$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_refs_OBJECTS) $(tst_h_refs_LDADD) $(LIBS) - -tst_h_scalar$(EXEEXT): $(tst_h_scalar_OBJECTS) $(tst_h_scalar_DEPENDENCIES) $(EXTRA_tst_h_scalar_DEPENDENCIES) - @rm -f tst_h_scalar$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_scalar_OBJECTS) $(tst_h_scalar_LDADD) $(LIBS) - -tst_h_strbug$(EXEEXT): $(tst_h_strbug_OBJECTS) $(tst_h_strbug_DEPENDENCIES) $(EXTRA_tst_h_strbug_DEPENDENCIES) - @rm -f tst_h_strbug$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_strbug_OBJECTS) $(tst_h_strbug_LDADD) $(LIBS) - -tst_hdf5_file_compat$(EXEEXT): $(tst_hdf5_file_compat_OBJECTS) $(tst_hdf5_file_compat_DEPENDENCIES) $(EXTRA_tst_hdf5_file_compat_DEPENDENCIES) - @rm -f tst_hdf5_file_compat$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_hdf5_file_compat_OBJECTS) $(tst_hdf5_file_compat_LDADD) $(LIBS) - -tst_interops$(EXEEXT): $(tst_interops_OBJECTS) $(tst_interops_DEPENDENCIES) $(EXTRA_tst_interops_DEPENDENCIES) - @rm -f tst_interops$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops_OBJECTS) $(tst_interops_LDADD) $(LIBS) - -tst_interops4$(EXEEXT): $(tst_interops4_OBJECTS) $(tst_interops4_DEPENDENCIES) $(EXTRA_tst_interops4_DEPENDENCIES) - @rm -f tst_interops4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops4_OBJECTS) $(tst_interops4_LDADD) $(LIBS) - -tst_interops5$(EXEEXT): $(tst_interops5_OBJECTS) $(tst_interops5_DEPENDENCIES) $(EXTRA_tst_interops5_DEPENDENCIES) - @rm -f tst_interops5$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops5_OBJECTS) $(tst_interops5_LDADD) $(LIBS) - -tst_interops6$(EXEEXT): $(tst_interops6_OBJECTS) $(tst_interops6_DEPENDENCIES) $(EXTRA_tst_interops6_DEPENDENCIES) - @rm -f tst_interops6$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops6_OBJECTS) $(tst_interops6_LDADD) $(LIBS) - -tst_interops_dims$(EXEEXT): $(tst_interops_dims_OBJECTS) $(tst_interops_dims_DEPENDENCIES) $(EXTRA_tst_interops_dims_DEPENDENCIES) - @rm -f tst_interops_dims$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_interops_dims_OBJECTS) $(tst_interops_dims_LDADD) $(LIBS) - -tst_large$(EXEEXT): $(tst_large_OBJECTS) $(tst_large_DEPENDENCIES) $(EXTRA_tst_large_DEPENDENCIES) - @rm -f tst_large$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_large_OBJECTS) $(tst_large_LDADD) $(LIBS) - -tst_large2$(EXEEXT): $(tst_large2_OBJECTS) $(tst_large2_DEPENDENCIES) $(EXTRA_tst_large2_DEPENDENCIES) - @rm -f tst_large2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_large2_OBJECTS) $(tst_large2_LDADD) $(LIBS) - -tst_mode$(EXEEXT): $(tst_mode_OBJECTS) $(tst_mode_DEPENDENCIES) $(EXTRA_tst_mode_DEPENDENCIES) - @rm -f tst_mode$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_mode_OBJECTS) $(tst_mode_LDADD) $(LIBS) - -tst_mpi_parallel$(EXEEXT): $(tst_mpi_parallel_OBJECTS) $(tst_mpi_parallel_DEPENDENCIES) $(EXTRA_tst_mpi_parallel_DEPENDENCIES) - @rm -f tst_mpi_parallel$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_mpi_parallel_OBJECTS) $(tst_mpi_parallel_LDADD) $(LIBS) - -tst_multifilter$(EXEEXT): $(tst_multifilter_OBJECTS) $(tst_multifilter_DEPENDENCIES) $(EXTRA_tst_multifilter_DEPENDENCIES) - @rm -f tst_multifilter$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_multifilter_OBJECTS) $(tst_multifilter_LDADD) $(LIBS) - -tst_nc4perf$(EXEEXT): $(tst_nc4perf_OBJECTS) $(tst_nc4perf_DEPENDENCIES) $(EXTRA_tst_nc4perf_DEPENDENCIES) - @rm -f tst_nc4perf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nc4perf_OBJECTS) $(tst_nc4perf_LDADD) $(LIBS) - -tst_opaques$(EXEEXT): $(tst_opaques_OBJECTS) $(tst_opaques_DEPENDENCIES) $(EXTRA_tst_opaques_DEPENDENCIES) - @rm -f tst_opaques$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_opaques_OBJECTS) $(tst_opaques_LDADD) $(LIBS) - -tst_parallel$(EXEEXT): $(tst_parallel_OBJECTS) $(tst_parallel_DEPENDENCIES) $(EXTRA_tst_parallel_DEPENDENCIES) - @rm -f tst_parallel$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel_OBJECTS) $(tst_parallel_LDADD) $(LIBS) - -tst_parallel3$(EXEEXT): $(tst_parallel3_OBJECTS) $(tst_parallel3_DEPENDENCIES) $(EXTRA_tst_parallel3_DEPENDENCIES) - @rm -f tst_parallel3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel3_OBJECTS) $(tst_parallel3_LDADD) $(LIBS) - -tst_parallel4$(EXEEXT): $(tst_parallel4_OBJECTS) $(tst_parallel4_DEPENDENCIES) $(EXTRA_tst_parallel4_DEPENDENCIES) - @rm -f tst_parallel4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel4_OBJECTS) $(tst_parallel4_LDADD) $(LIBS) - -tst_parallel5$(EXEEXT): $(tst_parallel5_OBJECTS) $(tst_parallel5_DEPENDENCIES) $(EXTRA_tst_parallel5_DEPENDENCIES) - @rm -f tst_parallel5$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel5_OBJECTS) $(tst_parallel5_LDADD) $(LIBS) - -tst_parallel6$(EXEEXT): $(tst_parallel6_OBJECTS) $(tst_parallel6_DEPENDENCIES) $(EXTRA_tst_parallel6_DEPENDENCIES) - @rm -f tst_parallel6$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel6_OBJECTS) $(tst_parallel6_LDADD) $(LIBS) - -tst_parallel_compress$(EXEEXT): $(tst_parallel_compress_OBJECTS) $(tst_parallel_compress_DEPENDENCIES) $(EXTRA_tst_parallel_compress_DEPENDENCIES) - @rm -f tst_parallel_compress$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel_compress_OBJECTS) $(tst_parallel_compress_LDADD) $(LIBS) - -tst_parallel_zlib$(EXEEXT): $(tst_parallel_zlib_OBJECTS) $(tst_parallel_zlib_DEPENDENCIES) $(EXTRA_tst_parallel_zlib_DEPENDENCIES) - @rm -f tst_parallel_zlib$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_parallel_zlib_OBJECTS) $(tst_parallel_zlib_LDADD) $(LIBS) - -tst_put_vars$(EXEEXT): $(tst_put_vars_OBJECTS) $(tst_put_vars_DEPENDENCIES) $(EXTRA_tst_put_vars_DEPENDENCIES) - @rm -f tst_put_vars$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_put_vars_OBJECTS) $(tst_put_vars_LDADD) $(LIBS) - -tst_put_vars_two_unlim_dim$(EXEEXT): $(tst_put_vars_two_unlim_dim_OBJECTS) $(tst_put_vars_two_unlim_dim_DEPENDENCIES) $(EXTRA_tst_put_vars_two_unlim_dim_DEPENDENCIES) - @rm -f tst_put_vars_two_unlim_dim$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_put_vars_two_unlim_dim_OBJECTS) $(tst_put_vars_two_unlim_dim_LDADD) $(LIBS) - -tst_quantize$(EXEEXT): $(tst_quantize_OBJECTS) $(tst_quantize_DEPENDENCIES) $(EXTRA_tst_quantize_DEPENDENCIES) - @rm -f tst_quantize$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_quantize_OBJECTS) $(tst_quantize_LDADD) $(LIBS) - -tst_quantize_par$(EXEEXT): $(tst_quantize_par_OBJECTS) $(tst_quantize_par_DEPENDENCIES) $(EXTRA_tst_quantize_par_DEPENDENCIES) - @rm -f tst_quantize_par$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_quantize_par_OBJECTS) $(tst_quantize_par_LDADD) $(LIBS) - -tst_rehash$(EXEEXT): $(tst_rehash_OBJECTS) $(tst_rehash_DEPENDENCIES) $(EXTRA_tst_rehash_DEPENDENCIES) - @rm -f tst_rehash$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rehash_OBJECTS) $(tst_rehash_LDADD) $(LIBS) - -tst_rename$(EXEEXT): $(tst_rename_OBJECTS) $(tst_rename_DEPENDENCIES) $(EXTRA_tst_rename_DEPENDENCIES) - @rm -f tst_rename$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rename_OBJECTS) $(tst_rename_LDADD) $(LIBS) - -tst_rename2$(EXEEXT): $(tst_rename2_OBJECTS) $(tst_rename2_DEPENDENCIES) $(EXTRA_tst_rename2_DEPENDENCIES) - @rm -f tst_rename2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rename2_OBJECTS) $(tst_rename2_LDADD) $(LIBS) - -tst_rename3$(EXEEXT): $(tst_rename3_OBJECTS) $(tst_rename3_DEPENDENCIES) $(EXTRA_tst_rename3_DEPENDENCIES) - @rm -f tst_rename3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rename3_OBJECTS) $(tst_rename3_LDADD) $(LIBS) - -tst_simplerw_coll_r$(EXEEXT): $(tst_simplerw_coll_r_OBJECTS) $(tst_simplerw_coll_r_DEPENDENCIES) $(EXTRA_tst_simplerw_coll_r_DEPENDENCIES) - @rm -f tst_simplerw_coll_r$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_simplerw_coll_r_OBJECTS) $(tst_simplerw_coll_r_LDADD) $(LIBS) - -tst_strings$(EXEEXT): $(tst_strings_OBJECTS) $(tst_strings_DEPENDENCIES) $(EXTRA_tst_strings_DEPENDENCIES) - @rm -f tst_strings$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_strings_OBJECTS) $(tst_strings_LDADD) $(LIBS) - -tst_strings2$(EXEEXT): $(tst_strings2_OBJECTS) $(tst_strings2_DEPENDENCIES) $(EXTRA_tst_strings2_DEPENDENCIES) - @rm -f tst_strings2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_strings2_OBJECTS) $(tst_strings2_LDADD) $(LIBS) - -tst_sync$(EXEEXT): $(tst_sync_OBJECTS) $(tst_sync_DEPENDENCIES) $(EXTRA_tst_sync_DEPENDENCIES) - @rm -f tst_sync$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_sync_OBJECTS) $(tst_sync_LDADD) $(LIBS) - -tst_types$(EXEEXT): $(tst_types_OBJECTS) $(tst_types_DEPENDENCIES) $(EXTRA_tst_types_DEPENDENCIES) - @rm -f tst_types$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_types_OBJECTS) $(tst_types_LDADD) $(LIBS) - -tst_udf$(EXEEXT): $(tst_udf_OBJECTS) $(tst_udf_DEPENDENCIES) $(EXTRA_tst_udf_DEPENDENCIES) - @rm -f tst_udf$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_udf_OBJECTS) $(tst_udf_LDADD) $(LIBS) - -tst_unlim_vars$(EXEEXT): $(tst_unlim_vars_OBJECTS) $(tst_unlim_vars_DEPENDENCIES) $(EXTRA_tst_unlim_vars_DEPENDENCIES) - @rm -f tst_unlim_vars$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_unlim_vars_OBJECTS) $(tst_unlim_vars_LDADD) $(LIBS) - -tst_utf8$(EXEEXT): $(tst_utf8_OBJECTS) $(tst_utf8_DEPENDENCIES) $(EXTRA_tst_utf8_DEPENDENCIES) - @rm -f tst_utf8$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_utf8_OBJECTS) $(tst_utf8_LDADD) $(LIBS) - -tst_v2$(EXEEXT): $(tst_v2_OBJECTS) $(tst_v2_DEPENDENCIES) $(EXTRA_tst_v2_DEPENDENCIES) - @rm -f tst_v2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_v2_OBJECTS) $(tst_v2_LDADD) $(LIBS) - -tst_varms$(EXEEXT): $(tst_varms_OBJECTS) $(tst_varms_DEPENDENCIES) $(EXTRA_tst_varms_DEPENDENCIES) - @rm -f tst_varms$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_varms_OBJECTS) $(tst_varms_LDADD) $(LIBS) - -tst_vars$(EXEEXT): $(tst_vars_OBJECTS) $(tst_vars_DEPENDENCIES) $(EXTRA_tst_vars_DEPENDENCIES) - @rm -f tst_vars$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vars_OBJECTS) $(tst_vars_LDADD) $(LIBS) - -tst_vars2$(EXEEXT): $(tst_vars2_OBJECTS) $(tst_vars2_DEPENDENCIES) $(EXTRA_tst_vars2_DEPENDENCIES) - @rm -f tst_vars2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vars2_OBJECTS) $(tst_vars2_LDADD) $(LIBS) - -tst_vars3$(EXEEXT): $(tst_vars3_OBJECTS) $(tst_vars3_DEPENDENCIES) $(EXTRA_tst_vars3_DEPENDENCIES) - @rm -f tst_vars3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vars3_OBJECTS) $(tst_vars3_LDADD) $(LIBS) - -tst_vars4$(EXEEXT): $(tst_vars4_OBJECTS) $(tst_vars4_DEPENDENCIES) $(EXTRA_tst_vars4_DEPENDENCIES) - @rm -f tst_vars4$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vars4_OBJECTS) $(tst_vars4_LDADD) $(LIBS) - -tst_vl$(EXEEXT): $(tst_vl_OBJECTS) $(tst_vl_DEPENDENCIES) $(EXTRA_tst_vl_DEPENDENCIES) - @rm -f tst_vl$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vl_OBJECTS) $(tst_vl_LDADD) $(LIBS) - -tst_vlenstr$(EXEEXT): $(tst_vlenstr_OBJECTS) $(tst_vlenstr_DEPENDENCIES) $(EXTRA_tst_vlenstr_DEPENDENCIES) - @rm -f tst_vlenstr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vlenstr_OBJECTS) $(tst_vlenstr_LDADD) $(LIBS) - -tst_xplatform$(EXEEXT): $(tst_xplatform_OBJECTS) $(tst_xplatform_DEPENDENCIES) $(EXTRA_tst_xplatform_DEPENDENCIES) - @rm -f tst_xplatform$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_xplatform_OBJECTS) $(tst_xplatform_LDADD) $(LIBS) - -tst_xplatform2$(EXEEXT): $(tst_xplatform2_OBJECTS) $(tst_xplatform2_DEPENDENCIES) $(EXTRA_tst_xplatform2_DEPENDENCIES) - @rm -f tst_xplatform2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_xplatform2_OBJECTS) $(tst_xplatform2_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/build_fixedstring.Po # am--include-marker -include ./$(DEPDIR)/cdm_sea_soundings.Po # am--include-marker -include ./$(DEPDIR)/h5testszip.Po # am--include-marker -include ./$(DEPDIR)/renamegroup.Po # am--include-marker -include ./$(DEPDIR)/t_type.Po # am--include-marker -include ./$(DEPDIR)/test_filter.Po # am--include-marker -include ./$(DEPDIR)/test_filter_misc.Po # am--include-marker -include ./$(DEPDIR)/test_filter_order.Po # am--include-marker -include ./$(DEPDIR)/test_filter_repeat.Po # am--include-marker -include ./$(DEPDIR)/test_filter_vlen.Po # am--include-marker -include ./$(DEPDIR)/test_szip.Po # am--include-marker -include ./$(DEPDIR)/tst_alignment.Po # am--include-marker -include ./$(DEPDIR)/tst_atts.Po # am--include-marker -include ./$(DEPDIR)/tst_atts1.Po # am--include-marker -include ./$(DEPDIR)/tst_atts2.Po # am--include-marker -include ./$(DEPDIR)/tst_atts3.Po # am--include-marker -include ./$(DEPDIR)/tst_atts_string_rewrite.Po # am--include-marker -include ./$(DEPDIR)/tst_bug1442.Po # am--include-marker -include ./$(DEPDIR)/tst_bug324.Po # am--include-marker -include ./$(DEPDIR)/tst_camrun.Po # am--include-marker -include ./$(DEPDIR)/tst_charvlenbug.Po # am--include-marker -include ./$(DEPDIR)/tst_chunks.Po # am--include-marker -include ./$(DEPDIR)/tst_chunks2.Po # am--include-marker -include ./$(DEPDIR)/tst_compounds.Po # am--include-marker -include ./$(DEPDIR)/tst_compounds2.Po # am--include-marker -include ./$(DEPDIR)/tst_compounds3.Po # am--include-marker -include ./$(DEPDIR)/tst_converts.Po # am--include-marker -include ./$(DEPDIR)/tst_converts2.Po # am--include-marker -include ./$(DEPDIR)/tst_coords.Po # am--include-marker -include ./$(DEPDIR)/tst_coords2.Po # am--include-marker -include ./$(DEPDIR)/tst_coords3.Po # am--include-marker -include ./$(DEPDIR)/tst_dims.Po # am--include-marker -include ./$(DEPDIR)/tst_dims2.Po # am--include-marker -include ./$(DEPDIR)/tst_dims3.Po # am--include-marker -include ./$(DEPDIR)/tst_elatefill.Po # am--include-marker -include ./$(DEPDIR)/tst_empty_vlen_unlim.Po # am--include-marker -include ./$(DEPDIR)/tst_endian_fill.Po # am--include-marker -include ./$(DEPDIR)/tst_enums.Po # am--include-marker -include ./$(DEPDIR)/tst_files.Po # am--include-marker -include ./$(DEPDIR)/tst_files4.Po # am--include-marker -include ./$(DEPDIR)/tst_files5.Po # am--include-marker -include ./$(DEPDIR)/tst_files6.Po # am--include-marker -include ./$(DEPDIR)/tst_fill_attr_vanish.Po # am--include-marker -include ./$(DEPDIR)/tst_fillbug.Po # am--include-marker -include ./$(DEPDIR)/tst_fillonly.Po # am--include-marker -include ./$(DEPDIR)/tst_fills.Po # am--include-marker -include ./$(DEPDIR)/tst_fills2.Po # am--include-marker -include ./$(DEPDIR)/tst_filter_avail.Po # am--include-marker -include ./$(DEPDIR)/tst_filterparser.Po # am--include-marker -include ./$(DEPDIR)/tst_grps.Po # am--include-marker -include ./$(DEPDIR)/tst_grps2.Po # am--include-marker -include ./$(DEPDIR)/tst_h5_endians.Po # am--include-marker -include ./$(DEPDIR)/tst_h_refs.Po # am--include-marker -include ./$(DEPDIR)/tst_h_scalar.Po # am--include-marker -include ./$(DEPDIR)/tst_h_strbug.Po # am--include-marker -include ./$(DEPDIR)/tst_hdf5_file_compat.Po # am--include-marker -include ./$(DEPDIR)/tst_interops.Po # am--include-marker -include ./$(DEPDIR)/tst_interops4.Po # am--include-marker -include ./$(DEPDIR)/tst_interops5.Po # am--include-marker -include ./$(DEPDIR)/tst_interops6.Po # am--include-marker -include ./$(DEPDIR)/tst_interops_dims.Po # am--include-marker -include ./$(DEPDIR)/tst_large.Po # am--include-marker -include ./$(DEPDIR)/tst_large2.Po # am--include-marker -include ./$(DEPDIR)/tst_mode.Po # am--include-marker -include ./$(DEPDIR)/tst_mpi_parallel.Po # am--include-marker -include ./$(DEPDIR)/tst_multifilter.Po # am--include-marker -include ./$(DEPDIR)/tst_nc4perf.Po # am--include-marker -include ./$(DEPDIR)/tst_opaques.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel3.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel4.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel5.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel6.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel_compress.Po # am--include-marker -include ./$(DEPDIR)/tst_parallel_zlib.Po # am--include-marker -include ./$(DEPDIR)/tst_put_vars.Po # am--include-marker -include ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po # am--include-marker -include ./$(DEPDIR)/tst_quantize.Po # am--include-marker -include ./$(DEPDIR)/tst_quantize_par.Po # am--include-marker -include ./$(DEPDIR)/tst_rehash.Po # am--include-marker -include ./$(DEPDIR)/tst_rename.Po # am--include-marker -include ./$(DEPDIR)/tst_rename2.Po # am--include-marker -include ./$(DEPDIR)/tst_rename3.Po # am--include-marker -include ./$(DEPDIR)/tst_simplerw_coll_r.Po # am--include-marker -include ./$(DEPDIR)/tst_strings.Po # am--include-marker -include ./$(DEPDIR)/tst_strings2.Po # am--include-marker -include ./$(DEPDIR)/tst_sync.Po # am--include-marker -include ./$(DEPDIR)/tst_types.Po # am--include-marker -include ./$(DEPDIR)/tst_udf.Po # am--include-marker -include ./$(DEPDIR)/tst_unlim_vars.Po # am--include-marker -include ./$(DEPDIR)/tst_utf8.Po # am--include-marker -include ./$(DEPDIR)/tst_v2.Po # am--include-marker -include ./$(DEPDIR)/tst_varms.Po # am--include-marker -include ./$(DEPDIR)/tst_vars.Po # am--include-marker -include ./$(DEPDIR)/tst_vars2.Po # am--include-marker -include ./$(DEPDIR)/tst_vars3.Po # am--include-marker -include ./$(DEPDIR)/tst_vars4.Po # am--include-marker -include ./$(DEPDIR)/tst_vl.Po # am--include-marker -include ./$(DEPDIR)/tst_vlenstr.Po # am--include-marker -include ./$(DEPDIR)/tst_xplatform.Po # am--include-marker -include ./$(DEPDIR)/tst_xplatform2.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -tst_dims.log: tst_dims$(EXEEXT) - @p='tst_dims$(EXEEXT)'; \ - b='tst_dims'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_dims2.log: tst_dims2$(EXEEXT) - @p='tst_dims2$(EXEEXT)'; \ - b='tst_dims2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_dims3.log: tst_dims3$(EXEEXT) - @p='tst_dims3$(EXEEXT)'; \ - b='tst_dims3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_files.log: tst_files$(EXEEXT) - @p='tst_files$(EXEEXT)'; \ - b='tst_files'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_files4.log: tst_files4$(EXEEXT) - @p='tst_files4$(EXEEXT)'; \ - b='tst_files4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_vars.log: tst_vars$(EXEEXT) - @p='tst_vars$(EXEEXT)'; \ - b='tst_vars'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_varms.log: tst_varms$(EXEEXT) - @p='tst_varms$(EXEEXT)'; \ - b='tst_varms'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_unlim_vars.log: tst_unlim_vars$(EXEEXT) - @p='tst_unlim_vars$(EXEEXT)'; \ - b='tst_unlim_vars'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_converts.log: tst_converts$(EXEEXT) - @p='tst_converts$(EXEEXT)'; \ - b='tst_converts'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_converts2.log: tst_converts2$(EXEEXT) - @p='tst_converts2$(EXEEXT)'; \ - b='tst_converts2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_grps.log: tst_grps$(EXEEXT) - @p='tst_grps$(EXEEXT)'; \ - b='tst_grps'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_grps2.log: tst_grps2$(EXEEXT) - @p='tst_grps2$(EXEEXT)'; \ - b='tst_grps2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_compounds.log: tst_compounds$(EXEEXT) - @p='tst_compounds$(EXEEXT)'; \ - b='tst_compounds'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_compounds2.log: tst_compounds2$(EXEEXT) - @p='tst_compounds2$(EXEEXT)'; \ - b='tst_compounds2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_compounds3.log: tst_compounds3$(EXEEXT) - @p='tst_compounds3$(EXEEXT)'; \ - b='tst_compounds3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_opaques.log: tst_opaques$(EXEEXT) - @p='tst_opaques$(EXEEXT)'; \ - b='tst_opaques'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_strings.log: tst_strings$(EXEEXT) - @p='tst_strings$(EXEEXT)'; \ - b='tst_strings'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_strings2.log: tst_strings2$(EXEEXT) - @p='tst_strings2$(EXEEXT)'; \ - b='tst_strings2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_interops.log: tst_interops$(EXEEXT) - @p='tst_interops$(EXEEXT)'; \ - b='tst_interops'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_interops4.log: tst_interops4$(EXEEXT) - @p='tst_interops4$(EXEEXT)'; \ - b='tst_interops4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_interops5.log: tst_interops5$(EXEEXT) - @p='tst_interops5$(EXEEXT)'; \ - b='tst_interops5'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_interops6.log: tst_interops6$(EXEEXT) - @p='tst_interops6$(EXEEXT)'; \ - b='tst_interops6'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_interops_dims.log: tst_interops_dims$(EXEEXT) - @p='tst_interops_dims$(EXEEXT)'; \ - b='tst_interops_dims'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_enums.log: tst_enums$(EXEEXT) - @p='tst_enums$(EXEEXT)'; \ - b='tst_enums'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_coords.log: tst_coords$(EXEEXT) - @p='tst_coords$(EXEEXT)'; \ - b='tst_coords'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_coords2.log: tst_coords2$(EXEEXT) - @p='tst_coords2$(EXEEXT)'; \ - b='tst_coords2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_coords3.log: tst_coords3$(EXEEXT) - @p='tst_coords3$(EXEEXT)'; \ - b='tst_coords3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_vars3.log: tst_vars3$(EXEEXT) - @p='tst_vars3$(EXEEXT)'; \ - b='tst_vars3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_vars4.log: tst_vars4$(EXEEXT) - @p='tst_vars4$(EXEEXT)'; \ - b='tst_vars4'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_chunks.log: tst_chunks$(EXEEXT) - @p='tst_chunks$(EXEEXT)'; \ - b='tst_chunks'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_chunks2.log: tst_chunks2$(EXEEXT) - @p='tst_chunks2$(EXEEXT)'; \ - b='tst_chunks2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_utf8.log: tst_utf8$(EXEEXT) - @p='tst_utf8$(EXEEXT)'; \ - b='tst_utf8'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_fills.log: tst_fills$(EXEEXT) - @p='tst_fills$(EXEEXT)'; \ - b='tst_fills'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_fills2.log: tst_fills2$(EXEEXT) - @p='tst_fills2$(EXEEXT)'; \ - b='tst_fills2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_fillbug.log: tst_fillbug$(EXEEXT) - @p='tst_fillbug$(EXEEXT)'; \ - b='tst_fillbug'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_xplatform.log: tst_xplatform$(EXEEXT) - @p='tst_xplatform$(EXEEXT)'; \ - b='tst_xplatform'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_xplatform2.log: tst_xplatform2$(EXEEXT) - @p='tst_xplatform2$(EXEEXT)'; \ - b='tst_xplatform2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_endian_fill.log: tst_endian_fill$(EXEEXT) - @p='tst_endian_fill$(EXEEXT)'; \ - b='tst_endian_fill'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_atts.log: tst_atts$(EXEEXT) - @p='tst_atts$(EXEEXT)'; \ - b='tst_atts'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -t_type.log: t_type$(EXEEXT) - @p='t_type$(EXEEXT)'; \ - b='t_type'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -cdm_sea_soundings.log: cdm_sea_soundings$(EXEEXT) - @p='cdm_sea_soundings$(EXEEXT)'; \ - b='cdm_sea_soundings'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_camrun.log: tst_camrun$(EXEEXT) - @p='tst_camrun$(EXEEXT)'; \ - b='tst_camrun'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_vl.log: tst_vl$(EXEEXT) - @p='tst_vl$(EXEEXT)'; \ - b='tst_vl'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_atts1.log: tst_atts1$(EXEEXT) - @p='tst_atts1$(EXEEXT)'; \ - b='tst_atts1'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_atts2.log: tst_atts2$(EXEEXT) - @p='tst_atts2$(EXEEXT)'; \ - b='tst_atts2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_vars2.log: tst_vars2$(EXEEXT) - @p='tst_vars2$(EXEEXT)'; \ - b='tst_vars2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_files5.log: tst_files5$(EXEEXT) - @p='tst_files5$(EXEEXT)'; \ - b='tst_files5'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_files6.log: tst_files6$(EXEEXT) - @p='tst_files6$(EXEEXT)'; \ - b='tst_files6'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_sync.log: tst_sync$(EXEEXT) - @p='tst_sync$(EXEEXT)'; \ - b='tst_sync'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_scalar.log: tst_h_scalar$(EXEEXT) - @p='tst_h_scalar$(EXEEXT)'; \ - b='tst_h_scalar'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_rename.log: tst_rename$(EXEEXT) - @p='tst_rename$(EXEEXT)'; \ - b='tst_rename'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_rename2.log: tst_rename2$(EXEEXT) - @p='tst_rename2$(EXEEXT)'; \ - b='tst_rename2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_rename3.log: tst_rename3$(EXEEXT) - @p='tst_rename3$(EXEEXT)'; \ - b='tst_rename3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h5_endians.log: tst_h5_endians$(EXEEXT) - @p='tst_h5_endians$(EXEEXT)'; \ - b='tst_h5_endians'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_atts_string_rewrite.log: tst_atts_string_rewrite$(EXEEXT) - @p='tst_atts_string_rewrite$(EXEEXT)'; \ - b='tst_atts_string_rewrite'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_hdf5_file_compat.log: tst_hdf5_file_compat$(EXEEXT) - @p='tst_hdf5_file_compat$(EXEEXT)'; \ - b='tst_hdf5_file_compat'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_fill_attr_vanish.log: tst_fill_attr_vanish$(EXEEXT) - @p='tst_fill_attr_vanish$(EXEEXT)'; \ - b='tst_fill_attr_vanish'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_rehash.log: tst_rehash$(EXEEXT) - @p='tst_rehash$(EXEEXT)'; \ - b='tst_rehash'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_filterparser.log: tst_filterparser$(EXEEXT) - @p='tst_filterparser$(EXEEXT)'; \ - b='tst_filterparser'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_bug324.log: tst_bug324$(EXEEXT) - @p='tst_bug324$(EXEEXT)'; \ - b='tst_bug324'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_types.log: tst_types$(EXEEXT) - @p='tst_types$(EXEEXT)'; \ - b='tst_types'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_atts3.log: tst_atts3$(EXEEXT) - @p='tst_atts3$(EXEEXT)'; \ - b='tst_atts3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_put_vars.log: tst_put_vars$(EXEEXT) - @p='tst_put_vars$(EXEEXT)'; \ - b='tst_put_vars'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_elatefill.log: tst_elatefill$(EXEEXT) - @p='tst_elatefill$(EXEEXT)'; \ - b='tst_elatefill'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_udf.log: tst_udf$(EXEEXT) - @p='tst_udf$(EXEEXT)'; \ - b='tst_udf'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_put_vars_two_unlim_dim.log: tst_put_vars_two_unlim_dim$(EXEEXT) - @p='tst_put_vars_two_unlim_dim$(EXEEXT)'; \ - b='tst_put_vars_two_unlim_dim'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_bug1442.log: tst_bug1442$(EXEEXT) - @p='tst_bug1442$(EXEEXT)'; \ - b='tst_bug1442'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_quantize.log: tst_quantize$(EXEEXT) - @p='tst_quantize$(EXEEXT)'; \ - b='tst_quantize'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_alignment.log: tst_alignment$(EXEEXT) - @p='tst_alignment$(EXEEXT)'; \ - b='tst_alignment'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_strbug.log: tst_h_strbug$(EXEEXT) - @p='tst_h_strbug$(EXEEXT)'; \ - b='tst_h_strbug'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_h_refs.log: tst_h_refs$(EXEEXT) - @p='tst_h_refs$(EXEEXT)'; \ - b='tst_h_refs'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_large.log: tst_large$(EXEEXT) - @p='tst_large$(EXEEXT)'; \ - b='tst_large'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_large2.log: tst_large2$(EXEEXT) - @p='tst_large2$(EXEEXT)'; \ - b='tst_large2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_v2.log: tst_v2$(EXEEXT) - @p='tst_v2$(EXEEXT)'; \ - b='tst_v2'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/build_fixedstring.Po - -rm -f ./$(DEPDIR)/cdm_sea_soundings.Po - -rm -f ./$(DEPDIR)/h5testszip.Po - -rm -f ./$(DEPDIR)/renamegroup.Po - -rm -f ./$(DEPDIR)/t_type.Po - -rm -f ./$(DEPDIR)/test_filter.Po - -rm -f ./$(DEPDIR)/test_filter_misc.Po - -rm -f ./$(DEPDIR)/test_filter_order.Po - -rm -f ./$(DEPDIR)/test_filter_repeat.Po - -rm -f ./$(DEPDIR)/test_filter_vlen.Po - -rm -f ./$(DEPDIR)/test_szip.Po - -rm -f ./$(DEPDIR)/tst_alignment.Po - -rm -f ./$(DEPDIR)/tst_atts.Po - -rm -f ./$(DEPDIR)/tst_atts1.Po - -rm -f ./$(DEPDIR)/tst_atts2.Po - -rm -f ./$(DEPDIR)/tst_atts3.Po - -rm -f ./$(DEPDIR)/tst_atts_string_rewrite.Po - -rm -f ./$(DEPDIR)/tst_bug1442.Po - -rm -f ./$(DEPDIR)/tst_bug324.Po - -rm -f ./$(DEPDIR)/tst_camrun.Po - -rm -f ./$(DEPDIR)/tst_charvlenbug.Po - -rm -f ./$(DEPDIR)/tst_chunks.Po - -rm -f ./$(DEPDIR)/tst_chunks2.Po - -rm -f ./$(DEPDIR)/tst_compounds.Po - -rm -f ./$(DEPDIR)/tst_compounds2.Po - -rm -f ./$(DEPDIR)/tst_compounds3.Po - -rm -f ./$(DEPDIR)/tst_converts.Po - -rm -f ./$(DEPDIR)/tst_converts2.Po - -rm -f ./$(DEPDIR)/tst_coords.Po - -rm -f ./$(DEPDIR)/tst_coords2.Po - -rm -f ./$(DEPDIR)/tst_coords3.Po - -rm -f ./$(DEPDIR)/tst_dims.Po - -rm -f ./$(DEPDIR)/tst_dims2.Po - -rm -f ./$(DEPDIR)/tst_dims3.Po - -rm -f ./$(DEPDIR)/tst_elatefill.Po - -rm -f ./$(DEPDIR)/tst_empty_vlen_unlim.Po - -rm -f ./$(DEPDIR)/tst_endian_fill.Po - -rm -f ./$(DEPDIR)/tst_enums.Po - -rm -f ./$(DEPDIR)/tst_files.Po - -rm -f ./$(DEPDIR)/tst_files4.Po - -rm -f ./$(DEPDIR)/tst_files5.Po - -rm -f ./$(DEPDIR)/tst_files6.Po - -rm -f ./$(DEPDIR)/tst_fill_attr_vanish.Po - -rm -f ./$(DEPDIR)/tst_fillbug.Po - -rm -f ./$(DEPDIR)/tst_fillonly.Po - -rm -f ./$(DEPDIR)/tst_fills.Po - -rm -f ./$(DEPDIR)/tst_fills2.Po - -rm -f ./$(DEPDIR)/tst_filter_avail.Po - -rm -f ./$(DEPDIR)/tst_filterparser.Po - -rm -f ./$(DEPDIR)/tst_grps.Po - -rm -f ./$(DEPDIR)/tst_grps2.Po - -rm -f ./$(DEPDIR)/tst_h5_endians.Po - -rm -f ./$(DEPDIR)/tst_h_refs.Po - -rm -f ./$(DEPDIR)/tst_h_scalar.Po - -rm -f ./$(DEPDIR)/tst_h_strbug.Po - -rm -f ./$(DEPDIR)/tst_hdf5_file_compat.Po - -rm -f ./$(DEPDIR)/tst_interops.Po - -rm -f ./$(DEPDIR)/tst_interops4.Po - -rm -f ./$(DEPDIR)/tst_interops5.Po - -rm -f ./$(DEPDIR)/tst_interops6.Po - -rm -f ./$(DEPDIR)/tst_interops_dims.Po - -rm -f ./$(DEPDIR)/tst_large.Po - -rm -f ./$(DEPDIR)/tst_large2.Po - -rm -f ./$(DEPDIR)/tst_mode.Po - -rm -f ./$(DEPDIR)/tst_mpi_parallel.Po - -rm -f ./$(DEPDIR)/tst_multifilter.Po - -rm -f ./$(DEPDIR)/tst_nc4perf.Po - -rm -f ./$(DEPDIR)/tst_opaques.Po - -rm -f ./$(DEPDIR)/tst_parallel.Po - -rm -f ./$(DEPDIR)/tst_parallel3.Po - -rm -f ./$(DEPDIR)/tst_parallel4.Po - -rm -f ./$(DEPDIR)/tst_parallel5.Po - -rm -f ./$(DEPDIR)/tst_parallel6.Po - -rm -f ./$(DEPDIR)/tst_parallel_compress.Po - -rm -f ./$(DEPDIR)/tst_parallel_zlib.Po - -rm -f ./$(DEPDIR)/tst_put_vars.Po - -rm -f ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po - -rm -f ./$(DEPDIR)/tst_quantize.Po - -rm -f ./$(DEPDIR)/tst_quantize_par.Po - -rm -f ./$(DEPDIR)/tst_rehash.Po - -rm -f ./$(DEPDIR)/tst_rename.Po - -rm -f ./$(DEPDIR)/tst_rename2.Po - -rm -f ./$(DEPDIR)/tst_rename3.Po - -rm -f ./$(DEPDIR)/tst_simplerw_coll_r.Po - -rm -f ./$(DEPDIR)/tst_strings.Po - -rm -f ./$(DEPDIR)/tst_strings2.Po - -rm -f ./$(DEPDIR)/tst_sync.Po - -rm -f ./$(DEPDIR)/tst_types.Po - -rm -f ./$(DEPDIR)/tst_udf.Po - -rm -f ./$(DEPDIR)/tst_unlim_vars.Po - -rm -f ./$(DEPDIR)/tst_utf8.Po - -rm -f ./$(DEPDIR)/tst_v2.Po - -rm -f ./$(DEPDIR)/tst_varms.Po - -rm -f ./$(DEPDIR)/tst_vars.Po - -rm -f ./$(DEPDIR)/tst_vars2.Po - -rm -f ./$(DEPDIR)/tst_vars3.Po - -rm -f ./$(DEPDIR)/tst_vars4.Po - -rm -f ./$(DEPDIR)/tst_vl.Po - -rm -f ./$(DEPDIR)/tst_vlenstr.Po - -rm -f ./$(DEPDIR)/tst_xplatform.Po - -rm -f ./$(DEPDIR)/tst_xplatform2.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/build_fixedstring.Po - -rm -f ./$(DEPDIR)/cdm_sea_soundings.Po - -rm -f ./$(DEPDIR)/h5testszip.Po - -rm -f ./$(DEPDIR)/renamegroup.Po - -rm -f ./$(DEPDIR)/t_type.Po - -rm -f ./$(DEPDIR)/test_filter.Po - -rm -f ./$(DEPDIR)/test_filter_misc.Po - -rm -f ./$(DEPDIR)/test_filter_order.Po - -rm -f ./$(DEPDIR)/test_filter_repeat.Po - -rm -f ./$(DEPDIR)/test_filter_vlen.Po - -rm -f ./$(DEPDIR)/test_szip.Po - -rm -f ./$(DEPDIR)/tst_alignment.Po - -rm -f ./$(DEPDIR)/tst_atts.Po - -rm -f ./$(DEPDIR)/tst_atts1.Po - -rm -f ./$(DEPDIR)/tst_atts2.Po - -rm -f ./$(DEPDIR)/tst_atts3.Po - -rm -f ./$(DEPDIR)/tst_atts_string_rewrite.Po - -rm -f ./$(DEPDIR)/tst_bug1442.Po - -rm -f ./$(DEPDIR)/tst_bug324.Po - -rm -f ./$(DEPDIR)/tst_camrun.Po - -rm -f ./$(DEPDIR)/tst_charvlenbug.Po - -rm -f ./$(DEPDIR)/tst_chunks.Po - -rm -f ./$(DEPDIR)/tst_chunks2.Po - -rm -f ./$(DEPDIR)/tst_compounds.Po - -rm -f ./$(DEPDIR)/tst_compounds2.Po - -rm -f ./$(DEPDIR)/tst_compounds3.Po - -rm -f ./$(DEPDIR)/tst_converts.Po - -rm -f ./$(DEPDIR)/tst_converts2.Po - -rm -f ./$(DEPDIR)/tst_coords.Po - -rm -f ./$(DEPDIR)/tst_coords2.Po - -rm -f ./$(DEPDIR)/tst_coords3.Po - -rm -f ./$(DEPDIR)/tst_dims.Po - -rm -f ./$(DEPDIR)/tst_dims2.Po - -rm -f ./$(DEPDIR)/tst_dims3.Po - -rm -f ./$(DEPDIR)/tst_elatefill.Po - -rm -f ./$(DEPDIR)/tst_empty_vlen_unlim.Po - -rm -f ./$(DEPDIR)/tst_endian_fill.Po - -rm -f ./$(DEPDIR)/tst_enums.Po - -rm -f ./$(DEPDIR)/tst_files.Po - -rm -f ./$(DEPDIR)/tst_files4.Po - -rm -f ./$(DEPDIR)/tst_files5.Po - -rm -f ./$(DEPDIR)/tst_files6.Po - -rm -f ./$(DEPDIR)/tst_fill_attr_vanish.Po - -rm -f ./$(DEPDIR)/tst_fillbug.Po - -rm -f ./$(DEPDIR)/tst_fillonly.Po - -rm -f ./$(DEPDIR)/tst_fills.Po - -rm -f ./$(DEPDIR)/tst_fills2.Po - -rm -f ./$(DEPDIR)/tst_filter_avail.Po - -rm -f ./$(DEPDIR)/tst_filterparser.Po - -rm -f ./$(DEPDIR)/tst_grps.Po - -rm -f ./$(DEPDIR)/tst_grps2.Po - -rm -f ./$(DEPDIR)/tst_h5_endians.Po - -rm -f ./$(DEPDIR)/tst_h_refs.Po - -rm -f ./$(DEPDIR)/tst_h_scalar.Po - -rm -f ./$(DEPDIR)/tst_h_strbug.Po - -rm -f ./$(DEPDIR)/tst_hdf5_file_compat.Po - -rm -f ./$(DEPDIR)/tst_interops.Po - -rm -f ./$(DEPDIR)/tst_interops4.Po - -rm -f ./$(DEPDIR)/tst_interops5.Po - -rm -f ./$(DEPDIR)/tst_interops6.Po - -rm -f ./$(DEPDIR)/tst_interops_dims.Po - -rm -f ./$(DEPDIR)/tst_large.Po - -rm -f ./$(DEPDIR)/tst_large2.Po - -rm -f ./$(DEPDIR)/tst_mode.Po - -rm -f ./$(DEPDIR)/tst_mpi_parallel.Po - -rm -f ./$(DEPDIR)/tst_multifilter.Po - -rm -f ./$(DEPDIR)/tst_nc4perf.Po - -rm -f ./$(DEPDIR)/tst_opaques.Po - -rm -f ./$(DEPDIR)/tst_parallel.Po - -rm -f ./$(DEPDIR)/tst_parallel3.Po - -rm -f ./$(DEPDIR)/tst_parallel4.Po - -rm -f ./$(DEPDIR)/tst_parallel5.Po - -rm -f ./$(DEPDIR)/tst_parallel6.Po - -rm -f ./$(DEPDIR)/tst_parallel_compress.Po - -rm -f ./$(DEPDIR)/tst_parallel_zlib.Po - -rm -f ./$(DEPDIR)/tst_put_vars.Po - -rm -f ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po - -rm -f ./$(DEPDIR)/tst_quantize.Po - -rm -f ./$(DEPDIR)/tst_quantize_par.Po - -rm -f ./$(DEPDIR)/tst_rehash.Po - -rm -f ./$(DEPDIR)/tst_rename.Po - -rm -f ./$(DEPDIR)/tst_rename2.Po - -rm -f ./$(DEPDIR)/tst_rename3.Po - -rm -f ./$(DEPDIR)/tst_simplerw_coll_r.Po - -rm -f ./$(DEPDIR)/tst_strings.Po - -rm -f ./$(DEPDIR)/tst_strings2.Po - -rm -f ./$(DEPDIR)/tst_sync.Po - -rm -f ./$(DEPDIR)/tst_types.Po - -rm -f ./$(DEPDIR)/tst_udf.Po - -rm -f ./$(DEPDIR)/tst_unlim_vars.Po - -rm -f ./$(DEPDIR)/tst_utf8.Po - -rm -f ./$(DEPDIR)/tst_v2.Po - -rm -f ./$(DEPDIR)/tst_varms.Po - -rm -f ./$(DEPDIR)/tst_vars.Po - -rm -f ./$(DEPDIR)/tst_vars2.Po - -rm -f ./$(DEPDIR)/tst_vars3.Po - -rm -f ./$(DEPDIR)/tst_vars4.Po - -rm -f ./$(DEPDIR)/tst_vl.Po - -rm -f ./$(DEPDIR)/tst_vlenstr.Po - -rm -f ./$(DEPDIR)/tst_xplatform.Po - -rm -f ./$(DEPDIR)/tst_xplatform2.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - -ref_fixedstring.h5: build_fixedstring.c - ${srcdir}/buildfixedstring - -# 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: diff --git a/nc_test4/findplugin.sh b/nc_test4/findplugin.sh deleted file mode 100644 index 8c5b78b..0000000 --- a/nc_test4/findplugin.sh +++ /dev/null @@ -1,125 +0,0 @@ -#!/bin/bash - -# Define a function that attempts to locate a -# plugin with a given canonical name. -# Assumptions: -# 1. plugins is a top-level directory, possibly in "build" -# Inputs: -# $1 is the canonical name -# $2 is 1 if we are running under cmake -# $3 is 1 if we are running using Visual Studio, blank otherwise -# $4 is the build type; only used if $3 is 1 -# Outputs: -# return code is 0 is success, 1 if failed -# Variable HDF5_PLUGIN_LIB is set to the library file name -# Variable HDF5_PLUGIN_DIR is set to the absolute path to the -# directory containing the plugin library file -# Local variables are prefixed with FP_ -# -# Note: we assume that the use of the CMAKE_BUILD_TYPE -# is obviated by setting the LIBRARY_OUTPUT_DIRECTORY -# variables: see hdf5plugins/CMakeLists.txt - -# Define location of execution -TOPSRCDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -TOPBUILDDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' - -# Need info from test_common -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ${TOPBUILDDIR}/test_common.sh - -findpluginext() { - # Infer the expected plugin shared library extension - # Note: will fail if used before plugins is built - # Also assumes that misc filter is always built - # Approach is to use find to see what is in plugins directory. - TSO=`find ${TOPBUILDDIR}/plugins -name '*misc.so'` - TDY=`find ${TOPBUILDDIR}/plugins -name '*misc.dylib'` - TCYG=`find ${TOPBUILDDIR}/plugins -name 'cyg*misc.dll'` - TMING=`find ${TOPBUILDDIR}/plugins -name lib*misc.dll` - TDLL=`find ${TOPBUILDDIR}/plugins -name '*misc.dll'` - if test "x$TSO" != x ; then - FP_PLUGIN_EXT="so" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDY" != x ; then - FP_PLUGIN_EXT="dylib" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TCYG" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="cyg__nc" - elif test "x$TMING" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDLL" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="__nc" - else # unknown - unset FP_PLUGIN_EXT - unset FP_PLUGIN_PRE - fi -} - -findplugindir() { -FP_PLUGIN_DIR= -# Figure out the path to where the lib is stored -# This can probably be simplified - -CURWD=`pwd` -cd ${TOPBUILDDIR}/plugins -FP_PLUGINS=`pwd` -cd ${CURWD} - -# Case 1: Cmake with Visual Studio -if test "x$FP_ISCMAKE" != x -a "x${FP_ISMSVC}" != x ; then - # Case 1a: ignore the build type directory - if test -e "${FP_PLUGINS}/${FP_PLUGIN_LIB}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi -else # Case 2: automake - # Case 2a: look in .libs - if test -e "${FP_PLUGINS}/.libs" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}/.libs" - else # Case 2: look in FP_PLUGINS directly - if test -e "${FP_PLUGINS}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi - fi -fi - -# Verify -if test "x$FP_PLUGIN_DIR" = x ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_DIR" - return 1 -fi - -# Make local path -FP_PLUGIN_DIR=`${NCPATHCVT} -F $FP_PLUGIN_DIR` -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" -} - -findplugin() { - -FP_NAME="$1" - -FP_PLUGIN_LIB= - -# Figure out the plugin file name -FP_PLUGIN_LIB="${FP_PLUGIN_PRE}${FP_NAME}.${FP_PLUGIN_EXT}" - -# Verify -if ! test -f "$FP_PLUGIN_DIR/$FP_PLUGIN_LIB" ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_LIB" - return 1 -fi - -# Set the final output variables -HDF5_PLUGIN_LIB="$FP_PLUGIN_LIB" -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" - -return 0 -} - -# init -unset HDF5_PLUGIN_DIR -findpluginext -findplugindir diff --git a/nc_test4/run_par_test.sh b/nc_test4/run_par_test.sh deleted file mode 100644 index 515849d..0000000 --- a/nc_test4/run_par_test.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh - -# This .in file is processed at build time into a shell that runs some -# parallel I/O tests for netCDF/HDF5 parallel I/O. - -# Ed Hartnett, Dennis Heimbigner, Ward Fisher - -set -e - -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ../test_common.sh - -echo -echo "Testing MPI parallel I/O with various other mode flags..." -mpiexec -n 1 ./tst_mode -echo -echo "Testing MPI parallel I/O without netCDF..." -mpiexec -n 4 ./tst_mpi_parallel -echo -echo "Testing very simple parallel I/O with 4 processors..." -mpiexec -n 4 ./tst_parallel -echo -echo "Testing simple parallel I/O with 16 processors..." -mpiexec -n 16 ./tst_parallel3 -echo -echo "num_proc time(s) write_rate(B/s)" -mpiexec -n 1 ./tst_parallel4 -mpiexec -n 2 ./tst_parallel4 -mpiexec -n 4 ./tst_parallel4 -mpiexec -n 8 ./tst_parallel4 - -# These work but are commented out to speed up the testing. -#mpiexec -n 16 ./tst_parallel4 -#mpiexec -n 32 ./tst_parallel4 -#mpiexec -n 64 ./tst_parallel4 -echo -echo "Testing collective writes with some 0 element writes..." -mpiexec -n 4 ./tst_parallel5 - -echo -echo "Parallel Performance Test for NASA" -mpiexec -n 4 ./tst_nc4perf - -echo -echo "Parallel I/O test for Collective I/O, contributed by HDF Group." -mpiexec -n 1 ./tst_simplerw_coll_r -mpiexec -n 2 ./tst_simplerw_coll_r -mpiexec -n 4 ./tst_simplerw_coll_r - -# Only run these tests if HDF5 supports parallel filters (v1.10.2 and -# later). -if test "yes" = "yes"; then - echo - echo "Parallel I/O test with zlib." - mpiexec -n 4 ./tst_parallel_zlib - - echo - echo "Parallel I/O more tests with zlib and szip (if present in HDF5)." - mpiexec -n 1 ./tst_parallel_compress - mpiexec -n 4 ./tst_parallel_compress -fi - -echo -echo "Parallel I/O test for quantize feature." -mpiexec -n 4 ./tst_quantize_par - -echo -echo "Parallel I/O test contributed by wkliao from pnetcdf." -mpiexec -n 4 ./tst_parallel6 - diff --git a/ncdap_test/Makefile b/ncdap_test/Makefile deleted file mode 100644 index dc0bcda..0000000 --- a/ncdap_test/Makefile +++ /dev/null @@ -1,1654 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdap_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018v, see the COPYRIGHT file for more information. - -# This file builds and runs DAP tests. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) -TESTS = $(am__EXEEXT_1) $(am__append_7) $(am__append_8) \ - $(am__EXEEXT_4) $(am__append_10) $(am__EXEEXT_2) \ - $(am__EXEEXT_5) $(am__append_15) -am__append_5 = t_dap3a test_cvt3 test_vara -am__append_6 = t_dap3a test_cvt3 test_vara -am__append_7 = tst_ncdap3.sh -#noinst_PROGRAMS = findtestserver$(EXEEXT) \ -# pingurl$(EXEEXT) -#am__append_8 = tst_ber.sh tst_remote3.sh tst_formatx.sh testurl.sh tst_fillmismatch.sh tst_zero_len_var.sh tst_encode.sh -#am__append_9 = test_partvar -##am__append_10 = tst_longremote3.sh -###am__append_11 = test_manyurls -###am__append_12 = test_manyurls - -#TESTS += t_ncf330 -#am__append_13 = t_misc \ -# test_nstride_cached \ -# test_varm3 -#am__append_14 = test_nstride_cached \ -# test_varm3 \ -# test_partvar \ -# t_misc t_ncf330 -##am__append_15 = testauth.sh -subdir = ncdap_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = findtestserver.c -CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = t_dap3a$(EXEEXT) test_cvt3$(EXEEXT) \ - test_vara$(EXEEXT) -###am__EXEEXT_2 = test_manyurls$(EXEEXT) -#am__EXEEXT_3 = test_nstride_cached$(EXEEXT) \ -# test_varm3$(EXEEXT) \ -# test_partvar$(EXEEXT) \ -# t_misc$(EXEEXT) \ -# t_ncf330$(EXEEXT) -PROGRAMS = $(noinst_PROGRAMS) -am__findtestserver_SOURCES_DIST = findtestserver.c -#am_findtestserver_OBJECTS = findtestserver.$(OBJEXT) -findtestserver_OBJECTS = $(am_findtestserver_OBJECTS) -findtestserver_LDADD = $(LDADD) -findtestserver_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am__pingurl_SOURCES_DIST = pingurl.c -#am_pingurl_OBJECTS = pingurl.$(OBJEXT) -pingurl_OBJECTS = $(am_pingurl_OBJECTS) -pingurl_LDADD = $(LDADD) -pingurl_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_t_dap3a_OBJECTS = t_dap3a.$(OBJEXT) -t_dap3a_OBJECTS = $(am_t_dap3a_OBJECTS) -t_dap3a_LDADD = $(LDADD) -t_dap3a_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__t_misc_SOURCES_DIST = t_misc.c -#am_t_misc_OBJECTS = t_misc.$(OBJEXT) -t_misc_OBJECTS = $(am_t_misc_OBJECTS) -t_misc_LDADD = $(LDADD) -t_misc_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -t_ncf330_SOURCES = t_ncf330.c -t_ncf330_OBJECTS = t_ncf330.$(OBJEXT) -t_ncf330_LDADD = $(LDADD) -t_ncf330_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_test_cvt3_OBJECTS = test_cvt.$(OBJEXT) -test_cvt3_OBJECTS = $(am_test_cvt3_OBJECTS) -test_cvt3_LDADD = $(LDADD) -test_cvt3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__test_manyurls_SOURCES_DIST = test_manyurls.c manyurls.h -###am_test_manyurls_OBJECTS = test_manyurls.$(OBJEXT) -test_manyurls_OBJECTS = $(am_test_manyurls_OBJECTS) -test_manyurls_LDADD = $(LDADD) -test_manyurls_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__test_nstride_cached_SOURCES_DIST = test_nstride_cached.c -#am_test_nstride_cached_OBJECTS = test_nstride_cached.$(OBJEXT) -test_nstride_cached_OBJECTS = $(am_test_nstride_cached_OBJECTS) -test_nstride_cached_LDADD = $(LDADD) -test_nstride_cached_DEPENDENCIES = \ - ${top_builddir}/liblib/libnetcdf.la -am__test_partvar_SOURCES_DIST = test_partvar.c -#am_test_partvar_OBJECTS = test_partvar.$(OBJEXT) -test_partvar_OBJECTS = $(am_test_partvar_OBJECTS) -test_partvar_LDADD = $(LDADD) -test_partvar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_test_vara_OBJECTS = test_vara.$(OBJEXT) -test_vara_OBJECTS = $(am_test_vara_OBJECTS) -test_vara_LDADD = $(LDADD) -test_vara_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__test_varm3_SOURCES_DIST = test_varm3.c -#am_test_varm3_OBJECTS = test_varm3.$(OBJEXT) -test_varm3_OBJECTS = $(am_test_varm3_OBJECTS) -test_varm3_LDADD = $(LDADD) -test_varm3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/findtestserver.Po \ - ./$(DEPDIR)/pingurl.Po ./$(DEPDIR)/t_dap3a.Po \ - ./$(DEPDIR)/t_misc.Po ./$(DEPDIR)/t_ncf330.Po \ - ./$(DEPDIR)/test_cvt.Po ./$(DEPDIR)/test_manyurls.Po \ - ./$(DEPDIR)/test_nstride_cached.Po ./$(DEPDIR)/test_partvar.Po \ - ./$(DEPDIR)/test_vara.Po ./$(DEPDIR)/test_varm3.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(findtestserver_SOURCES) $(pingurl_SOURCES) \ - $(t_dap3a_SOURCES) $(t_misc_SOURCES) t_ncf330.c \ - $(test_cvt3_SOURCES) $(test_manyurls_SOURCES) \ - $(test_nstride_cached_SOURCES) $(test_partvar_SOURCES) \ - $(test_vara_SOURCES) $(test_varm3_SOURCES) -DIST_SOURCES = $(am__findtestserver_SOURCES_DIST) \ - $(am__pingurl_SOURCES_DIST) $(t_dap3a_SOURCES) \ - $(am__t_misc_SOURCES_DIST) t_ncf330.c $(test_cvt3_SOURCES) \ - $(am__test_manyurls_SOURCES_DIST) \ - $(am__test_nstride_cached_SOURCES_DIST) \ - $(am__test_partvar_SOURCES_DIST) $(test_vara_SOURCES) \ - $(am__test_varm3_SOURCES_DIST) -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 -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 \ - check recheck distdir distdir-am -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -#am__EXEEXT_4 = test_partvar$(EXEEXT) -#am__EXEEXT_5 = t_misc$(EXEEXT) \ -# test_nstride_cached$(EXEEXT) \ -# test_varm3$(EXEEXT) -TEST_SUITE_LOG = test-suite.log -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/findtestserver.c.in \ - $(top_srcdir)/depcomp $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -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" -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -I$(top_srcdir)/liblib \ - -DTOPSRCDIR=${abs_top_srcdir} -DTOPBINDIR=${abs_top_builddir} -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# Un comment to use a more verbose test driver -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# Note which tests depend on other tests. Necessary for make -j check. -TEST_EXTENSIONS = .sh -LDADD = ${top_builddir}/liblib/libnetcdf.la -t_dap3a_SOURCES = t_dap3a.c t_srcdir.h -test_cvt3_SOURCES = test_cvt.c t_srcdir.h -test_vara_SOURCES = test_vara.c t_srcdir.h -#findtestserver_SOURCES = findtestserver.c -#pingurl_SOURCES = pingurl.c -###test_manyurls_SOURCES = test_manyurls.c manyurls.h -#test_partvar_SOURCES = test_partvar.c -#t_misc_SOURCES = t_misc.c -#test_nstride_cached_SOURCES = test_nstride_cached.c -#test_varm3_SOURCES = test_varm3.c - -# Need to add subdirs -SUBDIRS = testdata3 expected3 expectremote3 -EXTRA_DIST = tst_ncdap3.sh \ - tst_remote3.sh \ - tst_longremote3.sh \ - tst_zero_len_var.sh \ - tst_filelists.sh tst_urls.sh tst_utils.sh \ - t_dap.c CMakeLists.txt tst_formatx.sh testauth.sh testurl.sh \ - t_ncf330.c tst_ber.sh tst_fillmismatch.sh tst_encode.sh \ - findtestserver.c.in - -# This should only be left behind if using parallel io -CLEANFILES = test_varm3 test_cvt3 file_results/* remote_results/* \ - datadds* t_dap3a test_nstride_cached *.exe tmp*.txt tmp_* -DISTCLEANFILES = findtestserver.c - -# One last thing -BUILT_SOURCES = .dodsrc -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdap_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdap_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -findtestserver.c: $(top_builddir)/config.status $(srcdir)/findtestserver.c.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -findtestserver$(EXEEXT): $(findtestserver_OBJECTS) $(findtestserver_DEPENDENCIES) $(EXTRA_findtestserver_DEPENDENCIES) - @rm -f findtestserver$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(findtestserver_OBJECTS) $(findtestserver_LDADD) $(LIBS) - -pingurl$(EXEEXT): $(pingurl_OBJECTS) $(pingurl_DEPENDENCIES) $(EXTRA_pingurl_DEPENDENCIES) - @rm -f pingurl$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(pingurl_OBJECTS) $(pingurl_LDADD) $(LIBS) - -t_dap3a$(EXEEXT): $(t_dap3a_OBJECTS) $(t_dap3a_DEPENDENCIES) $(EXTRA_t_dap3a_DEPENDENCIES) - @rm -f t_dap3a$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(t_dap3a_OBJECTS) $(t_dap3a_LDADD) $(LIBS) - -t_misc$(EXEEXT): $(t_misc_OBJECTS) $(t_misc_DEPENDENCIES) $(EXTRA_t_misc_DEPENDENCIES) - @rm -f t_misc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(t_misc_OBJECTS) $(t_misc_LDADD) $(LIBS) - -t_ncf330$(EXEEXT): $(t_ncf330_OBJECTS) $(t_ncf330_DEPENDENCIES) $(EXTRA_t_ncf330_DEPENDENCIES) - @rm -f t_ncf330$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(t_ncf330_OBJECTS) $(t_ncf330_LDADD) $(LIBS) - -test_cvt3$(EXEEXT): $(test_cvt3_OBJECTS) $(test_cvt3_DEPENDENCIES) $(EXTRA_test_cvt3_DEPENDENCIES) - @rm -f test_cvt3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_cvt3_OBJECTS) $(test_cvt3_LDADD) $(LIBS) - -test_manyurls$(EXEEXT): $(test_manyurls_OBJECTS) $(test_manyurls_DEPENDENCIES) $(EXTRA_test_manyurls_DEPENDENCIES) - @rm -f test_manyurls$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_manyurls_OBJECTS) $(test_manyurls_LDADD) $(LIBS) - -test_nstride_cached$(EXEEXT): $(test_nstride_cached_OBJECTS) $(test_nstride_cached_DEPENDENCIES) $(EXTRA_test_nstride_cached_DEPENDENCIES) - @rm -f test_nstride_cached$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_nstride_cached_OBJECTS) $(test_nstride_cached_LDADD) $(LIBS) - -test_partvar$(EXEEXT): $(test_partvar_OBJECTS) $(test_partvar_DEPENDENCIES) $(EXTRA_test_partvar_DEPENDENCIES) - @rm -f test_partvar$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_partvar_OBJECTS) $(test_partvar_LDADD) $(LIBS) - -test_vara$(EXEEXT): $(test_vara_OBJECTS) $(test_vara_DEPENDENCIES) $(EXTRA_test_vara_DEPENDENCIES) - @rm -f test_vara$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_vara_OBJECTS) $(test_vara_LDADD) $(LIBS) - -test_varm3$(EXEEXT): $(test_varm3_OBJECTS) $(test_varm3_DEPENDENCIES) $(EXTRA_test_varm3_DEPENDENCIES) - @rm -f test_varm3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_varm3_OBJECTS) $(test_varm3_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/findtestserver.Po # am--include-marker -include ./$(DEPDIR)/pingurl.Po # am--include-marker -include ./$(DEPDIR)/t_dap3a.Po # am--include-marker -include ./$(DEPDIR)/t_misc.Po # am--include-marker -include ./$(DEPDIR)/t_ncf330.Po # am--include-marker -include ./$(DEPDIR)/test_cvt.Po # am--include-marker -include ./$(DEPDIR)/test_manyurls.Po # am--include-marker -include ./$(DEPDIR)/test_nstride_cached.Po # am--include-marker -include ./$(DEPDIR)/test_partvar.Po # am--include-marker -include ./$(DEPDIR)/test_vara.Po # am--include-marker -include ./$(DEPDIR)/test_varm3.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# 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" -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -t_dap3a.log: t_dap3a$(EXEEXT) - @p='t_dap3a$(EXEEXT)'; \ - b='t_dap3a'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_cvt3.log: test_cvt3$(EXEEXT) - @p='test_cvt3$(EXEEXT)'; \ - b='test_cvt3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_vara.log: test_vara$(EXEEXT) - @p='test_vara$(EXEEXT)'; \ - b='test_vara'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_partvar.log: test_partvar$(EXEEXT) - @p='test_partvar$(EXEEXT)'; \ - b='test_partvar'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_manyurls.log: test_manyurls$(EXEEXT) - @p='test_manyurls$(EXEEXT)'; \ - b='test_manyurls'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -t_misc.log: t_misc$(EXEEXT) - @p='t_misc$(EXEEXT)'; \ - b='t_misc'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_nstride_cached.log: test_nstride_cached$(EXEEXT) - @p='test_nstride_cached$(EXEEXT)'; \ - b='test_nstride_cached'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_varm3.log: test_varm3$(EXEEXT) - @p='test_varm3$(EXEEXT)'; \ - b='test_varm3'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-recursive -all-am: Makefile $(PROGRAMS) -installdirs: installdirs-recursive -installdirs-am: -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-recursive -install-exec: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) 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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -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-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstPROGRAMS mostlyclean-am - -distclean: distclean-recursive - -rm -f ./$(DEPDIR)/findtestserver.Po - -rm -f ./$(DEPDIR)/pingurl.Po - -rm -f ./$(DEPDIR)/t_dap3a.Po - -rm -f ./$(DEPDIR)/t_misc.Po - -rm -f ./$(DEPDIR)/t_ncf330.Po - -rm -f ./$(DEPDIR)/test_cvt.Po - -rm -f ./$(DEPDIR)/test_manyurls.Po - -rm -f ./$(DEPDIR)/test_nstride_cached.Po - -rm -f ./$(DEPDIR)/test_partvar.Po - -rm -f ./$(DEPDIR)/test_vara.Po - -rm -f ./$(DEPDIR)/test_varm3.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -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 ./$(DEPDIR)/findtestserver.Po - -rm -f ./$(DEPDIR)/pingurl.Po - -rm -f ./$(DEPDIR)/t_dap3a.Po - -rm -f ./$(DEPDIR)/t_misc.Po - -rm -f ./$(DEPDIR)/t_ncf330.Po - -rm -f ./$(DEPDIR)/test_cvt.Po - -rm -f ./$(DEPDIR)/test_manyurls.Po - -rm -f ./$(DEPDIR)/test_nstride_cached.Po - -rm -f ./$(DEPDIR)/test_partvar.Po - -rm -f ./$(DEPDIR)/test_vara.Po - -rm -f ./$(DEPDIR)/test_varm3.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(am__recursive_targets) all check check-am install install-am \ - install-exec install-strip - -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ - am--depfiles check check-TESTS 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-checkPROGRAMS \ - clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am recheck tags tags-am uninstall \ - uninstall-am - -.PRECIOUS: Makefile - -## tst_longremote3.log: tst_remote3.log -### test_manyurls.log: tst_longremote3.log - -# This rule are used if someone wants to rebuild t_dap3a.c -# Otherwise never invoked, but records how to do it. -t_dap3a.c: t_dap.c - echo "#define NETCDF3ONLY" > ./t_dap3a.c - cat t_dap.c >> t_dap3a.c - -.dodsrc: - echo "#DODSRC" >.dodsrc - echo "HTTP.READ.BUFFERSIZE=max" >>.dodsrc - echo "HTTP.KEEPALIVE=60/60" >>.dodsrc - -clean-local: clean-local-check - -.PHONY: clean-local-check - -clean-local-check: - -rm -rf results - -rm -f .dodsrc - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: diff --git a/ncdap_test/expected3/Makefile b/ncdap_test/expected3/Makefile deleted file mode 100644 index 8086633..0000000 --- a/ncdap_test/expected3/Makefile +++ /dev/null @@ -1,638 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdap_test/expected3/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This is to include the libnc-dap test comparison files - -# $Id: Makefile.am,v 1.9 2009/11/20 03:06:32 dmh Exp $ - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = ncdap_test/expected3 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test/expected3 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test/expected3 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -EXTRA_DIST = \ -123bears.nc.dmp 123.nc.dmp 1990-S1700101.HDF.WVC_Lat.dmp \ -1998-6-avhrr.dat.dmp b31a.dmp b31.dmp \ -bears.nc.dmp ber-2002-10-01.nc.dmp ceopL2AIRS2-2.nc.dmp \ -coads_climatology2.nc.dmp D1.dmp data.nc.dmp \ -Drifters.dmp EOSDB.dmp fnoc1.nc.dmp \ -in1.nc.dmp in_2.nc.dmp ingrid.dmp \ -in.nc.dmp in_no_three_double_dmn.nc.dmp in_v.nc.dmp \ -nestedDAS.dmp NestedSeq2.dmp NestedSeq.dmp \ -OverideExample.dmp pbug0001b.dmp saco1.nc.dmp \ -SimpleDrdsExample.dmp synth1.dmp synth2.dmp \ -synth3.dmp synth4.dmp synth5.dmp \ -synth6.dmp synth7.dmp synth8.dmp synth9.dmp synth10.dmp \ -test.01.dmp test.02.dmp test.03.dmp \ -test.04.dmp test.05.dmp test.06a.dmp \ -test.07a.dmp test.07.dmp test.21.dmp \ -test.22.dmp test.23.dmp test.31.dmp \ -test.50.dmp test.53.dmp test.55.dmp \ -test.56.dmp test.57.dmp test.66.dmp \ -test.67.dmp test.68.dmp test.69.dmp \ -test.an1.dmp test.dfp1.dmp test.dfr1.dmp \ -test.dfr2.dmp test.dfr3.dmp test.gr1.dmp \ -test.gr2.dmp test.gr3.dmp test.gr4.dmp \ -test.gr5.dmp test.nc.dmp test.PointFile.dmp \ -test.sds1.dmp test.sds2.dmp test.sds3.dmp \ -test.sds4.dmp test.sds5.dmp test.sds6.dmp \ -test.sds7.dmp test.vs1.dmp test.vs2.dmp \ -test.vs3.dmp test.vs4.dmp test.vs5.dmp \ -text.nc.dmp whoi.dmp \ -testData.nc.dmp kwcase.nc.dmp fillmismatch.nc.dmp \ -CMakeLists.txt - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdap_test/expected3/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdap_test/expected3/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/ncdap_test/expectremote3/Makefile b/ncdap_test/expectremote3/Makefile deleted file mode 100644 index 8259e24..0000000 --- a/ncdap_test/expectremote3/Makefile +++ /dev/null @@ -1,632 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdap_test/expectremote3/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This is to include the libnc-dap test comparison files - -# $Id: Makefile.am,v 1.7 2009/11/22 06:17:54 dmh Exp $ - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = ncdap_test/expectremote3 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test/expectremote3 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test/expectremote3 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -EXTRA_DIST = \ -b31a.dmp b31.dmp D1.dmp \ -Drifters.dmp EOSDB.dmp ingrid.dmp \ -nestedDAS.dmp NestedSeq2.dmp NestedSeq.dmp \ -OverideExample.dmp SimpleDrdsExample.dmp \ -test.01.1.dmp test.01.dmp test.02.1.dmp \ -test.02.dmp test.03.1.dmp test.03.2.dmp \ -test.03.dmp test.04.1.dmp test.04.dmp \ -test.05.1.dmp test.05.dmp test.06.1.dmp \ -test.06.dmp test.06a.dmp test.07.1.dmp test.07.3.dmp \ -test.07.4.dmp test.07a.dmp test.07.dmp \ -test.21.dmp test.22.dmp test.23.dmp \ -test.31.dmp test.50.dmp test.53.dmp \ -test.55.dmp test.56.dmp test.57.dmp \ -test.66.dmp test.67.dmp test.68.dmp \ -test.69.dmp test.an1.dmp test.dfp1.dmp \ -test.gr1.dmp test.gr2.dmp test.gr3.dmp \ -test.gr4.dmp test.gr5.dmp test.nc.dmp \ -test.sds1.dmp test.sds2.dmp test.sds3.dmp \ -test.sds4.dmp test.sds5.dmp test.vs1.dmp \ -test.vs2.dmp test.vs3.dmp test.vs4.dmp \ -test.vs5.dmp whoi.dmp \ -GLOBEC_cetaceans.1.dmp GLOBEC_cetaceans.2.dmp \ -Surface_METAR_20120101_0000.nc.1.dmp \ -CMakeLists.txt - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdap_test/expectremote3/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdap_test/expectremote3/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/ncdap_test/testdata3/Makefile b/ncdap_test/testdata3/Makefile deleted file mode 100644 index a6ee181..0000000 --- a/ncdap_test/testdata3/Makefile +++ /dev/null @@ -1,702 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdap_test/testdata3/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2007, see the COPYRIGHT file for more information. - -# This is to include the libnc-dap test comparison files - -# $Id: Makefile.am,v 1.7 2009/05/30 21:28:53 dmh Exp $ - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = ncdap_test/testdata3 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test/testdata3 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdap_test/testdata3 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -EXTRA_DIST = \ -synth1.das synth1.dds synth1.dods \ -synth2.das synth2.dds synth2.dods \ -synth3.das synth3.dds synth3.dods \ -synth4.das synth4.dds synth4.dods \ -synth5.das synth5.dds synth5.dods \ -synth6.das synth6.dds synth6.dods \ -synth7.das synth7.dds synth7.dods \ -synth10.das synth10.dds synth10.dods \ -123bears.nc.das 123bears.nc.dds 123bears.nc.dods \ -123.nc.das 123.nc.dds 123.nc.dods \ -1990-S1700101.HDF.WVC_Lat.das 1990-S1700101.HDF.WVC_Lat.dds 1990-S1700101.HDF.WVC_Lat.dods \ -1998-6-avhrr.dat.das 1998-6-avhrr.dat.dds 1998-6-avhrr.dat.dods \ -b31.das b31.dds b31.dods \ -b31a.das b31a.dds b31a.dods \ -bears.nc.das bears.nc.dds bears.nc.dods \ -ber-2002-10-01.nc.das ber-2002-10-01.nc.dds ber-2002-10-01.nc.dods \ -ceopL2AIRS2-2.nc.das ceopL2AIRS2-2.nc.dds ceopL2AIRS2-2.nc.dods \ -ceopL2AIRS2.nc.das ceopL2AIRS2.nc.dds ceopL2AIRS2.nc.dods \ -D1.das D1.dds D1.dods \ -data.nc.das data.nc.dds data.nc.dods \ -Drifters.das Drifters.dds Drifters.dods \ -EOSDB.das EOSDB.dds EOSDB.dods \ -fnoc1.nc.das fnoc1.nc.dds fnoc1.nc.dods \ -in1.nc.das in1.nc.dds in1.nc.dods \ -in_2.nc.das in_2.nc.dds in_2.nc.dods \ -ingrid.das ingrid.dds ingrid.dods \ -in.nc.das in.nc.dds in.nc.dods \ -in_no_three_double_dmn.nc.das in_no_three_double_dmn.nc.dds in_no_three_double_dmn.nc.dods \ -in_v.nc.das in_v.nc.dds in_v.nc.dods \ -nestedDAS.das nestedDAS.dds nestedDAS.dods \ -NestedSeq.das NestedSeq.dds NestedSeq.dods \ -NestedSeq2.das NestedSeq2.dds NestedSeq2.dods \ -OverideExample.das OverideExample.dds OverideExample.dods \ -pbug0001b.das pbug0001b.dds pbug0001b.dods \ -saco1.nc.das saco1.nc.dds saco1.nc.dods \ -SimpleDrdsExample.das SimpleDrdsExample.dds SimpleDrdsExample.dods \ -test.01.das test.01.dds test.01.dods \ -test.02.das test.02.dds test.02.dods \ -test.03.das test.03.dds test.03.dods \ -test.04.das test.04.dds test.04.dods \ -test.05.das test.05.dds test.05.dods \ -test.06.das test.06.dds test.06.dods \ -test.06a.das test.06a.dds test.06a.dods \ -test.07.das test.07.dds test.07.dods \ -test.07a.das test.07a.dds test.07a.dods \ -test.21.das test.21.dds test.21.dods \ -test.22.das test.22.dds test.22.dods \ -test.23.das test.23.dds test.23.dods \ -test.31.das test.31.dds test.31.dods \ -test.32.das test.32.dds test.32.dods \ -test.50.das test.50.dds test.50.dods \ -test.53.das test.53.dds test.53.dods \ -test.55.das test.55.dds test.55.dods \ -test.56.das test.56.dds test.56.dods \ -test.57.das test.57.dds test.57.dods \ -test.66.das test.66.dds test.66.dods \ -test.67.das test.67.dds test.67.dods \ -test.68.das test.68.dds test.68.dods \ -test.69.das test.69.dds test.69.dods \ -test.an1.das test.an1.dds test.an1.dods \ -test.dfp1.das test.dfp1.dds test.dfp1.dods \ -test.dfr1.das test.dfr1.dds test.dfr1.dods \ -test.dfr2.das test.dfr2.dds test.dfr2.dods \ -test.dfr3.das test.dfr3.dds test.dfr3.dods \ -testfile.nc.das testfile.nc.dds testfile.nc.dods \ -test.gr1.das test.gr1.dds test.gr1.dods \ -test.gr2.das test.gr2.dds test.gr2.dods \ -test.gr3.das test.gr3.dds test.gr3.dods \ -test.gr4.das test.gr4.dds test.gr4.dods \ -test.gr5.das test.gr5.dds test.gr5.dods \ -test.nc.das test.nc.dds test.nc.dods \ -test.PointFile.das test.PointFile.dds test.PointFile.dods \ -test.sds1.das test.sds1.dds test.sds1.dods \ -test.sds2.das test.sds2.dds test.sds2.dods \ -test.sds3.das test.sds3.dds test.sds3.dods \ -test.sds4.das test.sds4.dds test.sds4.dods \ -test.sds5.das test.sds5.dds test.sds5.dods \ -test.sds6.das test.sds6.dds test.sds6.dods \ -test.sds7.das test.sds7.dds test.sds7.dods \ -test.SwathFile.das test.SwathFile.dds test.SwathFile.dods \ -test.vs1.das test.vs1.dds test.vs1.dods \ -test.vs2.das test.vs2.dds test.vs2.dods \ -test.vs3.das test.vs3.dds test.vs3.dods \ -test.vs4.das test.vs4.dds test.vs4.dods \ -test.vs5.das test.vs5.dds test.vs5.dods \ -text.nc.das text.nc.dds text.nc.dods \ -whoi.das whoi.dds whoi.dods \ -kwcase.nc.das kwcase.nc.dds kwcase.nc.dods \ -fillmismatch.nc.das fillmismatch.nc.dds fillmismatch.nc.dods \ -CMakeLists.txt - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdap_test/testdata3/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdap_test/testdata3/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# following are not legally convertible to dap2 -#synth8.das synth8.dds synth8.dods -#synth9.das synth9.dds synth9.dods - -# 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: diff --git a/ncdump/Makefile b/ncdump/Makefile deleted file mode 100644 index 517cc4e..0000000 --- a/ncdump/Makefile +++ /dev/null @@ -1,2105 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdump/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. -# This file builds and runs the ncdump program. - -# Ed Hartnett, Dennis Heimbigner, Ward Fisher - -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -noinst_PROGRAMS = ncvalidator$(EXEEXT) ncpathcvt$(EXEEXT) \ - ncfilteravail$(EXEEXT) $(am__EXEEXT_4) $(am__EXEEXT_2) -bin_PROGRAMS = ncdump$(EXEEXT) nccopy$(EXEEXT) $(am__EXEEXT_1) \ - $(am__EXEEXT_2) - -# A simple netcdf-4 metadata -> xml printer. Do not install. -am__append_5 = nc4print - -# Create a helper program for tst_scope.sh -# Program prints out the fqn of the type of -# a specified variable in the .nc file. - -# A non-installed utility program to return -# the HDF5 Version as an integer of the form XXXYYYZZZ with no newline. -# Where XXX is the major version number, YYY is the minor version number -# and ZZZ is the patch level. -am__append_6 = nc4print printfqn nchdf5version - -# Conditionally build the ocprint program, but do not install -am__append_7 = ocprint -am__append_8 = ocprint -check_PROGRAMS = rewrite-scalar$(EXEEXT) \ - ref_ctest$(EXEEXT) ref_ctest64$(EXEEXT) \ - ncdump$(EXEEXT) tst_utf8$(EXEEXT) \ - bom$(EXEEXT) tst_dimsizes$(EXEEXT) \ - nctrunc$(EXEEXT) tst_rcmerge$(EXEEXT) \ - tst_rcapi$(EXEEXT) $(am__EXEEXT_3) -TESTS = tst_inttags.sh run_tests.sh tst_64bit.sh \ - ref_ctest$(EXEEXT) ref_ctest64$(EXEEXT) \ - tst_lengths.sh tst_calendars.sh \ - run_utf8_tests.sh tst_nccopy3_subset.sh \ - tst_charfill.sh tst_iter.sh \ - tst_formatx3.sh tst_bom.sh \ - tst_dimsizes.sh run_ncgen_tests.sh \ - tst_ncgen4_classic.sh test_radix.sh \ - test_rcmerge.sh tst_null_byte_padding.sh \ - $(am__append_10) testpathcvt.sh \ - $(am__append_12) tst_inmemory_nc3.sh \ - tst_nccopy_w3.sh $(am__append_13) \ - $(am__append_14) $(am__append_15) \ - $(am__append_16) $(am__append_17) -#am__append_9 = tst_null_byte_padding.sh -#am__append_10 = tst_iter.sh - -# HDF5 has some extra C programs to build. These will be run by -# the shell script tests. -am__append_11 = tst_fileinfo \ - tst_create_files \ - tst_h_rdc0 tst_group_data \ - tst_enum_data \ - tst_opaque_data \ - tst_string_data \ - tst_vlen_data tst_comp \ - tst_comp2 tst_nans \ - tst_special_atts \ - tst_unicode tst_fillbug \ - tst_compress tst_chunking \ - tst_h_scalar \ - tst_enum_undef \ - tst_vlen_demo - -# Tests for netCDF-4 behavior. -am__append_12 = tst_fileinfo.sh tst_hdf5_offset.sh tst_inttags4.sh \ -tst_netcdf4.sh tst_fillbug.sh \ -tst_grp_spec.sh tst_mud.sh tst_h_scalar.sh tst_formatx4.sh \ -run_utf8_nc4_tests.sh run_ncgen_nc4_tests.sh \ -tst_ncgen4.sh test_scope.sh - - -# Re-activate the ncgen -lc tests -am__append_13 = \ - tst_inmemory_nc4.sh \ - tst_nccopy_w4.sh \ - tst_ctests.sh - -# Test for keywords as identifiers -am__append_14 = test_keywords.sh -am__append_15 = tst_output.sh \ - tst_nccopy3.sh -am__append_16 = run_back_comp_tests.sh \ - tst_netcdf4_4.sh \ - tst_nccopy4.sh \ - tst_nccopy5.sh \ - tst_calendars_nc4.sh - -# The unicode tests -am__append_17 = test_unicode_directory.sh test_unicode_path.sh -subdir = ncdump -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = nc4print$(EXEEXT) -am__EXEEXT_2 = ocprint$(EXEEXT) -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -am__EXEEXT_3 = \ - tst_fileinfo$(EXEEXT) \ - tst_create_files$(EXEEXT) \ - tst_h_rdc0$(EXEEXT) \ - tst_group_data$(EXEEXT) \ - tst_enum_data$(EXEEXT) \ - tst_opaque_data$(EXEEXT) \ - tst_string_data$(EXEEXT) \ - tst_vlen_data$(EXEEXT) \ - tst_comp$(EXEEXT) \ - tst_comp2$(EXEEXT) \ - tst_nans$(EXEEXT) \ - tst_special_atts$(EXEEXT) \ - tst_unicode$(EXEEXT) \ - tst_fillbug$(EXEEXT) \ - tst_compress$(EXEEXT) \ - tst_chunking$(EXEEXT) \ - tst_h_scalar$(EXEEXT) \ - tst_enum_undef$(EXEEXT) \ - tst_vlen_demo$(EXEEXT) -am__EXEEXT_4 = nc4print$(EXEEXT) printfqn$(EXEEXT) \ - nchdf5version$(EXEEXT) -PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) -bom_SOURCES = bom.c -bom_OBJECTS = bom.$(OBJEXT) -bom_LDADD = $(LDADD) -bom_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am__nc4print_SOURCES_DIST = nc4print.c nc4printer.c -am_nc4print_OBJECTS = nc4print.$(OBJEXT) \ - nc4printer.$(OBJEXT) -nc4print_OBJECTS = $(am_nc4print_OBJECTS) -nc4print_LDADD = $(LDADD) -nc4print_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_nccopy_OBJECTS = nccopy.$(OBJEXT) nciter.$(OBJEXT) \ - chunkspec.$(OBJEXT) utils.$(OBJEXT) dimmap.$(OBJEXT) \ - list.$(OBJEXT) -nccopy_OBJECTS = $(am_nccopy_OBJECTS) -nccopy_LDADD = $(LDADD) -nccopy_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ncdump_OBJECTS = ncdump.$(OBJEXT) vardata.$(OBJEXT) \ - dumplib.$(OBJEXT) indent.$(OBJEXT) nctime0.$(OBJEXT) \ - utils.$(OBJEXT) nciter.$(OBJEXT) -ncdump_OBJECTS = $(am_ncdump_OBJECTS) -ncdump_LDADD = $(LDADD) -ncdump_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ncfilteravail_OBJECTS = ncfilteravail.$(OBJEXT) -ncfilteravail_OBJECTS = $(am_ncfilteravail_OBJECTS) -ncfilteravail_LDADD = $(LDADD) -ncfilteravail_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__nchdf5version_SOURCES_DIST = nchdf5version.c -am_nchdf5version_OBJECTS = nchdf5version.$(OBJEXT) -nchdf5version_OBJECTS = $(am_nchdf5version_OBJECTS) -nchdf5version_LDADD = $(LDADD) -nchdf5version_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ncpathcvt_OBJECTS = ncpathcvt.$(OBJEXT) -ncpathcvt_OBJECTS = $(am_ncpathcvt_OBJECTS) -ncpathcvt_LDADD = $(LDADD) -ncpathcvt_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -nctrunc_SOURCES = nctrunc.c -nctrunc_OBJECTS = nctrunc.$(OBJEXT) -nctrunc_LDADD = $(LDADD) -nctrunc_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ncvalidator_OBJECTS = ncvalidator.$(OBJEXT) -ncvalidator_OBJECTS = $(am_ncvalidator_OBJECTS) -ncvalidator_LDADD = $(LDADD) -ncvalidator_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__ocprint_SOURCES_DIST = ocprint.c -am_ocprint_OBJECTS = ocprint.$(OBJEXT) -ocprint_OBJECTS = $(am_ocprint_OBJECTS) -ocprint_LDADD = $(LDADD) -ocprint_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__printfqn_SOURCES_DIST = printfqn.c -am_printfqn_OBJECTS = printfqn.$(OBJEXT) -printfqn_OBJECTS = $(am_printfqn_OBJECTS) -printfqn_LDADD = $(LDADD) -printfqn_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -ref_ctest_SOURCES = ref_ctest.c -ref_ctest_OBJECTS = ref_ctest.$(OBJEXT) -ref_ctest_LDADD = $(LDADD) -ref_ctest_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -ref_ctest64_SOURCES = ref_ctest64.c -ref_ctest64_OBJECTS = ref_ctest64.$(OBJEXT) -ref_ctest64_LDADD = $(LDADD) -ref_ctest64_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -rewrite_scalar_SOURCES = rewrite-scalar.c -rewrite_scalar_OBJECTS = rewrite-scalar.$(OBJEXT) -rewrite_scalar_LDADD = $(LDADD) -rewrite_scalar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_chunking_SOURCES = tst_chunking.c -tst_chunking_OBJECTS = tst_chunking.$(OBJEXT) -tst_chunking_LDADD = $(LDADD) -tst_chunking_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_comp_SOURCES = tst_comp.c -tst_comp_OBJECTS = tst_comp.$(OBJEXT) -tst_comp_LDADD = $(LDADD) -tst_comp_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_comp2_SOURCES = tst_comp2.c -tst_comp2_OBJECTS = tst_comp2.$(OBJEXT) -tst_comp2_LDADD = $(LDADD) -tst_comp2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_compress_SOURCES = tst_compress.c -tst_compress_OBJECTS = tst_compress.$(OBJEXT) -tst_compress_LDADD = $(LDADD) -tst_compress_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_create_files_SOURCES = tst_create_files.c -tst_create_files_OBJECTS = tst_create_files.$(OBJEXT) -tst_create_files_LDADD = $(LDADD) -tst_create_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_dimsizes_SOURCES = tst_dimsizes.c -tst_dimsizes_OBJECTS = tst_dimsizes.$(OBJEXT) -tst_dimsizes_LDADD = $(LDADD) -tst_dimsizes_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_enum_data_SOURCES = tst_enum_data.c -tst_enum_data_OBJECTS = tst_enum_data.$(OBJEXT) -tst_enum_data_LDADD = $(LDADD) -tst_enum_data_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_enum_undef_SOURCES = tst_enum_undef.c -tst_enum_undef_OBJECTS = tst_enum_undef.$(OBJEXT) -tst_enum_undef_LDADD = $(LDADD) -tst_enum_undef_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_fileinfo_SOURCES = tst_fileinfo.c -tst_fileinfo_OBJECTS = tst_fileinfo.$(OBJEXT) -tst_fileinfo_LDADD = $(LDADD) -tst_fileinfo_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_fillbug_SOURCES = tst_fillbug.c -tst_fillbug_OBJECTS = tst_fillbug.$(OBJEXT) -tst_fillbug_LDADD = $(LDADD) -tst_fillbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_group_data_SOURCES = tst_group_data.c -tst_group_data_OBJECTS = tst_group_data.$(OBJEXT) -tst_group_data_LDADD = $(LDADD) -tst_group_data_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_h_rdc0_SOURCES = tst_h_rdc0.c -tst_h_rdc0_OBJECTS = tst_h_rdc0.$(OBJEXT) -tst_h_rdc0_LDADD = $(LDADD) -tst_h_rdc0_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_h_scalar_SOURCES = tst_h_scalar.c -tst_h_scalar_OBJECTS = tst_h_scalar.$(OBJEXT) -tst_h_scalar_LDADD = $(LDADD) -tst_h_scalar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nans_SOURCES = tst_nans.c -tst_nans_OBJECTS = tst_nans.$(OBJEXT) -tst_nans_LDADD = $(LDADD) -tst_nans_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_opaque_data_SOURCES = tst_opaque_data.c -tst_opaque_data_OBJECTS = tst_opaque_data.$(OBJEXT) -tst_opaque_data_LDADD = $(LDADD) -tst_opaque_data_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_rcapi_SOURCES = tst_rcapi.c -tst_rcapi_OBJECTS = tst_rcapi.$(OBJEXT) -tst_rcapi_LDADD = $(LDADD) -tst_rcapi_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_rcmerge_SOURCES = tst_rcmerge.c -tst_rcmerge_OBJECTS = tst_rcmerge.$(OBJEXT) -tst_rcmerge_LDADD = $(LDADD) -tst_rcmerge_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_special_atts_SOURCES = tst_special_atts.c -tst_special_atts_OBJECTS = tst_special_atts.$(OBJEXT) -tst_special_atts_LDADD = $(LDADD) -tst_special_atts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_string_data_SOURCES = tst_string_data.c -tst_string_data_OBJECTS = tst_string_data.$(OBJEXT) -tst_string_data_LDADD = $(LDADD) -tst_string_data_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_unicode_SOURCES = tst_unicode.c -tst_unicode_OBJECTS = tst_unicode.$(OBJEXT) -tst_unicode_LDADD = $(LDADD) -tst_unicode_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_utf8_SOURCES = tst_utf8.c -tst_utf8_OBJECTS = tst_utf8.$(OBJEXT) -tst_utf8_LDADD = $(LDADD) -tst_utf8_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vlen_data_SOURCES = tst_vlen_data.c -tst_vlen_data_OBJECTS = tst_vlen_data.$(OBJEXT) -tst_vlen_data_LDADD = $(LDADD) -tst_vlen_data_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_vlen_demo_SOURCES = tst_vlen_demo.c -tst_vlen_demo_OBJECTS = tst_vlen_demo.$(OBJEXT) -tst_vlen_demo_LDADD = $(LDADD) -tst_vlen_demo_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/bom.Po ./$(DEPDIR)/chunkspec.Po \ - ./$(DEPDIR)/dimmap.Po ./$(DEPDIR)/dumplib.Po \ - ./$(DEPDIR)/indent.Po ./$(DEPDIR)/list.Po \ - ./$(DEPDIR)/nc4print.Po ./$(DEPDIR)/nc4printer.Po \ - ./$(DEPDIR)/nccopy.Po ./$(DEPDIR)/ncdump.Po \ - ./$(DEPDIR)/ncfilteravail.Po ./$(DEPDIR)/nchdf5version.Po \ - ./$(DEPDIR)/nciter.Po ./$(DEPDIR)/ncpathcvt.Po \ - ./$(DEPDIR)/nctime0.Po ./$(DEPDIR)/nctrunc.Po \ - ./$(DEPDIR)/ncvalidator.Po ./$(DEPDIR)/ocprint.Po \ - ./$(DEPDIR)/printfqn.Po ./$(DEPDIR)/ref_ctest.Po \ - ./$(DEPDIR)/ref_ctest64.Po ./$(DEPDIR)/rewrite-scalar.Po \ - ./$(DEPDIR)/tst_chunking.Po ./$(DEPDIR)/tst_comp.Po \ - ./$(DEPDIR)/tst_comp2.Po ./$(DEPDIR)/tst_compress.Po \ - ./$(DEPDIR)/tst_create_files.Po ./$(DEPDIR)/tst_dimsizes.Po \ - ./$(DEPDIR)/tst_enum_data.Po ./$(DEPDIR)/tst_enum_undef.Po \ - ./$(DEPDIR)/tst_fileinfo.Po ./$(DEPDIR)/tst_fillbug.Po \ - ./$(DEPDIR)/tst_group_data.Po ./$(DEPDIR)/tst_h_rdc0.Po \ - ./$(DEPDIR)/tst_h_scalar.Po ./$(DEPDIR)/tst_nans.Po \ - ./$(DEPDIR)/tst_opaque_data.Po ./$(DEPDIR)/tst_rcapi.Po \ - ./$(DEPDIR)/tst_rcmerge.Po ./$(DEPDIR)/tst_special_atts.Po \ - ./$(DEPDIR)/tst_string_data.Po ./$(DEPDIR)/tst_unicode.Po \ - ./$(DEPDIR)/tst_utf8.Po ./$(DEPDIR)/tst_vlen_data.Po \ - ./$(DEPDIR)/tst_vlen_demo.Po ./$(DEPDIR)/utils.Po \ - ./$(DEPDIR)/vardata.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = bom.c $(nc4print_SOURCES) $(nccopy_SOURCES) \ - $(ncdump_SOURCES) $(ncfilteravail_SOURCES) \ - $(nchdf5version_SOURCES) $(ncpathcvt_SOURCES) nctrunc.c \ - $(ncvalidator_SOURCES) $(ocprint_SOURCES) $(printfqn_SOURCES) \ - ref_ctest.c ref_ctest64.c rewrite-scalar.c tst_chunking.c \ - tst_comp.c tst_comp2.c tst_compress.c tst_create_files.c \ - tst_dimsizes.c tst_enum_data.c tst_enum_undef.c tst_fileinfo.c \ - tst_fillbug.c tst_group_data.c tst_h_rdc0.c tst_h_scalar.c \ - tst_nans.c tst_opaque_data.c tst_rcapi.c tst_rcmerge.c \ - tst_special_atts.c tst_string_data.c tst_unicode.c tst_utf8.c \ - tst_vlen_data.c tst_vlen_demo.c -DIST_SOURCES = bom.c $(am__nc4print_SOURCES_DIST) $(nccopy_SOURCES) \ - $(ncdump_SOURCES) $(ncfilteravail_SOURCES) \ - $(am__nchdf5version_SOURCES_DIST) $(ncpathcvt_SOURCES) \ - nctrunc.c $(ncvalidator_SOURCES) $(am__ocprint_SOURCES_DIST) \ - $(am__printfqn_SOURCES_DIST) ref_ctest.c ref_ctest64.c \ - rewrite-scalar.c tst_chunking.c tst_comp.c tst_comp2.c \ - tst_compress.c tst_create_files.c tst_dimsizes.c \ - tst_enum_data.c tst_enum_undef.c tst_fileinfo.c tst_fillbug.c \ - tst_group_data.c tst_h_rdc0.c tst_h_scalar.c tst_nans.c \ - tst_opaque_data.c tst_rcapi.c tst_rcmerge.c tst_special_atts.c \ - tst_string_data.c tst_unicode.c tst_utf8.c tst_vlen_data.c \ - tst_vlen_demo.c -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; }; \ - } -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(man_MANS) -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 \ - check recheck distdir distdir-am -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -am__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -TEST_SUITE_LOG = test-suite.log -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -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" -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdump -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdump -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -LDADD = ${top_builddir}/liblib/libnetcdf.la -# Note which tests depend on other tests. Necessary for make -j check. -TEST_EXTENSIONS = .sh -XFAIL_TESTS = "" $(am__append_9) -ncdump_SOURCES = ncdump.c vardata.c dumplib.c indent.c nctime0.c \ -ncdump.h vardata.h dumplib.h indent.h nctime0.h cdl.h utils.h \ -utils.c nciter.h nciter.c nccomps.h - -nccopy_SOURCES = nccopy.c nciter.c nciter.h chunkspec.h chunkspec.c \ -utils.h utils.c dimmap.h dimmap.c list.c list.h - -ncvalidator_SOURCES = ncvalidator.c -ncpathcvt_SOURCES = ncpathcvt.c -ncfilteravail_SOURCES = ncfilteravail.c -nc4print_SOURCES = nc4print.c nc4printer.c -printfqn_SOURCES = printfqn.c -nchdf5version_SOURCES = nchdf5version.c -ocprint_SOURCES = ocprint.c - -# This is the man page. -man_MANS = ncdump.1 nccopy.1 - -# These files all have to be included with the distribution. - -# The L512.bin file is file containing exactly 512 bytes each of value 0. -# It is used for creating hdf5 files with varying offsets for testing. -EXTRA_DIST = run_tests.sh tst_64bit.sh tst_output.sh test0.cdl \ - ref_ctest1_nc4.cdl ref_ctest1_nc4c.cdl ref_tst_solar_1.cdl \ - ref_tst_solar_2.cdl tst_netcdf4.sh tst_netcdf4_4.sh \ - ref_tst_small.cdl tst_lengths.sh tst_ncml.cdl ref1.ncml \ - ref_tst_group_data.cdl ref_tst_enum_data.cdl \ - ref_tst_opaque_data.cdl ref_tst_string_data.cdl \ - ref_tst_vlen_data.cdl ref_tst_comp.cdl ref_tst_unicode.cdl \ - ref_tst_nans.cdl small.cdl small2.cdl $(man_MANS) \ - run_utf8_tests.sh ref_tst_utf8.cdl ref_tst_fillbug.cdl \ - tst_fillbug.sh tst_calendars.cdl tst_calendars.sh \ - ref_times.cdl ref_tst_special_atts.cdl ref_tst_noncoord.cdl \ - ref_tst_compounds2.nc ref_tst_compounds2.cdl \ - ref_tst_compounds3.nc ref_tst_compounds3.cdl \ - ref_tst_compounds4.nc ref_tst_compounds4.cdl \ - ref_tst_group_data_v23.cdl tst_mslp.cdl tst_bug321.cdl \ - ref_tst_format_att.cdl ref_tst_format_att_64.cdl \ - tst_nccopy3.sh tst_nccopy4.sh tst_nccopy5.sh \ - tst_calendars_nc4.sh ref_nc_test_netcdf4_4_0.nc \ - run_back_comp_tests.sh ref_nc_test_netcdf4.cdl \ - ref_tst_special_atts3.cdl tst_brecs.cdl ref_tst_grp_spec0.cdl \ - ref_tst_grp_spec.cdl tst_grp_spec.sh ref_tst_charfill.cdl \ - tst_charfill.cdl tst_charfill.sh tst_iter.sh tst_mud.sh \ - ref_tst_mud4.cdl ref_tst_mud4-bc.cdl ref_tst_mud4_chars.cdl \ - inttags.cdl inttags4.cdl ref_inttags.cdl ref_inttags4.cdl \ - ref_tst_ncf213.cdl tst_h_scalar.sh run_utf8_nc4_tests.sh \ - tst_formatx3.sh tst_formatx4.sh ref_tst_utf8_4.cdl \ - ref_tst_nc4_utf8_4.cdl tst_inttags.sh tst_inttags4.sh \ - CMakeLists.txt tst_bom.sh tst_inmemory_nc3.sh tst_dimsizes.sh \ - tst_inmemory_nc4.sh tst_fileinfo.sh run_ncgen_tests.sh \ - ref_test_360_day_1900.nc ref_test_365_day_1900.nc \ - ref_test_366_day_1900.nc ref_test_360_day_1900.cdl \ - ref_test_365_day_1900.cdl ref_test_366_day_1900.cdl \ - tst_hdf5_offset.sh run_ncgen_nc4_tests.sh \ - tst_nccopy3_subset.sh ref_nccopy3_subset.nc \ - ref_test_corrupt_magic.nc tst_ncgen_shared.sh tst_ncgen4.sh \ - tst_ncgen4_classic.sh tst_ncgen4_diff.sh tst_ncgen4_cycle.sh \ - tst_null_byte_padding.sh ref_null_byte_padding_test.nc \ - ref_tst_irish_rover.nc ref_provenance_v1.nc ref_tst_radix.cdl \ - tst_radix.cdl test_radix.sh ref_nccopy_w.cdl tst_nccopy_w3.sh \ - tst_nccopy_w4.sh ref_no_ncproperty.nc \ - test_unicode_directory.sh test_unicode_path.sh \ - ref_roman_szip_simple.cdl ref_roman_szip_unlim.cdl \ - ref_tst_perdimspecs.cdl test_keywords.sh ref_keyword1.cdl \ - ref_keyword2.cdl ref_keyword3.cdl ref_keyword4.cdl \ - ref_tst_nofilters.cdl test_scope.sh test_rcmerge.sh \ - ref_rcmerge1.txt ref_rcmerge2.txt ref_rcmerge3.txt \ - scope_ancestor_only.cdl scope_ancestor_subgroup.cdl \ - scope_group_only.cdl scope_preorder.cdl ref_rcapi.txt \ - ref_tst_enum_undef.cdl tst_calendars_nc4.cdl ref_times_nc4.cdl \ - L512.bin tst_ctests.sh ref_ctest_small_3.c ref_ctest_small_4.c \ - ref_ctest_special_atts_4.c testpathcvt.sh ref_pathcvt.txt - -# CDL files and Expected results -SUBDIRS = cdl expected -CLEANFILES = tst_*.nc tmp*.nc test*.nc iter.* tmp*.cdl tmp*.txt \ -tst_output_*.cdl tst_output_*.c tst_utf8_*.cdl *.tmp tst_tst8.cdl \ -tst_netcdf4_*.cdl test1_ncdump.cdl test2_ncdump.cdl test1.cdl \ -ctest1.cdl test1_cdf5.cdl test2_cdf5.cdl test1_offset.cdl \ -test2_offset.cdl ctest0.nc ctest0_64.nc c1.cdl c1_4.cdl ctest1_64.cdl \ -c0.nc c0_4.nc small.nc small2.nc c0tmp.nc c1.ncml utf8.cdl \ -utf8_64.cdl utf8.nc utf8_64.nc nc4_utf8.cdl nc4_utf8.nc \ -tst_unicode.cdl tst_group_data.cdl tst_compounds2.cdl tst_comp.cdl \ -tst_enum_data.cdl tst_small.cdl tst_times.cdl tst_solar_2.cdl \ -tst_string_data.cdl tst_fillbug.cdl tst_opaque_data.cdl \ -tst_compounds4.cdl tst_utf8.cdl tst_compounds3.cdl \ -tst_special_atts.cdl tst_nans.cdl tst_format_att_64.cdl \ -tst_vlen_data.cdl tst_solar_1.cdl tst_format_att.cdl \ -tst_nc_test_netcdf4_4_0.cdl tst_mud4.cdl tst_mud4-bc.cdl \ -tst_ncf213.cdl tst_h_scalar.cdl tst_mud4_chars.cdl inttags.nc \ -inttags4.nc tst_inttags.cdl tst_inttags4.cdl nc4_fileinfo.nc \ -hdf5_fileinfo.hdf nccopy3_subset_out.nc c5.nc \ -compound_datasize_test.nc compound_datasize_test2.nc ncf199.nc \ -tst_c0.cdl tst_c0_4.cdl tst_c0_4c.cdl tst_c0_64.cdl \ -tst_compound_datasize_test.cdl tst_compound_datasize_test2.cdl \ -tst_ncf199.cdl tst_tst_gattenum.cdl tst_tst_usuffix.cdl ctest.c \ -ctest64.c nccopy3_subset_out.nc camrun.c tst_ncf213.cdl tst_ncf213.nc \ -tst_radix.nc tmp_radix.cdl ctest_small_3.c ctest_small_4.c \ -ctest_special_atts_4.c tst_roman_szip_simple.cdl \ -tst_roman_szip_unlim.cdl tst_perdimpspecs.nc tmppds.* \ -keyword1.nc keyword2.nc keyword3.nc keyword4.nc \ -tmp_keyword1.cdl tmp_keyword2.cdl tmp_keyword3.cdl tmp_keyword4.cdl \ -type_*.nc copy_type_*.cdl \ -scope_*.nc copy_scope_*.cdl keyword5.nc tst_enum_undef.cdl tst_times_nc4.cdl - -all: all-recursive - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdump/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdump/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - || test -f $$p1 \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -bom$(EXEEXT): $(bom_OBJECTS) $(bom_DEPENDENCIES) $(EXTRA_bom_DEPENDENCIES) - @rm -f bom$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(bom_OBJECTS) $(bom_LDADD) $(LIBS) - -nc4print$(EXEEXT): $(nc4print_OBJECTS) $(nc4print_DEPENDENCIES) $(EXTRA_nc4print_DEPENDENCIES) - @rm -f nc4print$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(nc4print_OBJECTS) $(nc4print_LDADD) $(LIBS) - -nccopy$(EXEEXT): $(nccopy_OBJECTS) $(nccopy_DEPENDENCIES) $(EXTRA_nccopy_DEPENDENCIES) - @rm -f nccopy$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(nccopy_OBJECTS) $(nccopy_LDADD) $(LIBS) - -ncdump$(EXEEXT): $(ncdump_OBJECTS) $(ncdump_DEPENDENCIES) $(EXTRA_ncdump_DEPENDENCIES) - @rm -f ncdump$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncdump_OBJECTS) $(ncdump_LDADD) $(LIBS) - -ncfilteravail$(EXEEXT): $(ncfilteravail_OBJECTS) $(ncfilteravail_DEPENDENCIES) $(EXTRA_ncfilteravail_DEPENDENCIES) - @rm -f ncfilteravail$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncfilteravail_OBJECTS) $(ncfilteravail_LDADD) $(LIBS) - -nchdf5version$(EXEEXT): $(nchdf5version_OBJECTS) $(nchdf5version_DEPENDENCIES) $(EXTRA_nchdf5version_DEPENDENCIES) - @rm -f nchdf5version$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(nchdf5version_OBJECTS) $(nchdf5version_LDADD) $(LIBS) - -ncpathcvt$(EXEEXT): $(ncpathcvt_OBJECTS) $(ncpathcvt_DEPENDENCIES) $(EXTRA_ncpathcvt_DEPENDENCIES) - @rm -f ncpathcvt$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncpathcvt_OBJECTS) $(ncpathcvt_LDADD) $(LIBS) - -nctrunc$(EXEEXT): $(nctrunc_OBJECTS) $(nctrunc_DEPENDENCIES) $(EXTRA_nctrunc_DEPENDENCIES) - @rm -f nctrunc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(nctrunc_OBJECTS) $(nctrunc_LDADD) $(LIBS) - -ncvalidator$(EXEEXT): $(ncvalidator_OBJECTS) $(ncvalidator_DEPENDENCIES) $(EXTRA_ncvalidator_DEPENDENCIES) - @rm -f ncvalidator$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncvalidator_OBJECTS) $(ncvalidator_LDADD) $(LIBS) - -ocprint$(EXEEXT): $(ocprint_OBJECTS) $(ocprint_DEPENDENCIES) $(EXTRA_ocprint_DEPENDENCIES) - @rm -f ocprint$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ocprint_OBJECTS) $(ocprint_LDADD) $(LIBS) - -printfqn$(EXEEXT): $(printfqn_OBJECTS) $(printfqn_DEPENDENCIES) $(EXTRA_printfqn_DEPENDENCIES) - @rm -f printfqn$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(printfqn_OBJECTS) $(printfqn_LDADD) $(LIBS) - -ref_ctest$(EXEEXT): $(ref_ctest_OBJECTS) $(ref_ctest_DEPENDENCIES) $(EXTRA_ref_ctest_DEPENDENCIES) - @rm -f ref_ctest$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ref_ctest_OBJECTS) $(ref_ctest_LDADD) $(LIBS) - -ref_ctest64$(EXEEXT): $(ref_ctest64_OBJECTS) $(ref_ctest64_DEPENDENCIES) $(EXTRA_ref_ctest64_DEPENDENCIES) - @rm -f ref_ctest64$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ref_ctest64_OBJECTS) $(ref_ctest64_LDADD) $(LIBS) - -rewrite-scalar$(EXEEXT): $(rewrite_scalar_OBJECTS) $(rewrite_scalar_DEPENDENCIES) $(EXTRA_rewrite_scalar_DEPENDENCIES) - @rm -f rewrite-scalar$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(rewrite_scalar_OBJECTS) $(rewrite_scalar_LDADD) $(LIBS) - -tst_chunking$(EXEEXT): $(tst_chunking_OBJECTS) $(tst_chunking_DEPENDENCIES) $(EXTRA_tst_chunking_DEPENDENCIES) - @rm -f tst_chunking$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_chunking_OBJECTS) $(tst_chunking_LDADD) $(LIBS) - -tst_comp$(EXEEXT): $(tst_comp_OBJECTS) $(tst_comp_DEPENDENCIES) $(EXTRA_tst_comp_DEPENDENCIES) - @rm -f tst_comp$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_comp_OBJECTS) $(tst_comp_LDADD) $(LIBS) - -tst_comp2$(EXEEXT): $(tst_comp2_OBJECTS) $(tst_comp2_DEPENDENCIES) $(EXTRA_tst_comp2_DEPENDENCIES) - @rm -f tst_comp2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_comp2_OBJECTS) $(tst_comp2_LDADD) $(LIBS) - -tst_compress$(EXEEXT): $(tst_compress_OBJECTS) $(tst_compress_DEPENDENCIES) $(EXTRA_tst_compress_DEPENDENCIES) - @rm -f tst_compress$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_compress_OBJECTS) $(tst_compress_LDADD) $(LIBS) - -tst_create_files$(EXEEXT): $(tst_create_files_OBJECTS) $(tst_create_files_DEPENDENCIES) $(EXTRA_tst_create_files_DEPENDENCIES) - @rm -f tst_create_files$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_create_files_OBJECTS) $(tst_create_files_LDADD) $(LIBS) - -tst_dimsizes$(EXEEXT): $(tst_dimsizes_OBJECTS) $(tst_dimsizes_DEPENDENCIES) $(EXTRA_tst_dimsizes_DEPENDENCIES) - @rm -f tst_dimsizes$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_dimsizes_OBJECTS) $(tst_dimsizes_LDADD) $(LIBS) - -tst_enum_data$(EXEEXT): $(tst_enum_data_OBJECTS) $(tst_enum_data_DEPENDENCIES) $(EXTRA_tst_enum_data_DEPENDENCIES) - @rm -f tst_enum_data$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_enum_data_OBJECTS) $(tst_enum_data_LDADD) $(LIBS) - -tst_enum_undef$(EXEEXT): $(tst_enum_undef_OBJECTS) $(tst_enum_undef_DEPENDENCIES) $(EXTRA_tst_enum_undef_DEPENDENCIES) - @rm -f tst_enum_undef$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_enum_undef_OBJECTS) $(tst_enum_undef_LDADD) $(LIBS) - -tst_fileinfo$(EXEEXT): $(tst_fileinfo_OBJECTS) $(tst_fileinfo_DEPENDENCIES) $(EXTRA_tst_fileinfo_DEPENDENCIES) - @rm -f tst_fileinfo$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fileinfo_OBJECTS) $(tst_fileinfo_LDADD) $(LIBS) - -tst_fillbug$(EXEEXT): $(tst_fillbug_OBJECTS) $(tst_fillbug_DEPENDENCIES) $(EXTRA_tst_fillbug_DEPENDENCIES) - @rm -f tst_fillbug$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fillbug_OBJECTS) $(tst_fillbug_LDADD) $(LIBS) - -tst_group_data$(EXEEXT): $(tst_group_data_OBJECTS) $(tst_group_data_DEPENDENCIES) $(EXTRA_tst_group_data_DEPENDENCIES) - @rm -f tst_group_data$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_group_data_OBJECTS) $(tst_group_data_LDADD) $(LIBS) - -tst_h_rdc0$(EXEEXT): $(tst_h_rdc0_OBJECTS) $(tst_h_rdc0_DEPENDENCIES) $(EXTRA_tst_h_rdc0_DEPENDENCIES) - @rm -f tst_h_rdc0$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_rdc0_OBJECTS) $(tst_h_rdc0_LDADD) $(LIBS) - -tst_h_scalar$(EXEEXT): $(tst_h_scalar_OBJECTS) $(tst_h_scalar_DEPENDENCIES) $(EXTRA_tst_h_scalar_DEPENDENCIES) - @rm -f tst_h_scalar$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_h_scalar_OBJECTS) $(tst_h_scalar_LDADD) $(LIBS) - -tst_nans$(EXEEXT): $(tst_nans_OBJECTS) $(tst_nans_DEPENDENCIES) $(EXTRA_tst_nans_DEPENDENCIES) - @rm -f tst_nans$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nans_OBJECTS) $(tst_nans_LDADD) $(LIBS) - -tst_opaque_data$(EXEEXT): $(tst_opaque_data_OBJECTS) $(tst_opaque_data_DEPENDENCIES) $(EXTRA_tst_opaque_data_DEPENDENCIES) - @rm -f tst_opaque_data$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_opaque_data_OBJECTS) $(tst_opaque_data_LDADD) $(LIBS) - -tst_rcapi$(EXEEXT): $(tst_rcapi_OBJECTS) $(tst_rcapi_DEPENDENCIES) $(EXTRA_tst_rcapi_DEPENDENCIES) - @rm -f tst_rcapi$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rcapi_OBJECTS) $(tst_rcapi_LDADD) $(LIBS) - -tst_rcmerge$(EXEEXT): $(tst_rcmerge_OBJECTS) $(tst_rcmerge_DEPENDENCIES) $(EXTRA_tst_rcmerge_DEPENDENCIES) - @rm -f tst_rcmerge$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rcmerge_OBJECTS) $(tst_rcmerge_LDADD) $(LIBS) - -tst_special_atts$(EXEEXT): $(tst_special_atts_OBJECTS) $(tst_special_atts_DEPENDENCIES) $(EXTRA_tst_special_atts_DEPENDENCIES) - @rm -f tst_special_atts$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_special_atts_OBJECTS) $(tst_special_atts_LDADD) $(LIBS) - -tst_string_data$(EXEEXT): $(tst_string_data_OBJECTS) $(tst_string_data_DEPENDENCIES) $(EXTRA_tst_string_data_DEPENDENCIES) - @rm -f tst_string_data$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_string_data_OBJECTS) $(tst_string_data_LDADD) $(LIBS) - -tst_unicode$(EXEEXT): $(tst_unicode_OBJECTS) $(tst_unicode_DEPENDENCIES) $(EXTRA_tst_unicode_DEPENDENCIES) - @rm -f tst_unicode$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_unicode_OBJECTS) $(tst_unicode_LDADD) $(LIBS) - -tst_utf8$(EXEEXT): $(tst_utf8_OBJECTS) $(tst_utf8_DEPENDENCIES) $(EXTRA_tst_utf8_DEPENDENCIES) - @rm -f tst_utf8$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_utf8_OBJECTS) $(tst_utf8_LDADD) $(LIBS) - -tst_vlen_data$(EXEEXT): $(tst_vlen_data_OBJECTS) $(tst_vlen_data_DEPENDENCIES) $(EXTRA_tst_vlen_data_DEPENDENCIES) - @rm -f tst_vlen_data$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vlen_data_OBJECTS) $(tst_vlen_data_LDADD) $(LIBS) - -tst_vlen_demo$(EXEEXT): $(tst_vlen_demo_OBJECTS) $(tst_vlen_demo_DEPENDENCIES) $(EXTRA_tst_vlen_demo_DEPENDENCIES) - @rm -f tst_vlen_demo$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_vlen_demo_OBJECTS) $(tst_vlen_demo_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/bom.Po # am--include-marker -include ./$(DEPDIR)/chunkspec.Po # am--include-marker -include ./$(DEPDIR)/dimmap.Po # am--include-marker -include ./$(DEPDIR)/dumplib.Po # am--include-marker -include ./$(DEPDIR)/indent.Po # am--include-marker -include ./$(DEPDIR)/list.Po # am--include-marker -include ./$(DEPDIR)/nc4print.Po # am--include-marker -include ./$(DEPDIR)/nc4printer.Po # am--include-marker -include ./$(DEPDIR)/nccopy.Po # am--include-marker -include ./$(DEPDIR)/ncdump.Po # am--include-marker -include ./$(DEPDIR)/ncfilteravail.Po # am--include-marker -include ./$(DEPDIR)/nchdf5version.Po # am--include-marker -include ./$(DEPDIR)/nciter.Po # am--include-marker -include ./$(DEPDIR)/ncpathcvt.Po # am--include-marker -include ./$(DEPDIR)/nctime0.Po # am--include-marker -include ./$(DEPDIR)/nctrunc.Po # am--include-marker -include ./$(DEPDIR)/ncvalidator.Po # am--include-marker -include ./$(DEPDIR)/ocprint.Po # am--include-marker -include ./$(DEPDIR)/printfqn.Po # am--include-marker -include ./$(DEPDIR)/ref_ctest.Po # am--include-marker -include ./$(DEPDIR)/ref_ctest64.Po # am--include-marker -include ./$(DEPDIR)/rewrite-scalar.Po # am--include-marker -include ./$(DEPDIR)/tst_chunking.Po # am--include-marker -include ./$(DEPDIR)/tst_comp.Po # am--include-marker -include ./$(DEPDIR)/tst_comp2.Po # am--include-marker -include ./$(DEPDIR)/tst_compress.Po # am--include-marker -include ./$(DEPDIR)/tst_create_files.Po # am--include-marker -include ./$(DEPDIR)/tst_dimsizes.Po # am--include-marker -include ./$(DEPDIR)/tst_enum_data.Po # am--include-marker -include ./$(DEPDIR)/tst_enum_undef.Po # am--include-marker -include ./$(DEPDIR)/tst_fileinfo.Po # am--include-marker -include ./$(DEPDIR)/tst_fillbug.Po # am--include-marker -include ./$(DEPDIR)/tst_group_data.Po # am--include-marker -include ./$(DEPDIR)/tst_h_rdc0.Po # am--include-marker -include ./$(DEPDIR)/tst_h_scalar.Po # am--include-marker -include ./$(DEPDIR)/tst_nans.Po # am--include-marker -include ./$(DEPDIR)/tst_opaque_data.Po # am--include-marker -include ./$(DEPDIR)/tst_rcapi.Po # am--include-marker -include ./$(DEPDIR)/tst_rcmerge.Po # am--include-marker -include ./$(DEPDIR)/tst_special_atts.Po # am--include-marker -include ./$(DEPDIR)/tst_string_data.Po # am--include-marker -include ./$(DEPDIR)/tst_unicode.Po # am--include-marker -include ./$(DEPDIR)/tst_utf8.Po # am--include-marker -include ./$(DEPDIR)/tst_vlen_data.Po # am--include-marker -include ./$(DEPDIR)/tst_vlen_demo.Po # am--include-marker -include ./$(DEPDIR)/utils.Po # am--include-marker -include ./$(DEPDIR)/vardata.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(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" -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -ref_ctest.log: ref_ctest$(EXEEXT) - @p='ref_ctest$(EXEEXT)'; \ - b='ref_ctest'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -ref_ctest64.log: ref_ctest64$(EXEEXT) - @p='ref_ctest64$(EXEEXT)'; \ - b='ref_ctest64'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-recursive -all-am: Makefile $(PROGRAMS) $(MANS) -installdirs: installdirs-recursive -installdirs-am: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; 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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-binPROGRAMS clean-checkPROGRAMS clean-generic \ - clean-libtool clean-local clean-noinstPROGRAMS mostlyclean-am - -distclean: distclean-recursive - -rm -f ./$(DEPDIR)/bom.Po - -rm -f ./$(DEPDIR)/chunkspec.Po - -rm -f ./$(DEPDIR)/dimmap.Po - -rm -f ./$(DEPDIR)/dumplib.Po - -rm -f ./$(DEPDIR)/indent.Po - -rm -f ./$(DEPDIR)/list.Po - -rm -f ./$(DEPDIR)/nc4print.Po - -rm -f ./$(DEPDIR)/nc4printer.Po - -rm -f ./$(DEPDIR)/nccopy.Po - -rm -f ./$(DEPDIR)/ncdump.Po - -rm -f ./$(DEPDIR)/ncfilteravail.Po - -rm -f ./$(DEPDIR)/nchdf5version.Po - -rm -f ./$(DEPDIR)/nciter.Po - -rm -f ./$(DEPDIR)/ncpathcvt.Po - -rm -f ./$(DEPDIR)/nctime0.Po - -rm -f ./$(DEPDIR)/nctrunc.Po - -rm -f ./$(DEPDIR)/ncvalidator.Po - -rm -f ./$(DEPDIR)/ocprint.Po - -rm -f ./$(DEPDIR)/printfqn.Po - -rm -f ./$(DEPDIR)/ref_ctest.Po - -rm -f ./$(DEPDIR)/ref_ctest64.Po - -rm -f ./$(DEPDIR)/rewrite-scalar.Po - -rm -f ./$(DEPDIR)/tst_chunking.Po - -rm -f ./$(DEPDIR)/tst_comp.Po - -rm -f ./$(DEPDIR)/tst_comp2.Po - -rm -f ./$(DEPDIR)/tst_compress.Po - -rm -f ./$(DEPDIR)/tst_create_files.Po - -rm -f ./$(DEPDIR)/tst_dimsizes.Po - -rm -f ./$(DEPDIR)/tst_enum_data.Po - -rm -f ./$(DEPDIR)/tst_enum_undef.Po - -rm -f ./$(DEPDIR)/tst_fileinfo.Po - -rm -f ./$(DEPDIR)/tst_fillbug.Po - -rm -f ./$(DEPDIR)/tst_group_data.Po - -rm -f ./$(DEPDIR)/tst_h_rdc0.Po - -rm -f ./$(DEPDIR)/tst_h_scalar.Po - -rm -f ./$(DEPDIR)/tst_nans.Po - -rm -f ./$(DEPDIR)/tst_opaque_data.Po - -rm -f ./$(DEPDIR)/tst_rcapi.Po - -rm -f ./$(DEPDIR)/tst_rcmerge.Po - -rm -f ./$(DEPDIR)/tst_special_atts.Po - -rm -f ./$(DEPDIR)/tst_string_data.Po - -rm -f ./$(DEPDIR)/tst_unicode.Po - -rm -f ./$(DEPDIR)/tst_utf8.Po - -rm -f ./$(DEPDIR)/tst_vlen_data.Po - -rm -f ./$(DEPDIR)/tst_vlen_demo.Po - -rm -f ./$(DEPDIR)/utils.Po - -rm -f ./$(DEPDIR)/vardata.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: install-man - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: install-binPROGRAMS - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: install-man1 - -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 ./$(DEPDIR)/bom.Po - -rm -f ./$(DEPDIR)/chunkspec.Po - -rm -f ./$(DEPDIR)/dimmap.Po - -rm -f ./$(DEPDIR)/dumplib.Po - -rm -f ./$(DEPDIR)/indent.Po - -rm -f ./$(DEPDIR)/list.Po - -rm -f ./$(DEPDIR)/nc4print.Po - -rm -f ./$(DEPDIR)/nc4printer.Po - -rm -f ./$(DEPDIR)/nccopy.Po - -rm -f ./$(DEPDIR)/ncdump.Po - -rm -f ./$(DEPDIR)/ncfilteravail.Po - -rm -f ./$(DEPDIR)/nchdf5version.Po - -rm -f ./$(DEPDIR)/nciter.Po - -rm -f ./$(DEPDIR)/ncpathcvt.Po - -rm -f ./$(DEPDIR)/nctime0.Po - -rm -f ./$(DEPDIR)/nctrunc.Po - -rm -f ./$(DEPDIR)/ncvalidator.Po - -rm -f ./$(DEPDIR)/ocprint.Po - -rm -f ./$(DEPDIR)/printfqn.Po - -rm -f ./$(DEPDIR)/ref_ctest.Po - -rm -f ./$(DEPDIR)/ref_ctest64.Po - -rm -f ./$(DEPDIR)/rewrite-scalar.Po - -rm -f ./$(DEPDIR)/tst_chunking.Po - -rm -f ./$(DEPDIR)/tst_comp.Po - -rm -f ./$(DEPDIR)/tst_comp2.Po - -rm -f ./$(DEPDIR)/tst_compress.Po - -rm -f ./$(DEPDIR)/tst_create_files.Po - -rm -f ./$(DEPDIR)/tst_dimsizes.Po - -rm -f ./$(DEPDIR)/tst_enum_data.Po - -rm -f ./$(DEPDIR)/tst_enum_undef.Po - -rm -f ./$(DEPDIR)/tst_fileinfo.Po - -rm -f ./$(DEPDIR)/tst_fillbug.Po - -rm -f ./$(DEPDIR)/tst_group_data.Po - -rm -f ./$(DEPDIR)/tst_h_rdc0.Po - -rm -f ./$(DEPDIR)/tst_h_scalar.Po - -rm -f ./$(DEPDIR)/tst_nans.Po - -rm -f ./$(DEPDIR)/tst_opaque_data.Po - -rm -f ./$(DEPDIR)/tst_rcapi.Po - -rm -f ./$(DEPDIR)/tst_rcmerge.Po - -rm -f ./$(DEPDIR)/tst_special_atts.Po - -rm -f ./$(DEPDIR)/tst_string_data.Po - -rm -f ./$(DEPDIR)/tst_unicode.Po - -rm -f ./$(DEPDIR)/tst_utf8.Po - -rm -f ./$(DEPDIR)/tst_vlen_data.Po - -rm -f ./$(DEPDIR)/tst_vlen_demo.Po - -rm -f ./$(DEPDIR)/utils.Po - -rm -f ./$(DEPDIR)/vardata.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: uninstall-binPROGRAMS uninstall-man - -uninstall-man: uninstall-man1 - -.MAKE: $(am__recursive_targets) check-am install-am install-strip - -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ - am--depfiles check check-TESTS 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-binPROGRAMS \ - clean-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS 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-man1 install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am recheck tags tags-am uninstall \ - uninstall-am uninstall-binPROGRAMS uninstall-man \ - uninstall-man1 - -.PRECIOUS: Makefile - - -# The tst_nccopy3.sh test uses output from a bunch of other -# tests. This records the dependency so parallel builds work. -tst_nccopy3.log: tst_calendars.log run_utf8_tests.log tst_output.log \ - tst_64bit.log run_tests.log tst_lengths.log - -# Record interscript dependencies so parallel builds work. -tst_nccopy4.log: run_ncgen_tests.log tst_output.log tst_ncgen4.log \ - tst_fillbug.log tst_netcdf4_4.log tst_h_scalar.log tst_netcdf4.log -tst_nccopy5.log: tst_nccopy4.log - -# Remove directories -clean-local: - rm -fr rcmergedir rchome - -# 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: diff --git a/ncdump/cdl/Makefile b/ncdump/cdl/Makefile deleted file mode 100644 index e110d63..0000000 --- a/ncdump/cdl/Makefile +++ /dev/null @@ -1,631 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdump/cdl/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This is to include the libnc-dap test comparison files - -# $Id: Makefile.am,v 1.5 2010/04/27 18:50:44 dmh Exp $ - -# Where are these being used? - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = ncdump/cdl -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdump/cdl -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdump/cdl -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -EXTRA_DIST = \ -c0.cdl example_good.cdl fills.cdl nc_enddef.cdl nc_sync.cdl pres_temp_4D.cdl \ -ref_const_test.cdl ref_ctest1_nc4.cdl ref_ctest1_nc4c.cdl ref_dimscope.cdl \ -ref_nctst.cdl ref_nctst_64bit_offset.cdl ref_nctst_netcdf4.cdl \ -ref_nctst_netcdf4_classic.cdl \ -ref_tst_comp.cdl ref_tst_comp2.cdl ref_tst_comp3.cdl \ -ref_tst_enum_data.cdl ref_tst_group_data.cdl \ -ref_tst_nans.cdl ref_tst_opaque_data.cdl ref_tst_small.cdl \ -ref_tst_solar_1.cdl ref_tst_solar_2.cdl ref_tst_special_atts.cdl \ -ref_tst_string_data.cdl ref_tst_unicode.cdl ref_tst_utf8.cdl \ -ref_typescope.cdl sfc_pres_temp.cdl \ -simple_xy.cdl small.cdl small2.cdl test0.cdl tst_ncml.cdl \ -bigf1.cdl bigf2.cdl bigf3.cdl bigr1.cdl bigr2.cdl bigr3.cdl \ -n3time.cdl ref_tst_special_atts3.cdl ref_tst_unlim2.cdl ref_tst_chardata.cdl \ -ref_solar.cdl unlimtest1.cdl unlimtest2.cdl \ -ref_tst_opaque_data.cdl \ -ref_tst_vlen_data.cdl ref_tst_vlen_data2.cdl \ -ref_niltest.cdl ref_tst_h_scalar.cdl ref_tst_econst.cdl \ -ref_tst_econst2.cdl \ -ref_tst_nul3.cdl ref_tst_nul4.cdl ref_tst_names.cdl \ -ref_tst_long_charconst.cdl tst_chararray.cdl ref_keyword.cdl \ -CMakeLists.txt - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdump/cdl/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdump/cdl/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# 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: diff --git a/ncdump/expected/Makefile b/ncdump/expected/Makefile deleted file mode 100644 index a321abc..0000000 --- a/ncdump/expected/Makefile +++ /dev/null @@ -1,628 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncdump/expected/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This is to include the test comparison files - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = ncdump/expected -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdump/expected -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncdump/expected -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -EXTRA_DIST = \ -c0.dmp example_good.dmp fills.dmp nc_enddef.dmp nc_sync.dmp pres_temp_4D.dmp \ -ref_const_test.dmp ref_ctest1_nc4.dmp ref_ctest1_nc4c.dmp ref_dimscope.dmp \ -ref_nctst.dmp ref_nctst_64bit_offset.dmp ref_nctst_netcdf4.dmp \ -ref_nctst_netcdf4_classic.dmp \ -ref_tst_comp.dmp ref_tst_comp2.dmp ref_tst_comp3.dmp \ -ref_tst_enum_data.dmp ref_tst_group_data.dmp \ -ref_tst_nans.dmp ref_tst_opaque_data.dmp ref_tst_small.dmp \ -ref_tst_solar_1.dmp ref_tst_solar_2.dmp ref_tst_special_atts.dmp \ -ref_tst_string_data.dmp ref_tst_unicode.dmp ref_tst_utf8.dmp \ -ref_typescope.dmp sfc_pres_temp.dmp \ -simple_xy.dmp small.dmp small2.dmp test0.dmp tst_ncml.dmp \ -n3time.dmp ref_tst_special_atts3.dmp ref_tst_chardata.dmp ref_tst_unlim2.dmp \ -ref_solar.dmp unlimtest1.dmp unlimtest2.dmp \ -ref_tst_vlen_data.dmp ref_tst_vlen_data2.dmp \ -ref_niltest.dmp ref_tst_h_scalar.dmp ref_tst_econst.dmp \ -ref_tst_econst2.dmp \ -ref_tst_nul3.dmp ref_tst_nul4.dmp ref_tst_names.dmp \ -ref_tst_long_charconst.dmp tst_chararray.dmp ref_keyword.dmp \ -CMakeLists.txt - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncdump/expected/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncdump/expected/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -check-valgrind-local: -check-valgrind-memcheck-local: -check-valgrind-helgrind-local: -check-valgrind-drd-local: -check-valgrind-sgcheck-local: -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am 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-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# These do not exist because they are not run as usual tests -# bigf1.dmp bigf2.dmp bigf3.dmp bigr1.dmp bigr2.dmp bigr3.dmp gfs1.dmp - -# 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: diff --git a/ncgen/Makefile b/ncgen/Makefile deleted file mode 100644 index 3ff3263..0000000 --- a/ncgen/Makefile +++ /dev/null @@ -1,1044 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncgen/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2008, see the COPYRIGHT file for more information. -# This file builds and runs the ncgen program. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -bin_PROGRAMS = ncgen$(EXEEXT) -subdir = ncgen -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -PROGRAMS = $(bin_PROGRAMS) -am_ncgen_OBJECTS = bindata.$(OBJEXT) bytebuffer.$(OBJEXT) \ - cdata.$(OBJEXT) cvt.$(OBJEXT) data.$(OBJEXT) debug.$(OBJEXT) \ - dump.$(OBJEXT) escapes.$(OBJEXT) f77data.$(OBJEXT) \ - genbin.$(OBJEXT) genc.$(OBJEXT) genchar.$(OBJEXT) \ - generate.$(OBJEXT) generr.$(OBJEXT) genf77.$(OBJEXT) \ - genj.$(OBJEXT) genlib.$(OBJEXT) getfill.$(OBJEXT) \ - jdata.$(OBJEXT) list.$(OBJEXT) main.$(OBJEXT) ncgeny.$(OBJEXT) \ - semantics.$(OBJEXT) util.$(OBJEXT) -ncgen_OBJECTS = $(am_ncgen_OBJECTS) -ncgen_LDADD = $(LDADD) -ncgen_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/bindata.Po ./$(DEPDIR)/bytebuffer.Po \ - ./$(DEPDIR)/cdata.Po ./$(DEPDIR)/cvt.Po ./$(DEPDIR)/data.Po \ - ./$(DEPDIR)/debug.Po ./$(DEPDIR)/dump.Po \ - ./$(DEPDIR)/escapes.Po ./$(DEPDIR)/f77data.Po \ - ./$(DEPDIR)/genbin.Po ./$(DEPDIR)/genc.Po \ - ./$(DEPDIR)/genchar.Po ./$(DEPDIR)/generate.Po \ - ./$(DEPDIR)/generr.Po ./$(DEPDIR)/genf77.Po \ - ./$(DEPDIR)/genj.Po ./$(DEPDIR)/genlib.Po \ - ./$(DEPDIR)/getfill.Po ./$(DEPDIR)/jdata.Po \ - ./$(DEPDIR)/list.Po ./$(DEPDIR)/main.Po ./$(DEPDIR)/ncgeny.Po \ - ./$(DEPDIR)/semantics.Po ./$(DEPDIR)/util.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(ncgen_SOURCES) -DIST_SOURCES = $(ncgen_SOURCES) -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; }; \ - } -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(man_MANS) -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncgen -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncgen -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -LDADD = ${top_builddir}/liblib/libnetcdf.la -ncgen_SOURCES = bindata.c bytebuffer.c cdata.c cvt.c data.c \ -debug.c dump.c escapes.c f77data.c genbin.c \ -genc.c genchar.c generate.c generr.c genf77.c \ -genj.c genlib.c getfill.c jdata.c list.c \ -main.c ncgeny.c semantics.c \ -util.c bytebuffer.h data.h debug.h dump.h \ -generate.h generr.h genlib.h includes.h list.h \ -ncgen.h ncgeny.h util.h - - -# Obsolete -OBSOLETE = odom.c odom.h jdatastd.c jdatajni.c genjni.c cdfdata.c cmldata.c - -# This is the man page. -man_MANS = ncgen.1 - -# These files all need to be distributed. -EXTRA_DIST = ncgen.y ncgen.l ncgenl.c $(man_MANS) internals.html \ -c0.cdl c0_4.cdl ref_camrun.cdl \ -ncf199.cdl CMakeLists.txt c5.cdl \ -compound_datasize_test.cdl compound_datasize_test2.cdl \ -tst_gattenum.cdl tst_usuffix.cdl - - -# This shell script causes ncgen to build a classic and a 64-bit -# offset file from a cdl file shipped with the distribution. -#if !BUILD_DLL -# Moved to ncdump as these tests rely on ncdump having been built. -#TESTS = run_tests.sh -#if USE_HDF5 -#TESTS += run_nc4_tests.sh -#endif # USE_HDF5 -#endif # !BUILD_DLL -CLEANFILES = c0.nc c0_64.nc c0_4.nc c0_4c.nc ref_camrun.c \ - ncf199.nc c5.nc compound_datasize_test.nc compound_datasize_test2.nc \ - tst_compound_datasize_test.cdl tst_compound_datasize_test2.cdl tst_ncf199.cdl \ - tst_tst_gattenum.cdl tst_gattenum.nc \ - tst_tst_usuffix.cdl tst_usuffix.nc \ - tst_c0.cdl tst_c0_4.cdl tst_c0_4c.cdl tst_c0_64.cdl - -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncgen/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncgen/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - || test -f $$p1 \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -ncgen$(EXEEXT): $(ncgen_OBJECTS) $(ncgen_DEPENDENCIES) $(EXTRA_ncgen_DEPENDENCIES) - @rm -f ncgen$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncgen_OBJECTS) $(ncgen_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/bindata.Po # am--include-marker -include ./$(DEPDIR)/bytebuffer.Po # am--include-marker -include ./$(DEPDIR)/cdata.Po # am--include-marker -include ./$(DEPDIR)/cvt.Po # am--include-marker -include ./$(DEPDIR)/data.Po # am--include-marker -include ./$(DEPDIR)/debug.Po # am--include-marker -include ./$(DEPDIR)/dump.Po # am--include-marker -include ./$(DEPDIR)/escapes.Po # am--include-marker -include ./$(DEPDIR)/f77data.Po # am--include-marker -include ./$(DEPDIR)/genbin.Po # am--include-marker -include ./$(DEPDIR)/genc.Po # am--include-marker -include ./$(DEPDIR)/genchar.Po # am--include-marker -include ./$(DEPDIR)/generate.Po # am--include-marker -include ./$(DEPDIR)/generr.Po # am--include-marker -include ./$(DEPDIR)/genf77.Po # am--include-marker -include ./$(DEPDIR)/genj.Po # am--include-marker -include ./$(DEPDIR)/genlib.Po # am--include-marker -include ./$(DEPDIR)/getfill.Po # am--include-marker -include ./$(DEPDIR)/jdata.Po # am--include-marker -include ./$(DEPDIR)/list.Po # am--include-marker -include ./$(DEPDIR)/main.Po # am--include-marker -include ./$(DEPDIR)/ncgeny.Po # am--include-marker -include ./$(DEPDIR)/semantics.Po # am--include-marker -include ./$(DEPDIR)/util.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(PROGRAMS) $(MANS) -installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/bindata.Po - -rm -f ./$(DEPDIR)/bytebuffer.Po - -rm -f ./$(DEPDIR)/cdata.Po - -rm -f ./$(DEPDIR)/cvt.Po - -rm -f ./$(DEPDIR)/data.Po - -rm -f ./$(DEPDIR)/debug.Po - -rm -f ./$(DEPDIR)/dump.Po - -rm -f ./$(DEPDIR)/escapes.Po - -rm -f ./$(DEPDIR)/f77data.Po - -rm -f ./$(DEPDIR)/genbin.Po - -rm -f ./$(DEPDIR)/genc.Po - -rm -f ./$(DEPDIR)/genchar.Po - -rm -f ./$(DEPDIR)/generate.Po - -rm -f ./$(DEPDIR)/generr.Po - -rm -f ./$(DEPDIR)/genf77.Po - -rm -f ./$(DEPDIR)/genj.Po - -rm -f ./$(DEPDIR)/genlib.Po - -rm -f ./$(DEPDIR)/getfill.Po - -rm -f ./$(DEPDIR)/jdata.Po - -rm -f ./$(DEPDIR)/list.Po - -rm -f ./$(DEPDIR)/main.Po - -rm -f ./$(DEPDIR)/ncgeny.Po - -rm -f ./$(DEPDIR)/semantics.Po - -rm -f ./$(DEPDIR)/util.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-man - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-binPROGRAMS - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: install-man1 - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/bindata.Po - -rm -f ./$(DEPDIR)/bytebuffer.Po - -rm -f ./$(DEPDIR)/cdata.Po - -rm -f ./$(DEPDIR)/cvt.Po - -rm -f ./$(DEPDIR)/data.Po - -rm -f ./$(DEPDIR)/debug.Po - -rm -f ./$(DEPDIR)/dump.Po - -rm -f ./$(DEPDIR)/escapes.Po - -rm -f ./$(DEPDIR)/f77data.Po - -rm -f ./$(DEPDIR)/genbin.Po - -rm -f ./$(DEPDIR)/genc.Po - -rm -f ./$(DEPDIR)/genchar.Po - -rm -f ./$(DEPDIR)/generate.Po - -rm -f ./$(DEPDIR)/generr.Po - -rm -f ./$(DEPDIR)/genf77.Po - -rm -f ./$(DEPDIR)/genj.Po - -rm -f ./$(DEPDIR)/genlib.Po - -rm -f ./$(DEPDIR)/getfill.Po - -rm -f ./$(DEPDIR)/jdata.Po - -rm -f ./$(DEPDIR)/list.Po - -rm -f ./$(DEPDIR)/main.Po - -rm -f ./$(DEPDIR)/ncgeny.Po - -rm -f ./$(DEPDIR)/semantics.Po - -rm -f ./$(DEPDIR)/util.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-binPROGRAMS uninstall-man - -uninstall-man: uninstall-man1 - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-binPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - 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-man1 \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-man uninstall-man1 - -.PRECIOUS: Makefile - - -# These rules are used if someone wants to rebuild ncgenl.c or ncgeny.c -# Otherwise never invoked, but records how to do it. -# BTW: note that renaming is essential because otherwise -# autoconf will forcibly delete files of the name *.tab.* -# Note also that this should be built under linux or cygwin -# using bison version 3 or later. -# Note also that this code is in a shell script if you do -# not want to other to ./configure. - -makeparser:: - rm -f ncgenl.c lex.ncg.c - flex -Pncg -8 ncgen.l - sed -e s/lex.ncg.c/ncgenl.c/g ncgenl.c - bison -pncg -t -d ncgen.y - rm -f ncgeny.c ncgeny.h - sed -e s/ncgen.tab.c/ncgeny.c/g -e s/ncgen.tab.h/ncgeny.h/g ncgeny.c - sed -e s/ncgen.tab.c/ncgeny.c/g -e s/ncgen.tab.h/ncgeny.h/g ncgeny.h - rm -f lex.ncg.c ncgen.tab.h ncgen.tab.c - -# 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: diff --git a/ncgen3/Makefile b/ncgen3/Makefile deleted file mode 100644 index c3927b9..0000000 --- a/ncgen3/Makefile +++ /dev/null @@ -1,1312 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# ncgen3/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# This is a automake file, part of Unidata's netCDF package. -# Copyright 2018, see the COPYRIGHT file for more information. -# This file builds and runs the ncgen program. - -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -bin_PROGRAMS = ncgen3$(EXEEXT) -am__append_5 = run_nc4_tests.sh -subdir = ncgen3 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -PROGRAMS = $(bin_PROGRAMS) -am_ncgen3_OBJECTS = main.$(OBJEXT) load.$(OBJEXT) escapes.$(OBJEXT) \ - getfill.$(OBJEXT) init.$(OBJEXT) genlib.$(OBJEXT) \ - ncgeny.$(OBJEXT) -ncgen3_OBJECTS = $(am_ncgen3_OBJECTS) -ncgen3_LDADD = $(LDADD) -ncgen3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/escapes.Po ./$(DEPDIR)/genlib.Po \ - ./$(DEPDIR)/getfill.Po ./$(DEPDIR)/init.Po ./$(DEPDIR)/load.Po \ - ./$(DEPDIR)/main.Po ./$(DEPDIR)/ncgeny.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(ncgen3_SOURCES) -DIST_SOURCES = $(ncgen3_SOURCES) -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; }; \ - } -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(man_MANS) -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -am__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncgen3 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/ncgen3 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -# Link to the netCDF library. -LDADD = ${top_builddir}/liblib/libnetcdf.la -ncgen3_SOURCES = main.c load.c escapes.c getfill.c init.c \ -genlib.c generic.h ncgen.h genlib.h ncgeny.h ncgeny.c - -man_MANS = ncgen3.1 - -# These files all need to be distributed. -EXTRA_DIST = ncgen.y ncgen.l ncgenl.c c0.cdl run_tests.sh \ -run_nc4_tests.sh $(man_MANS) CMakeLists.txt - - -# There is a netcdf classic and netcdf-4 test script, but don't run -# them for DLL builds. -#if !BUILD_DLL -TESTS = run_tests.sh $(am__append_5) -#endif # !BUILD_DLL -CLEANFILES = c0.nc c0_64.nc c0_4.nc c0_4c.nc -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ncgen3/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign ncgen3/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - || test -f $$p1 \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -ncgen3$(EXEEXT): $(ncgen3_OBJECTS) $(ncgen3_DEPENDENCIES) $(EXTRA_ncgen3_DEPENDENCIES) - @rm -f ncgen3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncgen3_OBJECTS) $(ncgen3_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/escapes.Po # am--include-marker -include ./$(DEPDIR)/genlib.Po # am--include-marker -include ./$(DEPDIR)/getfill.Po # am--include-marker -include ./$(DEPDIR)/init.Po # am--include-marker -include ./$(DEPDIR)/load.Po # am--include-marker -include ./$(DEPDIR)/main.Po # am--include-marker -include ./$(DEPDIR)/ncgeny.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -run_tests.sh.log: run_tests.sh - @p='run_tests.sh'; \ - b='run_tests.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_nc4_tests.sh.log: run_nc4_tests.sh - @p='run_nc4_tests.sh'; \ - b='run_nc4_tests.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.test$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile $(PROGRAMS) $(MANS) -installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/escapes.Po - -rm -f ./$(DEPDIR)/genlib.Po - -rm -f ./$(DEPDIR)/getfill.Po - -rm -f ./$(DEPDIR)/init.Po - -rm -f ./$(DEPDIR)/load.Po - -rm -f ./$(DEPDIR)/main.Po - -rm -f ./$(DEPDIR)/ncgeny.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-man - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-binPROGRAMS - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: install-man1 - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/escapes.Po - -rm -f ./$(DEPDIR)/genlib.Po - -rm -f ./$(DEPDIR)/getfill.Po - -rm -f ./$(DEPDIR)/init.Po - -rm -f ./$(DEPDIR)/load.Po - -rm -f ./$(DEPDIR)/main.Po - -rm -f ./$(DEPDIR)/ncgeny.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-binPROGRAMS uninstall-man - -uninstall-man: uninstall-man1 - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-binPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - 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-man1 \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am recheck tags tags-am uninstall \ - uninstall-am uninstall-binPROGRAMS uninstall-man \ - uninstall-man1 - -.PRECIOUS: Makefile - - -# This is used if someone wants to rebuild the parser and lexer -# Otherwise never invoked, but records how to do it. -makeparser:: - rm -f ncgenl.c lex.ncg.c - flex -Pncg -8 ncgen.l - rm -f ncgenl.c - sed -e s/lex.ncg.c/ncgenl.c/g ncgenl.c - bison -pncg -t -d ncgen.y - rm -f ncgeny.c ncgeny.h - sed -e s/ncgen.tab.c/ncgeny.c/g -e s/ncgen.tab.h/ncgeny.h/g ncgeny.c - sed -e s/ncgen.tab.c/ncgeny.c/g -e s/ncgen.tab.h/ncgeny.h/g ncgeny.h - rm -f ncgen.tab.c ncgen.tab.h - -# 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: diff --git a/nctest/Makefile b/nctest/Makefile deleted file mode 100644 index c0170ff..0000000 --- a/nctest/Makefile +++ /dev/null @@ -1,1362 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# nctest/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This file builds and runs the nctest program, which tests the netCDF -# version 2 interface. - -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = $(am__EXEEXT_1) -TESTS = $(am__EXEEXT_1) compare_test_files.sh -subdir = nctest -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = nctest$(EXEEXT) tst_rename$(EXEEXT) -am_nctest_OBJECTS = add.$(OBJEXT) atttests.$(OBJEXT) \ - cdftests.$(OBJEXT) dimtests.$(OBJEXT) driver.$(OBJEXT) \ - emalloc.$(OBJEXT) error.$(OBJEXT) misctest.$(OBJEXT) \ - rec.$(OBJEXT) slabs.$(OBJEXT) val.$(OBJEXT) vardef.$(OBJEXT) \ - varget.$(OBJEXT) vargetg.$(OBJEXT) varput.$(OBJEXT) \ - varputg.$(OBJEXT) vartests.$(OBJEXT) vputget.$(OBJEXT) \ - vputgetg.$(OBJEXT) -nctest_OBJECTS = $(am_nctest_OBJECTS) -nctest_LDADD = $(LDADD) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -tst_rename_SOURCES = tst_rename.c -tst_rename_OBJECTS = tst_rename.$(OBJEXT) -tst_rename_LDADD = $(LDADD) -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/add.Po ./$(DEPDIR)/atttests.Po \ - ./$(DEPDIR)/cdftests.Po ./$(DEPDIR)/dimtests.Po \ - ./$(DEPDIR)/driver.Po ./$(DEPDIR)/emalloc.Po \ - ./$(DEPDIR)/error.Po ./$(DEPDIR)/misctest.Po \ - ./$(DEPDIR)/rec.Po ./$(DEPDIR)/slabs.Po \ - ./$(DEPDIR)/tst_rename.Po ./$(DEPDIR)/val.Po \ - ./$(DEPDIR)/vardef.Po ./$(DEPDIR)/varget.Po \ - ./$(DEPDIR)/vargetg.Po ./$(DEPDIR)/varput.Po \ - ./$(DEPDIR)/varputg.Po ./$(DEPDIR)/vartests.Po \ - ./$(DEPDIR)/vputget.Po ./$(DEPDIR)/vputgetg.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(nctest_SOURCES) tst_rename.c -DIST_SOURCES = $(nctest_SOURCES) tst_rename.c -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.sh.log=.log) -SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -AM_LDFLAGS = $(am__append_3) $(am__append_4) \ - ${top_builddir}/liblib/libnetcdf.la -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nctest -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nctest -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Running nctest results in a file testfile.nc, which is then checked -# to make sure it matches testfile_nc.sav, which was generated under -# precisely controlled conditions at the netCDF Test Facility, -# (located in sub-basement 42 of UCAR Compound 4). testfile_nc.sav was -# generated in a pressurized chamber that exactly simulated the -# atmosphere on the surface of Mars. -EXTRA_DIST = ref_nctest_classic.nc ref_nctest_64bit_offset.nc \ -compare_test_files.sh CMakeLists.txt - -CLEANFILES = nctest_*.nc test2.nc temp.tmp tst_*.nc \ -nctest_classic.cdl ref_nctest_classic.cdl - - -# Run nctest and the script that compares the output with the -# reference file. -TESTPROGRAMS = nctest tst_rename - -# Note which tests depend on other tests. Necessary for make -j check. -TEST_EXTENSIONS = .sh - -# These are the source files for the nctest program. -nctest_SOURCES = add.c add.h atttests.c cdftests.c dimtests.c driver.c \ -emalloc.c emalloc.h error.c error.h misctest.c rec.c slabs.c testcdf.h \ -tests.h val.c val.h vardef.c varget.c vargetg.c varput.c varputg.c \ -vartests.c vputget.c vputgetg.c - -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nctest/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign nctest/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -nctest$(EXEEXT): $(nctest_OBJECTS) $(nctest_DEPENDENCIES) $(EXTRA_nctest_DEPENDENCIES) - @rm -f nctest$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(nctest_OBJECTS) $(nctest_LDADD) $(LIBS) - -tst_rename$(EXEEXT): $(tst_rename_OBJECTS) $(tst_rename_DEPENDENCIES) $(EXTRA_tst_rename_DEPENDENCIES) - @rm -f tst_rename$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_rename_OBJECTS) $(tst_rename_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/add.Po # am--include-marker -include ./$(DEPDIR)/atttests.Po # am--include-marker -include ./$(DEPDIR)/cdftests.Po # am--include-marker -include ./$(DEPDIR)/dimtests.Po # am--include-marker -include ./$(DEPDIR)/driver.Po # am--include-marker -include ./$(DEPDIR)/emalloc.Po # am--include-marker -include ./$(DEPDIR)/error.Po # am--include-marker -include ./$(DEPDIR)/misctest.Po # am--include-marker -include ./$(DEPDIR)/rec.Po # am--include-marker -include ./$(DEPDIR)/slabs.Po # am--include-marker -include ./$(DEPDIR)/tst_rename.Po # am--include-marker -include ./$(DEPDIR)/val.Po # am--include-marker -include ./$(DEPDIR)/vardef.Po # am--include-marker -include ./$(DEPDIR)/varget.Po # am--include-marker -include ./$(DEPDIR)/vargetg.Po # am--include-marker -include ./$(DEPDIR)/varput.Po # am--include-marker -include ./$(DEPDIR)/varputg.Po # am--include-marker -include ./$(DEPDIR)/vartests.Po # am--include-marker -include ./$(DEPDIR)/vputget.Po # am--include-marker -include ./$(DEPDIR)/vputgetg.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -nctest.log: nctest$(EXEEXT) - @p='nctest$(EXEEXT)'; \ - b='nctest'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_rename.log: tst_rename$(EXEEXT) - @p='tst_rename$(EXEEXT)'; \ - b='tst_rename'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.sh.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.sh$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/add.Po - -rm -f ./$(DEPDIR)/atttests.Po - -rm -f ./$(DEPDIR)/cdftests.Po - -rm -f ./$(DEPDIR)/dimtests.Po - -rm -f ./$(DEPDIR)/driver.Po - -rm -f ./$(DEPDIR)/emalloc.Po - -rm -f ./$(DEPDIR)/error.Po - -rm -f ./$(DEPDIR)/misctest.Po - -rm -f ./$(DEPDIR)/rec.Po - -rm -f ./$(DEPDIR)/slabs.Po - -rm -f ./$(DEPDIR)/tst_rename.Po - -rm -f ./$(DEPDIR)/val.Po - -rm -f ./$(DEPDIR)/vardef.Po - -rm -f ./$(DEPDIR)/varget.Po - -rm -f ./$(DEPDIR)/vargetg.Po - -rm -f ./$(DEPDIR)/varput.Po - -rm -f ./$(DEPDIR)/varputg.Po - -rm -f ./$(DEPDIR)/vartests.Po - -rm -f ./$(DEPDIR)/vputget.Po - -rm -f ./$(DEPDIR)/vputgetg.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/add.Po - -rm -f ./$(DEPDIR)/atttests.Po - -rm -f ./$(DEPDIR)/cdftests.Po - -rm -f ./$(DEPDIR)/dimtests.Po - -rm -f ./$(DEPDIR)/driver.Po - -rm -f ./$(DEPDIR)/emalloc.Po - -rm -f ./$(DEPDIR)/error.Po - -rm -f ./$(DEPDIR)/misctest.Po - -rm -f ./$(DEPDIR)/rec.Po - -rm -f ./$(DEPDIR)/slabs.Po - -rm -f ./$(DEPDIR)/tst_rename.Po - -rm -f ./$(DEPDIR)/val.Po - -rm -f ./$(DEPDIR)/vardef.Po - -rm -f ./$(DEPDIR)/varget.Po - -rm -f ./$(DEPDIR)/vargetg.Po - -rm -f ./$(DEPDIR)/varput.Po - -rm -f ./$(DEPDIR)/varputg.Po - -rm -f ./$(DEPDIR)/vartests.Po - -rm -f ./$(DEPDIR)/vputget.Po - -rm -f ./$(DEPDIR)/vputgetg.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - -# compare_test_files depends on nctest executing first. -compare_test_files.log: nctest.log - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: diff --git a/nczarr_test/Makefile b/nczarr_test/Makefile deleted file mode 100644 index f3d0d1e..0000000 --- a/nczarr_test/Makefile +++ /dev/null @@ -1,1928 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# nczarr_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This file builds and runs DAP4 tests. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = ut_map$(EXEEXT) ut_mapapi$(EXEEXT) ut_json$(EXEEXT) \ - ut_projections$(EXEEXT) ut_chunking$(EXEEXT) \ - tst_zchunks$(EXEEXT) tst_zchunks2$(EXEEXT) \ - tst_zchunks3$(EXEEXT) tst_fillonlyz$(EXEEXT) \ - test_quantize$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \ - $(am__EXEEXT_3) -am__append_5 = run_ut_map.sh run_ut_mapapi.sh \ - run_ut_misc.sh run_ncgen4.sh - -#TESTS += run_nccopyz.sh -am__append_6 = run_fillonlyz.sh -am__append_7 = tst_chunkcases -am__append_8 = run_chunkcases.sh run_quantize.sh \ - run_purezarr.sh run_interop.sh \ - run_misc.sh run_nczarr_fill.sh \ - run_jsonconvention.sh run_strings.sh \ - run_scalar.sh run_nulls.sh -#am__append_9 = run_newformat.sh -#am__append_10 = bm_chunks3 - -# The perf tests need modernization -##am__append_11 = run_perf_chunks1.sh - -# Do simple filter functionality tests for nczarr - -# Echo filter tests from nc_test4 -am__append_12 = tst_nczfilter \ - testfilter \ - testfilter_misc \ - testfilter_order \ - testfilter_repeat \ - testfilter_multi \ - test_filter_avail -am__append_13 = run_nczfilter.sh \ - run_filter.sh \ - run_unknown.sh \ - run_specific_filters.sh -noinst_PROGRAMS = zmapio$(EXEEXT) zhex$(EXEEXT) zisjson$(EXEEXT) \ - zs3parse$(EXEEXT) $(am__EXEEXT_4) ncdumpchunks$(EXEEXT) -#am__append_14 = s3util -#am__append_15 = run_s3_cleanup.sh -subdir = nczarr_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = findplugin.sh timer_utils.h timer_utils.c \ - test_filter.c test_filter_misc.c tst_multifilter.c \ - test_filter_repeat.c test_filter_order.c -CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = tst_chunkcases$(EXEEXT) -#am__EXEEXT_2 = bm_chunks3$(EXEEXT) -am__EXEEXT_3 = tst_nczfilter$(EXEEXT) \ - testfilter$(EXEEXT) \ - testfilter_misc$(EXEEXT) \ - testfilter_order$(EXEEXT) \ - testfilter_repeat$(EXEEXT) \ - testfilter_multi$(EXEEXT) \ - test_filter_avail$(EXEEXT) -#am__EXEEXT_4 = s3util$(EXEEXT) -PROGRAMS = $(noinst_PROGRAMS) -am__bm_chunks3_SOURCES_DIST = bm_chunks3.c bm_utils.c timer_utils.c \ - tst_utils.c bm_utils.h bm_timer.h -#am__objects_1 = bm_utils.$(OBJEXT) \ -# timer_utils.$(OBJEXT) \ -# tst_utils.$(OBJEXT) -#am_bm_chunks3_OBJECTS = bm_chunks3.$(OBJEXT) \ -# $(am__objects_1) -bm_chunks3_OBJECTS = $(am_bm_chunks3_OBJECTS) -bm_chunks3_LDADD = $(LDADD) -bm_chunks3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -am_ncdumpchunks_OBJECTS = ncdumpchunks.$(OBJEXT) -ncdumpchunks_OBJECTS = $(am_ncdumpchunks_OBJECTS) -ncdumpchunks_LDADD = $(LDADD) -ncdumpchunks_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__s3util_SOURCES_DIST = s3util.c -#am_s3util_OBJECTS = s3util.$(OBJEXT) -s3util_OBJECTS = $(am_s3util_OBJECTS) -s3util_LDADD = $(LDADD) -s3util_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_filter_avail_SOURCES = test_filter_avail.c -test_filter_avail_OBJECTS = test_filter_avail.$(OBJEXT) -test_filter_avail_LDADD = $(LDADD) -test_filter_avail_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_quantize_SOURCES = test_quantize.c -test_quantize_OBJECTS = test_quantize.$(OBJEXT) -test_quantize_LDADD = $(LDADD) -test_quantize_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -testfilter_SOURCES = testfilter.c -testfilter_OBJECTS = testfilter.$(OBJEXT) -testfilter_LDADD = $(LDADD) -testfilter_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -testfilter_misc_SOURCES = testfilter_misc.c -testfilter_misc_OBJECTS = testfilter_misc.$(OBJEXT) -testfilter_misc_LDADD = $(LDADD) -testfilter_misc_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -testfilter_multi_SOURCES = testfilter_multi.c -testfilter_multi_OBJECTS = testfilter_multi.$(OBJEXT) -testfilter_multi_LDADD = $(LDADD) -testfilter_multi_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -testfilter_order_SOURCES = testfilter_order.c -testfilter_order_OBJECTS = testfilter_order.$(OBJEXT) -testfilter_order_LDADD = $(LDADD) -testfilter_order_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -testfilter_repeat_SOURCES = testfilter_repeat.c -testfilter_repeat_OBJECTS = testfilter_repeat.$(OBJEXT) -testfilter_repeat_LDADD = $(LDADD) -testfilter_repeat_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__tst_chunkcases_SOURCES_DIST = tst_chunkcases.c tst_utils.c \ - tst_utils.h -am__objects_2 = tst_utils.$(OBJEXT) -am_tst_chunkcases_OBJECTS = \ - tst_chunkcases.$(OBJEXT) \ - $(am__objects_2) -tst_chunkcases_OBJECTS = $(am_tst_chunkcases_OBJECTS) -tst_chunkcases_LDADD = $(LDADD) -tst_chunkcases_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_fillonlyz_OBJECTS = tst_fillonlyz.$(OBJEXT) $(am__objects_2) -tst_fillonlyz_OBJECTS = $(am_tst_fillonlyz_OBJECTS) -tst_fillonlyz_LDADD = $(LDADD) -tst_fillonlyz_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nczfilter_SOURCES = tst_nczfilter.c -tst_nczfilter_OBJECTS = tst_nczfilter.$(OBJEXT) -tst_nczfilter_LDADD = $(LDADD) -tst_nczfilter_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_zchunks_SOURCES = tst_zchunks.c -tst_zchunks_OBJECTS = tst_zchunks.$(OBJEXT) -tst_zchunks_LDADD = $(LDADD) -tst_zchunks_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_zchunks2_SOURCES = tst_zchunks2.c -tst_zchunks2_OBJECTS = tst_zchunks2.$(OBJEXT) -tst_zchunks2_LDADD = $(LDADD) -tst_zchunks2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_zchunks3_SOURCES = tst_zchunks3.c -tst_zchunks3_OBJECTS = tst_zchunks3.$(OBJEXT) -tst_zchunks3_LDADD = $(LDADD) -tst_zchunks3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am__objects_3 = ut_util.$(OBJEXT) ut_test.$(OBJEXT) -am_ut_chunking_OBJECTS = ut_chunking.$(OBJEXT) $(am__objects_3) -ut_chunking_OBJECTS = $(am_ut_chunking_OBJECTS) -ut_chunking_LDADD = $(LDADD) -ut_chunking_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ut_json_OBJECTS = ut_json.$(OBJEXT) $(am__objects_3) -ut_json_OBJECTS = $(am_ut_json_OBJECTS) -ut_json_LDADD = $(LDADD) -ut_json_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ut_map_OBJECTS = ut_map.$(OBJEXT) $(am__objects_3) -ut_map_OBJECTS = $(am_ut_map_OBJECTS) -ut_map_LDADD = $(LDADD) -ut_map_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ut_mapapi_OBJECTS = ut_mapapi.$(OBJEXT) $(am__objects_3) -ut_mapapi_OBJECTS = $(am_ut_mapapi_OBJECTS) -ut_mapapi_LDADD = $(LDADD) -ut_mapapi_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_ut_projections_OBJECTS = ut_projections.$(OBJEXT) $(am__objects_3) -ut_projections_OBJECTS = $(am_ut_projections_OBJECTS) -ut_projections_LDADD = $(LDADD) -ut_projections_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_zhex_OBJECTS = zhex.$(OBJEXT) -zhex_OBJECTS = $(am_zhex_OBJECTS) -zhex_LDADD = $(LDADD) -zhex_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_zisjson_OBJECTS = zisjson.$(OBJEXT) -zisjson_OBJECTS = $(am_zisjson_OBJECTS) -zisjson_LDADD = $(LDADD) -zisjson_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_zmapio_OBJECTS = zmapio.$(OBJEXT) -zmapio_OBJECTS = $(am_zmapio_OBJECTS) -zmapio_LDADD = $(LDADD) -zmapio_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_zs3parse_OBJECTS = zs3parse.$(OBJEXT) -zs3parse_OBJECTS = $(am_zs3parse_OBJECTS) -zs3parse_LDADD = $(LDADD) -zs3parse_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/bm_chunks3.Po \ - ./$(DEPDIR)/bm_utils.Po ./$(DEPDIR)/ncdumpchunks.Po \ - ./$(DEPDIR)/s3util.Po ./$(DEPDIR)/test_filter_avail.Po \ - ./$(DEPDIR)/test_quantize.Po ./$(DEPDIR)/testfilter.Po \ - ./$(DEPDIR)/testfilter_misc.Po ./$(DEPDIR)/testfilter_multi.Po \ - ./$(DEPDIR)/testfilter_order.Po \ - ./$(DEPDIR)/testfilter_repeat.Po ./$(DEPDIR)/timer_utils.Po \ - ./$(DEPDIR)/tst_chunkcases.Po ./$(DEPDIR)/tst_fillonlyz.Po \ - ./$(DEPDIR)/tst_nczfilter.Po ./$(DEPDIR)/tst_utils.Po \ - ./$(DEPDIR)/tst_zchunks.Po ./$(DEPDIR)/tst_zchunks2.Po \ - ./$(DEPDIR)/tst_zchunks3.Po ./$(DEPDIR)/ut_chunking.Po \ - ./$(DEPDIR)/ut_json.Po ./$(DEPDIR)/ut_map.Po \ - ./$(DEPDIR)/ut_mapapi.Po ./$(DEPDIR)/ut_projections.Po \ - ./$(DEPDIR)/ut_test.Po ./$(DEPDIR)/ut_util.Po \ - ./$(DEPDIR)/zhex.Po ./$(DEPDIR)/zisjson.Po \ - ./$(DEPDIR)/zmapio.Po ./$(DEPDIR)/zs3parse.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(bm_chunks3_SOURCES) $(ncdumpchunks_SOURCES) \ - $(s3util_SOURCES) test_filter_avail.c test_quantize.c \ - testfilter.c testfilter_misc.c testfilter_multi.c \ - testfilter_order.c testfilter_repeat.c \ - $(tst_chunkcases_SOURCES) $(tst_fillonlyz_SOURCES) \ - tst_nczfilter.c tst_zchunks.c tst_zchunks2.c tst_zchunks3.c \ - $(ut_chunking_SOURCES) $(ut_json_SOURCES) $(ut_map_SOURCES) \ - $(ut_mapapi_SOURCES) $(ut_projections_SOURCES) $(zhex_SOURCES) \ - $(zisjson_SOURCES) $(zmapio_SOURCES) $(zs3parse_SOURCES) -DIST_SOURCES = $(am__bm_chunks3_SOURCES_DIST) $(ncdumpchunks_SOURCES) \ - $(am__s3util_SOURCES_DIST) test_filter_avail.c test_quantize.c \ - testfilter.c testfilter_misc.c testfilter_multi.c \ - testfilter_order.c testfilter_repeat.c \ - $(am__tst_chunkcases_SOURCES_DIST) $(tst_fillonlyz_SOURCES) \ - tst_nczfilter.c tst_zchunks.c tst_zchunks2.c tst_zchunks3.c \ - $(ut_chunking_SOURCES) $(ut_json_SOURCES) $(ut_map_SOURCES) \ - $(ut_mapapi_SOURCES) $(ut_projections_SOURCES) $(zhex_SOURCES) \ - $(zisjson_SOURCES) $(zmapio_SOURCES) $(zs3parse_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/nc_test4/findplugin.in \ - $(top_srcdir)/nc_test4/test_filter.c \ - $(top_srcdir)/nc_test4/test_filter_misc.c \ - $(top_srcdir)/nc_test4/test_filter_order.c \ - $(top_srcdir)/nc_test4/test_filter_repeat.c \ - $(top_srcdir)/nc_test4/tst_multifilter.c \ - $(top_srcdir)/test-driver \ - $(top_srcdir)/unit_test/timer_utils.c \ - $(top_srcdir)/unit_test/timer_utils.h -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = - -#TEST_EXTENSIONS = .sh - -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT += export SETX=1; - -# Given a netcdf4|NCZarr file, dump the actual chunk contents. -# Used to validate nczarr chunking code. -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -I${top_srcdir} \ - -I${top_srcdir}/libnczarr -I$(top_srcdir)/libnczarr -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) \ - ${top_builddir}/liblib/libnetcdf.la -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nczarr_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nczarr_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. -TESTS_ENVIRONMENT = -LDADD = ${top_builddir}/liblib/libnetcdf.la -TESTS = run_ut_chunk.sh $(am__append_5) $(am__append_6) \ - $(am__append_8) $(am__append_9) $(am__append_11) \ - $(am__append_13) $(am__append_15) -commonsrc = ut_util.c ut_test.c ut_includes.h ut_test.h ut_util.h test_nczarr_utils.h -tstcommonsrc = tst_utils.c tst_utils.h -ut_map_SOURCES = ut_map.c ${commonsrc} -ut_mapapi_SOURCES = ut_mapapi.c ${commonsrc} -ut_json_SOURCES = ut_json.c ${commonsrc} -ut_projections_SOURCES = ut_projections.c ${commonsrc} -ut_chunking_SOURCES = ut_chunking.c ${commonsrc} -tst_fillonlyz_SOURCES = tst_fillonlyz.c ${tstcommonsrc} -tst_chunkcases_SOURCES = tst_chunkcases.c ${tstcommonsrc} -#UTILSRC = bm_utils.c timer_utils.c tst_utils.c bm_utils.h bm_timer.h -#bm_chunks3_SOURCES = bm_chunks3.c ${UTILSRC} -#XFAIL_TESTS = run_filter.sh run_unknown.sh run_specific_filters.sh -##XFAIL_TESTS = run_s3_cleanup.sh -zmapio_SOURCES = zmapio.c -zhex_SOURCES = zhex.c -zisjson_SOURCES = zisjson.c -zs3parse_SOURCES = zs3parse.c -#s3util_SOURCES = s3util.c -ncdumpchunks_SOURCES = ncdumpchunks.c - -# Interoperability files -EXTRA_DIST = CMakeLists.txt run_ut_map.sh run_ut_mapapi.sh \ - run_ut_misc.sh run_ut_chunk.sh run_ncgen4.sh run_nccopyz.sh \ - run_fillonlyz.sh run_chunkcases.sh test_nczarr.sh \ - run_perf_chunks1.sh run_s3_cleanup.sh run_purezarr.sh \ - run_interop.sh run_misc.sh run_filter.sh run_newformat.sh \ - run_nczarr_fill.sh run_quantize.sh run_jsonconvention.sh \ - run_nczfilter.sh run_unknown.sh run_scalar.sh run_strings.sh \ - run_nulls.sh ref_ut_map_create.cdl ref_ut_map_writedata.cdl \ - ref_ut_map_writemeta2.cdl ref_ut_map_writemeta.cdl \ - ref_ut_map_readmeta.txt ref_ut_map_readmeta2.txt \ - ref_ut_map_search.txt ref_ut_mapapi_create.cdl \ - ref_ut_mapapi_data.cdl ref_ut_mapapi_meta.cdl \ - ref_ut_mapapi_search.txt ref_t_meta_dim1.cdl \ - ref_t_meta_var1.cdl ref_ut_json_build.txt \ - ref_ut_json_parse.txt ref_ut_proj.txt \ - ref_ut_testmap_create.cdl ref_perdimspecs.cdl ref_fillonly.cdl \ - ref_whole.cdl ref_whole.txt ref_skip.cdl ref_skip.txt \ - ref_skipw.cdl ref_rem.cdl ref_rem.dmp ref_ndims.cdl \ - ref_ndims.dmp ref_misc1.cdl ref_misc1.dmp ref_misc2.cdl \ - ref_avail1.cdl ref_avail1.dmp ref_avail1.txt ref_xarray.cdl \ - ref_purezarr.cdl ref_purezarr_base.cdl ref_nczarr2zarr.cdl \ - ref_bzip2.cdl ref_filtered.cdl ref_multi.cdl ref_any.cdl \ - ref_oldformat.cdl ref_oldformat.zip ref_newformatpure.cdl \ - ref_groups.h5 ref_byte.zarr.zip \ - ref_byte_fill_value_null.zarr.zip ref_groups_regular.cdl \ - ref_byte.cdl ref_byte_fill_value_null.cdl \ - ref_jsonconvention.cdl ref_jsonconvention.zmap ref_string.cdl \ - ref_string_nczarr.baseline ref_string_zarr.baseline \ - ref_scalar.cdl ref_nulls_nczarr.baseline \ - ref_nulls_zarr.baseline ref_nulls.cdl \ - ref_power_901_constants_orig.zip ref_power_901_constants.cdl \ - ref_quotes_orig.zip ref_quotes.cdl ref_zarr_test_data.cdl.gz -CLEANFILES = ut_*.txt ut*.cdl tmp*.nc tmp*.cdl tmp*.txt tmp*.dmp tmp*.zip tmp*.nc tmp*.dump tmp*.tmp tmp_ngc.c ref_zarr_test_data.cdl tst_*.nc.zip ref_quotes.zip ref_power_901_constants.zip -BUILT_SOURCES = test_quantize.c test_filter_avail.c run_specific_filters.sh run_filterinstall.sh run_unknown.sh -DISTCLEANFILES = findplugin.sh test_quantize.c run_specific_filters.sh run_filterinstall.sh run_unknown.sh test_filter_avail.c -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nczarr_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign nczarr_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -findplugin.sh: $(top_builddir)/config.status $(top_srcdir)/nc_test4/findplugin.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -timer_utils.h: $(top_builddir)/config.status $(top_srcdir)/unit_test/timer_utils.h - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -timer_utils.c: $(top_builddir)/config.status $(top_srcdir)/unit_test/timer_utils.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -test_filter.c: $(top_builddir)/config.status $(top_srcdir)/nc_test4/test_filter.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -test_filter_misc.c: $(top_builddir)/config.status $(top_srcdir)/nc_test4/test_filter_misc.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -tst_multifilter.c: $(top_builddir)/config.status $(top_srcdir)/nc_test4/tst_multifilter.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -test_filter_repeat.c: $(top_builddir)/config.status $(top_srcdir)/nc_test4/test_filter_repeat.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -test_filter_order.c: $(top_builddir)/config.status $(top_srcdir)/nc_test4/test_filter_order.c - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -bm_chunks3$(EXEEXT): $(bm_chunks3_OBJECTS) $(bm_chunks3_DEPENDENCIES) $(EXTRA_bm_chunks3_DEPENDENCIES) - @rm -f bm_chunks3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(bm_chunks3_OBJECTS) $(bm_chunks3_LDADD) $(LIBS) - -ncdumpchunks$(EXEEXT): $(ncdumpchunks_OBJECTS) $(ncdumpchunks_DEPENDENCIES) $(EXTRA_ncdumpchunks_DEPENDENCIES) - @rm -f ncdumpchunks$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ncdumpchunks_OBJECTS) $(ncdumpchunks_LDADD) $(LIBS) - -s3util$(EXEEXT): $(s3util_OBJECTS) $(s3util_DEPENDENCIES) $(EXTRA_s3util_DEPENDENCIES) - @rm -f s3util$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(s3util_OBJECTS) $(s3util_LDADD) $(LIBS) - -test_filter_avail$(EXEEXT): $(test_filter_avail_OBJECTS) $(test_filter_avail_DEPENDENCIES) $(EXTRA_test_filter_avail_DEPENDENCIES) - @rm -f test_filter_avail$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_filter_avail_OBJECTS) $(test_filter_avail_LDADD) $(LIBS) - -test_quantize$(EXEEXT): $(test_quantize_OBJECTS) $(test_quantize_DEPENDENCIES) $(EXTRA_test_quantize_DEPENDENCIES) - @rm -f test_quantize$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_quantize_OBJECTS) $(test_quantize_LDADD) $(LIBS) - -testfilter$(EXEEXT): $(testfilter_OBJECTS) $(testfilter_DEPENDENCIES) $(EXTRA_testfilter_DEPENDENCIES) - @rm -f testfilter$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testfilter_OBJECTS) $(testfilter_LDADD) $(LIBS) - -testfilter_misc$(EXEEXT): $(testfilter_misc_OBJECTS) $(testfilter_misc_DEPENDENCIES) $(EXTRA_testfilter_misc_DEPENDENCIES) - @rm -f testfilter_misc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testfilter_misc_OBJECTS) $(testfilter_misc_LDADD) $(LIBS) - -testfilter_multi$(EXEEXT): $(testfilter_multi_OBJECTS) $(testfilter_multi_DEPENDENCIES) $(EXTRA_testfilter_multi_DEPENDENCIES) - @rm -f testfilter_multi$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testfilter_multi_OBJECTS) $(testfilter_multi_LDADD) $(LIBS) - -testfilter_order$(EXEEXT): $(testfilter_order_OBJECTS) $(testfilter_order_DEPENDENCIES) $(EXTRA_testfilter_order_DEPENDENCIES) - @rm -f testfilter_order$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testfilter_order_OBJECTS) $(testfilter_order_LDADD) $(LIBS) - -testfilter_repeat$(EXEEXT): $(testfilter_repeat_OBJECTS) $(testfilter_repeat_DEPENDENCIES) $(EXTRA_testfilter_repeat_DEPENDENCIES) - @rm -f testfilter_repeat$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testfilter_repeat_OBJECTS) $(testfilter_repeat_LDADD) $(LIBS) - -tst_chunkcases$(EXEEXT): $(tst_chunkcases_OBJECTS) $(tst_chunkcases_DEPENDENCIES) $(EXTRA_tst_chunkcases_DEPENDENCIES) - @rm -f tst_chunkcases$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_chunkcases_OBJECTS) $(tst_chunkcases_LDADD) $(LIBS) - -tst_fillonlyz$(EXEEXT): $(tst_fillonlyz_OBJECTS) $(tst_fillonlyz_DEPENDENCIES) $(EXTRA_tst_fillonlyz_DEPENDENCIES) - @rm -f tst_fillonlyz$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_fillonlyz_OBJECTS) $(tst_fillonlyz_LDADD) $(LIBS) - -tst_nczfilter$(EXEEXT): $(tst_nczfilter_OBJECTS) $(tst_nczfilter_DEPENDENCIES) $(EXTRA_tst_nczfilter_DEPENDENCIES) - @rm -f tst_nczfilter$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nczfilter_OBJECTS) $(tst_nczfilter_LDADD) $(LIBS) - -tst_zchunks$(EXEEXT): $(tst_zchunks_OBJECTS) $(tst_zchunks_DEPENDENCIES) $(EXTRA_tst_zchunks_DEPENDENCIES) - @rm -f tst_zchunks$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_zchunks_OBJECTS) $(tst_zchunks_LDADD) $(LIBS) - -tst_zchunks2$(EXEEXT): $(tst_zchunks2_OBJECTS) $(tst_zchunks2_DEPENDENCIES) $(EXTRA_tst_zchunks2_DEPENDENCIES) - @rm -f tst_zchunks2$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_zchunks2_OBJECTS) $(tst_zchunks2_LDADD) $(LIBS) - -tst_zchunks3$(EXEEXT): $(tst_zchunks3_OBJECTS) $(tst_zchunks3_DEPENDENCIES) $(EXTRA_tst_zchunks3_DEPENDENCIES) - @rm -f tst_zchunks3$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_zchunks3_OBJECTS) $(tst_zchunks3_LDADD) $(LIBS) - -ut_chunking$(EXEEXT): $(ut_chunking_OBJECTS) $(ut_chunking_DEPENDENCIES) $(EXTRA_ut_chunking_DEPENDENCIES) - @rm -f ut_chunking$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ut_chunking_OBJECTS) $(ut_chunking_LDADD) $(LIBS) - -ut_json$(EXEEXT): $(ut_json_OBJECTS) $(ut_json_DEPENDENCIES) $(EXTRA_ut_json_DEPENDENCIES) - @rm -f ut_json$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ut_json_OBJECTS) $(ut_json_LDADD) $(LIBS) - -ut_map$(EXEEXT): $(ut_map_OBJECTS) $(ut_map_DEPENDENCIES) $(EXTRA_ut_map_DEPENDENCIES) - @rm -f ut_map$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ut_map_OBJECTS) $(ut_map_LDADD) $(LIBS) - -ut_mapapi$(EXEEXT): $(ut_mapapi_OBJECTS) $(ut_mapapi_DEPENDENCIES) $(EXTRA_ut_mapapi_DEPENDENCIES) - @rm -f ut_mapapi$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ut_mapapi_OBJECTS) $(ut_mapapi_LDADD) $(LIBS) - -ut_projections$(EXEEXT): $(ut_projections_OBJECTS) $(ut_projections_DEPENDENCIES) $(EXTRA_ut_projections_DEPENDENCIES) - @rm -f ut_projections$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(ut_projections_OBJECTS) $(ut_projections_LDADD) $(LIBS) - -zhex$(EXEEXT): $(zhex_OBJECTS) $(zhex_DEPENDENCIES) $(EXTRA_zhex_DEPENDENCIES) - @rm -f zhex$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(zhex_OBJECTS) $(zhex_LDADD) $(LIBS) - -zisjson$(EXEEXT): $(zisjson_OBJECTS) $(zisjson_DEPENDENCIES) $(EXTRA_zisjson_DEPENDENCIES) - @rm -f zisjson$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(zisjson_OBJECTS) $(zisjson_LDADD) $(LIBS) - -zmapio$(EXEEXT): $(zmapio_OBJECTS) $(zmapio_DEPENDENCIES) $(EXTRA_zmapio_DEPENDENCIES) - @rm -f zmapio$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(zmapio_OBJECTS) $(zmapio_LDADD) $(LIBS) - -zs3parse$(EXEEXT): $(zs3parse_OBJECTS) $(zs3parse_DEPENDENCIES) $(EXTRA_zs3parse_DEPENDENCIES) - @rm -f zs3parse$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(zs3parse_OBJECTS) $(zs3parse_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/bm_chunks3.Po # am--include-marker -include ./$(DEPDIR)/bm_utils.Po # am--include-marker -include ./$(DEPDIR)/ncdumpchunks.Po # am--include-marker -include ./$(DEPDIR)/s3util.Po # am--include-marker -include ./$(DEPDIR)/test_filter_avail.Po # am--include-marker -include ./$(DEPDIR)/test_quantize.Po # am--include-marker -include ./$(DEPDIR)/testfilter.Po # am--include-marker -include ./$(DEPDIR)/testfilter_misc.Po # am--include-marker -include ./$(DEPDIR)/testfilter_multi.Po # am--include-marker -include ./$(DEPDIR)/testfilter_order.Po # am--include-marker -include ./$(DEPDIR)/testfilter_repeat.Po # am--include-marker -include ./$(DEPDIR)/timer_utils.Po # am--include-marker -include ./$(DEPDIR)/tst_chunkcases.Po # am--include-marker -include ./$(DEPDIR)/tst_fillonlyz.Po # am--include-marker -include ./$(DEPDIR)/tst_nczfilter.Po # am--include-marker -include ./$(DEPDIR)/tst_utils.Po # am--include-marker -include ./$(DEPDIR)/tst_zchunks.Po # am--include-marker -include ./$(DEPDIR)/tst_zchunks2.Po # am--include-marker -include ./$(DEPDIR)/tst_zchunks3.Po # am--include-marker -include ./$(DEPDIR)/ut_chunking.Po # am--include-marker -include ./$(DEPDIR)/ut_json.Po # am--include-marker -include ./$(DEPDIR)/ut_map.Po # am--include-marker -include ./$(DEPDIR)/ut_mapapi.Po # am--include-marker -include ./$(DEPDIR)/ut_projections.Po # am--include-marker -include ./$(DEPDIR)/ut_test.Po # am--include-marker -include ./$(DEPDIR)/ut_util.Po # am--include-marker -include ./$(DEPDIR)/zhex.Po # am--include-marker -include ./$(DEPDIR)/zisjson.Po # am--include-marker -include ./$(DEPDIR)/zmapio.Po # am--include-marker -include ./$(DEPDIR)/zs3parse.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -run_ut_chunk.sh.log: run_ut_chunk.sh - @p='run_ut_chunk.sh'; \ - b='run_ut_chunk.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_ut_map.sh.log: run_ut_map.sh - @p='run_ut_map.sh'; \ - b='run_ut_map.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_ut_mapapi.sh.log: run_ut_mapapi.sh - @p='run_ut_mapapi.sh'; \ - b='run_ut_mapapi.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_ut_misc.sh.log: run_ut_misc.sh - @p='run_ut_misc.sh'; \ - b='run_ut_misc.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_ncgen4.sh.log: run_ncgen4.sh - @p='run_ncgen4.sh'; \ - b='run_ncgen4.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_fillonlyz.sh.log: run_fillonlyz.sh - @p='run_fillonlyz.sh'; \ - b='run_fillonlyz.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_chunkcases.sh.log: run_chunkcases.sh - @p='run_chunkcases.sh'; \ - b='run_chunkcases.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_quantize.sh.log: run_quantize.sh - @p='run_quantize.sh'; \ - b='run_quantize.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_purezarr.sh.log: run_purezarr.sh - @p='run_purezarr.sh'; \ - b='run_purezarr.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_interop.sh.log: run_interop.sh - @p='run_interop.sh'; \ - b='run_interop.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_misc.sh.log: run_misc.sh - @p='run_misc.sh'; \ - b='run_misc.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_nczarr_fill.sh.log: run_nczarr_fill.sh - @p='run_nczarr_fill.sh'; \ - b='run_nczarr_fill.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_jsonconvention.sh.log: run_jsonconvention.sh - @p='run_jsonconvention.sh'; \ - b='run_jsonconvention.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_strings.sh.log: run_strings.sh - @p='run_strings.sh'; \ - b='run_strings.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_scalar.sh.log: run_scalar.sh - @p='run_scalar.sh'; \ - b='run_scalar.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_nulls.sh.log: run_nulls.sh - @p='run_nulls.sh'; \ - b='run_nulls.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_newformat.sh.log: run_newformat.sh - @p='run_newformat.sh'; \ - b='run_newformat.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_perf_chunks1.sh.log: run_perf_chunks1.sh - @p='run_perf_chunks1.sh'; \ - b='run_perf_chunks1.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_nczfilter.sh.log: run_nczfilter.sh - @p='run_nczfilter.sh'; \ - b='run_nczfilter.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_filter.sh.log: run_filter.sh - @p='run_filter.sh'; \ - b='run_filter.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_unknown.sh.log: run_unknown.sh - @p='run_unknown.sh'; \ - b='run_unknown.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_specific_filters.sh.log: run_specific_filters.sh - @p='run_specific_filters.sh'; \ - b='run_specific_filters.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_s3_cleanup.sh.log: run_s3_cleanup.sh - @p='run_s3_cleanup.sh'; \ - b='run_s3_cleanup.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.test$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(PROGRAMS) -installdirs: -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstPROGRAMS mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/bm_chunks3.Po - -rm -f ./$(DEPDIR)/bm_utils.Po - -rm -f ./$(DEPDIR)/ncdumpchunks.Po - -rm -f ./$(DEPDIR)/s3util.Po - -rm -f ./$(DEPDIR)/test_filter_avail.Po - -rm -f ./$(DEPDIR)/test_quantize.Po - -rm -f ./$(DEPDIR)/testfilter.Po - -rm -f ./$(DEPDIR)/testfilter_misc.Po - -rm -f ./$(DEPDIR)/testfilter_multi.Po - -rm -f ./$(DEPDIR)/testfilter_order.Po - -rm -f ./$(DEPDIR)/testfilter_repeat.Po - -rm -f ./$(DEPDIR)/timer_utils.Po - -rm -f ./$(DEPDIR)/tst_chunkcases.Po - -rm -f ./$(DEPDIR)/tst_fillonlyz.Po - -rm -f ./$(DEPDIR)/tst_nczfilter.Po - -rm -f ./$(DEPDIR)/tst_utils.Po - -rm -f ./$(DEPDIR)/tst_zchunks.Po - -rm -f ./$(DEPDIR)/tst_zchunks2.Po - -rm -f ./$(DEPDIR)/tst_zchunks3.Po - -rm -f ./$(DEPDIR)/ut_chunking.Po - -rm -f ./$(DEPDIR)/ut_json.Po - -rm -f ./$(DEPDIR)/ut_map.Po - -rm -f ./$(DEPDIR)/ut_mapapi.Po - -rm -f ./$(DEPDIR)/ut_projections.Po - -rm -f ./$(DEPDIR)/ut_test.Po - -rm -f ./$(DEPDIR)/ut_util.Po - -rm -f ./$(DEPDIR)/zhex.Po - -rm -f ./$(DEPDIR)/zisjson.Po - -rm -f ./$(DEPDIR)/zmapio.Po - -rm -f ./$(DEPDIR)/zs3parse.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/bm_chunks3.Po - -rm -f ./$(DEPDIR)/bm_utils.Po - -rm -f ./$(DEPDIR)/ncdumpchunks.Po - -rm -f ./$(DEPDIR)/s3util.Po - -rm -f ./$(DEPDIR)/test_filter_avail.Po - -rm -f ./$(DEPDIR)/test_quantize.Po - -rm -f ./$(DEPDIR)/testfilter.Po - -rm -f ./$(DEPDIR)/testfilter_misc.Po - -rm -f ./$(DEPDIR)/testfilter_multi.Po - -rm -f ./$(DEPDIR)/testfilter_order.Po - -rm -f ./$(DEPDIR)/testfilter_repeat.Po - -rm -f ./$(DEPDIR)/timer_utils.Po - -rm -f ./$(DEPDIR)/tst_chunkcases.Po - -rm -f ./$(DEPDIR)/tst_fillonlyz.Po - -rm -f ./$(DEPDIR)/tst_nczfilter.Po - -rm -f ./$(DEPDIR)/tst_utils.Po - -rm -f ./$(DEPDIR)/tst_zchunks.Po - -rm -f ./$(DEPDIR)/tst_zchunks2.Po - -rm -f ./$(DEPDIR)/tst_zchunks3.Po - -rm -f ./$(DEPDIR)/ut_chunking.Po - -rm -f ./$(DEPDIR)/ut_json.Po - -rm -f ./$(DEPDIR)/ut_map.Po - -rm -f ./$(DEPDIR)/ut_mapapi.Po - -rm -f ./$(DEPDIR)/ut_projections.Po - -rm -f ./$(DEPDIR)/ut_test.Po - -rm -f ./$(DEPDIR)/ut_util.Po - -rm -f ./$(DEPDIR)/zhex.Po - -rm -f ./$(DEPDIR)/zisjson.Po - -rm -f ./$(DEPDIR)/zmapio.Po - -rm -f ./$(DEPDIR)/zs3parse.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: all check check-am install install-am install-exec \ - install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir 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-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am recheck tags tags-am uninstall \ - uninstall-am - -.PRECIOUS: Makefile - -test_quantize.c: $(top_srcdir)/nc_test4/tst_quantize.c - rm -f $@ - echo "#define TESTNCZARR" > $@ - cat $(top_srcdir)/nc_test4/tst_quantize.c >> $@ - -test_filter_avail.c: $(top_srcdir)/nc_test4/tst_filter_avail.c - rm -f $@ - echo "#define TESTNCZARR" > $@ - cat $(top_srcdir)/nc_test4/tst_filter_avail.c >> $@ - -run_unknown.sh: $(top_srcdir)/nc_test4/tst_unknown.sh - rm -f $@ run_unknown.tmp - echo "#!/bin/bash" > run_unknown.tmp - echo "TESTNCZARR=1" >> run_unknown.tmp - cat $(top_srcdir)/nc_test4/tst_unknown.sh >> run_unknown.tmp - tr -d '\r' < run_unknown.tmp > $@ - chmod a+x $@ - rm -f run_unknown.tmp - -run_specific_filters.sh: $(top_srcdir)/nc_test4/tst_specific_filters.sh - rm -f $@ run_specific_filters.tmp - echo "#!/bin/bash" > run_specific_filters.tmp - echo "TESTNCZARR=1" >> run_specific_filters.tmp - cat $(top_srcdir)/nc_test4/tst_specific_filters.sh >> run_specific_filters.tmp - tr -d '\r' < run_specific_filters.tmp > $@ - chmod a+x $@ - rm -f run_specific_filters.tmp - -run_filterinstall.sh: $(top_srcdir)/nc_test4/tst_filterinstall.sh - rm -f $@ run_filterinstall.tmp - echo "#!/bin/bash" > run_filterinstall.tmp - echo "TESTNCZARR=1" >> run_filterinstall.tmp - cat $(top_srcdir)/nc_test4/tst_filterinstall.sh >> run_filterinstall.tmp - tr -d '\r' < run_filterinstall.tmp > $@ - chmod a+x $@ - rm -f run_filterinstall.tmp - -# Remove directories -clean-local: - rm -fr tmp_*.nc tmp_*.zarr tst_quantize*.zarr tmp*.file results.file results.s3 results.zip - rm -fr rcmiscdir ref_power_901_constants.file - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: diff --git a/nczarr_test/findplugin.sh b/nczarr_test/findplugin.sh deleted file mode 100644 index 8c5b78b..0000000 --- a/nczarr_test/findplugin.sh +++ /dev/null @@ -1,125 +0,0 @@ -#!/bin/bash - -# Define a function that attempts to locate a -# plugin with a given canonical name. -# Assumptions: -# 1. plugins is a top-level directory, possibly in "build" -# Inputs: -# $1 is the canonical name -# $2 is 1 if we are running under cmake -# $3 is 1 if we are running using Visual Studio, blank otherwise -# $4 is the build type; only used if $3 is 1 -# Outputs: -# return code is 0 is success, 1 if failed -# Variable HDF5_PLUGIN_LIB is set to the library file name -# Variable HDF5_PLUGIN_DIR is set to the absolute path to the -# directory containing the plugin library file -# Local variables are prefixed with FP_ -# -# Note: we assume that the use of the CMAKE_BUILD_TYPE -# is obviated by setting the LIBRARY_OUTPUT_DIRECTORY -# variables: see hdf5plugins/CMakeLists.txt - -# Define location of execution -TOPSRCDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -TOPBUILDDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' - -# Need info from test_common -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ${TOPBUILDDIR}/test_common.sh - -findpluginext() { - # Infer the expected plugin shared library extension - # Note: will fail if used before plugins is built - # Also assumes that misc filter is always built - # Approach is to use find to see what is in plugins directory. - TSO=`find ${TOPBUILDDIR}/plugins -name '*misc.so'` - TDY=`find ${TOPBUILDDIR}/plugins -name '*misc.dylib'` - TCYG=`find ${TOPBUILDDIR}/plugins -name 'cyg*misc.dll'` - TMING=`find ${TOPBUILDDIR}/plugins -name lib*misc.dll` - TDLL=`find ${TOPBUILDDIR}/plugins -name '*misc.dll'` - if test "x$TSO" != x ; then - FP_PLUGIN_EXT="so" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDY" != x ; then - FP_PLUGIN_EXT="dylib" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TCYG" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="cyg__nc" - elif test "x$TMING" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDLL" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="__nc" - else # unknown - unset FP_PLUGIN_EXT - unset FP_PLUGIN_PRE - fi -} - -findplugindir() { -FP_PLUGIN_DIR= -# Figure out the path to where the lib is stored -# This can probably be simplified - -CURWD=`pwd` -cd ${TOPBUILDDIR}/plugins -FP_PLUGINS=`pwd` -cd ${CURWD} - -# Case 1: Cmake with Visual Studio -if test "x$FP_ISCMAKE" != x -a "x${FP_ISMSVC}" != x ; then - # Case 1a: ignore the build type directory - if test -e "${FP_PLUGINS}/${FP_PLUGIN_LIB}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi -else # Case 2: automake - # Case 2a: look in .libs - if test -e "${FP_PLUGINS}/.libs" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}/.libs" - else # Case 2: look in FP_PLUGINS directly - if test -e "${FP_PLUGINS}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi - fi -fi - -# Verify -if test "x$FP_PLUGIN_DIR" = x ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_DIR" - return 1 -fi - -# Make local path -FP_PLUGIN_DIR=`${NCPATHCVT} -F $FP_PLUGIN_DIR` -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" -} - -findplugin() { - -FP_NAME="$1" - -FP_PLUGIN_LIB= - -# Figure out the plugin file name -FP_PLUGIN_LIB="${FP_PLUGIN_PRE}${FP_NAME}.${FP_PLUGIN_EXT}" - -# Verify -if ! test -f "$FP_PLUGIN_DIR/$FP_PLUGIN_LIB" ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_LIB" - return 1 -fi - -# Set the final output variables -HDF5_PLUGIN_LIB="$FP_PLUGIN_LIB" -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" - -return 0 -} - -# init -unset HDF5_PLUGIN_DIR -findpluginext -findplugindir diff --git a/netcdf.pc b/netcdf.pc deleted file mode 100644 index b44a3b1..0000000 --- a/netcdf.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -ccompiler=gcc - -Name: netcdf-c -Description: NetCDF Client Library for C -URL: https://www.unidata.ucar.edu/netcdf -Version: 4.9.2 -Libs: -L${libdir} -lnetcdf -Libs.private: -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -Cflags: -I${includedir} diff --git a/oc2/Makefile b/oc2/Makefile deleted file mode 100644 index abb1744..0000000 --- a/oc2/Makefile +++ /dev/null @@ -1,965 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# oc2/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, see the COPYRIGHT file for more information. - -# This automake file generates the Makefile to build netCDF-4. The -# generated makefile is not run unless the user selected to build -# netCDF-4. - -# $Id: Makefile.am,v 1.1 2010/05/23 21:05:33 dmh Exp $ - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -subdir = oc2 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -liboc_la_LIBADD = -am__objects_1 = liboc_la-oc.lo liboc_la-daplex.lo liboc_la-dapparse.lo \ - liboc_la-dapy.lo liboc_la-occompile.lo \ - liboc_la-occurlfunctions.lo liboc_la-ocdata.lo \ - liboc_la-ocdebug.lo liboc_la-ocdump.lo liboc_la-ocinternal.lo \ - liboc_la-ocnode.lo liboc_la-ochttp.lo liboc_la-ocread.lo \ - liboc_la-ocutil.lo liboc_la-xxdr.lo -am__objects_2 = -am_liboc_la_OBJECTS = $(am__objects_1) $(am__objects_2) -liboc_la_OBJECTS = $(am_liboc_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/liboc_la-daplex.Plo \ - ./$(DEPDIR)/liboc_la-dapparse.Plo \ - ./$(DEPDIR)/liboc_la-dapy.Plo ./$(DEPDIR)/liboc_la-oc.Plo \ - ./$(DEPDIR)/liboc_la-occompile.Plo \ - ./$(DEPDIR)/liboc_la-occurlfunctions.Plo \ - ./$(DEPDIR)/liboc_la-ocdata.Plo \ - ./$(DEPDIR)/liboc_la-ocdebug.Plo \ - ./$(DEPDIR)/liboc_la-ocdump.Plo \ - ./$(DEPDIR)/liboc_la-ochttp.Plo \ - ./$(DEPDIR)/liboc_la-ocinternal.Plo \ - ./$(DEPDIR)/liboc_la-ocnode.Plo \ - ./$(DEPDIR)/liboc_la-ocread.Plo \ - ./$(DEPDIR)/liboc_la-ocutil.Plo ./$(DEPDIR)/liboc_la-xxdr.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(liboc_la_SOURCES) -DIST_SOURCES = $(liboc_la_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = - -# Cause C preprocessor to search current and parent directory. -AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/include -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/oc2 -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/oc2 -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck - -# OC Sources; include the dapy.[ch] to avoid the need for bison by user -SRC = oc.c \ -daplex.c dapparse.c dapy.c \ -occompile.c occurlfunctions.c \ -ocdata.c ocdebug.c ocdump.c \ -ocinternal.c ocnode.c \ -ochttp.c \ -ocread.c ocutil.c \ -xxdr.c - -HDRS = oc.h ocx.h \ -dapparselex.h dapy.h \ -occompile.h occonstraints.h occurlfunctions.h \ -ocdata.h ocdatatypes.h ocdebug.h ocdump.h \ -ocinternal.h ocnode.h \ -ochttp.h ocread.h ocutil.h \ -xxdr.h - -EXTRA_DIST = dap.y CMakeLists.txt auth.html.in oc.css -noinst_LTLIBRARIES = liboc.la -liboc_la_SOURCES = $(SRC) $(HDRS) -liboc_la_CPPFLAGS = $(AM_CPPFLAGS) -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oc2/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign oc2/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -liboc.la: $(liboc_la_OBJECTS) $(liboc_la_DEPENDENCIES) $(EXTRA_liboc_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(liboc_la_OBJECTS) $(liboc_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/liboc_la-daplex.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-dapparse.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-dapy.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-oc.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-occompile.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-occurlfunctions.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocdata.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocdebug.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocdump.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ochttp.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocinternal.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocnode.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocread.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-ocutil.Plo # am--include-marker -include ./$(DEPDIR)/liboc_la-xxdr.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -liboc_la-oc.lo: oc.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-oc.lo -MD -MP -MF $(DEPDIR)/liboc_la-oc.Tpo -c -o liboc_la-oc.lo `test -f 'oc.c' || echo '$(srcdir)/'`oc.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-oc.Tpo $(DEPDIR)/liboc_la-oc.Plo -# $(AM_V_CC)source='oc.c' object='liboc_la-oc.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-oc.lo `test -f 'oc.c' || echo '$(srcdir)/'`oc.c - -liboc_la-daplex.lo: daplex.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-daplex.lo -MD -MP -MF $(DEPDIR)/liboc_la-daplex.Tpo -c -o liboc_la-daplex.lo `test -f 'daplex.c' || echo '$(srcdir)/'`daplex.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-daplex.Tpo $(DEPDIR)/liboc_la-daplex.Plo -# $(AM_V_CC)source='daplex.c' object='liboc_la-daplex.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-daplex.lo `test -f 'daplex.c' || echo '$(srcdir)/'`daplex.c - -liboc_la-dapparse.lo: dapparse.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-dapparse.lo -MD -MP -MF $(DEPDIR)/liboc_la-dapparse.Tpo -c -o liboc_la-dapparse.lo `test -f 'dapparse.c' || echo '$(srcdir)/'`dapparse.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-dapparse.Tpo $(DEPDIR)/liboc_la-dapparse.Plo -# $(AM_V_CC)source='dapparse.c' object='liboc_la-dapparse.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-dapparse.lo `test -f 'dapparse.c' || echo '$(srcdir)/'`dapparse.c - -liboc_la-dapy.lo: dapy.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-dapy.lo -MD -MP -MF $(DEPDIR)/liboc_la-dapy.Tpo -c -o liboc_la-dapy.lo `test -f 'dapy.c' || echo '$(srcdir)/'`dapy.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-dapy.Tpo $(DEPDIR)/liboc_la-dapy.Plo -# $(AM_V_CC)source='dapy.c' object='liboc_la-dapy.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-dapy.lo `test -f 'dapy.c' || echo '$(srcdir)/'`dapy.c - -liboc_la-occompile.lo: occompile.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-occompile.lo -MD -MP -MF $(DEPDIR)/liboc_la-occompile.Tpo -c -o liboc_la-occompile.lo `test -f 'occompile.c' || echo '$(srcdir)/'`occompile.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-occompile.Tpo $(DEPDIR)/liboc_la-occompile.Plo -# $(AM_V_CC)source='occompile.c' object='liboc_la-occompile.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-occompile.lo `test -f 'occompile.c' || echo '$(srcdir)/'`occompile.c - -liboc_la-occurlfunctions.lo: occurlfunctions.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-occurlfunctions.lo -MD -MP -MF $(DEPDIR)/liboc_la-occurlfunctions.Tpo -c -o liboc_la-occurlfunctions.lo `test -f 'occurlfunctions.c' || echo '$(srcdir)/'`occurlfunctions.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-occurlfunctions.Tpo $(DEPDIR)/liboc_la-occurlfunctions.Plo -# $(AM_V_CC)source='occurlfunctions.c' object='liboc_la-occurlfunctions.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-occurlfunctions.lo `test -f 'occurlfunctions.c' || echo '$(srcdir)/'`occurlfunctions.c - -liboc_la-ocdata.lo: ocdata.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocdata.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocdata.Tpo -c -o liboc_la-ocdata.lo `test -f 'ocdata.c' || echo '$(srcdir)/'`ocdata.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocdata.Tpo $(DEPDIR)/liboc_la-ocdata.Plo -# $(AM_V_CC)source='ocdata.c' object='liboc_la-ocdata.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocdata.lo `test -f 'ocdata.c' || echo '$(srcdir)/'`ocdata.c - -liboc_la-ocdebug.lo: ocdebug.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocdebug.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocdebug.Tpo -c -o liboc_la-ocdebug.lo `test -f 'ocdebug.c' || echo '$(srcdir)/'`ocdebug.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocdebug.Tpo $(DEPDIR)/liboc_la-ocdebug.Plo -# $(AM_V_CC)source='ocdebug.c' object='liboc_la-ocdebug.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocdebug.lo `test -f 'ocdebug.c' || echo '$(srcdir)/'`ocdebug.c - -liboc_la-ocdump.lo: ocdump.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocdump.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocdump.Tpo -c -o liboc_la-ocdump.lo `test -f 'ocdump.c' || echo '$(srcdir)/'`ocdump.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocdump.Tpo $(DEPDIR)/liboc_la-ocdump.Plo -# $(AM_V_CC)source='ocdump.c' object='liboc_la-ocdump.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocdump.lo `test -f 'ocdump.c' || echo '$(srcdir)/'`ocdump.c - -liboc_la-ocinternal.lo: ocinternal.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocinternal.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocinternal.Tpo -c -o liboc_la-ocinternal.lo `test -f 'ocinternal.c' || echo '$(srcdir)/'`ocinternal.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocinternal.Tpo $(DEPDIR)/liboc_la-ocinternal.Plo -# $(AM_V_CC)source='ocinternal.c' object='liboc_la-ocinternal.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocinternal.lo `test -f 'ocinternal.c' || echo '$(srcdir)/'`ocinternal.c - -liboc_la-ocnode.lo: ocnode.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocnode.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocnode.Tpo -c -o liboc_la-ocnode.lo `test -f 'ocnode.c' || echo '$(srcdir)/'`ocnode.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocnode.Tpo $(DEPDIR)/liboc_la-ocnode.Plo -# $(AM_V_CC)source='ocnode.c' object='liboc_la-ocnode.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocnode.lo `test -f 'ocnode.c' || echo '$(srcdir)/'`ocnode.c - -liboc_la-ochttp.lo: ochttp.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ochttp.lo -MD -MP -MF $(DEPDIR)/liboc_la-ochttp.Tpo -c -o liboc_la-ochttp.lo `test -f 'ochttp.c' || echo '$(srcdir)/'`ochttp.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ochttp.Tpo $(DEPDIR)/liboc_la-ochttp.Plo -# $(AM_V_CC)source='ochttp.c' object='liboc_la-ochttp.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ochttp.lo `test -f 'ochttp.c' || echo '$(srcdir)/'`ochttp.c - -liboc_la-ocread.lo: ocread.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocread.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocread.Tpo -c -o liboc_la-ocread.lo `test -f 'ocread.c' || echo '$(srcdir)/'`ocread.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocread.Tpo $(DEPDIR)/liboc_la-ocread.Plo -# $(AM_V_CC)source='ocread.c' object='liboc_la-ocread.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocread.lo `test -f 'ocread.c' || echo '$(srcdir)/'`ocread.c - -liboc_la-ocutil.lo: ocutil.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-ocutil.lo -MD -MP -MF $(DEPDIR)/liboc_la-ocutil.Tpo -c -o liboc_la-ocutil.lo `test -f 'ocutil.c' || echo '$(srcdir)/'`ocutil.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-ocutil.Tpo $(DEPDIR)/liboc_la-ocutil.Plo -# $(AM_V_CC)source='ocutil.c' object='liboc_la-ocutil.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-ocutil.lo `test -f 'ocutil.c' || echo '$(srcdir)/'`ocutil.c - -liboc_la-xxdr.lo: xxdr.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liboc_la-xxdr.lo -MD -MP -MF $(DEPDIR)/liboc_la-xxdr.Tpo -c -o liboc_la-xxdr.lo `test -f 'xxdr.c' || echo '$(srcdir)/'`xxdr.c - $(AM_V_at)$(am__mv) $(DEPDIR)/liboc_la-xxdr.Tpo $(DEPDIR)/liboc_la-xxdr.Plo -# $(AM_V_CC)source='xxdr.c' object='liboc_la-xxdr.lo' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liboc_la-xxdr.lo `test -f 'xxdr.c' || echo '$(srcdir)/'`xxdr.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/liboc_la-daplex.Plo - -rm -f ./$(DEPDIR)/liboc_la-dapparse.Plo - -rm -f ./$(DEPDIR)/liboc_la-dapy.Plo - -rm -f ./$(DEPDIR)/liboc_la-oc.Plo - -rm -f ./$(DEPDIR)/liboc_la-occompile.Plo - -rm -f ./$(DEPDIR)/liboc_la-occurlfunctions.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocdata.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocdebug.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocdump.Plo - -rm -f ./$(DEPDIR)/liboc_la-ochttp.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocinternal.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocnode.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocread.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocutil.Plo - -rm -f ./$(DEPDIR)/liboc_la-xxdr.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/liboc_la-daplex.Plo - -rm -f ./$(DEPDIR)/liboc_la-dapparse.Plo - -rm -f ./$(DEPDIR)/liboc_la-dapy.Plo - -rm -f ./$(DEPDIR)/liboc_la-oc.Plo - -rm -f ./$(DEPDIR)/liboc_la-occompile.Plo - -rm -f ./$(DEPDIR)/liboc_la-occurlfunctions.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocdata.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocdebug.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocdump.Plo - -rm -f ./$(DEPDIR)/liboc_la-ochttp.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocinternal.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocnode.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocread.Plo - -rm -f ./$(DEPDIR)/liboc_la-ocutil.Plo - -rm -f ./$(DEPDIR)/liboc_la-xxdr.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-generic clean-libtool clean-noinstLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# These rule are used if someone wants to rebuild the grammar files. -# Otherwise never invoked, but records how to do it. -# BTW: note that renaming is essential because otherwise -# autoconf will forcibly delete files of the name *.tab.* - -makeparser:: - rm -f dap.tab.c dap.tab.h dapy.c dapy.h - bison --debug -d -p dap dap.y - sed -e 's/dap[.]tab[.]c/dapy.c/g' -e 's/dap[.]tab[.]h/dapy.h/g' dapy.c - mv dap.tab.h dapy.h - rm -f dap.tab.c - -# 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: diff --git a/plugins/Makefile b/plugins/Makefile deleted file mode 100644 index f40497e..0000000 --- a/plugins/Makefile +++ /dev/null @@ -1,1235 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# plugins/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2018, UCAR/Unidata -# See netcdf/COPYRIGHT file for copying and redistribution conditions. - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -#am__append_5 = -avoid-version -#am__append_6 = -avoid-version -am__append_7 = $(plugin_version_info) -am__append_8 = -rpath $(abs_builddir)/.libs -am__append_9 = lib__nch5fletcher32.la lib__nch5shuffle.la lib__nch5deflate.la - -# Need our version of szip if libsz available and we are not using HDF5 -am__append_10 = lib__nch5szip.la -am__append_11 = lib__nczhdf5filters.la \ - lib__nczstdfilters.la -#am__append_12 = lib__nch5blosc.la -#am__append_13 = lib__nch5zstd.la -am__append_14 = lib__nch5noop.la lib__nch5noop1.la lib__nch5unknown.la -# findplugin.sh needs these plugins, and I want to see if these get built properly -am__append_15 = lib__nch5misc.la lib__nczmisc.la -am__append_16 = ${BZIP2SRC} BZIP2_LICENSE -#am__append_17 = ${BZIP2SRC} -am__append_18 = lib__nch5bzip2.la -#am__append_19 = $(plugins_to_install) -am__append_20 = $(plugins_to_install) -subdir = plugins -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = findplugin.sh -CONFIG_CLEAN_VPATH_FILES = -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)$(plugindir)" -LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES) -lib__nch5blosc_la_LIBADD = -am__lib__nch5blosc_la_SOURCES_DIST = H5Zblosc.c H5Zblosc.h -#am_lib__nch5blosc_la_OBJECTS = H5Zblosc.lo -lib__nch5blosc_la_OBJECTS = $(am_lib__nch5blosc_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -#am_lib__nch5blosc_la_rpath = -##am_lib__nch5blosc_la_rpath = -rpath \ -## $(plugindir) -lib__nch5bzip2_la_LIBADD = -am__lib__nch5bzip2_la_SOURCES_DIST = H5Zbzip2.c h5bzip2.h blocksort.c \ - huffman.c crctable.c randtable.c compress.c decompress.c \ - bzlib.c bzlib.h bzlib_private.h -am__objects_1 = blocksort.lo huffman.lo \ - crctable.lo randtable.lo \ - compress.lo decompress.lo bzlib.lo -#am__objects_2 = $(am__objects_1) -am_lib__nch5bzip2_la_OBJECTS = \ - H5Zbzip2.lo $(am__objects_2) -lib__nch5bzip2_la_OBJECTS = $(am_lib__nch5bzip2_la_OBJECTS) -am_lib__nch5bzip2_la_rpath = -#am_lib__nch5bzip2_la_rpath = \ -# -rpath \ -# $(plugindir) -lib__nch5deflate_la_LIBADD = -am__lib__nch5deflate_la_SOURCES_DIST = H5Zdeflate.c -am_lib__nch5deflate_la_OBJECTS = H5Zdeflate.lo -lib__nch5deflate_la_OBJECTS = $(am_lib__nch5deflate_la_OBJECTS) -am_lib__nch5deflate_la_rpath = -#am_lib__nch5deflate_la_rpath = -rpath \ -# $(plugindir) -lib__nch5fletcher32_la_LIBADD = -am__lib__nch5fletcher32_la_SOURCES_DIST = H5Zfletcher32.c H5checksum.c -am_lib__nch5fletcher32_la_OBJECTS = H5Zfletcher32.lo \ - H5checksum.lo -lib__nch5fletcher32_la_OBJECTS = $(am_lib__nch5fletcher32_la_OBJECTS) -am_lib__nch5fletcher32_la_rpath = -#am_lib__nch5fletcher32_la_rpath = -rpath \ -# $(plugindir) -lib__nch5misc_la_LIBADD = -am__lib__nch5misc_la_SOURCES_DIST = H5Zmisc.c H5Zutil.c h5misc.h -am_lib__nch5misc_la_OBJECTS = H5Zmisc.lo \ - H5Zutil.lo -lib__nch5misc_la_OBJECTS = $(am_lib__nch5misc_la_OBJECTS) -lib__nch5misc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(lib__nch5misc_la_LDFLAGS) $(LDFLAGS) \ - -o $@ -am_lib__nch5misc_la_rpath = -lib__nch5noop_la_LIBADD = -am__lib__nch5noop_la_SOURCES_DIST = H5Znoop.c H5Zutil.c h5noop.h -am_lib__nch5noop_la_OBJECTS = H5Znoop.lo \ - H5Zutil.lo -lib__nch5noop_la_OBJECTS = $(am_lib__nch5noop_la_OBJECTS) -lib__nch5noop_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(lib__nch5noop_la_LDFLAGS) $(LDFLAGS) \ - -o $@ -am_lib__nch5noop_la_rpath = -lib__nch5noop1_la_LIBADD = -am__lib__nch5noop1_la_SOURCES_DIST = H5Znoop1.c H5Zutil.c h5noop.h -am_lib__nch5noop1_la_OBJECTS = \ - H5Znoop1.lo H5Zutil.lo -lib__nch5noop1_la_OBJECTS = $(am_lib__nch5noop1_la_OBJECTS) -lib__nch5noop1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(lib__nch5noop1_la_LDFLAGS) $(LDFLAGS) \ - -o $@ -am_lib__nch5noop1_la_rpath = -lib__nch5shuffle_la_LIBADD = -am__lib__nch5shuffle_la_SOURCES_DIST = H5Zshuffle.c -am_lib__nch5shuffle_la_OBJECTS = H5Zshuffle.lo -lib__nch5shuffle_la_OBJECTS = $(am_lib__nch5shuffle_la_OBJECTS) -am_lib__nch5shuffle_la_rpath = -#am_lib__nch5shuffle_la_rpath = -rpath \ -# $(plugindir) -lib__nch5szip_la_LIBADD = -am__lib__nch5szip_la_SOURCES_DIST = H5Zszip.c H5Zszip.h -am_lib__nch5szip_la_OBJECTS = H5Zszip.lo -lib__nch5szip_la_OBJECTS = $(am_lib__nch5szip_la_OBJECTS) -am_lib__nch5szip_la_rpath = -#am_lib__nch5szip_la_rpath = -rpath \ -# $(plugindir) -lib__nch5unknown_la_LIBADD = -am__lib__nch5unknown_la_SOURCES_DIST = H5Zunknown.c -am_lib__nch5unknown_la_OBJECTS = \ - H5Zunknown.lo -lib__nch5unknown_la_OBJECTS = $(am_lib__nch5unknown_la_OBJECTS) -lib__nch5unknown_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(lib__nch5unknown_la_LDFLAGS) \ - $(LDFLAGS) -o $@ -am_lib__nch5unknown_la_rpath = -lib__nch5zstd_la_LIBADD = -am__lib__nch5zstd_la_SOURCES_DIST = H5Zzstd.c H5Zzstd.h -#am_lib__nch5zstd_la_OBJECTS = H5Zzstd.lo -lib__nch5zstd_la_OBJECTS = $(am_lib__nch5zstd_la_OBJECTS) -#am_lib__nch5zstd_la_rpath = -##am_lib__nch5zstd_la_rpath = -rpath \ -## $(plugindir) -lib__nczhdf5filters_la_DEPENDENCIES = \ - $(LIBADD) -am__lib__nczhdf5filters_la_SOURCES_DIST = NCZhdf5filters.c -am_lib__nczhdf5filters_la_OBJECTS = NCZhdf5filters.lo -lib__nczhdf5filters_la_OBJECTS = $(am_lib__nczhdf5filters_la_OBJECTS) -am_lib__nczhdf5filters_la_rpath = -#am_lib__nczhdf5filters_la_rpath = -rpath \ -# $(plugindir) -lib__nczmisc_la_LIBADD = -am__lib__nczmisc_la_SOURCES_DIST = NCZmisc.c -am_lib__nczmisc_la_OBJECTS = NCZmisc.lo -lib__nczmisc_la_OBJECTS = $(am_lib__nczmisc_la_OBJECTS) -lib__nczmisc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(lib__nczmisc_la_LDFLAGS) $(LDFLAGS) \ - -o $@ -am_lib__nczmisc_la_rpath = -lib__nczstdfilters_la_DEPENDENCIES = \ - $(LIBADD) -am__lib__nczstdfilters_la_SOURCES_DIST = NCZstdfilters.c -am_lib__nczstdfilters_la_OBJECTS = NCZstdfilters.lo -lib__nczstdfilters_la_OBJECTS = $(am_lib__nczstdfilters_la_OBJECTS) -am_lib__nczstdfilters_la_rpath = -#am_lib__nczstdfilters_la_rpath = -rpath \ -# $(plugindir) -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/H5Zblosc.Plo \ - ./$(DEPDIR)/H5Zbzip2.Plo ./$(DEPDIR)/H5Zdeflate.Plo \ - ./$(DEPDIR)/H5Zfletcher32.Plo ./$(DEPDIR)/H5Zmisc.Plo \ - ./$(DEPDIR)/H5Znoop.Plo ./$(DEPDIR)/H5Znoop1.Plo \ - ./$(DEPDIR)/H5Zshuffle.Plo ./$(DEPDIR)/H5Zszip.Plo \ - ./$(DEPDIR)/H5Zunknown.Plo ./$(DEPDIR)/H5Zutil.Plo \ - ./$(DEPDIR)/H5Zzstd.Plo ./$(DEPDIR)/H5checksum.Plo \ - ./$(DEPDIR)/NCZhdf5filters.Plo ./$(DEPDIR)/NCZmisc.Plo \ - ./$(DEPDIR)/NCZstdfilters.Plo ./$(DEPDIR)/blocksort.Plo \ - ./$(DEPDIR)/bzlib.Plo ./$(DEPDIR)/compress.Plo \ - ./$(DEPDIR)/crctable.Plo ./$(DEPDIR)/decompress.Plo \ - ./$(DEPDIR)/huffman.Plo ./$(DEPDIR)/randtable.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(lib__nch5blosc_la_SOURCES) $(lib__nch5bzip2_la_SOURCES) \ - $(lib__nch5deflate_la_SOURCES) \ - $(lib__nch5fletcher32_la_SOURCES) $(lib__nch5misc_la_SOURCES) \ - $(lib__nch5noop_la_SOURCES) $(lib__nch5noop1_la_SOURCES) \ - $(lib__nch5shuffle_la_SOURCES) $(lib__nch5szip_la_SOURCES) \ - $(lib__nch5unknown_la_SOURCES) $(lib__nch5zstd_la_SOURCES) \ - $(lib__nczhdf5filters_la_SOURCES) $(lib__nczmisc_la_SOURCES) \ - $(lib__nczstdfilters_la_SOURCES) -DIST_SOURCES = $(am__lib__nch5blosc_la_SOURCES_DIST) \ - $(am__lib__nch5bzip2_la_SOURCES_DIST) \ - $(am__lib__nch5deflate_la_SOURCES_DIST) \ - $(am__lib__nch5fletcher32_la_SOURCES_DIST) \ - $(am__lib__nch5misc_la_SOURCES_DIST) \ - $(am__lib__nch5noop_la_SOURCES_DIST) \ - $(am__lib__nch5noop1_la_SOURCES_DIST) \ - $(am__lib__nch5shuffle_la_SOURCES_DIST) \ - $(am__lib__nch5szip_la_SOURCES_DIST) \ - $(am__lib__nch5unknown_la_SOURCES_DIST) \ - $(am__lib__nch5zstd_la_SOURCES_DIST) \ - $(am__lib__nczhdf5filters_la_SOURCES_DIST) \ - $(am__lib__nczmisc_la_SOURCES_DIST) \ - $(am__lib__nczstdfilters_la_SOURCES_DIST) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am \ - $(top_srcdir)/nc_test4/findplugin.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -module -shared \ - -export-dynamic $(NOUNDEFINED) $(am__append_5) $(am__append_6) \ - $(am__append_7) $(am__append_8) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/plugins -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/plugins -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put Together AM_CPPFLAGS and AM_LDFLAGS - -# This linker flag specifies libtool version info. -# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning -# for information regarding incrementing `-version-info`. -plugin_version_info = -version-info 0:0:0 - -# Create an alternate directory if not installing or for noinst installs. -ALTPLUGINDIR = ${abs_top_builddir}/plugins/plugindir -plugindir = ${ALTPLUGINDIR} - -# This is where the plugins are to be installed -#plugindir = no -plugin_LTLIBRARIES = $(am__append_19) -plugins_to_install = $(am__append_9) $(am__append_10) $(am__append_11) \ - $(am__append_12) $(am__append_13) $(am__append_18) - -# Apparently one cannot have plugin_LTLIBRARIES and also noinst_LTLIBRARIES. -# So create a tmp location for "noinst" shared libraries. -# tmpdir = ${ALTPLUGINDIR} -check_LTLIBRARIES = $(am__append_14) -noinst_LTLIBRARIES = $(am__append_15) $(am__append_20) -#LDADD = $(top_builddir)/liblib/libnetcdf.la -#LDADD = ${top_builddir}/liblib/libnetcdf.la -#LIBADD = $(top_builddir)/liblib/libnetcdf.la -#LIBADD = $(LDADD) - -# The HDF5 filter wrappers - -# The Codec filter wrappers -# The Filter implementations -EXTRA_DIST = CMakeLists.txt H5Ztemplate.c H5Zmisc.c H5Zutil.c \ - H5Znoop.c h5noop.h NCZmisc.c H5Zshuffle.c H5Zdeflate.c \ - H5Zszip.c H5Zszip.h H5Zbzip2.c h5bzip2.h H5Zblosc.c H5Zblosc.h \ - H5Zzstd.c H5Zzstd.h NCZhdf5filters.c NCZstdfilters.c \ - H5checksum.c $(am__append_16) -lib__nch5shuffle_la_SOURCES = H5Zshuffle.c -lib__nch5fletcher32_la_SOURCES = H5Zfletcher32.c H5checksum.c -lib__nch5deflate_la_SOURCES = H5Zdeflate.c -lib__nch5szip_la_SOURCES = H5Zszip.c H5Zszip.h - -# The NCZarr codec libraries -lib__nczstdfilters_la_SOURCES = NCZstdfilters.c -lib__nczstdfilters_la_LIBADD = $(LIBADD) -lib__nczhdf5filters_la_SOURCES = NCZhdf5filters.c -lib__nczhdf5filters_la_LIBADD = $(LIBADD) -#lib__nch5blosc_la_SOURCES = H5Zblosc.c H5Zblosc.h -#lib__nch5zstd_la_SOURCES = H5Zzstd.c H5Zzstd.h - -# The noop filter is to allow testing of multifilters and filter order -# Need two distinct instances -lib__nch5noop_la_SOURCES = H5Znoop.c H5Zutil.c h5noop.h -lib__nch5noop1_la_SOURCES = H5Znoop1.c H5Zutil.c h5noop.h -lib__nch5noop_la_LDFLAGS = $(AM_LDFLAGS) -rpath $(abs_builddir)/.libs -lib__nch5noop1_la_LDFLAGS = $(AM_LDFLAGS) -rpath $(abs_builddir)/.libs - -# The misc filter is to allow testing of filter arguments -lib__nch5misc_la_SOURCES = H5Zmisc.c H5Zutil.c h5misc.h -lib__nch5misc_la_LDFLAGS = $(AM_LDFLAGS) -rpath $(abs_builddir)/.libs -lib__nczmisc_la_SOURCES = NCZmisc.c -lib__nczmisc_la_LDFLAGS = $(AM_LDFLAGS) -rpath $(abs_builddir)/.libs - -# Provide a filter to test missing filter -lib__nch5unknown_la_SOURCES = H5Zunknown.c -lib__nch5unknown_la_LDFLAGS = $(AM_LDFLAGS) -rpath $(abs_builddir)/.libs - -# Bzip2 is used to test more complex filters -lib__nch5bzip2_la_SOURCES = H5Zbzip2.c \ - h5bzip2.h $(am__append_17) -BZIP2SRC = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c bzlib.h bzlib_private.h -BUILT_SOURCES = H5Znoop1.c -DISTCLEANFILES = H5Znoop1.c H5Znoop2.c ncjson.h - -# Record where bzip2 came from; may be out of date -BZIP2VER = 1.0.8 -BZIP2DIR = bzip2-${BZIP2VER} -BZIP2URL = https://sourceware.org/pub/bzip2/${BZIP2DIR}.tar.gz -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign plugins/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -findplugin.sh: $(top_builddir)/config.status $(top_srcdir)/nc_test4/findplugin.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -clean-checkLTLIBRARIES: - -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) - @list='$(check_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \ - } - -uninstall-pluginLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \ - done - -clean-pluginLTLIBRARIES: - -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) - @list='$(plugin_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -lib__nch5blosc.la: $(lib__nch5blosc_la_OBJECTS) $(lib__nch5blosc_la_DEPENDENCIES) $(EXTRA_lib__nch5blosc_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5blosc_la_rpath) $(lib__nch5blosc_la_OBJECTS) $(lib__nch5blosc_la_LIBADD) $(LIBS) - -lib__nch5bzip2.la: $(lib__nch5bzip2_la_OBJECTS) $(lib__nch5bzip2_la_DEPENDENCIES) $(EXTRA_lib__nch5bzip2_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5bzip2_la_rpath) $(lib__nch5bzip2_la_OBJECTS) $(lib__nch5bzip2_la_LIBADD) $(LIBS) - -lib__nch5deflate.la: $(lib__nch5deflate_la_OBJECTS) $(lib__nch5deflate_la_DEPENDENCIES) $(EXTRA_lib__nch5deflate_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5deflate_la_rpath) $(lib__nch5deflate_la_OBJECTS) $(lib__nch5deflate_la_LIBADD) $(LIBS) - -lib__nch5fletcher32.la: $(lib__nch5fletcher32_la_OBJECTS) $(lib__nch5fletcher32_la_DEPENDENCIES) $(EXTRA_lib__nch5fletcher32_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5fletcher32_la_rpath) $(lib__nch5fletcher32_la_OBJECTS) $(lib__nch5fletcher32_la_LIBADD) $(LIBS) - -lib__nch5misc.la: $(lib__nch5misc_la_OBJECTS) $(lib__nch5misc_la_DEPENDENCIES) $(EXTRA_lib__nch5misc_la_DEPENDENCIES) - $(AM_V_CCLD)$(lib__nch5misc_la_LINK) $(am_lib__nch5misc_la_rpath) $(lib__nch5misc_la_OBJECTS) $(lib__nch5misc_la_LIBADD) $(LIBS) - -lib__nch5noop.la: $(lib__nch5noop_la_OBJECTS) $(lib__nch5noop_la_DEPENDENCIES) $(EXTRA_lib__nch5noop_la_DEPENDENCIES) - $(AM_V_CCLD)$(lib__nch5noop_la_LINK) $(am_lib__nch5noop_la_rpath) $(lib__nch5noop_la_OBJECTS) $(lib__nch5noop_la_LIBADD) $(LIBS) - -lib__nch5noop1.la: $(lib__nch5noop1_la_OBJECTS) $(lib__nch5noop1_la_DEPENDENCIES) $(EXTRA_lib__nch5noop1_la_DEPENDENCIES) - $(AM_V_CCLD)$(lib__nch5noop1_la_LINK) $(am_lib__nch5noop1_la_rpath) $(lib__nch5noop1_la_OBJECTS) $(lib__nch5noop1_la_LIBADD) $(LIBS) - -lib__nch5shuffle.la: $(lib__nch5shuffle_la_OBJECTS) $(lib__nch5shuffle_la_DEPENDENCIES) $(EXTRA_lib__nch5shuffle_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5shuffle_la_rpath) $(lib__nch5shuffle_la_OBJECTS) $(lib__nch5shuffle_la_LIBADD) $(LIBS) - -lib__nch5szip.la: $(lib__nch5szip_la_OBJECTS) $(lib__nch5szip_la_DEPENDENCIES) $(EXTRA_lib__nch5szip_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5szip_la_rpath) $(lib__nch5szip_la_OBJECTS) $(lib__nch5szip_la_LIBADD) $(LIBS) - -lib__nch5unknown.la: $(lib__nch5unknown_la_OBJECTS) $(lib__nch5unknown_la_DEPENDENCIES) $(EXTRA_lib__nch5unknown_la_DEPENDENCIES) - $(AM_V_CCLD)$(lib__nch5unknown_la_LINK) $(am_lib__nch5unknown_la_rpath) $(lib__nch5unknown_la_OBJECTS) $(lib__nch5unknown_la_LIBADD) $(LIBS) - -lib__nch5zstd.la: $(lib__nch5zstd_la_OBJECTS) $(lib__nch5zstd_la_DEPENDENCIES) $(EXTRA_lib__nch5zstd_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nch5zstd_la_rpath) $(lib__nch5zstd_la_OBJECTS) $(lib__nch5zstd_la_LIBADD) $(LIBS) - -lib__nczhdf5filters.la: $(lib__nczhdf5filters_la_OBJECTS) $(lib__nczhdf5filters_la_DEPENDENCIES) $(EXTRA_lib__nczhdf5filters_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nczhdf5filters_la_rpath) $(lib__nczhdf5filters_la_OBJECTS) $(lib__nczhdf5filters_la_LIBADD) $(LIBS) - -lib__nczmisc.la: $(lib__nczmisc_la_OBJECTS) $(lib__nczmisc_la_DEPENDENCIES) $(EXTRA_lib__nczmisc_la_DEPENDENCIES) - $(AM_V_CCLD)$(lib__nczmisc_la_LINK) $(am_lib__nczmisc_la_rpath) $(lib__nczmisc_la_OBJECTS) $(lib__nczmisc_la_LIBADD) $(LIBS) - -lib__nczstdfilters.la: $(lib__nczstdfilters_la_OBJECTS) $(lib__nczstdfilters_la_DEPENDENCIES) $(EXTRA_lib__nczstdfilters_la_DEPENDENCIES) - $(AM_V_CCLD)$(LINK) $(am_lib__nczstdfilters_la_rpath) $(lib__nczstdfilters_la_OBJECTS) $(lib__nczstdfilters_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/H5Zblosc.Plo # am--include-marker -include ./$(DEPDIR)/H5Zbzip2.Plo # am--include-marker -include ./$(DEPDIR)/H5Zdeflate.Plo # am--include-marker -include ./$(DEPDIR)/H5Zfletcher32.Plo # am--include-marker -include ./$(DEPDIR)/H5Zmisc.Plo # am--include-marker -include ./$(DEPDIR)/H5Znoop.Plo # am--include-marker -include ./$(DEPDIR)/H5Znoop1.Plo # am--include-marker -include ./$(DEPDIR)/H5Zshuffle.Plo # am--include-marker -include ./$(DEPDIR)/H5Zszip.Plo # am--include-marker -include ./$(DEPDIR)/H5Zunknown.Plo # am--include-marker -include ./$(DEPDIR)/H5Zutil.Plo # am--include-marker -include ./$(DEPDIR)/H5Zzstd.Plo # am--include-marker -include ./$(DEPDIR)/H5checksum.Plo # am--include-marker -include ./$(DEPDIR)/NCZhdf5filters.Plo # am--include-marker -include ./$(DEPDIR)/NCZmisc.Plo # am--include-marker -include ./$(DEPDIR)/NCZstdfilters.Plo # am--include-marker -include ./$(DEPDIR)/blocksort.Plo # am--include-marker -include ./$(DEPDIR)/bzlib.Plo # am--include-marker -include ./$(DEPDIR)/compress.Plo # am--include-marker -include ./$(DEPDIR)/crctable.Plo # am--include-marker -include ./$(DEPDIR)/decompress.Plo # am--include-marker -include ./$(DEPDIR)/huffman.Plo # am--include-marker -include ./$(DEPDIR)/randtable.Plo # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(plugindir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -check-valgrind: check-valgrind-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkLTLIBRARIES clean-generic clean-libtool \ - clean-local clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/H5Zblosc.Plo - -rm -f ./$(DEPDIR)/H5Zbzip2.Plo - -rm -f ./$(DEPDIR)/H5Zdeflate.Plo - -rm -f ./$(DEPDIR)/H5Zfletcher32.Plo - -rm -f ./$(DEPDIR)/H5Zmisc.Plo - -rm -f ./$(DEPDIR)/H5Znoop.Plo - -rm -f ./$(DEPDIR)/H5Znoop1.Plo - -rm -f ./$(DEPDIR)/H5Zshuffle.Plo - -rm -f ./$(DEPDIR)/H5Zszip.Plo - -rm -f ./$(DEPDIR)/H5Zunknown.Plo - -rm -f ./$(DEPDIR)/H5Zutil.Plo - -rm -f ./$(DEPDIR)/H5Zzstd.Plo - -rm -f ./$(DEPDIR)/H5checksum.Plo - -rm -f ./$(DEPDIR)/NCZhdf5filters.Plo - -rm -f ./$(DEPDIR)/NCZmisc.Plo - -rm -f ./$(DEPDIR)/NCZstdfilters.Plo - -rm -f ./$(DEPDIR)/blocksort.Plo - -rm -f ./$(DEPDIR)/bzlib.Plo - -rm -f ./$(DEPDIR)/compress.Plo - -rm -f ./$(DEPDIR)/crctable.Plo - -rm -f ./$(DEPDIR)/decompress.Plo - -rm -f ./$(DEPDIR)/huffman.Plo - -rm -f ./$(DEPDIR)/randtable.Plo - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-pluginLTLIBRARIES - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/H5Zblosc.Plo - -rm -f ./$(DEPDIR)/H5Zbzip2.Plo - -rm -f ./$(DEPDIR)/H5Zdeflate.Plo - -rm -f ./$(DEPDIR)/H5Zfletcher32.Plo - -rm -f ./$(DEPDIR)/H5Zmisc.Plo - -rm -f ./$(DEPDIR)/H5Znoop.Plo - -rm -f ./$(DEPDIR)/H5Znoop1.Plo - -rm -f ./$(DEPDIR)/H5Zshuffle.Plo - -rm -f ./$(DEPDIR)/H5Zszip.Plo - -rm -f ./$(DEPDIR)/H5Zunknown.Plo - -rm -f ./$(DEPDIR)/H5Zutil.Plo - -rm -f ./$(DEPDIR)/H5Zzstd.Plo - -rm -f ./$(DEPDIR)/H5checksum.Plo - -rm -f ./$(DEPDIR)/NCZhdf5filters.Plo - -rm -f ./$(DEPDIR)/NCZmisc.Plo - -rm -f ./$(DEPDIR)/NCZstdfilters.Plo - -rm -f ./$(DEPDIR)/blocksort.Plo - -rm -f ./$(DEPDIR)/bzlib.Plo - -rm -f ./$(DEPDIR)/compress.Plo - -rm -f ./$(DEPDIR)/crctable.Plo - -rm -f ./$(DEPDIR)/decompress.Plo - -rm -f ./$(DEPDIR)/huffman.Plo - -rm -f ./$(DEPDIR)/randtable.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-pluginLTLIBRARIES - -.MAKE: all check check-am install install-am install-exec \ - install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles 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-checkLTLIBRARIES clean-generic clean-libtool clean-local \ - clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES - -.PRECIOUS: Makefile - -H5Znoop1.c: Makefile H5Znoop.c - echo '#define NOOP_INSTANCE 1' > $@ - cat ${srcdir}/H5Znoop.c >> $@ -bzip2:: - rm -fr ./${BZIP2DIR} ${BZIP2SRC} BZIP2_LICENSE - wget ${BZIP2URL} - tar -zxf ${BZIP2DIR}.tar.gz - cd ${BZIP2DIR}; cp ${BZIP2SRC} ..; cp LICENSE ../BZIP2_LICENSE ; cd .. - rm -fr ./${BZIP2DIR} - -# Custom clean -clean-local: - rm -fr ${ALTPLUGINDIR} - -# 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: diff --git a/plugins/findplugin.sh b/plugins/findplugin.sh deleted file mode 100644 index 8c5b78b..0000000 --- a/plugins/findplugin.sh +++ /dev/null @@ -1,125 +0,0 @@ -#!/bin/bash - -# Define a function that attempts to locate a -# plugin with a given canonical name. -# Assumptions: -# 1. plugins is a top-level directory, possibly in "build" -# Inputs: -# $1 is the canonical name -# $2 is 1 if we are running under cmake -# $3 is 1 if we are running using Visual Studio, blank otherwise -# $4 is the build type; only used if $3 is 1 -# Outputs: -# return code is 0 is success, 1 if failed -# Variable HDF5_PLUGIN_LIB is set to the library file name -# Variable HDF5_PLUGIN_DIR is set to the absolute path to the -# directory containing the plugin library file -# Local variables are prefixed with FP_ -# -# Note: we assume that the use of the CMAKE_BUILD_TYPE -# is obviated by setting the LIBRARY_OUTPUT_DIRECTORY -# variables: see hdf5plugins/CMakeLists.txt - -# Define location of execution -TOPSRCDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -TOPBUILDDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' - -# Need info from test_common -if test "x$srcdir" = x ; then srcdir=`pwd`; fi -. ${TOPBUILDDIR}/test_common.sh - -findpluginext() { - # Infer the expected plugin shared library extension - # Note: will fail if used before plugins is built - # Also assumes that misc filter is always built - # Approach is to use find to see what is in plugins directory. - TSO=`find ${TOPBUILDDIR}/plugins -name '*misc.so'` - TDY=`find ${TOPBUILDDIR}/plugins -name '*misc.dylib'` - TCYG=`find ${TOPBUILDDIR}/plugins -name 'cyg*misc.dll'` - TMING=`find ${TOPBUILDDIR}/plugins -name lib*misc.dll` - TDLL=`find ${TOPBUILDDIR}/plugins -name '*misc.dll'` - if test "x$TSO" != x ; then - FP_PLUGIN_EXT="so" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDY" != x ; then - FP_PLUGIN_EXT="dylib" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TCYG" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="cyg__nc" - elif test "x$TMING" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="lib__nc" - elif test "x$TDLL" != x ; then - FP_PLUGIN_EXT="dll" - FP_PLUGIN_PRE="__nc" - else # unknown - unset FP_PLUGIN_EXT - unset FP_PLUGIN_PRE - fi -} - -findplugindir() { -FP_PLUGIN_DIR= -# Figure out the path to where the lib is stored -# This can probably be simplified - -CURWD=`pwd` -cd ${TOPBUILDDIR}/plugins -FP_PLUGINS=`pwd` -cd ${CURWD} - -# Case 1: Cmake with Visual Studio -if test "x$FP_ISCMAKE" != x -a "x${FP_ISMSVC}" != x ; then - # Case 1a: ignore the build type directory - if test -e "${FP_PLUGINS}/${FP_PLUGIN_LIB}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi -else # Case 2: automake - # Case 2a: look in .libs - if test -e "${FP_PLUGINS}/.libs" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}/.libs" - else # Case 2: look in FP_PLUGINS directly - if test -e "${FP_PLUGINS}" ; then - FP_PLUGIN_DIR="${FP_PLUGINS}" - fi - fi -fi - -# Verify -if test "x$FP_PLUGIN_DIR" = x ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_DIR" - return 1 -fi - -# Make local path -FP_PLUGIN_DIR=`${NCPATHCVT} -F $FP_PLUGIN_DIR` -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" -} - -findplugin() { - -FP_NAME="$1" - -FP_PLUGIN_LIB= - -# Figure out the plugin file name -FP_PLUGIN_LIB="${FP_PLUGIN_PRE}${FP_NAME}.${FP_PLUGIN_EXT}" - -# Verify -if ! test -f "$FP_PLUGIN_DIR/$FP_PLUGIN_LIB" ; then - echo "***Fail: Could not locate a usable HDF5_PLUGIN_LIB" - return 1 -fi - -# Set the final output variables -HDF5_PLUGIN_LIB="$FP_PLUGIN_LIB" -HDF5_PLUGIN_DIR="$FP_PLUGIN_DIR" - -return 0 -} - -# init -unset HDF5_PLUGIN_DIR -findpluginext -findplugindir diff --git a/postinstall.sh b/postinstall.sh deleted file mode 100644 index e967d6c..0000000 --- a/postinstall.sh +++ /dev/null @@ -1,136 +0,0 @@ -#!/bin/bash -# Script to automatically build, install netcdf-fortran. -# Very rought draft. - -DOCMAKE="" -DOAUTOTOOL="" -DOACTION="" -TARGVERSION="v4.4.4" - -MARG="" -if [ $# -lt 1 ]; then - echo "" - echo "WARNING! THIS SCRIPT IS NOT MEANT TO BE RUN MANUALLY." - echo "WARNING! THIS SCRIPT IS NOT MEANT TO BE RUN MANUALLY." - echo "" - exit 1 -fi - - -## -# Check for 'git', exit if it's not found. -## -hash git 2>/dev/null -if [ $? -eq 1 ]; then - echo "ERROR: 'git' is required to install netcdf-fortran automatically" - echo "through this method. Please reinstall git and try again." - exit 1 -fi - -while getopts "a:t:" o; do - case "${o}" in - t) - MARG=${OPTARG} - ;; - a) - DOACTION=${OPTARG} - ;; - *) - echo "Specify type with -t. Types are autotools or cmake." - exit 1 - ;; - esac -done - - -### -# Make sure we're specifying an allowed -# build system. -### -case ${MARG} in - cmake) - DOCMAKE="TRUE" - ;; - autotools) - DOAUTOTOOL="TRUE" - ;; - *) - echo "Illegal type. Types are autotools or cmake." - exit 1 - ;; -esac - -### -# Make sure we're performing a valid action. -### -case ${DOACTION} in - build) - ;; - install) - ;; - *) - echo "Illegal action." - exit 1 - ;; -esac - - -### -# Fetch netcdf-fortran from git if need be. -### - -if [ ! -d "netcdf-fortran" ]; then - git clone http://github.com/unidata/netcdf-fortran - -fi - -cd netcdf-fortran -git checkout $TARGVERSION - -### -# Invoke cmake to build netcdf-fortran -### - -if [ "x$DOCMAKE" = "xTRUE" ]; then - - mkdir -p build - cd build - - if [ "x$DOACTION" = "xbuild" ]; then - cmake .. -DCMAKE_PREFIX_PATH=@CMAKE_INSTALL_PREFIX@ -DCMAKE_INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@ -DBUILD_SHARED_LIBS=@BUILD_SHARED_LIBS@ -DTEST_PARALLEL=@ENABLE_PARALLEL@ && - make && make test - fi - - if [ "x$DOACTION" = "xinstall" ]; then - make install - fi - -fi - -if [ "x$DOAUTOTOOL" = "xTRUE" ]; then - - if [ "x$DOACTION" = "xbuild" ]; then - if [ ! -f "configure" ]; then - autoreconf -if - fi - - STATIC_BUILD="--disable-static" - if [ "xyes" = "xyes" ]; then - STATIC_BUILD="--enable-static" - fi - - SHARED_BUILD="--disable-shared" - if [ "xyes" = "xyes" ]; then - SHARED_BUILD="--enable-shared" - fi - - LIBS="-lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl " CFLAGS="-I/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2/include" LDFLAGS="-L/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2/lib" ./configure --prefix=/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 $STATIC_BUILD $SHARED_BUILD - LIBS="-lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl " make - LIBS="-lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl " make check - fi - - if [ "x$DOACTION" = "xinstall" ]; then - make install - fi - -fi diff --git a/test_common.sh b/test_common.sh deleted file mode 100644 index af9c1e0..0000000 --- a/test_common.sh +++ /dev/null @@ -1,189 +0,0 @@ -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -# 2015, 2016, 2017, 2018 -# University Corporation for Atmospheric Research/Unidata. - -# See netcdf-c/COPYRIGHT file for more info. - -# Load only once -if test "x$TEST_COMMON_SH" = x ; then -export TEST_COMMON_SH=1 - -# Define location of execution -TOPSRCDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -TOPBUILDDIR='/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2' -FP_ISCMAKE= -FP_ISMSVC= - FP_WINVERMAJOR=0 - FP_WINVERBUILD=0 -FP_ISCYGWIN= -FP_ISMINGW= -FP_ISMSYS= -FP_ISOSX= - -FP_ISREGEDIT=yes -FP_USEPLUGINS=yes - -# Feature flags -FEATURE_HDF5=yes -FEATURE_PARALLEL=no - -# Define selected features of the build -FEATURE_HDF5=yes -FEATURE_FILTERTESTS=yes -FEATURE_PLUGIN_INSTALL_DIR=no -FEATURE_BYTERANGE=yes -FEATURE_S3_SDK=@HAS_S3_SDK@ -FEATURE_S3=no -FEATURE_NCZARR=yes -FEATURE_S3TESTS=no -FEATURE_NCZARR_ZIP=no - -# Thredds-test server is currently disabled -#FEATURE_THREDDSTEST=1 - -set -e - -# Figure out various locations in the src/build tree. -# This is relatively fragile code and is essentially -# specific to netcdf-c. It does, however, have the virtue -# of isolating all this nonsense into one place. -# This will get somewhat simplified (I hope) when -# we move to a separate test_utilities directory - -# This code is intended to provide constants -# for accessing various objects in the src/build -# tree(s) across multiple ways of building netcdf-c. -# Currently, the following build situations are supported. -# 1. Autoconf with make check: the src and build trees are the same -# 2. Autoconf with make distcheck: the src and build trees are distinct -# 3. Cmake on a *nix platform using e.g. gcc: -# the src and build trees are distinct. -# 4. Cmake on windows using cygwin or msys. -# The src and build trees are distinct. -# -# For now, an explicit build using the Visual C(++) compiler -# is not supported. The big issue is the handling of executables -# and the notion of a VS configuration/build type like Debug or Release. -# When using VS, executables are placed in a subdirectory of the -# build directory. That subdirectory is named by the configuration type. -# Thus one finds ncdump.exe in $top_builddir/ncdump/Debug instead of -# $top_builddir/ncdump. An additional issue is the extension of an -# executable: .exe vs nothing. This code attempts to figure out which is used. -# -# For possible future fixes, a placeholder is left in place in the -# following code named VS. If it were set to the build type, then, -# in theory, this code would work with Visual C. It is disabled for now. -# -# The goal, then, of this common code is to set up some useful -#constants for use in test shell scripts. -# 1. srcdir - absolute path to the source dir (e.g. ${top_srcdir}/ncgen) -# 2. top_srcdir - absolute path to the root of the source -# 3. top_builddir - absolute path to the root of the build directory; -# may be same as top_srcdir (e.g. #1). -# 4. builddir - absolute path of th the directory into which generated -# stuff (.nc, .cdl, etc) is stored. -# 5. execdir - absolute path of the directory into which executables are -# placed. For all but the VS case, execdir == builddir. -# -# The following are defined to support inter-directory references. -# 6. NCDUMP - absolute path to the ncdump.exe executable -# 7. NCCOPY - absolute path to the nccopy.exe executable -# 8. NCGEN - absolute path to ncgen.exe -# 9. NCGEN3 - absolute path to ncgen3.exe -#10. NCPATHCVT - absolute path to ncpathcvt.exe - -# Allow global set -x mechanism for debugging. -if test "x$SETX" = x1 ; then set -x ; fi - -# On MINGW, bash and other POSIX utilities use a mounted root directory, -# but executables compiled for Windows do not recognise the mount point. -# Here we ensure that Windows paths are used in tests of Windows executables. - -system=`uname` -if test "x${system##MINGW*}" = x; then - alias pwd='pwd -W' - -fi - -# We assume that TOPSRCDIR and TOPBUILDDIR are defined -# At the top of this shell script -top_srcdir="$TOPSRCDIR" -top_builddir="$TOPBUILDDIR" - -# Currently not used, but left as a Visual Studio placeholder. -# VS=Debug - -# srcdir may or may not be defined, but if not, then create it -if test "x$srcdir" = x ; then - # we need to figure out our directory - # pick off the last component as the relative name of this directory - srcdir=`pwd` - current=`basename $srcdir` - srcdir="${top_srcdir}/$current" -fi - -# We also assume we are executing in builddir -builddir=`pwd` - -# execdir is an alias for builddir -execdir="${builddir}" - -# pick off the last component as the relative name of this directory -thisdir=`basename $srcdir` - -WD=`pwd` -# Absolutize paths of interest -cd $srcdir; srcdir=`pwd` ; cd $WD -cd $top_srcdir; top_srcdir=`pwd` ; cd $WD -cd $builddir; builddir=`pwd` ; cd $WD -cd $top_builddir; top_builddir=`pwd` ; cd $WD -cd $execdir; execdir=`pwd` ; cd $WD - -# For sun os -export srcdir top_srcdir builddir top_builddir execdir - -# Figure out executable extension (probably a better way) -if test -e "${top_builddir}/ncdump${VS}/ncdump.exe" ; then - ext=".exe" -else - ext="" -fi - -# We need to locate certain executables (and other things), -# capture absolute paths, and make visible -export NCDUMP="${top_builddir}/ncdump${VS}/ncdump${ext}" -export NCCOPY="${top_builddir}/ncdump${VS}/nccopy${ext}" -export NCGEN="${top_builddir}/ncgen${VS}/ncgen${ext}" -export NCGEN3="${top_builddir}/ncgen3${VS}/ncgen3${ext}" -export NCPATHCVT="${top_builddir}/ncdump${VS}/ncpathcvt${ext}" - -# Temporary hacks (until we have a test_utils directory) -# to locate certain specific test files -ncgen3c0="${top_srcdir}/ncgen3/c0.cdl" -ncgenc0="${top_srcdir}/ncgen/c0.cdl" -ncgenc04="${top_srcdir}/ncgen/c0_4.cdl" - -# Set LC_ALL -if test "x$FP_ISMSVC" = xyes || test "x$FP_ISCYGWIN" = xyes; then export LC_ALL="en_US.utf8"; fi - -# Set HOME -if test "x$FP_ISMSVC" = xyes || test "x$FP_MINGW" = xyes; then -if test "x$HOME" = x ; then -HOME=`echo $USERPROFILE |tr '\\\' '/'` -export HOME -fi -fi - -# Test for filter availability -avail() { -if test yes = `${execdir}/../ncdump/ncfilteravail $1` ; then return 0 ; else echo "filter $1 not available" ; return 1; fi -} - -# Thredds-test is no longer available -#FEATURE_THREDDSTEST=1 - -# Make sure we are in builddir (not execdir) -cd $builddir - -fi #TEST_COMMON_SH diff --git a/unit_test/Makefile b/unit_test/Makefile deleted file mode 100644 index 70018fb..0000000 --- a/unit_test/Makefile +++ /dev/null @@ -1,1385 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# unit_test/Makefile. Generated from Makefile.in by configure. - -# 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. - - - -# Copyright 2019, see the COPYRIGHT file for more information. - -# This file builds and runs the unit tests. These tests are not run in -# the CMake build, because we would then have to extern these internal -# functions, to allow Windows to work. Since we have not extern'd -# these functions, they will only be run under the autotools build. - -# Ed Hartnett 8/9/19 - -# This is part of the netCDF package. -# Copyright 2018 University Corporation for Atmospheric Research/Unidata -# See COPYRIGHT file for conditions of use. -# -# Assemble the CPPFLAGS and LDFLAGS that point to all the needed -# libraries for netCDF-4. -# - -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)/netcdf-c -pkgincludedir = $(includedir)/netcdf-c -pkglibdir = $(libdir)/netcdf-c -pkglibexecdir = $(libexecdir)/netcdf-c -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 = x86_64-pc-linux-gnu -host_triplet = x86_64-pc-linux-gnu -target_triplet = x86_64-pc-linux-gnu -am__append_1 = -I${top_srcdir}/oc2 -am__append_2 = -I${top_srcdir}/libnczarr -#am__append_3 = -lstdc++ - -# => tinyxml2 -#am__append_4 = -lstdc++ -check_PROGRAMS = tst_nclist$(EXEEXT) test_ncuri$(EXEEXT) \ - test_pathcvt$(EXEEXT) tst_exhash$(EXEEXT) tst_xcache$(EXEEXT) \ - $(am__EXEEXT_1) $(am__EXEEXT_2) -TESTS = tst_nclist$(EXEEXT) test_ncuri$(EXEEXT) test_pathcvt$(EXEEXT) \ - tst_exhash$(EXEEXT) tst_xcache$(EXEEXT) $(am__EXEEXT_1) \ - $(am__append_8) -am__append_5 = tst_nc4internal -am__append_6 = tst_nc4internal -#am__append_7 = test_aws -#am__append_8 = run_aws.sh -subdir = unit_test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = tst_nc4internal$(EXEEXT) -#am__EXEEXT_2 = test_aws$(EXEEXT) -test_aws_SOURCES = test_aws.c -test_aws_OBJECTS = test_aws.$(OBJEXT) -test_aws_LDADD = $(LDADD) -test_aws_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -am__v_lt_0 = --silent -am__v_lt_1 = -test_ncuri_SOURCES = test_ncuri.c -test_ncuri_OBJECTS = test_ncuri.$(OBJEXT) -test_ncuri_LDADD = $(LDADD) -test_ncuri_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -test_pathcvt_SOURCES = test_pathcvt.c -test_pathcvt_OBJECTS = test_pathcvt.$(OBJEXT) -test_pathcvt_LDADD = $(LDADD) -test_pathcvt_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_exhash_OBJECTS = tst_exhash.$(OBJEXT) timer_utils.$(OBJEXT) -tst_exhash_OBJECTS = $(am_tst_exhash_OBJECTS) -tst_exhash_LDADD = $(LDADD) -tst_exhash_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nc4internal_SOURCES = tst_nc4internal.c -tst_nc4internal_OBJECTS = tst_nc4internal.$(OBJEXT) -tst_nc4internal_LDADD = $(LDADD) -tst_nc4internal_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -tst_nclist_SOURCES = tst_nclist.c -tst_nclist_OBJECTS = tst_nclist.$(OBJEXT) -tst_nclist_LDADD = $(LDADD) -tst_nclist_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -am_tst_xcache_OBJECTS = tst_xcache.$(OBJEXT) timer_utils.$(OBJEXT) -tst_xcache_OBJECTS = $(am_tst_xcache_OBJECTS) -tst_xcache_LDADD = $(LDADD) -tst_xcache_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la -AM_V_P = $(am__v_P_$(V)) -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I. -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/test_aws.Po \ - ./$(DEPDIR)/test_ncuri.Po ./$(DEPDIR)/test_pathcvt.Po \ - ./$(DEPDIR)/timer_utils.Po ./$(DEPDIR)/tst_exhash.Po \ - ./$(DEPDIR)/tst_nc4internal.Po ./$(DEPDIR)/tst_nclist.Po \ - ./$(DEPDIR)/tst_xcache.Po -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = test_aws.c test_ncuri.c test_pathcvt.c $(tst_exhash_SOURCES) \ - tst_nc4internal.c tst_nclist.c $(tst_xcache_SOURCES) -DIST_SOURCES = test_aws.c test_ncuri.c test_pathcvt.c \ - $(tst_exhash_SOURCES) tst_nc4internal.c tst_nclist.c \ - $(tst_xcache_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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) -# 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)` -am__tty_colors_dummy = \ - mgn= red= grn= lgn= blu= brg= std=; \ - am__color_tests=no -am__tty_colors = { \ - $(am__tty_colors_dummy); \ - if test "X$(AM_COLOR_TESTS)" = Xno; then \ - am__color_tests=no; \ - elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ - am__color_tests=yes; \ - elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ - am__color_tests=yes; \ - fi; \ - if test $$am__color_tests = yes; then \ - red=''; \ - grn=''; \ - lgn=''; \ - blu=''; \ - mgn=''; \ - brg=''; \ - std=''; \ - fi; \ -} -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__recheck_rx = ^[ ]*:recheck:[ ]* -am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* -am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* -# A command that, given a newline-separated list of test names on the -# standard input, print the name of the tests that are to be re-run -# upon "make recheck". -am__list_recheck_tests = $(AWK) '{ \ - recheck = 1; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - { \ - if ((getline line2 < ($$0 ".log")) < 0) \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ - { \ - recheck = 0; \ - break; \ - } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ - { \ - break; \ - } \ - }; \ - if (recheck) \ - print $$0; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# A command that, given a newline-separated list of test names on the -# standard input, create the global log from their .trs and .log files. -am__create_global_log = $(AWK) ' \ -function fatal(msg) \ -{ \ - print "fatal: making $@: " msg | "cat >&2"; \ - exit 1; \ -} \ -function rst_section(header) \ -{ \ - print header; \ - len = length(header); \ - for (i = 1; i <= len; i = i + 1) \ - printf "="; \ - printf "\n\n"; \ -} \ -{ \ - copy_in_global_log = 1; \ - global_test_result = "RUN"; \ - while ((rc = (getline line < ($$0 ".trs"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".trs"); \ - if (line ~ /$(am__global_test_result_rx)/) \ - { \ - sub("$(am__global_test_result_rx)", "", line); \ - sub("[ ]*$$", "", line); \ - global_test_result = line; \ - } \ - else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ - copy_in_global_log = 0; \ - }; \ - if (copy_in_global_log) \ - { \ - rst_section(global_test_result ": " $$0); \ - while ((rc = (getline line < ($$0 ".log"))) != 0) \ - { \ - if (rc < 0) \ - fatal("failed to read from " $$0 ".log"); \ - print line; \ - }; \ - printf "\n"; \ - }; \ - close ($$0 ".trs"); \ - close ($$0 ".log"); \ -}' -# Restructured Text title. -am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# Solaris 10 'make', and several other traditional 'make' implementations, -# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it -# by disabling -e (using the XSI extension "set +e") if it's set. -am__sh_e_setup = case $$- in *e*) set +e;; esac -# Default flags passed to test drivers. -am__common_driver_flags = \ - --color-tests "$$am__color_tests" \ - --enable-hard-errors "$$am__enable_hard_errors" \ - --expect-failure "$$am__expect_failure" -# To be inserted before the command running the test. Creates the -# directory for the log if needed. Stores in $dir the directory -# containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and -# passes TESTS_ENVIRONMENT. Set up options for the wrapper that -# will run the test scripts (or their associated LOG_COMPILER, if -# thy have one). -am__check_pre = \ -$(am__sh_e_setup); \ -$(am__vpath_adj_setup) $(am__vpath_adj) \ -$(am__tty_colors); \ -srcdir=$(srcdir); export srcdir; \ -case "$@" in \ - */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ - *) am__odir=.;; \ -esac; \ -test "x$$am__odir" = x"." || test -d "$$am__odir" \ - || $(MKDIR_P) "$$am__odir" || exit $$?; \ -if test -f "./$$f"; then dir=./; \ -elif test -f "$$f"; then dir=; \ -else dir="$(srcdir)/"; fi; \ -tst=$$dir$$f; log='$@'; \ -if test -n '$(DISABLE_HARD_ERRORS)'; then \ - am__enable_hard_errors=no; \ -else \ - am__enable_hard_errors=yes; \ -fi; \ -case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ - am__expect_failure=yes;; \ - *) \ - am__expect_failure=no;; \ -esac; \ -$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) -# A shell command to get the names of the tests scripts with any registered -# extension removed (i.e., equivalently, the names of the test logs, with -# the '.log' extension removed). The result is saved in the shell variable -# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, -# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", -# since that might cause problem with VPATH rewrites for suffix-less tests. -# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. -am__set_TESTS_bases = \ - bases='$(TEST_LOGS)'; \ - bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ - bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' -RECHECK_LOGS = $(TEST_LOGS) -AM_RECURSIVE_TARGETS = check recheck -TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) -am__set_b = \ - case '$@' in \ - */*) \ - case '$*' in \ - */*) b='$*';; \ - *) b=`echo '$@' | sed 's/\.log$$//'`; \ - esac;; \ - *) \ - b='$*';; \ - esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/lib_flags.am $(top_srcdir)/test-driver -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16 -ALLOCA = -AMTAR = $${TAR-tar} -AM_CFLAGS = -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ - $(am__append_1) $(am__append_2) -AM_DEFAULT_VERBOSITY = 1 -AM_LDFLAGS = $(am__append_3) $(am__append_4) -AR = ar -AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16 -AWK = gawk -BINFILE_NAME = binary-netcdf-4.9.2.tar -BUILD_INTERNAL_DOCS = no -CC = gcc -CCDEPMODE = depmode=gcc3 -CC_VERSION = /usr/bin/gcc -CFLAGS = -fno-strict-aliasing -CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023 -CPP = -CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include -CSCOPE = cscope -CTAGS = ctags -CXX = g++ -CXXCPP = g++ -E -CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -g -O2 -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = false -DOT = dot -DOXYGEN = -DOXYGEN_CSS_FILE = -DOXYGEN_HEADER_FILE = -DOXYGEN_SEARCHENGINE = YES -DOXYGEN_SERVER_BASED_SEARCH = NO -DO_FILTER_TESTS = yes -DO_NCZARR_S3_TESTS = no -DO_NCZARR_ZIP_TESTS = no -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /usr/bin/grep -E -ENABLED_DOC_SECTIONS = -ENABLE_NCZARR = -ENABLE_VALGRIND_drd = no -ENABLE_VALGRIND_helgrind = no -ENABLE_VALGRIND_memcheck = no -ENABLE_VALGRIND_sgcheck = no -ETAGS = etags -EXEEXT = -FGREP = /usr/bin/grep -F -FILECMD = file -GREP = /usr/bin/grep -HAS_BENCHMARKS = no -HAS_BYTERANGE = yes -HAS_CDF5 = yes -HAS_DAP = yes -HAS_DAP2 = yes -HAS_DAP4 = yes -HAS_DISKLESS = yes -HAS_ERANGE_FILL = no -HAS_HDF4 = no -HAS_HDF5 = yes -HAS_JNA = no -HAS_LOGGING = no -HAS_MMAP = no -HAS_MULTIFILTERS = yes -HAS_NC2 = yes -HAS_NC4 = yes -HAS_NCZARR = yes -HAS_NCZARR_ZIP = no -HAS_PARALLEL = no -HAS_PARALLEL4 = no -HAS_PAR_FILTERS = yes -HAS_PNETCDF = no -HAS_QUANTIZE = yes -HAS_S3 = no -HAS_SZLIB = yes -HAS_SZLIB_WRITE = yes -HAS_ZSTD = no -HAVE_DOT = NO -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -ISCMAKE = -ISCYGWIN = -ISMINGW = -ISMSVC = -ISMSYS = -ISOSX = -ISREGEDIT = yes -LD = /usr/bin/ld -m elf_x86_64 -LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib -LIBOBJS = -LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -M4FLAGS = -MAINT = # -MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo -MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p -MPIEXEC = mpiexec -NC_DISPATCH_VERSION = 5 -NC_ENABLE_DOXYGEN_PDF_OUTPUT = -NC_HAS_BENCHMARKS = 0 -NC_HAS_BLOSC = 0 -NC_HAS_BYTERANGE = 1 -NC_HAS_BZ2 = 1 -NC_HAS_CDF5 = 1 -NC_HAS_DAP2 = 1 -NC_HAS_DAP4 = 1 -NC_HAS_DISKLESS = 1 -NC_HAS_ERANGE_FILL = 0 -NC_HAS_HDF4 = 0 -NC_HAS_HDF5 = 1 -NC_HAS_JNA = 0 -NC_HAS_LOGGING = 0 -NC_HAS_MMAP = 0 -NC_HAS_MULTIFILTERS = 1 -NC_HAS_NC2 = 1 -NC_HAS_NC4 = 1 -NC_HAS_NCZARR = 1 -NC_HAS_PARALLEL = 0 -NC_HAS_PARALLEL4 = 0 -NC_HAS_PAR_FILTERS = 1 -NC_HAS_PNETCDF = 0 -NC_HAS_QUANTIZE = 1 -NC_HAS_S3 = 0 -NC_HAS_SZIP = 0 -NC_HAS_ZSTD = 0 -NC_LIBS = -lnetcdf -NC_M4 = m4 -NC_VERSION = 4.9.2 -NC_VERSION_MAJOR = 4 -NC_VERSION_MINOR = 9 -NC_VERSION_NOTE = -NC_VERSION_PATCH = 2 -NC_XML2_CONFIG = xml2-config -NM = /usr/bin/nm -B -NMEDIT = -NOUNDEFINED = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = netcdf-c -PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu -PACKAGE_NAME = netCDF -PACKAGE_STRING = netCDF 4.9.2 -PACKAGE_TARNAME = netcdf-c -PACKAGE_URL = -PACKAGE_VERSION = 4.9.2 -PATH_SEPARATOR = : -PLUGIN_INSTALL_DIR = no -PLUGIN_INSTALL_DIR_SETTING = N.A. -RANLIB = ranlib -RELAX_COORD_BOUND = yes -SED = /usr/bin/sed -SET_MAKE = -SHELL = /bin/bash -SHOW_DOXYGEN_TAG_LIST = no -STD_FILTERS = deflate bz2 -STRIP = strip -USEPLUGINS = yes -VALGRIND = -VALGRIND_ENABLED = no -VERSION = 4.9.2 -WINVERBUILD = 0 -WINVERMAJOR = 0 -XML2FLAGS = -I/usr/include/libxml2 -XMLPARSER = libxml2 -abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/unit_test -abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/unit_test -abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2 -ac_ct_AR = ar -ac_ct_CC = gcc -ac_ct_CXX = g++ -ac_ct_DUMPBIN = -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build = x86_64-pc-linux-gnu -build_alias = -build_cpu = x86_64 -build_os = linux-gnu -build_vendor = pc -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -enable_shared = yes -enable_static = yes -exec_prefix = ${prefix} -host = x86_64-pc-linux-gnu -host_alias = -host_cpu = x86_64 -host_os = linux-gnu -host_vendor = pc -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = $(MKDIR_P) -netCDF_SO_VERSION = 21:2:2 -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2 -program_transform_name = s,x,x, -psdir = ${docdir} -runstatedir = ${localstatedir}/run -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = x86_64-pc-linux-gnu -target_alias = -target_cpu = x86_64 -target_os = linux-gnu -target_vendor = pc -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -valgrind_enabled_tools = -valgrind_tools = memcheck helgrind drd sgcheck -AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir}; - -# Put together AM_CPPFLAGS and AM_LDFLAGS. - -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#TESTS_ENVIRONMENT = export SETX=1; - -# Find and link to the netcdf-c library. -LDADD = ${top_builddir}/liblib/libnetcdf.la -tst_exhash_SOURCES = tst_exhash.c timer_utils.c timer_utils.h -tst_xcache_SOURCES = tst_xcache.c timer_utils.c timer_utils.h -EXTRA_DIST = CMakeLists.txt run_aws.sh nctest_netcdf4_classic.nc -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign unit_test/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign unit_test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; -$(top_srcdir)/lib_flags.am $(am__empty): - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: # $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): # $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - -test_aws$(EXEEXT): $(test_aws_OBJECTS) $(test_aws_DEPENDENCIES) $(EXTRA_test_aws_DEPENDENCIES) - @rm -f test_aws$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_aws_OBJECTS) $(test_aws_LDADD) $(LIBS) - -test_ncuri$(EXEEXT): $(test_ncuri_OBJECTS) $(test_ncuri_DEPENDENCIES) $(EXTRA_test_ncuri_DEPENDENCIES) - @rm -f test_ncuri$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_ncuri_OBJECTS) $(test_ncuri_LDADD) $(LIBS) - -test_pathcvt$(EXEEXT): $(test_pathcvt_OBJECTS) $(test_pathcvt_DEPENDENCIES) $(EXTRA_test_pathcvt_DEPENDENCIES) - @rm -f test_pathcvt$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_pathcvt_OBJECTS) $(test_pathcvt_LDADD) $(LIBS) - -tst_exhash$(EXEEXT): $(tst_exhash_OBJECTS) $(tst_exhash_DEPENDENCIES) $(EXTRA_tst_exhash_DEPENDENCIES) - @rm -f tst_exhash$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_exhash_OBJECTS) $(tst_exhash_LDADD) $(LIBS) - -tst_nc4internal$(EXEEXT): $(tst_nc4internal_OBJECTS) $(tst_nc4internal_DEPENDENCIES) $(EXTRA_tst_nc4internal_DEPENDENCIES) - @rm -f tst_nc4internal$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nc4internal_OBJECTS) $(tst_nc4internal_LDADD) $(LIBS) - -tst_nclist$(EXEEXT): $(tst_nclist_OBJECTS) $(tst_nclist_DEPENDENCIES) $(EXTRA_tst_nclist_DEPENDENCIES) - @rm -f tst_nclist$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_nclist_OBJECTS) $(tst_nclist_LDADD) $(LIBS) - -tst_xcache$(EXEEXT): $(tst_xcache_OBJECTS) $(tst_xcache_DEPENDENCIES) $(EXTRA_tst_xcache_DEPENDENCIES) - @rm -f tst_xcache$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(tst_xcache_OBJECTS) $(tst_xcache_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -include ./$(DEPDIR)/test_aws.Po # am--include-marker -include ./$(DEPDIR)/test_ncuri.Po # am--include-marker -include ./$(DEPDIR)/test_pathcvt.Po # am--include-marker -include ./$(DEPDIR)/timer_utils.Po # am--include-marker -include ./$(DEPDIR)/tst_exhash.Po # am--include-marker -include ./$(DEPDIR)/tst_nc4internal.Po # am--include-marker -include ./$(DEPDIR)/tst_nclist.Po # am--include-marker -include ./$(DEPDIR)/tst_xcache.Po # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< - -.c.obj: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ - $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ - $(am__mv) $$depbase.Tpo $$depbase.Po -# $(AM_V_CC)source='$<' object='$@' libtool=no \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: - $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ - $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ - $(am__mv) $$depbase.Tpo $$depbase.Plo -# $(AM_V_CC)source='$<' object='$@' libtool=yes \ -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ -# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -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-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(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-am - -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" -cscopelist: cscopelist-am - -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 - -# Recover from deleted '.trs' file; this should ensure that -# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create -# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells -# to avoid problems with "make -n". -.log.trs: - rm -f $< $@ - $(MAKE) $(AM_MAKEFLAGS) $< - -# Leading 'am--fnord' is there to ensure the list of targets does not -# expand to empty, as could happen e.g. with make check TESTS=''. -am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) -am--force-recheck: - @: - -$(TEST_SUITE_LOG): $(TEST_LOGS) - @$(am__set_TESTS_bases); \ - am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ - redo_bases=`for i in $$bases; do \ - am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ - done`; \ - if test -n "$$redo_bases"; then \ - redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ - redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ - if $(am__make_dryrun); then :; else \ - rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ - fi; \ - fi; \ - if test -n "$$am__remaking_logs"; then \ - echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ - "recursion detected" >&2; \ - elif test -n "$$redo_logs"; then \ - am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ - fi; \ - if $(am__make_dryrun); then :; else \ - st=0; \ - errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ - for i in $$redo_bases; do \ - test -f $$i.trs && test -r $$i.trs \ - || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ - test -f $$i.log && test -r $$i.log \ - || { echo "$$errmsg $$i.log" >&2; st=1; }; \ - done; \ - test $$st -eq 0 || exit 1; \ - fi - @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ - ws='[ ]'; \ - results=`for b in $$bases; do echo $$b.trs; done`; \ - test -n "$$results" || results=/dev/null; \ - all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ - pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ - fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ - skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ - xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ - xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ - error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ - if test `expr $$fail + $$xpass + $$error` -eq 0; then \ - success=true; \ - else \ - success=false; \ - fi; \ - br='==================='; br=$$br$$br$$br$$br; \ - result_count () \ - { \ - if test x"$$1" = x"--maybe-color"; then \ - maybe_colorize=yes; \ - elif test x"$$1" = x"--no-color"; then \ - maybe_colorize=no; \ - else \ - echo "$@: invalid 'result_count' usage" >&2; exit 4; \ - fi; \ - shift; \ - desc=$$1 count=$$2; \ - if test $$maybe_colorize = yes && test $$count -gt 0; then \ - color_start=$$3 color_end=$$std; \ - else \ - color_start= color_end=; \ - fi; \ - echo "$${color_start}# $$desc $$count$${color_end}"; \ - }; \ - create_testsuite_report () \ - { \ - result_count $$1 "TOTAL:" $$all "$$brg"; \ - result_count $$1 "PASS: " $$pass "$$grn"; \ - result_count $$1 "SKIP: " $$skip "$$blu"; \ - result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ - result_count $$1 "FAIL: " $$fail "$$red"; \ - result_count $$1 "XPASS:" $$xpass "$$red"; \ - result_count $$1 "ERROR:" $$error "$$mgn"; \ - }; \ - { \ - echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ - $(am__rst_title); \ - create_testsuite_report --no-color; \ - echo; \ - echo ".. contents:: :depth: 2"; \ - echo; \ - for b in $$bases; do echo $$b; done \ - | $(am__create_global_log); \ - } >$(TEST_SUITE_LOG).tmp || exit 1; \ - mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ - if $$success; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ - fi; \ - echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ - echo "$${col}$$br$${std}"; \ - create_testsuite_report --maybe-color; \ - echo "$$col$$br$$std"; \ - if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ - if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ - fi; \ - echo "$$col$$br$$std"; \ - fi; \ - $$success || exit 1 - -check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ - exit $$?; -recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - @set +e; $(am__set_TESTS_bases); \ - bases=`for i in $$bases; do echo $$i; done \ - | $(am__list_recheck_tests)` || exit 1; \ - log_list=`for i in $$bases; do echo $$i.log; done`; \ - log_list=`echo $$log_list`; \ - $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ - am__force_recheck=am--force-recheck \ - TEST_LOGS="$$log_list"; \ - exit $$? -tst_nclist.log: tst_nclist$(EXEEXT) - @p='tst_nclist$(EXEEXT)'; \ - b='tst_nclist'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_ncuri.log: test_ncuri$(EXEEXT) - @p='test_ncuri$(EXEEXT)'; \ - b='test_ncuri'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -test_pathcvt.log: test_pathcvt$(EXEEXT) - @p='test_pathcvt$(EXEEXT)'; \ - b='test_pathcvt'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_exhash.log: tst_exhash$(EXEEXT) - @p='tst_exhash$(EXEEXT)'; \ - b='tst_exhash'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_xcache.log: tst_xcache$(EXEEXT) - @p='tst_xcache$(EXEEXT)'; \ - b='tst_xcache'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tst_nc4internal.log: tst_nc4internal$(EXEEXT) - @p='tst_nc4internal$(EXEEXT)'; \ - b='tst_nc4internal'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -run_aws.sh.log: run_aws.sh - @p='run_aws.sh'; \ - b='run_aws.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: - @p='$<'; \ - $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -#.test$(EXEEXT).log: -# @p='$<'; \ -# $(am__set_b); \ -# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ -# --log-file $$b.log --trs-file $$b.trs \ -# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ -# "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @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 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -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: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) - -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-am - -check-valgrind-am: check-valgrind-local - -check-valgrind-drd: check-valgrind-drd-am - -check-valgrind-drd-am: check-valgrind-drd-local - -check-valgrind-helgrind: check-valgrind-helgrind-am - -check-valgrind-helgrind-am: check-valgrind-helgrind-local - -check-valgrind-memcheck: check-valgrind-memcheck-am - -check-valgrind-memcheck-am: check-valgrind-memcheck-local - -check-valgrind-sgcheck: check-valgrind-sgcheck-am - -check-valgrind-sgcheck-am: check-valgrind-sgcheck-local - -clean: clean-am - -clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f ./$(DEPDIR)/test_aws.Po - -rm -f ./$(DEPDIR)/test_ncuri.Po - -rm -f ./$(DEPDIR)/test_pathcvt.Po - -rm -f ./$(DEPDIR)/timer_utils.Po - -rm -f ./$(DEPDIR)/tst_exhash.Po - -rm -f ./$(DEPDIR)/tst_nc4internal.Po - -rm -f ./$(DEPDIR)/tst_nclist.Po - -rm -f ./$(DEPDIR)/tst_xcache.Po - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/test_aws.Po - -rm -f ./$(DEPDIR)/test_ncuri.Po - -rm -f ./$(DEPDIR)/test_pathcvt.Po - -rm -f ./$(DEPDIR)/timer_utils.Po - -rm -f ./$(DEPDIR)/tst_exhash.Po - -rm -f ./$(DEPDIR)/tst_nc4internal.Po - -rm -f ./$(DEPDIR)/tst_nclist.Po - -rm -f ./$(DEPDIR)/tst_xcache.Po - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: check-am install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ - 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-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - recheck tags tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - - -# If valgrind is present, add valgrind targets. - -# Valgrind check -# -# Optional: -# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions -# files to load. (Default: empty) -# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools. -# (Default: --num-callers=30) -# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: -# memcheck, helgrind, drd, sgcheck). (Default: various) - -# Optional variables -VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES)) -VALGRIND_FLAGS ?= --num-callers=30 -VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no -VALGRIND_helgrind_FLAGS ?= --history-level=approx -VALGRIND_drd_FLAGS ?= -VALGRIND_sgcheck_FLAGS ?= - -# Internal use -valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools))) - -valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) -valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) -valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) -valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) - -valgrind_quiet = $(valgrind_quiet_$(V)) -valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY)) -valgrind_quiet_0 = --quiet -valgrind_v_use = $(valgrind_v_use_$(V)) -valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY)) -valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):; - -# Support running with and without libtool. -ifneq ($(LIBTOOL),) -valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute -else -valgrind_lt = -endif - -# Use recursive makes in order to ignore errors during check -check-valgrind-am: -ifeq ($(VALGRIND_ENABLED),yes) - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ - $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) -else - @echo "Need to reconfigure with --enable-valgrind" -endif - -# Valgrind running -VALGRIND_TESTS_ENVIRONMENT = \ - $(TESTS_ENVIRONMENT) \ - env VALGRIND=$(VALGRIND) \ - G_SLICE=always-malloc,debug-blocks \ - G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly - -VALGRIND_LOG_COMPILER = \ - $(valgrind_lt) \ - $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS) - -define valgrind_tool_rule -check-valgrind-$(1)-am: -ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes) -ifneq ($$(TESTS),) - $$(valgrind_v_use)$$(MAKE) check-TESTS \ - TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \ - LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \ - LOG_FLAGS="$$(valgrind_$(1)_flags)" \ - TEST_SUITE_LOG=test-suite-$(1).log -endif -else ifeq ($$(VALGRIND_ENABLED),yes) - @echo "Need to reconfigure with --enable-valgrind-$(1)" -else - @echo "Need to reconfigure with --enable-valgrind" -endif -endef - -$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool)))) - -AM_DISTCHECK_CONFIGURE_FLAGS ?= -AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind - -MOSTLYCLEANFILES ?= -MOSTLYCLEANFILES += $(valgrind_log_files) - -.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools)) - - -# 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: