[svn-r15808] Some test produced files were not cleaned by "make clean".

Added them to the clean list.

Tested: kagiso, serial and parallel.
This commit is contained in:
Albert Cheng 2008-10-07 21:03:35 -05:00
parent 413bedbddf
commit 47e3636a31
4 changed files with 5 additions and 4 deletions

View File

@ -50,7 +50,7 @@ h5perf_serial_SOURCES=sio_perf.c sio_engine.c sio_timer.c
# These are the files that `make clean' (and derivatives) will remove from
# this directory.
CLEANFILES=*.h5 *.raw *.dat x-gnuplot
CLEANFILES=*.h5 *.raw *.dat x-gnuplot perftest.out
# All of the programs depend on the main hdf5 library, and some of them
# depend on test or tools library.

View File

@ -397,7 +397,7 @@ h5perf_serial_SOURCES = sio_perf.c sio_engine.c sio_timer.c
# These are the files that `make clean' (and derivatives) will remove from
# this directory.
CLEANFILES = *.h5 *.raw *.dat x-gnuplot
CLEANFILES = *.h5 *.raw *.dat x-gnuplot perftest.out
# All of the programs depend on the main hdf5 library, and some of them
# depend on test or tools library.

View File

@ -40,7 +40,7 @@ LDADD = $(LIBH5TEST) $(LIBHDF5)
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf
CHECK_CLEANFILES+=MPItest.h5 Para*.h5
CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5
DISTCLEANFILES=go Makefile testph5.sh
include $(top_srcdir)/config/conclude.am

View File

@ -361,7 +361,8 @@ TRACE = perl $(top_srcdir)/bin/trace
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf
CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5
CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 \
CacheTestDummy.h5
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs and scripts. These are our main targets.