make -C tests clean
authorFrançois Pinard <pinard@iro.umontreal.ca>
Thu, 6 Mar 2008 00:04:58 +0000 (19:04 -0500)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Thu, 6 Mar 2008 00:04:58 +0000 (19:04 -0500)
tests/ChangeLog
tests/Makefile.am
tests/Makefile.in

index eb1abff46969b294148ef3dd19e400e806e0314f..47059e656b6a9fb79642b534702997927574c7d6 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-05  François Pinard  <pinard@iro.umontreal.ca>
+
+       * Makefile.am (CLEANFILES): Added.
+
 2008-02-27  François Pinard  <pinard@iro.umontreal.ca>
 
        * Recode.pyx: Adjusted for cleaner.h.in.
index 76eabb901d8e8add9386b1adc4f726ce2ab95f12..b3a5093e55129318e7d65357b3cc58956a42b1fb 100644 (file)
@@ -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:
index a4e3dbaf1e926925c3d564911ae158fa1d3e3a68..4a138e2b50de656da176255585c2076bd5dd1044 100644 (file)
@@ -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)