OSDN Git Service

add CLEANFILES
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 5 Oct 2003 09:56:55 +0000 (09:56 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 5 Oct 2003 09:56:55 +0000 (09:56 +0000)
src/ccunit/Makefile.am

index 2ccabf1..dd5c0c6 100755 (executable)
@@ -17,6 +17,8 @@
 ##   If not, write to the Free Software Foundation, Inc., 59 Temple
 ##   Place - Suite 330, Boston, MA 02111-1307, USA.  
 
+# $Id$
+
 lib_LIBRARIES = libccunit.a
 
 ## ls -1 CCUnit*.[ch] | sort | sed -e 's/^/    /' -e 's/$/ \\/' -e '$s/\\$//'
@@ -59,7 +61,7 @@ libccunit_a_LIBADD = @LIBOBJS@
 AM_CFLAGS=-Wall -Werror @COVERAGEFLAGS@
 AM_CPPFLAGS=-I$(top_srcdir)/src 
 
-CLEANFILES=*~ .*~ ./\#*\# *.log
+CLEANFILES=*~ .*~ ./\#*\# *.log *.bb *.bbg *.da *.gcov *.cov
 
 coverage: libccunit.cov