Added .gitignore and dropped files

main
lib 2 years ago
parent 7c1620681a
commit 1f2db4b975
  1. 60
      .gitignore
  2. 1304
      Makefile
  3. 2
      SETUP
  4. 633
      config.h
  5. 2776
      config.status
  6. 1269
      dap4_test/Makefile
  7. 847
      docs/Makefile
  8. 613
      docs/images/Makefile
  9. 1461
      examples/C/Makefile
  10. 125
      examples/C/findplugin.sh
  11. 12
      examples/C/run_par_test.sh
  12. 986
      examples/CDL/Makefile
  13. 792
      examples/Makefile
  14. 1704
      h5_test/Makefile
  15. 26
      h5_test/run_par_tests.sh
  16. 1342
      hdf4_test/Makefile
  17. 774
      include/Makefile
  18. 73
      include/netcdf_meta.h
  19. 1014
      libdap2/Makefile
  20. 1045
      libdap4/Makefile
  21. 1529
      libdispatch/Makefile
  22. 803
      libhdf4/Makefile
  23. 1005
      libhdf5/Makefile
  24. 915
      liblib/Makefile
  25. 824
      libncpoco/Makefile
  26. 860
      libncxml/Makefile
  27. 1126
      libnczarr/Makefile
  28. 61
      libnetcdf.settings
  29. 1103
      libsrc/Makefile
  30. 39535
      libsrc/ncx.c
  31. 897
      libsrc4/Makefile
  32. 793
      libsrcp/Makefile
  33. 12103
      libtool
  34. 283
      nc-config
  35. 1631
      nc_perf/Makefile
  36. 12
      nc_perf/run_gfs_test.sh
  37. 30
      nc_perf/run_par_bm_test.sh
  38. 2117
      nc_test/Makefile
  39. 27
      nc_test/run_pnetcdf_tests.sh
  40. 3154
      nc_test4/Makefile
  41. 125
      nc_test4/findplugin.sh
  42. 70
      nc_test4/run_par_test.sh
  43. 1654
      ncdap_test/Makefile
  44. 638
      ncdap_test/expected3/Makefile
  45. 632
      ncdap_test/expectremote3/Makefile
  46. 702
      ncdap_test/testdata3/Makefile
  47. 2105
      ncdump/Makefile
  48. 631
      ncdump/cdl/Makefile
  49. 628
      ncdump/expected/Makefile
  50. 1044
      ncgen/Makefile
  51. 1312
      ncgen3/Makefile
  52. 1362
      nctest/Makefile
  53. 1928
      nczarr_test/Makefile
  54. 125
      nczarr_test/findplugin.sh
  55. 13
      netcdf.pc
  56. 965
      oc2/Makefile
  57. 1235
      plugins/Makefile
  58. 125
      plugins/findplugin.sh
  59. 136
      postinstall.sh
  60. 189
      test_common.sh
  61. 1385
      unit_test/Makefile

60
.gitignore vendored

@ -10,6 +10,66 @@ comps.txt
*.a *.a
*.la *.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/.libs/
examples/C/classic.nc examples/C/classic.nc
examples/C/filter_example examples/C/filter_example

1304
Makefile

File diff suppressed because it is too large Load Diff

@ -11,5 +11,5 @@ cd $(dirname $0)
libname=$(basename $(pwd)) 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 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 all -j8
make check # make check
make install make install

@ -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 <alloca.h> 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 <ctype.h> 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 <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <execinfo.h> header file. */
#define HAVE_EXECINFO_H 1
/* Define to 1 if you have the <fcntl.h> 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 <ftw.h> header file. */
#define HAVE_FTW_H 1
/* Define to 1 if you have the <getopt.h> 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 <hdf5.h> 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 <inttypes.h> 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 <libgen.h> 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 <locale.h> 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 <malloc.h> 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 <mfhdf.h> 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 <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> 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 <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> 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 <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/resource.h> header file. */
#define HAVE_SYS_RESOURCE_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> 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 <time.h> 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 <unistd.h> 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 <zstd.h> 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 <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `unsigned int' if <sys/types.h> 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"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -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 > ./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:

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

File diff suppressed because it is too large Load Diff

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

@ -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!!!'

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

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

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

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

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

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

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

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

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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

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

12103
libtool

File diff suppressed because it is too large Load Diff

@ -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 <<EOF
Usage: nc-config [OPTION]
Available values for OPTION include:
--help display this help message and exit
--all display all options
--cc C compiler
--cflags pre-processor and compiler flags
--has-dap2 whether OPeNDAP (DAP2) is enabled in this build
--has-dap4 whether DAP4 is enabled in this build
--has-dap same as --has-dap2 (Deprecated)
--has-nc2 whether NetCDF-2 API is enabled
--has-nc4 whether NetCDF-4/HDF-5 is enabled in this build
--has-hdf5 whether HDF5 is used in build (always the same as --has-nc4)
--has-hdf4 whether HDF4 was used in build
--has-logging whether logging is enabled with --enable-logging.
--has-pnetcdf whether PnetCDF was used in build
--has-szlib whether szlib is included in build
--has-cdf5 whether cdf5 support is included in build
--has-parallel4 whether has parallel IO support via HDF5
--has-parallel whether has parallel IO support via HDF5 or PnetCDF
--has-nczarr whether nczarr enabled
--has-zstd whether zstandard compression enabled
--has-multifilters whether multifilter support is enabled
--has-quanitze whether quantize support is enabled
--has-stdfilters lists the standard filters enabled
--has-benchmarks whether benchmarks enabled
--libs library linking information for netcdf
--static library linking information for statically-compiled netcdf
--prefix Install prefix
--includedir Include directory
--libdir Library directory
--plugindir Plugin directory
--version Library version
EOF
exit $1
}
all()
{
echo
echo "This $version has been built with the following features: "
echo
echo " --cc -> $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

File diff suppressed because it is too large Load Diff

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

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

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

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

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

File diff suppressed because it is too large Load Diff

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

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

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

File diff suppressed because it is too large Load Diff

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

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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

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

@ -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' <dap.tab.c >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:

File diff suppressed because it is too large Load Diff

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

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

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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save