diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-11-27 17:12:13 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-11-27 17:12:13 (GMT) |
commit | c934e9c67c6d4bfcc5cf4ad7d111c60e6acd4aa7 (patch) | |
tree | 2dc01f44854075723461ba24b8ebe2542b3797ca /examples | |
parent | 8eae8e9ee60407d6c232054af1c4264167477c55 (diff) | |
download | hdf5-c934e9c67c6d4bfcc5cf4ad7d111c60e6acd4aa7.zip hdf5-c934e9c67c6d4bfcc5cf4ad7d111c60e6acd4aa7.tar.gz hdf5-c934e9c67c6d4bfcc5cf4ad7d111c60e6acd4aa7.tar.bz2 |
[svn-r7898] Description:
Added *.clog which are generated by the MPE option, to the CLEAN list.
Platforms tested:
Tested in copper which supports the MPE option.
Misc. update:
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index f8ff2be..37e1d0e 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -32,7 +32,8 @@ TEST_PROGS=h5_write h5_read h5_extend_write h5_chunk_read h5_compound \ ## These are the files that `make clean' (and derivatives) will remove from ## this directory. -CLEAN=*.h5 *.raw *.meta +## *.clog are from MPE option +CLEAN=*.h5 *.raw *.meta *.clog ## List all source files here. The list of object files will be ## created by replacing the `.c' with a `.o'. This list is necessary |