From a4c2816077f970a677661c9b78855ddf32c4c2f2 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 10 Apr 2007 10:13:09 -0500 Subject: [svn-r13622] make makefile to clean temporary files --- hl/tools/gif2h5/Makefile.am | 3 +++ hl/tools/gif2h5/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hl/tools/gif2h5/Makefile.am b/hl/tools/gif2h5/Makefile.am index f4a1558..9707b76 100644 --- a/hl/tools/gif2h5/Makefile.am +++ b/hl/tools/gif2h5/Makefile.am @@ -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 diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index 500c493..fe1bcb6 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -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 -- cgit v0.12