mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r184] Purpose: Feature
Problem: Some *.h5 files are left behind after tests. Solution: Added the MOSTLYCLEAN line for those few .h5 to be removed if "make clean" is called. Did not use "*.h5" because of concern that it may blow away legitimate .h5 files. Though it is possible to put legitimate .h5 in a subdirectory, it is better to play it safe this way.
This commit is contained in:
parent
22a7d4852a
commit
538069b3e0
@ -14,6 +14,9 @@ CPPFLAGS=-I. -I../src @CPPFLAGS@
|
||||
PROGS=testhdf5 hyperslab istore dtypes dsets cmpd_dset
|
||||
TESTS=$(PROGS)
|
||||
|
||||
# Temporary files
|
||||
MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 istore.h5
|
||||
|
||||
# Source and object files for programs... The PROG_SRC list contains all the
|
||||
# source files and is used for things like dependencies, archiving, etc. The
|
||||
# other source lists are for the individual tests, the files of which may
|
||||
|
Loading…
Reference in New Issue
Block a user