summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-12-31 04:58:53 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-12-31 04:58:53 (GMT)
commit54121674c3d01dfb80af20d96a3aba909b33e803 (patch)
treea81134a750d58d970353cf21daecde1d11d5d209 /test/Makefile.in
parentb86f8fd78c603eb2fb9c5a20791241fb8a1bd43d (diff)
downloadhdf5-54121674c3d01dfb80af20d96a3aba909b33e803.zip
hdf5-54121674c3d01dfb80af20d96a3aba909b33e803.tar.gz
hdf5-54121674c3d01dfb80af20d96a3aba909b33e803.tar.bz2
[svn-r4761] Purpose:
Removing the DPSS (gridstorage) driver source code. (same as the v1.5) 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 (pthread safe) arabica (fortran, cxx).
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in14
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)