diff options
-rw-r--r-- | perform/Makefile.am | 2 | ||||
-rw-r--r-- | perform/Makefile.in | 2 | ||||
-rw-r--r-- | testpar/Makefile.am | 2 | ||||
-rw-r--r-- | testpar/Makefile.in | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/perform/Makefile.am b/perform/Makefile.am index a9766a1..603175d 100644 --- a/perform/Makefile.am +++ b/perform/Makefile.am @@ -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. diff --git a/perform/Makefile.in b/perform/Makefile.in index e55e119..0e9c2b9 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -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. diff --git a/testpar/Makefile.am b/testpar/Makefile.am index 02cf742..27d8652 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -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 diff --git a/testpar/Makefile.in b/testpar/Makefile.in index b84f6fb..3b2333c 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -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. |