From 9afdd0f5372100205de9a9ce5c22824a18b294bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 5 Mar 2008 19:04:58 -0500 Subject: [PATCH] make -C tests clean --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 2 ++ tests/Makefile.in | 2 ++ 3 files changed, 8 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index eb1abff..47059e6 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2008-03-05 François Pinard + + * Makefile.am (CLEANFILES): Added. + 2008-02-27 François Pinard * Recode.pyx: Adjusted for cleaner.h.in. diff --git a/tests/Makefile.am b/tests/Makefile.am index 76eabb9..b3a5093 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,6 +27,8 @@ EXTRA_DIST = NOTES Recode.c Recode.pyx pytest common.py $(SUITE) PYTHON = python +CLEANFILES = Recode.o Recode.so + all-local: Recode.so check-local: diff --git a/tests/Makefile.in b/tests/Makefile.in index a4e3dba..4a138e2 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -203,6 +203,7 @@ t40_utf7.py t40_utf8.py t50_methods.py t90_bigauto.py EXTRA_DIST = NOTES Recode.c Recode.pyx pytest common.py $(SUITE) PYTHON = python +CLEANFILES = Recode.o Recode.so all: all-am .SUFFIXES: @@ -296,6 +297,7 @@ install-strip: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -- 2.40.0