[svn-r13622]

make makefile to clean temporary files
This commit is contained in:
Pedro Vicente Nunes 2007-04-10 10:13:09 -05:00
parent a644ba9fd0
commit a4c2816077
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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