summaryrefslogtreecommitdiffstats
path: root/perform/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-08-14 21:47:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-08-14 21:47:03 (GMT)
commiteef2829d1655e42225b2400c6e3d123be26e08a8 (patch)
tree33c3306b1f7d27a8fd5f1b0efea5b3258da0ffaf /perform/Makefile.in
parent376dc591212e13703d98d8549d77ab3d7daba387 (diff)
downloadhdf5-eef2829d1655e42225b2400c6e3d123be26e08a8.zip
hdf5-eef2829d1655e42225b2400c6e3d123be26e08a8.tar.gz
hdf5-eef2829d1655e42225b2400c6e3d123be26e08a8.tar.bz2
[svn-r4354] Purpose:
Bug fix Description: Included all those generated temporary files in the CLEAN target so that they would be cleaned in "make clean". Platforms tested: eirene.
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r--perform/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in
index 71bc0d8..8c63706 100644
--- a/perform/Makefile.in
+++ b/perform/Makefile.in
@@ -22,7 +22,7 @@ TEST_PROGS=iopipe chunk overhead \
## These are the files that `make clean' (and derivatives) will remove from
## this directory.
-CLEAN=*.h5
+CLEAN=*.h5 *.raw *.dat x-gnuplot
## List all source files here. The list of object files will be
## created by replacing the `.c' with a `.o'. This list is necessary