diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-11-05 16:28:58 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-11-05 16:28:58 (GMT) |
commit | 3ed57b880ab78490678eb1824b623beb1930eeb5 (patch) | |
tree | 3e874c260c1ab3fe47436ee570a468f2fc141301 /test/Makefile.in | |
parent | 4e0b0046df36aafb3ba49de44ff69495b9486996 (diff) | |
download | hdf5-3ed57b880ab78490678eb1824b623beb1930eeb5.zip hdf5-3ed57b880ab78490678eb1824b623beb1930eeb5.tar.gz hdf5-3ed57b880ab78490678eb1824b623beb1930eeb5.tar.bz2 |
[svn-r6054]
Purpose:
Makefile update
Description:
Update Makefile.in to handle more output file for cleanup
Platforms tested:
arabica
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 d84867b..330eb32 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -42,16 +42,16 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ stab2.h5 extern_1.h5 extern_2.h5 extern_3.h5 extern_1a.raw \ extern_1b.raw extern_2a.raw extern_2b.raw extern_3a.raw \ extern_3b.raw extern_4a.raw extern_4b.raw gheap0.h5 gheap1.h5 \ - gheap2.h5 gheap3.h5 gheap4.h5 links.h5 big.data \ - big[0-9][0-9][0-9][0-9][0-9].h5 dtypes1.h5 dtypes2.h5 tattr.h5 \ + gheap2.h5 gheap3.h5 gheap4.h5 links.h5 links[1-3].h5 big.data \ + big[0-9][0-9][0-9][0-9][0-9].h5 dtypes[1-3].h5 tattr.h5 \ tselect.h5 mtime.h5 unlink.h5 fillval_[0-9].h5 fillval.raw \ - mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[12].h5 tvltypes.h5 \ + mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].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 tmisc5.h5 tmisc6.h5 tmisc7.h5 tmisc8.h5 \ set_extent_read.h5 set_extent_create.h5 getname.h5 getname1.h5 \ - getname2.h5 getname3.h5 sec2_file.h5 core_file.h5 family_file.h5 \ - multi_file.h5 + getname2.h5 getname3.h5 sec2_file.h5 family_file000[0-3][0-9].h5 \ + multi_file-[rs].h5 core_file new_move_[ab].h5 CLEAN=$(TIMINGS) ## Source and object files for programs... The TEST_SRC list contains all the |