From 5db0dbc7ddae0929dbcca3820a428145d5b25426 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 1 Oct 2009 16:46:03 -0500 Subject: [svn-r17578] Simple improvement to clean up go during "make check-clean" and removed the redundant cleaning of Makefile. Tested: jam parallel. --- testpar/Makefile.am | 5 +++-- testpar/Makefile.in | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/testpar/Makefile.am b/testpar/Makefile.am index 27d8652..3c39989 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -40,7 +40,8 @@ LDADD = $(LIBH5TEST) $(LIBHDF5) # Temporary files # MPItest.h5 is from t_mpi # Para*.h5 are from testphdf -CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5 -DISTCLEANFILES=go Makefile testph5.sh +# go is used for debugging. See testphdf5.c. +CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5 go +DISTCLEANFILES=testph5.sh include $(top_srcdir)/config/conclude.am diff --git a/testpar/Makefile.in b/testpar/Makefile.in index 59714c4..fb13cfd 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -370,8 +370,9 @@ TRACE = perl $(top_srcdir)/bin/trace # Temporary files # MPItest.h5 is from t_mpi # Para*.h5 are from testphdf +# go is used for debugging. See testphdf5.c. CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 \ - CacheTestDummy.h5 + CacheTestDummy.h5 go INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test # Test programs and scripts. These are our main targets. @@ -385,7 +386,7 @@ testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c \ # The tests all depend on the hdf5 library and the test library LDADD = $(LIBH5TEST) $(LIBHDF5) -DISTCLEANFILES = go Makefile testph5.sh +DISTCLEANFILES = testph5.sh # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., -- cgit v0.12