summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-03 02:48:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-03 02:48:53 (GMT)
commit2ac16dbb1cc256b231400c8919726943124a51bf (patch)
tree11b9faf4a7cca73db4b08e31d8a46998c1d481b2 /c++
parent2df5bf7e31d9546857974e550725b729bb1e0769 (diff)
downloadhdf5-2ac16dbb1cc256b231400c8919726943124a51bf.zip
hdf5-2ac16dbb1cc256b231400c8919726943124a51bf.tar.gz
hdf5-2ac16dbb1cc256b231400c8919726943124a51bf.tar.bz2
[svn-r8996] 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 0503e1b..ed32250 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -46,7 +46,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 5cd504c..58d8500 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -55,6 +55,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@