diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-11 14:02:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-11 14:02:48 (GMT) |
commit | 958d370d13ce93cc079296cf7feb46e8ad0ad5d0 (patch) | |
tree | b96720b5c106b7ac6a85c9e6b88273f541265d0e | |
parent | 429abe8b165cd4b15d65b6b0ec18b38ad785762f (diff) | |
download | hdf5-958d370d13ce93cc079296cf7feb46e8ad0ad5d0.zip hdf5-958d370d13ce93cc079296cf7feb46e8ad0ad5d0.tar.gz hdf5-958d370d13ce93cc079296cf7feb46e8ad0ad5d0.tar.bz2 |
[svn-r8655] Purpose:
Code cleanup
Description:
Add more files that should be removed to the clean & distclean targets.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Too minor to require h5committest
-rw-r--r-- | test/Makefile.in | 7 | ||||
-rw-r--r-- | tools/h5dump/Makefile.in | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index e0d3a54..44d5681 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -54,17 +54,18 @@ PUB_LIB= ## prefix or low-level driver with environment variables will influence ## the temporary file name in ways that the makefile is not aware of. MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ - tfile[1-4].h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 \ + tfile[1-4].h5 th5s1.h5 th5s2.h5 lheap.h5 ohdr.h5 stab1.h5 \ stab2.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].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 \ + dtypes[1-4].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 \ fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 \ trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 \ enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 \ tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 \ getname.h5 getname[1-3].h5 sec2_file.h5 \ family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file \ - new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 + new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 \ + dtransform.h5 test_filters.h5 CLEAN=$(TIMINGS) diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in index 0206296..8083106 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/Makefile.in @@ -46,8 +46,8 @@ PUB_LIB= ## Temporary files. *.h5 are generated by h5dumpgentest. They should ## copied to the testfiles/ directory if update is required. MOSTLYCLEAN=*.h5 - CLEAN= +DISTCLEAN=testh5dump.sh ## Source and object files for programs... ## |