diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-10 15:35:27 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-10 15:35:27 (GMT) |
commit | 6febdcf5fc6884c96c6790b08b0111428f100501 (patch) | |
tree | d3426f55402a2b412b01e0325f5ea09f0699c42b /test/Makefile.in | |
parent | 0b26fa6c9f50083115054c3afde1ae21900361c6 (diff) | |
download | hdf5-6febdcf5fc6884c96c6790b08b0111428f100501.zip hdf5-6febdcf5fc6884c96c6790b08b0111428f100501.tar.gz hdf5-6febdcf5fc6884c96c6790b08b0111428f100501.tar.bz2 |
[svn-r5158] Purpose:
Update
Description:
Changed set_extend to set_extent to reflect the change in the
filename...
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d048d5b..b01694d 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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) |