diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-04-13 18:07:56 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2017-04-13 18:07:56 (GMT) |
commit | ae32f505e08060e41e619a52dda979072b31af55 (patch) | |
tree | 1fb96d63d689ad331ffc19f00478d8eab8726508 /java/src/jni/Makefile.in | |
parent | fca6ea1fc4e3646f0431d1974b797c10b87b61d9 (diff) | |
parent | 32e706e2cc1cb73cc6cacf78e9174b7afa5e5430 (diff) | |
download | hdf5-ae32f505e08060e41e619a52dda979072b31af55.zip hdf5-ae32f505e08060e41e619a52dda979072b31af55.tar.gz hdf5-ae32f505e08060e41e619a52dda979072b31af55.tar.bz2 |
Merge pull request #423 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
* commit '32e706e2cc1cb73cc6cacf78e9174b7afa5e5430':
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Skip tests for page buffering in test/fheap.c for parallel build Skip the two tests for page buffering in test/fheap.c because this feature is disabled in parallel. Activate full testing when this feature is re-enabled in the future for parallel build.
Due to HDFVIEW-19 add read VL as string function
Diffstat (limited to 'java/src/jni/Makefile.in')
-rw-r--r-- | java/src/jni/Makefile.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/java/src/jni/Makefile.in b/java/src/jni/Makefile.in index 62b8da4..d29e539 100644 --- a/java/src/jni/Makefile.in +++ b/java/src/jni/Makefile.in @@ -730,11 +730,6 @@ TRACE = perl $(top_srcdir)/bin/trace # .chklog files are output from those tests. # *.clog and *.clog2 are from the MPE option. CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 - -# Add libtool shared library version numbers to the HDF5 library -# See libtool versioning documentation online. -# After making changes, run bin/reconfigure to update other configure related -# files like Makefile.in. LT_VERS_INTERFACE = 101 LT_VERS_REVISION = 0 LT_VERS_AGE = 0 @@ -1297,17 +1292,6 @@ uninstall-am: uninstall-libLTLIBRARIES help: @$(top_srcdir)/bin/makehelp -# Copyright by The HDF Group. -# Copyright by the Board of Trustees of the University of Illinois. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) |