From 538069b3e0d262ac058cad2d4370eb30b9e6cee9 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 28 Jan 1998 10:41:45 -0500 Subject: [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. --- test/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile.in b/test/Makefile.in index 008829d..f85878e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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 -- cgit v0.12