From c934e9c67c6d4bfcc5cf4ad7d111c60e6acd4aa7 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 27 Nov 2003 12:12:13 -0500 Subject: [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: --- examples/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12