summaryrefslogtreecommitdiffstats
path: root/test/.distdep
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-15 21:21:15 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-15 21:21:15 (GMT)
commit077d7c8c864c5452911117ee6b97c855487ff4cd (patch)
tree00bd45ce9d0085d0f0a73ddff6dc1a20820051b3 /test/.distdep
parent8ad2f1aae0e4b88dce6d97d32f91d305fa169f30 (diff)
downloadhdf5-077d7c8c864c5452911117ee6b97c855487ff4cd.zip
hdf5-077d7c8c864c5452911117ee6b97c855487ff4cd.tar.gz
hdf5-077d7c8c864c5452911117ee6b97c855487ff4cd.tar.bz2
[svn-r511] Changes since 19980715
---------------------- ./src/H5Flow.c ./src/H5Fprivate.h ./src/H5Fsplit.c Changed the allocation size request from `size_t' to `hsize_t' because it was overflowing for the `big' test. ./src/H5detect.c If `long double' and `double' are the same size then we define H5T_NATIVE_LDOUBLE to be the same as H5T_NATIVE_DOUBLE. Similarly for `long' vs. `long long' and `unsigned long' vs. `unsigned long long'. ./test/Makefile.in Added `big' to the list of tests to normally run. ./test/big.c Added a check to see if the file system supports holes and if it doesn't then the test is skipped.
Diffstat (limited to 'test/.distdep')
-rw-r--r--test/.distdep46
1 files changed, 23 insertions, 23 deletions
diff --git a/test/.distdep b/test/.distdep
index c348692..36186c3 100644
--- a/test/.distdep
+++ b/test/.distdep
@@ -283,29 +283,6 @@ shtype.o: \
../src/H5Ppublic.h \
../src/H5Zpublic.h \
../src/H5Spublic.h
-big.o: \
- big.c \
- ../src/hdf5.h \
- ../src/H5public.h \
- ../src/H5config.h \
- ../src/H5Ipublic.h \
- ../src/H5Apublic.h \
- ../src/H5ACpublic.h \
- ../src/H5Bpublic.h \
- ../src/H5Dpublic.h \
- ../src/H5Epublic.h \
- ../src/H5Fpublic.h \
- ../src/H5Gpublic.h \
- ../src/H5HGpublic.h \
- ../src/H5HLpublic.h \
- ../src/H5MFpublic.h \
- ../src/H5MMpublic.h \
- ../src/H5Opublic.h \
- ../src/H5Ppublic.h \
- ../src/H5Zpublic.h \
- ../src/H5Spublic.h \
- ../src/H5Tpublic.h \
- ../src/H5private.h
links.o: \
links.c \
../src/hdf5.h \
@@ -470,3 +447,26 @@ dsets.o: \
../src/H5Zpublic.h \
../src/H5Spublic.h \
../src/H5Tpublic.h
+big.o: \
+ big.c \
+ ../src/hdf5.h \
+ ../src/H5public.h \
+ ../src/H5config.h \
+ ../src/H5Ipublic.h \
+ ../src/H5Apublic.h \
+ ../src/H5ACpublic.h \
+ ../src/H5Bpublic.h \
+ ../src/H5Dpublic.h \
+ ../src/H5Epublic.h \
+ ../src/H5Fpublic.h \
+ ../src/H5Gpublic.h \
+ ../src/H5HGpublic.h \
+ ../src/H5HLpublic.h \
+ ../src/H5MFpublic.h \
+ ../src/H5MMpublic.h \
+ ../src/H5Opublic.h \
+ ../src/H5Ppublic.h \
+ ../src/H5Zpublic.h \
+ ../src/H5Spublic.h \
+ ../src/H5Tpublic.h \
+ ../src/H5private.h