mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r17578] Simple improvement to clean up go during "make check-clean"
and removed the redundant cleaning of Makefile. Tested: jam parallel.
This commit is contained in:
parent
a170449d4e
commit
5db0dbc7dd
@ -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
|
||||
|
@ -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.,
|
||||
|
Loading…
Reference in New Issue
Block a user