mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r13622]
make makefile to clean temporary files
This commit is contained in:
parent
a644ba9fd0
commit
a4c2816077
@ -40,4 +40,7 @@ h52gifgentst_SOURCES=h52gifgentst.c
|
||||
# library.
|
||||
LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBHDF5)
|
||||
|
||||
CHECK_CLEANFILES+=*.h5
|
||||
CHECK_CLEANFILES+=*.gif
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -317,7 +317,7 @@ TRACE = perl $(top_srcdir)/bin/trace
|
||||
# .chkexe files are used to mark tests that have run successfully.
|
||||
# .chklog files are output from those tests.
|
||||
# *.clog are from the MPE option.
|
||||
CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 *.gif
|
||||
|
||||
# Include src and tools/lib directories
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src
|
||||
|
Loading…
x
Reference in New Issue
Block a user