diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-07-06 04:05:53 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-07-06 04:05:53 (GMT) |
commit | 3d42a09e67099e5fa3a19bf68ab07b760b576ef3 (patch) | |
tree | f84c323869a7eae0281f9b91a2fff06d22f33166 /examples | |
parent | 1df6377a96f8f0ad0319c8aaeefb8ffe2a3e8506 (diff) | |
download | hdf5-3d42a09e67099e5fa3a19bf68ab07b760b576ef3.zip hdf5-3d42a09e67099e5fa3a19bf68ab07b760b576ef3.tar.gz hdf5-3d42a09e67099e5fa3a19bf68ab07b760b576ef3.tar.bz2 |
[svn-r13949] Purpose:
Cleanup.
Added the compiler test script to distclean target.
Tested platform:
Just kagiso. No h5committest because it was a trivial addition to Makefile.in.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index d8c53f2..1196580 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -36,6 +36,7 @@ TEST_SCRIPTS=testh5cc.sh ## this directory. ## *.clog are from MPE option CLEAN=*.h5 *.raw *.meta *.clog +DISTCLEAN=testh5cc.sh ## List all source files here. The list of object files will be ## created by replacing the `.c' with a `.o'. This list is necessary |