summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-03 03:24:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-03 03:24:35 (GMT)
commit25e887fb7aea33264372dd94d18611ed71ec6ee4 (patch)
treef5158cc6d667d485e3f65b62a63a23b50b936b44 /c++
parent01ba58db4a137d49e79b22a8bfd8e5b7fd9fc476 (diff)
downloadhdf5-25e887fb7aea33264372dd94d18611ed71ec6ee4.zip
hdf5-25e887fb7aea33264372dd94d18611ed71ec6ee4.tar.gz
hdf5-25e887fb7aea33264372dd94d18611ed71ec6ee4.tar.bz2
[svn-r8997] Purpose:
Code cleanup Description: Clean up some temporary files. Platforms tested: FreeBSD 4.10 (sleipnir) w/C++ Not tested by h5committest
Diffstat (limited to 'c++')
-rw-r--r--c++/examples/Makefile.in2
-rw-r--r--c++/src/Makefile.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 47b91a3..f91a610 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -48,7 +48,7 @@ TEST_PROGS=$(TEST_SRC:.cpp=)
## These are the files that `make clean' (and derivatives) will remove from
## this directory.
-CLEAN=
+CLEAN=*.h5
## How to build the programs... they all depend on the Fortran & C hdf5 libraries
$(TEST_PROGS): $(LIB) $(LIBHDF5)
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 5ce1b60..afe0eac 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -51,6 +51,7 @@ PUB_PROGS=h5c++
ARFLAGS=rs
## h5c++ is generated during configure time. Remove it only when distclean.
-DISTCLEAN=h5c++
+## libhdf5.settings is generated during configure. Remove it when distclean.
+DISTCLEAN=h5c++ libhdf5.settings
@CONCLUDE@