From 1c80e0216fc080c996f35801e8b0654fa7d4db2d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 27 Nov 2003 12:11:37 -0500 Subject: [svn-r7897] Description: Added *.clog which are generated by the MPE option, to the CLEAN list. Platforms tested: Tested in copper which supports the MPE option. Misc. update: --- examples/Makefile.in | 3 ++- testpar/Makefile.in | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/Makefile.in b/examples/Makefile.in index 7e9a0c1..5852297 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -30,7 +30,8 @@ TEST_PROGS=h5_write h5_read h5_extend_write h5_chunk_read h5_compound \ ## These are the files that `make clean' (and derivatives) will remove from ## this directory. -CLEAN=*.h5 *.raw *.meta +## *.clog are from MPE option +CLEAN=*.h5 *.raw *.meta *.clog ## List all source files here. The list of object files will be ## created by replacing the `.c' with a `.o'. This list is necessary diff --git a/testpar/Makefile.in b/testpar/Makefile.in index 867c8b6..5dab28d 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -1,4 +1,3 @@ -## hdf5 Parallel Library Test Makefile(.in) ## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. @@ -12,6 +11,8 @@ ## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have ## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. ## +## hdf5 Parallel Library Test Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=.. srcdir=@srcdir@ @@ -35,7 +36,10 @@ TEST_SCRIPTS=testph5.sh PROGS=$(TEST_PROGS_PARA) testphdf5 ## Temporary files -MOSTLYCLEAN=ParaEg[123].h5f +## MPItest.h5 is from t_mpi +## Para*.h5 are from testphdf +## *.clog are from MPE option +MOSTLYCLEAN=MPItest.h5 Para*.h5 *.clog DISTCLEAN=go Makefile testph5.sh ## Test source files -- cgit v0.12