summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/tools/h5watch/Makefile.in')
-rw-r--r--hl/tools/h5watch/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/hl/tools/h5watch/Makefile.in b/hl/tools/h5watch/Makefile.in
index 1725cd0..0e2400b 100644
--- a/hl/tools/h5watch/Makefile.in
+++ b/hl/tools/h5watch/Makefile.in
@@ -433,27 +433,22 @@ 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
# Include src and tools/lib directories
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src
# These are our main targets, the tools
-#TEST_PROG=h5watchgentest
TEST_SCRIPT = testh5watch.sh
-#check_PROGRAMS=h5watchgentest
check_SCRIPTS = $(TEST_SCRIPT)
SCRIPT_DEPEND = h5watch$(EXEEXT)
# Add h5watch specific linker flags here
h5watch_LDFLAGS = $(LT_STATIC_EXEC) $(AM_LDFLAGS)
h5watch_SOURCES = h5watch.c
-
-#gen_onetwo_test_SOURCES=gen_onetwo_test.c
h5watchgentest_SOURCES = h5watchgentest.c
extend_dset_SOURCES = extend_dset.c
-#extend_one_SOURCES=extend_one.c
-#extend_two_SOURCES=extend_two.c
# Programs all depend on the hdf5 library, the tools library, and the HL
# library.