mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r5158] Purpose:
Update Description: Changed set_extend to set_extent to reflect the change in the filename...
This commit is contained in:
parent
0b26fa6c9f
commit
6febdcf5fc
@ -20,7 +20,7 @@ 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 set_extend \
|
||||
flush1 flush2 enum gass_write gass_read gass_append set_extent \
|
||||
srb_write srb_append srb_read ttsafe stream_test
|
||||
|
||||
TIMINGS=testmeta
|
||||
@ -50,7 +50,7 @@ MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \
|
||||
mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[12].h5 tvltypes.h5 \
|
||||
tvlstr.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 \
|
||||
tgenprop.h5 tmisc.h5 tmisc2a.h5 tmisc2b.h5 tmisc3.h5 tmisc4a.h5 \
|
||||
tmisc4b.h5 set_extend.h5
|
||||
tmisc4b.h5 set_extent.h5
|
||||
CLEAN=$(TIMINGS)
|
||||
|
||||
## Source and object files for programs... The TEST_SRC list contains all the
|
||||
@ -66,7 +66,7 @@ TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \
|
||||
tvlstr.c tmisc.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 srb_read.c srb_write.c srb_append.c \
|
||||
stream_test.c set_extend.c
|
||||
stream_test.c set_extent.c
|
||||
|
||||
TEST_OBJ=$(TEST_SRC:.c=.lo)
|
||||
|
||||
@ -171,8 +171,8 @@ gass_read: gass_read.lo
|
||||
gass_append: gass_append.lo
|
||||
@$(LT_LINK_EXE) $(CFLAGS) -o $@ gass_append.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
|
||||
|
||||
set_extend: set_extend.lo
|
||||
@$(LT_LINK_EXE) $(CFLAGS) -o $@ set_extend.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
|
||||
set_extent: set_extent.lo
|
||||
@$(LT_LINK_EXE) $(CFLAGS) -o $@ set_extent.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
|
||||
|
||||
srb_read: srb_read.lo
|
||||
@$(LT_LINK_EXE) $(CFLAGS) -o $@ srb_read.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user