OSDN Git Service

add cleanup files
authortsutsumi <>
Sat, 13 Sep 2003 09:26:00 +0000 (09:26 +0000)
committertsutsumi <>
Sat, 13 Sep 2003 09:26:00 +0000 (09:26 +0000)
Makefile.am
src/ccunit/Makefile.am
src/tools/Makefile.am
tests/Makefile.am

index 36f82c4..eb9c548 100644 (file)
@@ -24,6 +24,7 @@ ACLOCAL_AMFLAGS = -I config
 SUBDIRS=. src doc tests
 AM_CFLAGS=-I$(top_srcdir)/src -ggdb -Wall -Werror
 AM_LDFLAGS=-L$(top_srcdir)/src/ccunit
-CLEANFILES=*~
+CLEANFILES=*~ .*~ ./\#*\# *.log configure.scan *.tar.gz *.tar.bz2 *.zip \
+       config/*~ config/.*~
 
-EXTRA_DIST = BUGS config/cu_enable_doxygen.m4 ChangeLog ChangeLog.0
+EXTRA_DIST = BUGS config/arg_with_doxygen.m4 ChangeLog ChangeLog.0
index fbd6764..42aa5a0 100755 (executable)
@@ -19,7 +19,7 @@
 
 lib_LIBRARIES = libccunit.a
 
-## ls -1 CCUnit*.[ch] config.h | sort | sed -e 's/^/   /' -e 's/$/ \\/' -e '$s/\\$//'
+## ls -1 CCUnit*.[ch] | sort | sed -e 's/^/    /' -e 's/$/ \\/' -e '$s/\\$//'
 libccunit_a_SOURCES = \
        CCUnit.h \
        CCUnitAssert.c \
@@ -48,8 +48,9 @@ libccunit_a_SOURCES = \
        CCUnitTestSuite.c \
        CCUnitTestSuite.h \
        CCUnitVersion.c \
-       CCUnitWriteSuite.c \
-       config.h 
+       CCUnitWriteSuite.c 
+
+nodist_libccunit_a_SOURCES = config.h 
 
 EXTRA_DIST= malloc.c realloc.c strdup.c 
 
@@ -58,4 +59,4 @@ libccunit_a_LIBADD = @LIBOBJS@
 AM_CFLAGS=-ggdb -Wall -Werror
 AM_CPPFLAGS=-I$(top_srcdir)/src 
 
-CLEANFILES=*~
+CLEANFILES=*~ .*~ ./\#*\# *.log
index 2e245af..7aaef3a 100755 (executable)
@@ -27,4 +27,4 @@ AM_CFLAGS=-ggdb -Wall -Werror
 AM_CPPFLAGS=-I$(top_srcdir)/src 
 AM_LDFLAGS=-L$(top_srcdir)/src/ccunit
 
-CLEANFILES=*~
+CLEANFILES=*~ .*~ ./\#*\# *.log
index 6831269..15f0421 100755 (executable)
@@ -37,7 +37,7 @@ AM_LDFLAGS=-L$(top_srcdir)/src/ccunit
 
 TESTS = ./runSuccess ./runFailure
 
-CLEANFILES=*~ *.log suiteSuccess.c suiteFailure.c
+CLEANFILES=*~ .*~ ./\#*\# *.log suiteSuccess.c suiteFailure.c
 
 MAKESUITE=$(top_srcdir)/src/tools/ccunit_makeSuite