diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-18 23:30:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-18 23:30:23 (GMT) |
commit | 7921315a33816b58c7d055d4744df691c943eaa8 (patch) | |
tree | e654371403bcbf96fdee2458bf288dfc9cc531f9 /testpar | |
parent | 0059525322df98fb6c6beaec2b89df93cc9657a8 (diff) | |
download | hdf5-7921315a33816b58c7d055d4744df691c943eaa8.zip hdf5-7921315a33816b58c7d055d4744df691c943eaa8.tar.gz hdf5-7921315a33816b58c7d055d4744df691c943eaa8.tar.bz2 |
[svn-r3304] Purpose:
Code update
Description:
Remove ragged array code & tests from library before release.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Dependencies | 5 | ||||
-rw-r--r-- | testpar/Makefile.in | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/testpar/Dependencies b/testpar/Dependencies index f566691..6350380 100644 --- a/testpar/Dependencies +++ b/testpar/Dependencies @@ -24,7 +24,6 @@ testphdf5.lo: \ $(top_srcdir)/src/H5Ppublic.h \ $(top_srcdir)/src/H5Zpublic.h \ $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5RApublic.h \ $(top_srcdir)/src/H5Spublic.h \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ @@ -56,7 +55,6 @@ t_dset.lo: \ $(top_srcdir)/src/H5Ppublic.h \ $(top_srcdir)/src/H5Zpublic.h \ $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5RApublic.h \ $(top_srcdir)/src/H5Spublic.h \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ @@ -88,7 +86,6 @@ t_file.lo: \ $(top_srcdir)/src/H5Ppublic.h \ $(top_srcdir)/src/H5Zpublic.h \ $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5RApublic.h \ $(top_srcdir)/src/H5Spublic.h \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ @@ -120,7 +117,6 @@ t_mpi.lo: \ $(top_srcdir)/src/H5Ppublic.h \ $(top_srcdir)/src/H5Zpublic.h \ $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5RApublic.h \ $(top_srcdir)/src/H5Spublic.h \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ @@ -152,7 +148,6 @@ t_mdset.lo: \ $(top_srcdir)/src/H5Ppublic.h \ $(top_srcdir)/src/H5Zpublic.h \ $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5RApublic.h \ $(top_srcdir)/src/H5Spublic.h \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ diff --git a/testpar/Makefile.in b/testpar/Makefile.in index d8428f8..7bb94f8 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -23,7 +23,7 @@ TEST_PROGS=t_mpi testphdf5 ## Temporary files MOSTLYCLEAN=ParaEg[123].h5f -DISTCLEAN=go +DISTCLEAN=go Makefile ## Test source files TEST_PHDF5_SRC=testphdf5.c t_dset.c t_file.c t_mdset.c |