diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-12-30 05:23:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-12-30 05:23:38 (GMT) |
commit | e22c09563636a72fbf6600685fcb14df6e069436 (patch) | |
tree | 6feecaaebc3cf8de207f5d74864d8b7bca6eb69b /test/Makefile.in | |
parent | bb0692aff25e35793dccf071a752f5b7faf1ae9a (diff) | |
download | hdf5-e22c09563636a72fbf6600685fcb14df6e069436.zip hdf5-e22c09563636a72fbf6600685fcb14df6e069436.tar.gz hdf5-e22c09563636a72fbf6600685fcb14df6e069436.tar.bz2 |
[svn-r4757] Purpose:
Removing the DPSS (gridstorage) driver source code.
Description:
The DPSS (using Grid-Storage) driver is retired.
Removed the configure option with-gridstorage from configure.in.
Cvs remove the following files
./src/H5FDdpss.c
./src/H5FDdpss.h
./test/dpss_read.c
./test/dpss_write.c
Regenerated Dependencies files (some had to be hand-edited since
'make depend' did not cover them.)
Removed reference to DPSS Virtual file driver from H5F.c.
Platforms tested:
modi4 (Parallel; -with-gass=...), eirene, arabica (fortran, cxx).
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 15fdb4b..7d4383f 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -19,8 +19,8 @@ RUNTEST=$(LT_RUN) TEST_PROGS=testhdf5 lheap ohdr stab gheap hyperslab istore bittests dtypes \ dsets cmpd_dset extend external links unlink big mtime fillval mount \ - flush1 flush2 enum gass_write gass_read gass_append dpss_write \ - dpss_read srb_write srb_append srb_read ttsafe stream_test + flush1 flush2 enum gass_write gass_read gass_append \ + srb_write srb_append srb_read ttsafe stream_test TIMINGS=testmeta @@ -62,8 +62,8 @@ TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \ tattr.c tconfig.c testhdf5.c testmeta.c tfile.c tgenprop.c th5s.c \ titerate.c tmeta.c trefer.c tselect.c ttime.c ttbbt.c tvltypes.c tvlstr.c \ unlink.c enum.c ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c \ - ttsafe_acreate.c gass_write.c gass_read.c gass_append.c dpss_read.c \ - dpss_write.c srb_read.c srb_write.c srb_append.c stream_test.c + ttsafe_acreate.c gass_write.c gass_read.c gass_append.c \ + srb_read.c srb_write.c srb_append.c stream_test.c TEST_OBJ=$(TEST_SRC:.c=.lo) @@ -168,12 +168,6 @@ gass_read: gass_read.lo gass_append: gass_append.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ gass_append.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS) -dpss_read: dpss_read.lo - @$(LT_LINK_EXE) $(CFLAGS) -o $@ dpss_read.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS) - -dpss_write: dpss_write.lo - @$(LT_LINK_EXE) $(CFLAGS) -o $@ dpss_write.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS) - srb_read: srb_read.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ srb_read.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS) |